@charset "utf-8";
body  {
	/*font: 12px Verdana, Arial, Helvetica, sans-serif;*/
	font:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-image:url(whmcslogobg.png);
	background-repeat:repeat-x;
	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 */

}

a:hover {
text-decoration:none;
}
a {
color:#3A6897;
}

#container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-bottom: 12px;
} 
#header { 
	background-image:url(whmcslogobg.png);
	height:120px;
	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. */
} 
#menu {
	width:950px;
	height: 30px;
	padding:10px;
}
#content{
	width: 950px;
	
}

#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 */

}

#maincontent{
	float: right;
	width: 730px;
}

#contentbody{
	float: left;
	width: 500px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* 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 */
}

#footer {
	margin: 10px 0px;
	padding: 5px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#3A6897;
	color:#FFFFFF;
} 

#footer a{
	color:#FFF;
	text-decoration: none;
}
.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;
}


#menu ul{
	margin:0;
	padding:0;
	list-style: none;
	width: 940px;
}
#menu ul li{
	float: left;
}
#menu ul a{
	display: block;
	padding: 0 20px;
	line-heifht: 22px;
	text-decoration: none;
}

.box{
	margining:10px 4px;
}

.boxhead{
	background-color:#9C9;
	padding: 3px;
	font-size:14px;
	margin: 4px 1px;
	
}
.boxcontent{
	font-size: 12px;
}

.productlist{
	text-align:center;
	margin: 12px 2px;
}