* { margin:0; padding:0; }

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	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: #000000;
}

.twoColLiqLtHdr #container { 
	width: 977px;  
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:20px;
	} 
	
.twoColLiqLtHdr #header {
background-image:url(../images/bg.gif);
background-repeat:repeat-x;
width:977px;
height:103px;
} 

.headerBGimg {
	background: #FFFFFF url(../images/headerBGimg.gif) no-repeat scroll left top;
	height: 51px;
	width: 620px;
	padding-top:15px;
}
.headerBGimg span {
	font: bold 24px Arial, Helvetica, sans-serif;
	color: #5489a9;
	background-color: #FFFFFF;
	margin-left: 20px;
	padding: 0px 10px;
	text-transform: capitalize;
}

/************ IE6 Fixed ***********/
* html .twoColLiqLtHdr #header {width:979px;}
/************ IE6 Fixed ***********/

.twoColLiqLtHdr #header #colL{
float:left;
width:258px;
}

.twoColLiqLtHdr #header #colR{
float:right;
width:25px;
}

.twoColLiqLtHdr #header #colC{
	padding-top:44px;
	padding-left:258px;
	text-align: left;
}

.twoColLiqLtHdr #header #text1 {
	font-family:"Times New Roman", Times, serif;
	font-size:27px;
	padding-left:30px;
	color:#FFFFFF;
}

.twoColLiqLtHdr #header #text2 {
	padding-left:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
}

.twoColLiqLtHdr #header #phone{
	float:right;
	width:220px;
	margin-top:24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#5489a9;
	font-size:14px;
	font-weight:bold;
	text-align: right;
}

.twoColLiqLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}

.twoColLiqLtHdr #container #leftProduct {
	float: left; 
	width: 620px; 
	padding: 15px 0; 
	padding-left:20px;
}

.twoColLiqLtHdr #container #rightProduct {
	float: right; 
	width: 317px; 
	padding: 15px 0; 
	padding-right:20px;
}

.twoColLiqLtHdr #content{
width:977px;
float:left;
margin:auto;
border:solid 1px #5489a9;
padding-bottom:40px;
}

.twoColLiqLtHdr #content #rightProduct #menu_upper {
padding-top:15px;
float:right;
}

.twoColLiqLtHdr #content #rightProduct #menu_bellow {
text-align:center;
float:right;
}

.twoColLiqLtHdr #content #rightProduct #submenu {
float:right;
width:284px;
text-align:center;
border-left:2px solid #95b9ce;
border-right:2px solid #95b9ce;
margin-right:0px;
}

.twoColLiqLtHdr #content #rightProduct #submenu li {
list-style:none;
font-size:10px;
background-image:url(../images/menuOut.gif);
background-repeat:no-repeat;
width:234px;
padding:20px 0px 0px 0px;
color:#5489a9;
display:block;
background-position:center;
margin:auto;

}

.twoColLiqLtHdr #content #rightProduct #submenu li:hover{
list-style:none;
font-size:10px;
background-image:url(../images/menuOver.gif);
background-repeat:no-repeat;
width:234px;
padding:20px 0px 0px 0px;
color:#5489a9;
display:block;
background-position:center;
margin:auto;

}

.twoColLiqLtHdr #content #rightProduct #submenu  #padding_text a{
color:#5489a9;
text-decoration:none;
width:84px;
text-align:center;
}


.twoColLiqLtHdr #content #rightProduct #submenu #current {
background-image:url(../images/menuOver.gif);
background-repeat:no-repeat;
color:#5489a9;
width:234px;
font-weight:bold;
display:block;
}
.twoColLiqLtHdr #content #rightProduct #submenu #current a {
color:#5489a9;
text-decoration:none;
}

.twoColLiqLtHdr #content #rightProduct #submenu #padding_text a:hover{
color:#5489a9;
text-decoration:none;
width:234px;
font-weight:bold;
display:block;
}

.twoColLiqLtHdr #content #rightProduct #quick {
float:right;
width:287px;
height:110px;
}

.twoColLiqLtHdr #content #rightProduct #quick #quicklink {
float:right;
width:287px;
text-align:left;
border-left:2px solid #95b9ce;
border-right:2px solid #95b9ce;
}
.twoColLiqLtHdr #content #rightProduct #quick #quicklink #quick_sub {
	width:260px;
	font-size:14px;
	color:#5489a9;
	line-height:25px;
	padding-top:10px;
	padding-left:20px;
}

.twoColLiqLtHdr #content #rightProduct #quick #quicklink #quick_sub a{
text-decoration:underline;
color:#5489a9;
}

.twoColLiqLtHdr #content #rightProduct #quick #quicklink #quick_sub a:hover{
text-decoration:none;
color:#5489a9;
}
.twoColLiqLtHdr #content #leftProduct #dimen {
font-size:12px;
color:#5489a9;
padding-left:30px;
}

.twoColLiqLtHdr #content #leftProduct #product {
padding-top:30px;
padding-left:10px;
}

.twoColLiqLtHdr #content #leftProduct #eachProduct {
float:left;
width:300px;
}

.twoColLiqLtHdr #content #leftProduct #eachProduct #img{
	width: 100px;
	text-align:center;
	border:1px solid #996633;
	padding:1px 1px 1px 1px;
	cursor: pointer;
}

.twoColLiqLtHdr #content #leftProduct #eachProduct #button{
float:left;
width: 110px;
text-align:center;
padding-top:2px;
cursor: pointer;
}

.twoColLiqLtHdr #content #leftProduct #eachProduct #space{
float:left;
margin-top: 5px;
}

.twoColLiqLtHdr #content #leftProduct #eachProduct #space #pic_button{
float:left;
margin-top: 5px;
}

.twoColLiqLtHdr #content #leftProduct #eachProduct #space #button a{
float:left;
width: 110px;
text-align:center;
padding-top:2px;

}

.twoColLiqLtHdr #content #leftProduct #eachProduct #space .text{
margin-top: 27px;
font-size:10px;
color:#5489a9;
line-height:20px;
padding-left:5px;
font-family::font-family:Arial, Helvetica, sans-serif;
float:left;
}

/* product right*/
.twoColLiqLtHdr #content #leftProduct #eachProduct_R {
float:left;
width:300px;
}

.twoColLiqLtHdr #content #leftProduct #eachProduct_R #space{
margin-top: 5px;
float:left;
}

.twoColLiqLtHdr #content #leftProduct #eachProduct_R #space #pic_button{
float:left;
margin-top: 5px;
}

.twoColLiqLtHdr #content #leftProduct #eachProduct_R #space #img{
	width: 100px;
	text-align:center;
	border:1px solid #996633;
	padding:1px 1px 1px 1px;
	height: 82px;
	cursor: pointer;
}

.twoColLiqLtHdr #content #leftProduct #eachProduct_R #space #button{
float:left;
width: 110px;
text-align:center;
padding-top:2px;
cursor: pointer;
}

.twoColLiqLtHdr #content #leftProduct #eachProduct_R #space #button a{
float:left;
width: 110px;
text-align:center;
padding-top:2px;

}

.twoColLiqLtHdr #content #leftProduct #eachProduct_R #space .text{
margin-top: 27px;
float:left;
font-size:10px;
color:#5489a9;
line-height:20px;
padding-left:5px;
font-family:font-family:Arial, Helvetica, sans-serif;
}

.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;
}

.twoColLiqLtHdr #footer {
	width:979px; 
	text-align:center;
	border-top:solid 4px #5489a9;

} 

.twoColLiqLtHdr #footer p {
	margin: 0;
	padding: 3px 0;
	font-size:10px;
	color:#5489a9;
	font-weight:bold;
}

.twoColLiqLtHdr #footer a {
	text-decoration:underline;
	color:#5489a9;
	font-weight:bold;
}
.twoColLiqLtHdr #footer a:hover {
	text-decoration:none;
	color:#5489a9;
	font-weight:bold;
