@charset "utf-8";
body {
	background-image: url(/images/background.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 19px;
	color: #333333;
	background-color: #404040;
}
h1 {
	font-weight: normal;
	color: #666666;
	font-size: 23px;
}
h2 {
	font-weight: normal;
	color: #666666;
	font-size: 19px;
}

h3 {
	font-weight: normal;
	color: #666666;
	font-size: 15px;
}

.sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* 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: #ffffff;
	/* border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC; This is if you want a short border to left of the sidebar only */
	margin-top: 15px;
	margin-bottom: 30px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	font-size: 11px;
}
.mainContent { 
	margin: 0 300px 20px 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: 15px 40px 35px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC; /* this is a tall border to the right of the main content, for the full height of the page */
}

.frontMainContent { 
	margin: 0 0px 20px 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: 15px 40px 35px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.frontBannerContainer { 
	margin: 0 0px 0px 0;
	padding: 30px 40px 25px 40px;
} 

.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;
}
.footer {
	font-size: smaller;
	color: #999999;
	text-align: center;
	padding: 10px;
}
.comparison {
	font-size: 10px;
	font-weight:bold
}

.frontMiddleColumn {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.frontColumnContent {
	padding: 0px 10px 0px 10px;
}

#productFeaturesList ul {
list-style-type: square
}