/*--tags--*/

body, html{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
    }
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4A4C49;
	background-color:#FCFCFC;
    }
a {
	color:#E97512;
	text-decoration:underline;
	}
a:hover {
	color:#E97512;
	text-decoration:none;
	}
form, p, table, div, span, img, thead, tbody, tfoot, th, td{
    margin:0px;
    padding:0px;
    }
input, select, textarea{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color:#4A4C49;
    padding: 1px;
    margin: 0px;
    }
img{
	border:none;
}
* html img{
	behavior: url("client/pngbehavior.htc");
}
table{
	border:none;
	empty-cells:show;
	border-collapse:collapse;
    }
hr {
	height:1px;
	color:#CFCFCB;
	background-color:#CFCFCB;
	clear:both;
	border: 0;
}
    
    
/*--content--*/

#wrapper {
	min-height:100%;
	position:relative;
	min-width:980px;
	width:100%;
	margin:0 auto;
}
* html #wrapper {
	height:100%;
}
#header {
	height:110px;
	margin:auto;
}
#header div.header_cont{
	height:110px;
	width:940px;
	margin:auto;
	padding:0px 20px;
	position:relative;
}
#header div.header_cont img.logo{
	margin-left:15px;
	margin-top:20px;
}
#header div.header_cont img.phone{
	float:right;
	margin-top:30px;
	
}
#header div.slogan{
	position: absolute;
	left:258px;
	top:23px;
	width:420px;
	color:#BAB6A9;
	border:1px solid #E0E0DE;
	padding:12px;
}
#header div.slogan a{
	color:#BAB6A9;
	text-decoration:none;
}
#header div.slogan a:hover{
	color:#BAB6A9;
	text-decoration:underline;
}
#header div.slogan span{
	font-weight:bold;
	color:#E97512;
}

#menu {
	height:34px;
	margin:auto;
	width:100%;
	background-color:#4A4C49;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#menu div.menu_cont{
	width:940px;
	margin:auto;
	padding:0px 20px;
}
#menu div.menu_cont a{
	font-size:13px;
	text-transform:uppercase;
	text-decoration:none;
	color:#FFFFFF;
	padding:11px 15px 0px 20px;
	height:23px;
	display:block;
}
#menu div.menu_cont a:hover{
	color:#E97512;
}
#menu div.menu_cont td {
	padding-right:5px;
}
#menu div.menu_cont td.active {
	background-image: url(images/menu_active_bg.gif);
	background-repeat: repeat-x;
	background-position: right top;
}
#menu div.menu_cont td.active a{
	background-image: url(images/menu_active_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#menu div.menu_cont td.active a:hover{
	color:#FFFFFF;
}

#orange {
	margin:auto;
	width:100%;
	color:#FFFFFF;
	background-color:#E97512;
	background-image: url(images/orange_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#orange div.orange_cont{
	width:940px;
	margin:auto;
	padding:15px 20px;
	background-image: url(images/orange_main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#orange div.logos_set table{
	width:100%;
	height:61px;
}
#orange div.logos_set table td.logo{
	background-image: url(images/logoset_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:145px;
	text-align:center;
	vertical-align:middle;
	padding:2px 4px 0px 4px;
}
#orange div.logos_set table td.logo:hover{
	background-image: url(images/logoset_bg_hover.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#orange div.logos_set table td.left{
	text-align:right;
	vertical-align:middle;
	width:11px;
}
#orange div.logos_set table td.right{
	text-align:left;
	vertical-align:middle;
	width:11px;
}
#orange div.projects_set table{
	width:100%;
	height:91px;
}
#orange div.projects_set table td.project{
	background-image: url(images/projectsset_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:145px;
	text-align:center;
	vertical-align:middle;
	padding:2px 4px 0px 4px;
}
#orange div.projects_set table td.project:hover{
	background-image: url(images/projectsset_bg_hover.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#orange div.projects_set table td.left{
	text-align:right;
	vertical-align:middle;
	width:11px;
}
#orange div.logos_set table td.right{
	text-align:left;
	vertical-align:middle;
	width:11px;
}
#orange div.menul1{
	background-color:#EB832A;
	padding:8px 7px;
	color:#FFFFFF;
	position:relative;
	font-size:12px;
}
#orange div.menul1 img.tl{
	position:absolute;
	left:0px;
	top:0px;
}
#orange div.menul1 img.bl{
	position:absolute;
	left:0px;
	bottom:0px;
}
#orange div.menul1 img.tr{
	position:absolute;
	right:0px;
	top:0px;
}
#orange div.menul1 img.br{
	position:absolute;
	right:0px;
	bottom:0px;
}

#orange div.menul1 a{
	padding:0px 7px;
	color:#FFFFFF;
}
#line {
	height:15px;
	margin:auto;
	width:100%;
	background-color:#EEEDE9;
	background-image: url(images/content_top_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}


#content_wrapper {
	background-color:#EEEDE9;
	background-image: url(images/content_bottom_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#content {
	width:940px;
	margin:auto;
	padding:0px 20px 20px 20px;
}
#content:after{
	content: "";  
	display: block; 
	clear: both;
    }
#side_right {
	float:right;
	width:310px;
	}
#side_menu {
	float:left;
	width:290px;
	background-image: url(images/shaddow.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	min-height:235px;
	}
* html #side_menu {
	height:235px;
	}
#text {
	padding-left:300px;
	padding-right:320px;
	}
#text:after{
	content: "";  
	display: block; 
	clear: both;
    }
#text div.text_cont {
	overflow: hidden;
	line-height:140%;}
#text div.text_cont:after{
	content: "";  
	display: block; 
	clear: both;
    }
* html #text div.text_cont {
	height:1%;}

#text div.text_cont p{
	padding-bottom:10px;
	text-align:justify;}

#footer {
	padding-bottom:15px;
}
#footer div.cont_bottom {
	width:940px;
	margin:auto;
	padding:0px 20px 0px 20px;
	color:#BAB6A9;
	padding-top:14px;
	line-height:130%;
}
#footer div.cont_bottom a{
	color:#BAB6A9;
}

#content div.title {
	color:#4A4C49;
	font-size:16px;
	padding-bottom:12px;}
#content div.title span{
	color:#E97512;
}
#content div.title div{
	display:inline;
	color:#E97512;
}
#orange	div.title {
	color:#FFFFFF;
	font-size:16px;
	padding-bottom:12px;}
	
div.project img{
	border:#DFDED7 solid 3px;}	
div.project img:hover{
	border:#CCCBBF solid 3px;}	
div.project div.name{
	font-weight:bold;
	line-height:140%;
	padding-left:0px;
	margin-bottom:7px;
}	
div.link_all {
	font-weight:bold;
	line-height:140%;
	padding-left:0px;
	color:#E97512;
}	
div.link_all a{
	font-weight:normal;
	background-image: url(images/target.gif);
	background-repeat: no-repeat;
	padding-right:15px;
	background-position: right center;
}	

/*--news_block--*/
div.news_block {
	margin-bottom:10px;
	line-height:130%;}
div.news_content {
	text-align:justify;}

/*--news--*/

div.news_title {
	margin-bottom:7px;
	font-weight:bold;
}
div.news_title span{
	padding-left:8px;
}
div.news_images {
	float:left;
	margin-right:5px;
	margin-bottom:5px;}
div.news_intro{
	margin-bottom:15px;
	text-align:justify;}
div.paging span{
	font-weight:bold;}


/*--product--*/
 
div.product_600 {
	border:solid 0px #D6D5D1;
	padding:0px 0px 0px 35px;
	margin-left:5px;
	float:right;
	background-image: url(images/shaddow_r600.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:600px;
}
div.product_540 {
	border:solid 0px #D6D5D1;
	padding:0px 0px 0px 35px;
	margin-left:5px;
	float:right;
	background-image: url(images/shaddow_r540.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:540px;
}
div.product_540 img, div.product_600 img{
	display:block;
	border:#DFDED7 solid 3px;
	margin-bottom:7px;	
}
div.product_540 img:hover, div.product_600 img:hover{
	border:#CCCBBF solid 3px;}

table.product_table {
	}
table.product_table td{
	width:50%;
	vertical-align:top;
	border:solid 1px #D6D5D1;
	}
table.product_table td{
	width:50%;
	vertical-align:top;
	border:solid 1px #D6D5D1;
	padding:5px;
	}
table.product_table td.left{
	margin-right:5px;
	}
table.product_table td.right{
	margin-left:5px;
	}

/*--list--*/

ul.list {
	padding:0px;
	margin:0px;
	list-style:none;
}
ul.list li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-left:5px;
	padding-left:15px;}
	
/*--gallery lightbox--*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;}
#lightbox a img{ border: none; }
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;}
#imageContainer{
	padding: 10px;}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/next.gif) right 15% no-repeat; }
#imageDataContainer{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%}
#imageData{padding:0 11px; color: #4A4C49;}
#imageData #imageDetails{ width: 70%; float: left; text-align: left;}	
#imageData #caption{ font-weight: bold;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;}
#imageData #bottomNavClose{ width: 26px; float: right;  padding-bottom: 0.7em;}
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #EEEDE9;
}
/*--gallery--*/

div.gallery_content {
	margin-bottom:15px;}
table.gallery {
	width:100%;
	margin-bottom:15px;}
table.gallery td {
	background-image: url(images/logoset_bg_gallery.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align:center;
	vertical-align:middle;
	padding:2px 4px 0px 4px;
	width:17%;
	text-align:center;
	height:61px;
	}
table.gallery td:hover {
	background-image: url(images/logoset_bg_hover_gallery.gif);
	background-repeat: no-repeat;
	background-position: center center;
	}
table.gallery img {
	}
table.gallery img:hover {
	}

/*--googlemap--*/

#map {
	border:#DFDED7 solid 3px;
	float:right;
	overflow:hidden;
	width:530px;
	height:280px;
	}
	
* html #map img{
	behavior: none;
}
/*--forms--*/

input {
	width: 200px;}
select {
	width: 206px;}
textarea {
	width: 402px;}
input.checkbox {
	width:18px;}
table.form {
	}
table.form td {
	vertical-align:top;
	padding-top:4px;}
table.form td.label {
	width:200px;
	padding-top:5px;
	padding-right:10px;
	text-align:left;}
span.required {
	color:#C00000;
	font-weight:bold;
	font-size:1.1em;}
div.form_error {
	color: #C00000;
	font-weight:bold;
	margin-bottom:15px;}
div.form_before {
	margin-bottom:15px;}
div.form_after {
	margin-top:15px;}
input.form_btn {
	background-color:#006633;
	color:#FFFFFF;
	width:84px;
	font-size:12px;
	height:24px;
	padding-bottom: 3px;
	border:none;
	cursor:pointer;
	background-image: url(images/btn_bg.jpg);
	background-repeat: no-repeat;
	background-position: top top;
}



/*--components--*/
 
div.extra {
	border:solid 1px #D6D5D1;
	padding:7px;
	text-align:left;}
.sDN {display:none;}
.sDB {display:block;}
.sTAL {text-align:left;}
.sTAC {text-align:center;}
.sTAR {text-align:right;}
.sTAJ {text-align:justify;}
.sCP {cursor:pointer;}
.sCB {clear:both;}
.sFL {float:left;}
.sFR {float:right;}