/* CSS Document */
<!-- 
html,body,div,span,form {margin:0;padding:0;font:12px normal Arial,Helvetica,sans-serif;}
table,td,ul,li,p,h3,h2,h1{font:normal Arial,Helvetica,sans-serif}
form input,form select {margin:0;padding:0;}
body  {
	font-size: 12px;
	background: #FFF;
	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: #333;
}
a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #333;
	
}
#menu p{
	margin:5px;
}

.twoColFixRtHdr #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 257px; /* 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 */
	padding: 0px;
	
}
#sidebar li{
	list-style-type: none;
	/*list-style-image: url(/images/index/list_img.jpg);*/
}

.twoColFixRtHdr #mainContent { 
	margin: 0 257px 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: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF; 
	text-align:center;
} 
.twoColFixRtHdr #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: 0px 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: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
	vertical-align: middle;
}
.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;
}
.homeButton{
	margin-top:8px;
	font-size: 12px;
	font-weight: bolder;
	margin-right: 10px;
	color: #FFF;
}
#searchText {
	width: 170px;
	background-color: #F5F5F5;
}
.productsTypeMain {
	font:  Arial,bolder;
	font-size:12px;
	width: 110px;
	height:120px;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 15px;
}
.productsTypeMainBorder {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #666;
}
.boardRight {
	height: 90px;
	margin-top:10px;
}
.boardRight li{
	margin:8px;
}
#compareProducts{
	float:right;
	font-weight: bold;
	background-image:url(/images/index/compareProducts.jpg);
	background-repeat:no-repeat;
	width:130px;
	height:25px;
	padding-top:5px;
	padding-left:8px;
}
-->
