@charset "utf-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #3366ff;
	margin: 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;
	padding: 10px 0;
}

a img {
    border: none;
}

#container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
 
#header {
	position: relative;
	height: 200px;
	padding: 0;
	border-top-style: none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #003781;
	background-color: #ffffff;
}

#logo {
    position: absolute;
	left: 0;
	top: 0;
	margin: 0;
}

#header-right {
    position: absolute;
	right: 0;
	top: 0;
	margin: 0;
}

#container2 {
    background-image:url(../images/bg-main2.gif)
}
 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 205px; /* 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: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 55px 15px 15px 15px;
}

#blog {
    margin: 30px 0 0 0;
}

#mainContent {
    float: right;
	width: 683px;
	_width: 663px;
	padding: 55px 20px 0 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#contentLeft {
    float: left;
	width: 400px;
}

#contentRight {
	float: right;
	width: 260px;
	padding: 0 0 0 10px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #333333;
}

#mainContent h1 {
	padding-top: 0px;
	margin: 0;
	color: #70a0de;
	font-size: 15px;
}

#mainContent h2 {
	margin: 0;
	color: #333333;
	font-size: 14px;
}

#newsletter {
	width: 205px;
	height: 175px;
	padding: 165px 0 0 0;
	margin: 0;
	background-image:url(../images/news-bg4.png);
	background-repeat: no-repeat;
}

#NewsletterTable {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000AA;
}

#products {
	width: 677px;
	height: 350px;
}

#productstable {
    position: relative;
	width: 600px;
	top: 15px;
	left: 40px;
	font-family: "Comic Sans MS";
}

#products2 {
	width: 677px;
	height: 325px;
}

#footer {
	padding: 0 10px 0 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	background-color: #d7e1ff;
}

#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 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000ff;
}

.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;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}

