@charset "UTF-8";
body  {
	font: 12px/160% Helvetica, Arial, Verdana, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #BFC7C9 url(images/slices/background-logo-fade2.jpg) no-repeat;
	margin: 20px auto 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	border: 1px solid #000000;
	position: relative;
} 
#wedding_suppliers {
	position: absolute;
	top: 444px;
	left: 32px;
	font: 14px "Times New Roman", Times, serif;
	width: 190px;
	height: 150px;
} 
#wedding_suppliers ul { 
display:inline;
list-style:none;
text-decoration:none;
color:#999999;
padding: 0px;
border: 0px;
margin:0px;
}
#wedding_suppliers  li { 
display:inline;
padding: 0px;
border: 0px;
margin:0px;
text-decoration:none;
}
#wedding_suppliers  li a {
display:inline;
text-decoration:none;
padding: 0px;
border: 0px;
margin:0px;
color:#999999;
text-decoration:none;
}
#wedding_suppliers a:hover {
display:inline;
text-decoration:none;
padding: 0px;
border: 0px;
margin:0px;
color:#d4d9ed;
}
.menu {
	font: 200 16px/130% "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 15px;
	background: url(images/menu-bullet.gif) no-repeat 0px 5px;
	padding-left: 15px;
	padding-bottom: 20px;
	letter-spacing: 0.1em;
}
.menu a:link, .menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover, .menu a:active {
	color: #A58CEF;
	text-decoration: none;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 280px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}
#mainContent {
	margin: 0 0 0 260px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
}
#mainContent p {
	margin-right: 60px;
}
#mainContent p a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
#mainContent p a:hover, a:active, a:focus {
	color: #A58CEF;
	text-decoration: underline;
}
#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000 url(images/slices/mswc-design2_r5_c1.gif) no-repeat;
	height: 63px;
	position: relative;
	margin: 60px 0px 0px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#overhang {
	background: url(images/slices/mswc-design2_r4_c3.png) no-repeat;
	height: 120px;
	width: 223px;
	position: relative;
	top: -57px;
	left: 627px;
	visibility: visible;
}
#logo {
	background: url(images/slices/mswc-design2_r1_c1_r1_c1.jpg) no-repeat;
	height: 261px;
	width: 280px;
	padding-bottom: 11px;
}
h1 {
	padding-top: 50px;
	font: bold 26px/20px "Times New Roman", Times, serif;
}
.textpull {
	font: italic normal 20px/135% "Times New Roman", Times, serif;
	color: #333333;
	letter-spacing: 0.05em;
}
.fadelogo {
	background: url(images/slices/background-logo-fade.jpg) no-repeat;
	height: 600px;
	width: 379px;
	position: relative;
	left: 500px;
}
#wrapper {
	background: url(images/slices/background-logo-fade.jpg) no-repeat right top;
	width: 850px;
	margin-top: -17px;
}
h2 {
	color: #000000;
	font: 600 normal 20px "Times New Roman", Times, serif;
	margin-bottom: -10px;
	padding-top: 10px;
}
h3 {
	font: italic 500 18px "Times New Roman", Times, serif;
	margin-bottom: -10px;
	color: #333333;
}



/*NEW TABLE CODE*/



/*Contact form style*/

#formdiv {
	width:465px;
	margin: 0px;
	padding: 0px;
}
input.txt {
	font: normal 0.9em Helvetica, Arial, Verdana, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px inset #808080;
	width: 250px;
}
textarea{
	font: normal 0.9em Helvetica, Arial, Verdana, sans-serif;
	color: #000000;
	width: 250px;
	height: 60px;
	background-color: #FFFFFF;
	border: 1px inset #808080;
}
form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 3px;
}
form p label {
	float: left;
	width: 35%;
	font: bold 1em Helvetica, Arial, Verdana, sans-serif;
}
fieldset {
	border: 1px solid #808080;
	padding: 4px;
	margin: 4px 0px 0px;
}
legend {
	font: italic 100 1.25em "Times New Roman", Times, serif;
	color: #808080;
	
 }
#container #mainContent #formdiv p {
	margin: 0px;
	padding-left: 5px;
}
.h2-offer {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #333333;
}
.offer-box {
	background: #000000;
	height: 100px;
	width: 500px;
	border: 1px solid #FFFFFF;
	padding: 10px;
	text-align: center;
	margin: 0px;
	vertical-align: middle;
	color: #FFFFFF;
}
#container #mainContent .offer-box p {
	margin: 0px;
}
#container #mainContent .offer-box .h2-offer {
	font: italic 400 20px/20px "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding-bottom: 10px;
	padding-top: 5px;
}
