﻿#site_center {text-align:center;}
#main {width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1024)? "1024px" : "100%");}

#content {
	min-width:610px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #000000;
}

#header {height:130px; min-width:610px;}

#left_side { width:230px; float:left; background:url(images/col1_bgd.gif) no-repeat 0px 0px;}
#right_side { margin-left:230px;}

.col_1, .col_2, .col_3, .column1, .column2, .column3 { float:left;}

/*======= index.html =======*/
#page1 #content .row_1 .col_1 {width:48%;}
#page1 #content .row_1 .col_2 { width:51%;}

/*======= index-1.html =======*/
#page2 #content .row_1 .col_1 {width:100%;}

/*======= product.htm =======*/
#page3 #content .row_1 .col_1 {width:100%;}
#page3 #content .row_2 .col_1 {width:51%;}
#page3 #content .row_2 .col_2 {width:48%;}

/*======= index-3.html =======*/
#page4 #content .row_1 .col_1 {width:100%;}

/*======= index-4.html =======*/
#page5 #content .row_1 .col_1 {width:100%;}

/*======= index-5.html =======*/
#page6 #content .row_1 .col_1 {width:100%;}

/*=========================*/
#footer {height:95px; background:url(images/footer_bgd.gif) left top repeat-x;}
