@charset "utf-8";
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.twoColFixLtHdr #container {
	width: 796px; /* 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. */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 100px;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 256px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #F2F3F7;
	height: 595px;
}
.twoColFixLtHdr #container #Product_Range {
	clear: left;
	float: left;
	height: auto;
	width: auto;
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #F2F3F7;
}
.twoColFixLtHdr #container #Product_Range #Product_001 {
	float: left;
	height: 190px;
	width: 190px;
}
.twoColFixLtHdr #container #Product_Range #Product_002 {
	float: left;
	height: 190px;
	width: 190px;
}
.twoColFixLtHdr #container #Product_Range #Product_003 {
	float: left;
	height: 190px;
	width: 190px;
}
.twoColFixLtHdr #container #Product_Range #Product_004 {
	float: left;
	height: 190px;
	width: 190px;
}
.twoColFixLtHdr #container #Product_Range #Product_005 {
	float: left;
	height: 190px;
	width: 190px;
	visibility: visible;
}
.twoColFixLtHdr #container #Product_Range #Product_006 {
	float: left;
	height: 190px;
	width: 190px;
	visibility: visible;
}
.twoColFixLtHdr #container #Product_Range #Product_007 {
	float: left;
	height: 190px;
	width: 190px;
	visibility: visible;
}
.twoColFixLtHdr #container #Product_Range #Product_008 {
	float: left;
	height: 190px;
	width: 190px;
	clear: none;
	visibility: visible;
}
.twoColFixLtHdr #container #Product_Range #Product_009 {
	float: left;
	height: 190px;
	width: 190px;
}
.twoColFixLtHdr #container #Product_Range #Product_010 {
	float: left;
	height: 190px;
	width: 190px;
}
.twoColFixLtHdr #container #Product_Range #Product_011 {
	float: left;
	height: 190px;
	width: 190px;
}
.twoColFixLtHdr #container #Product_Range #Product_012 {
	float: left;
	height: 190px;
	width: 190px;
}


.twoColFixLtHdr #mainContent {
	clear: none;
	float: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 300px;
	color: #000000;
	width: 495px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.twoColFixLtHdr #Product_Title {
	text-align: left;
	text-indent: 32px;
	width: 490px;
}
.twoColFixLtHdr #Product_Container {
	font-family: Arial, Helvetica, sans-serif;
	height: 500px;
	width: 796px;
	clear: left;
	float: left;
	margin: 0px;
	padding: 0px;
}


.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;
}
.Offer {
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
}
.Product_Name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #02549D;
}
.Maincontent_Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	color: #02549D;
}
.Maincontent_Specs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	color: #000000;
	clear: none;
	float: none;
}
.twoColFixLtHdr #container #Product_Range #Push {
	height: 500px;
	width: 17px;
	clear: none;
	float: left;
}
