/* CSS Document */
/* CSS Document */

body,html{
	margin:0px;
	background-image:url(../images/background.gif);	
	background-repeat:repeat;
	/*background-color:#FFFFFF;*/
}
.main{
	position:relative;
	top:5px;
	left:11.5%;
	width:800px;
}
.main .header{
	width:100%;
	height:105px;	
	background-color:#b6c9cf;
	background-color:#ffffff;
	background-image:url(../images/header_backround.gif);
	border:1px solid #cccccc;
	//border-right:0px;
	//border-left:0px;
	/*border-bottom:1px solid #aaaaaa;*/
	/*border-bottom:none;//######### NEW ADDED 7-1-2007 #################*/
}

.main .body_pane{
	width:100%;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.body_pane .temp_left_pane{
	clear:both;
	float:left;
	width:28%;
	padding-top:7px;
	padding:2px;
	border:1px solid #dedeee;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.temp_left_pane .newss{
	height:90px;
}

.body_pane .temp_right_pane{
	float:right;
	width:68%;
	padding-top:7px;
	border:1px solid #dedeee;
	padding:2px;	
	padding-left:5px;
	padding-right:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background-color:#FFFFFF;
}

a.nav_temp:active,a.nav_temp:hover{
	height:18px;
	text-decoration:none;
	color:#555555;
	font-weight:bold;
	padding-left:4px;
	padding-top:10px;
}

a.nav_temp:link,a.nav_temp:visited{
	height:18px;
	padding-left:4px;
	color:#555555;
	text-decoration:underline
}

.temp_right_pane .display_pic{	
	width:535px;
	height:120px;
	margin-bottom:10px;
}

.temp_right_pane .display_text{
	width:98%;
	padding:10px;
	padding-top:0px;
}
	

.footer{
	width:100%;
	clear:both;
	float:right;
	height:20px;
	padding-top:4px;
	padding-left:4px;
	font-size:10px;
	margin:5px;
	/*background-color:#FFFFFF;
	border:1px solid #dedeee;*/
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

.header .shortcuts{
	position:relative;
	top:-20%;
	clear:right;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

.logo{
	padding-top:0px;
	padding-left:0px;
	background-image:url(../images/company_logo.png);
	background-repeat:no-repeat;
	width:100%;
	height:105px;
	vertical-align:_bottom;
}

.logo_container{
	position:relative;
	top:0%;
	padding-top:0px;
	padding-left:0px;
	margin:0px;
}

.header .navigation{
	position:relative;
	top:75%;
	height:25px;
	width:100%;
	background-color:transparent;	
}

.mouseon{
	/*background-image:url(../images/mouse_on.gif);*/
	height:inherit;
	width:inherit;
	padding-right:5px;
	padding-left:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	font-weight:bold;
	border:1px solid #333333;
	background-color:white;
	opacity: 0.5;
	filter:alpha(opacity=50);
	zoom: 1;
}

.selected{
	/*background-image:url(../images/selected.gif);*/
	height:inherit;
	width:inherit;
	padding-right:5px;
	padding-left:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000066;/*dddddd*/
	background-color:#a3b2cc;/*333333*/
	font-size:11px;
	font-weight:bold;
	border:1px solid #333333;
	zoom: 1
}

.button{
	padding-right:15px;
	padding-left:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#eeeeee;
	font-size:11px;
}

a.nav:hover,a.nav:active{
	/*background-image:url(../images/mouse_on.gif);*/
	width:inherit;
	height:inherit;
	color:#000000;
	text-decoration:underline;
}

a.nav:visited,a.nav:link{
	width:inherit;
	/*background-image:url(../images/mouse_on.gif);*/
	height:inherit;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

a.short:visited,a.short:link{
	width:inherit;
	height:inherit;
	color:#555555;
	text-decoration:none;
}

a.short:hover,a.short:active{
	width:inherit;
	height:inherit;
	color:#555555;
	text-decoration:underline;
}

.body_pane .left_pane{
	clear:both;
	float:left;
	width:63%;
	background-color:#FFFFFF;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-top:1px solid #cccccc;
	/*padding-top:7px;*/
	padding-left:0px;
}

.body_pane .right_pane{
	position:relative;
	horizontal-alignment:right;
	float:right;
	width:35%;
	border:1px solid #cccccc;
	background-color:#FFFFFF;
	/*padding-top:7px;*/
}

.left_pane #page_image{
	width:450px;
	height:140px;
}

.left_pane .intro{
	/*border:1px solid #dedeee;*/
	padding:5px;
	width:96%;
}

.sections{
	height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;width:100%;
	color:#FFFFFF;
	padding-top:5px;
	padding-left:3px;
	background-color:#333333;
}

.newspane{
	width:100%;
	height:80px;
}

.clients{
	width:100%;
	height:225px;
	/*margin-left:10px;*/
}

.right_pane .products{
	width:100%;
	height:90px;
	padding:1px;
	padding-top:2px;
	margin:0px;
}

.products .product_picture{
	clear:both;
	float:left;
	width:120px;
	height:80px;
}

.products .product_summary{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:130px;
	float:right;
	padding-right:4px;
}

.products .appraisal{
	width:245px;
	height:80px;
	padding:3px;
	margin:3px;
	border:1px dashed #dedeee;
	font-size:10px;
}
	
#pscroller1{
	width: 200px;
	height: 70px;
	padding: 5px;
}

#pscroller2{
	width: 97%;
	height: 220px;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	/*margin-left:10px;*/
	/*border:1px solid #000000;*/
}

.sub_index_page{
	width:96%;
	padding:0px;
}

.sub_index_page .sub_product_cont{
	padding:5px;
	padding-right:0px;
	height:90px;
	border-bottom:1px solid #dedeee;
}

.sub_index_page .left_sub_pane{
	clear:both;
	float:left;
	width:120px;
	height:80px;
	border:1px solid #dedeee;
}

.sub_index_page .right_sub_pane{
	float:right;
	width:350px;
	margin-left:2px;
	height:inherit;
	color:#555555;
}

.cms_main{
	position:relative;
	width:75%;
	top:4px;
	left:15%;
	border:1px solid #dedeee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.component_skin{
	height:18px;
	border:1px solid #dedeee;
}

.cms_main #statusmessage{
	width:100%;
	height:20px;
}

.images{
	background-color:transparent;
	width:535px;
	height:120px;
}

.cms_main .heading{
	height:20px;
	background-color:#333333;
	color:#FFFFFF;
	font-size:12px;
	padding:2px;
}

.cms_main .sect{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-top:4px;
	padding-bottom:4px;
	width:50%;
}

.sect .comp{
	clear:right;
	float:right;
	text-align:left;
	width:50%;
	vertical-align:top;
}

.cms_main .edit{
	width:100%;
	height:500px;
	clear:both;
	float:left;
}

.submitbutton{
	bottom:100px;
	left:200px;
	position:relative;
}


img{
	background-color:transparent;
}

.container{
	padding:3px;
	}

.container .vasshop{
	background:#FFFFFF url(../images/visit_site_pane.png) top left;
	width:273px;
	height:250px;
}
.vasshop .vasbutton{
	position:relative;
	background:url(../images/visit_site_button.png) top left;
	top:210px;
	left:130px;
	width:110px;
	height:25px;
}

