#main {width:980px; position:relative;}

#header {height:92px; background:url(images/header-line.gif) no-repeat 42px bottom;}
#header1 {height:200px; background:url(images/header-line.gif) no-repeat 42px bottom;}
#header, #content { font-size:0.8125em;}

.col-1, .col-2, .col-3 { float:left;}

/*======= index.html =======*/
#page1 #content .col-1 { width:618px; margin-right:25px;}
#page1 #content .col-2 { width:251px; }
#page1 #content .col-1 .row-2 .col-1 { width:189px; margin-right:13px;}
#page1 #content .col-1 .row-2 .col-2 { width:189px; margin-right:13px;}
#page1 #content .col-1 .row-2 .col-3 { width:189px;}
#page1 #content .col-1 .row-3 .col-1 { width:260px; margin-right:31px;}
#page1 #content .col-1 .row-3 .col-2 { width:245px;}

/*======= index-1.html =======*/
#page2 #content .col-1 {width:618px; margin-right:25px;}
#page2 #content .col-2 { width:251px;}
#page2 #content .col-1 .row-2 .col-1 { width:245px; margin-right:46px;}
#page2 #content .col-1 .row-2 .col-2 { width:245px;}
#page2 #content .col-1 .row-3 .col-1 { width:189px; margin-right:13px;}
#page2 #content .col-1 .row-3 .col-2 { width:189px; margin-right:13px;}
#page2 #content .col-1 .row-3 .col-3 { width:189px;}

/*======= index-2.html =======*/
#page3 #content .col-1 {width:618px; margin-right:25px;}
#page3 #content .col-2 { width:251px;}

/*======= index-3.html =======*/
#page4 #content .col-1 {width:251px;}
#page4 #content .col-2 { width:618px;}
#page4 #content .col-2 .row-2 .col-1 { width:260px; margin-right:31px;}
#page4 #content .col-2 .row-2 .col-2 { width:245px;}
#page4 #content .col-2 .row-3 .col-1 { width:189px; margin-right:13px;}
#page4 #content .col-2 .row-3 .col-2 { width:189px; margin-right:13px;}
#page4 #content .col-2 .row-3 .col-3 { width:189px;}

/*======= index-4.html =======*/
#page5 #content .col-1 {width:618px; margin-right:25px;}
#page5 #content .col-2 { width:251px;}

/*======= index-5.html =======*/
#page6 #content .col-1 {width:518px; margin-right:25px;}
#page6 #content .col-2 { width:320px;}
#page6 #content .col-1 .row-2 .col-1 { width:189px; margin-right:13px;}
#page6 #content .col-1 .row-2 .col-2 { width:189px; margin-right:13px;}
#page6 #content .col-1 .row-2 .col-3 { width:189px;}

/*=========================*/

/*======= index-3.html =======*/
#page7 #content .col-1 {width:451px;}
#page7 #content .col-2 { width:418px;}
#page7 #content .col-2 .row-2 .col-1 { width:260px; margin-right:31px;}
#page7 #content .col-2 .row-2 .col-2 { width:245px;}
#page7 #content .col-2 .row-3 .col-1 { width:189px; margin-right:13px;}
#page7 #content .col-2 .row-3 .col-2 { width:189px; margin-right:13px;}
#page7 #content .col-2 .row-3 .col-3 { width:189px;}


#footer {height:96px; font-size:.75em;}

/*====== Add part by NMI lightbox =============*/
.black_overlay {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}
.white_content {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	padding: 6px;
	z-index:1002;
	overflow: inherit;
	text-align:center;
}
/* lightbox end */
