@charset "utf-8";
/* CSS Document */

/*------------------- PAGE SETTINGS  -------------------*/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.twoColFixRtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-0px;
	border-top:0px;
	border-right: 1px solid #cccccc;
	border-top: 0px solid #000000;
	border-left: 1px solid #cccccc;
	border-bottom: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	border-style:dashed;
	padding: 1px 10px 10px;}
	
.twoColFixRtHdr #mainContent { 
	margin: 0 335px 0 0; /* the right margin on this div element creates the column down the right 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: 1px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
	
.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;
}
/*----------------- STANDARD ELEMENTS -----------------*/

h1 {
font-family:tahoma;
font-size:26px;
letter-spacing:-1px;
line-height:25px;
text-align:center;}

h3 {
font-family:tahoma;
font-size:22px;
letter-spacing:-1px;
line-height:22px;
text-align:center;}

h4 {
font-family:tahoma;
font-size:18px;
letter-spacing:-1px;
line-height:16px;
text-align:center;}

p {
font-family:Arial, Helvetica, sans-serif;
font-size:11pt;
text-align:left;}

body {background-color:#ffffff;}

ul, li {
font-family:Arial, Helvetica, sans-serif;
font-size:11pt;
text-align:left;}

/*----------------- CUSTOM STYLES -----------------*/
.highlight {
background-color:#FFFF33;}

.underline {
text-decoration:underline;}

.footer_text {
font-family:Arial, Helvetica, sans-serif;
font-size:8pt;
padding:4px;
text-align:center;}

.nopara {
font-family:Arial, Helvetica, sans-serif;
font-size:11pt;
text-align:left;}

.optin {
font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
font-weight:bold;
text-align:left;}

/*----------------- MAIN CONTENT -----------------*/
#banner {
margin:0px;
width:100%;
height:160px;
background:url(../images/bluegold.png) scroll 0%;
padding:0px 9px 0px 9px;}

#banner_logo {
width:890px;
height:120px;
background:url(../images/logo_iwte.png) no-repeat;
margin-left:auto;
margin-right:auto;
margin-bottom:0px}

#main_content {
width:750px;
padding:20px;
background-color:#FFFFFF;
margin-left:auto;
margin-right:auto;}

#orderform {
width: 500px;
border: 4px;
border-style: solid;
border-color: #FFE9BB;
margin: 0 auto;
padding: 5px 15px;
background-color: #ffffcc;}

#mainOptInContent {
margin: 0 215px 0 0;
padding: 1px 0px;}

/*----------------- SIDEBAR -----------------*/
#sidebar {
width: 190px;
padding: 5px;
text-align:left;
float:right;
margin-top:100px;}

#woman {
width: 165px;
height:239px;
padding: 1px;
margin-top:50px;
float:right;
background:transparent url(../images/woman.png) no-repeat scroll 0%;
bottom:0px;
position:relative;
width:165px;
z-index:1;}

#menu_header{
width:187px;
height:30px;
background:url(../images/sidebar_head.png) no-repeat;
padding: 9px 0px 0px 5px;}

.headingfont{
font-family:tahoma;
text-align:center;
letter-spacing:-1px;
font-weight:bold;
color:#FFFFFF;}

#menu_content{
width:180px;
background:url(../images/sidebar_bg.png) repeat-y;}

.contentfont {
font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
text-align:left;
padding:5px;}

#menu_footer{
width:190px;
height:13px;
background:url(../images/sidebar_foot.png) no-repeat;}

/*---------------- FOOTER ----------------*/
#footer {
background-color:#F2F2F2;
padding:4px;
border-color:#D4D4D4;
border-style:solid;
border-width:1px;
width:90%;
margin-left:auto;
margin-right:auto;
margin-bottom:-20px;
}