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

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333333 url(../images/background.jpg) no-repeat;
	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 */
}
.default #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.default #header {
	height:90px;
	text-align:right;
	padding:10px;
	background:url(../images/webdesign_01.jpg) no-repeat;
}
.default #sub_header {
	color: #999999;
}
.default #b_201 {
	background:url(../images/b201r.jpg) no-repeat;
	float:left;
	width:170px;
	height:57px;
}
.default #b_202 {
	background:url(../images/b202r.jpg) no-repeat;
	float:left;
	width:160px;
	height:57px;
}
.default #b_203 {
	background:url(../images/b203r.jpg) no-repeat;
	float:left;
	width:160px;
	height:57px;
}
.default #b_e1{
	margin:25px 5px 5px 10px;
	font-size:10px;
	text-align:left;
}
.default #b_e1 a{
	text-decoration:none;
	color:#FFFFFF;
}
.default #b_e1 a:hover{
	text-decoration:underline;
	color:#FFFF99;
}
.default #b_204 {
	background:url(../images/b204r.jpg) no-repeat;
	float:left;
	width:160px;
	height:57px;
}
.default #b_205 {
	background:url(../images/b205r.jpg) no-repeat;
	float:left;
	width:160px;
	height:57px;
}
.default #b_206 {
	background:url(../images/b206r.jpg) no-repeat;
	float:left;
	width:170px;
	height:57px;
}
.default #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	margin:17px 15px;
	font-size: 14px;
	font-weight:bold;
	color:#CCCCCC;
	text-align:center;
}
.default #sidebar_c {
	width:200px;
	height:85px;
	text-align:center;
	margin:15px 0;
	font-size:12px;
	cursor:pointer;
	color: #FFFFFF;
}
.default #sidebar_c a{
	color: #FFFFFF;
	text-decoration:none;
}
.default #mainContent { 
	margin: 0 0 0 220px; /* 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: 20px 0 20px 80px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:url(../images/webdesign_mainad_bg.jpg) #000000 no-repeat;
}
.default #mainContent_c {
	width:604px;
	height: 175px;
	margin: 0 32px 20px 0;
	display:block;
}
.default #mainContent_d {
	background:url(../images/webdesign_22.jpg) repeat-y;
	width:604px;
	margin: 0 32px 250px 0;
	padding-bottom:40px;
	color: #FFFFFF;
	border-bottom:#FFFFFF 2px solid;
}
.default #mainContent_d label{
	width:400px;
	float:left;
	margin: 10px 20px;
}
.default #mainContent_d form{
	float:left;
	width:400px;
}
.default #mainContent_d p{
	padding: 5px 15px 0 15px;
	color: #FFFFFF;
	font-size:12px;
	line-height:1.25em;
	letter-spacing:.025em;
}
.default #mainContent_d h2{
	padding: 5px 15px 0 12px;
	font-size:16px;
	color: #FFFFFF;
}
.default #mainContent_dh {
	background:url(../images/webdesign_20.jpg) no-repeat;
	width:584px;
	height:47px;
	padding: 10px 10px;
	color: #FFFFFF;
	font-size:18px;
	font-weight:bold;
	text-transform:capitalize;
}
.default #product_c {
	width:300px;
	height:270px;
	background:#FFFFFF;
	border: #666666 2px solid;
	color:#333333;
	margin: 5px;
	padding: 5px;
	text-align:left;
	float:left;
}
.default #product_c a{
	color:#6666FF;
	text-decoration: none;
}
.default #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.default #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;
}
#checklist_cont {
	float:left;
	width:250px;
	margin-top:20px;
}
#checklist_cont p {
	margin: 0 0 10px 10px;
	padding: 0 0 20px 50px;
	text-align:left;
	font-size:14px;
}
.searchForm {
	padding: 5px;
	color: #FFFFFF;
	font-size: 14px;
}
.searchForm h1 {
	font-size: 24px;
	border-bottom: #999999 1px solid;
	padding-bottom: 5px;
}
.searchForm label {
	width:200px;
	float: left;
	margin: 10px 5px;
	vertical-align: bottom;
}
.searchForm input,select {
	margin: 5px 5px 0 5px;
}