body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background-color:#666;
	margin: 0;
	padding: 0;
	overflow-x:hidden;
	z-index:0 !important;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:100;
	line-height:normal;
	margin:0;
	padding:0;
	color:#333;
}
img{
	border:0;
}
#bg{
	position:relative;
	float:left;
	top:0;
	width:100%;
	background-image:url(../images/bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color: #FFF;
}
#wrapper{
	position:relative;
	top:0;
	left:50%;
	margin:0 0 0 -490px;
	width:980px;
}
/*---------------------------------------Header-*/
#header{
	position:relative;
	width:980px;
	height:230px;
	float:left;
	margin:0;
	padding:0;
	z-index:9999px; !important
}
/*--------------------Social Networks-*/
#social{
	width:980px;
	height:50px;
	float:left;
	margin:0;
	padding:0;
}
#face{
	width:200px;
	height:50px;
	float:right;
	margin:0;
	padding:0;
	background-color:#efefef;
}
#face a{
	color:#999;
	text-decoration:none;
}
#face a:hover{
	color:#000;
	text-decoration:none;
}
#face p{
	font-size:12px;
	color:#999;
	margin:15px 0 10px 25px;
	padding:3px 0 0 0;
}
#face img{
	margin:-2px 0 0 7px;
	padding:0 0 0 0;
	vertical-align:middle;
}
/*--------------------Navigation-*/
#navigation{
	float:left;
	width:980px;
	height:128px;
	float:left;
	margin:0;
	padding:0;
}
#logo{
	width:324px;
	height:128px;
	float:left;
	margin:0;
	padding:0;
}
/*--------------------Menu-*/
.nav-wrap{
	width:410px;
	height:30px;
	float:right;
	margin:76px 0 0 0;
	padding:0;
}
#nav{ 
	position:relative;
	float:right;
	margin: 0; 
	padding:0;
	width:372px;
	height:30px;
}
#nav li { 
	float:left;
	display: inline;
	padding:0;
}
#nav a { 
	float: left;
	color: #999;
	font-size: 16px;
	padding:0;
	text-decoration: none;
	text-transform:uppercase;
}
#nav a:hover { 
	color:#666;
}
#magic-line { 
	position: absolute;
	bottom: 5px; 
	left: 0;
	margin: 0 0 0 0; 
	height: 3px;
	background: #0072b6;
}
.current_page_item a { 
	color:#666;
}
.ie6 #nav li, .ie7 #nav li { 
	display: inline; 
}
.ie6 #magic-line {
	bottom: -3px;
}
/*--------------------header line-*/
#line{
	float:left;
	width:980px;
	height:3px;
	margin:23px 0 0 0;
	background-image:url(../images/line.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
/*---------------------------------------Content-*/
#content{
	position:relative;
	float:left;
	width:980px;
	margin:0;
	padding:0;
}
#content h2{
	font-size:24px;
	color:#333;
	margin:10px 0 10px 0;
	font-weight:200;
}
#content p{
	font-size:12px;
}
#intro{
	float:left;
	width:980px;
	margin:0 0 45px 0;
	padding:0;
}
#gallery{
	position:relative;
	float:left;
	width:980px;
	height:120px;
	margin:0 0 0 0;
	padding:0;
	background-color:#CCC;
}
#gallery-item{
	position:relative;
	float:left;
	width:110px;
	height:70px;
	margin:25px 0 0 26px;
	padding:0 0 0 0;
	background-color:#FFF;
	-moz-box-shadow: 0 0 3px 3px #888;
	-webkit-box-shadow: 0 0 3px 3px #888;
	box-shadow: 0 0 3px 3px #888;
}
/*--------------------news-*/
#news{
	position:relative;
	float:left;
	width:980px;
	height: 230px;
	padding:0 0 45px 0;

}
#new{
	position:relative;
	float:left;
	width:230px;
	height: 230px;
	border:1px solid #999;
}
#new #title{
	float:left;
	height:60px;
	margin:0 0 0 15px;
}
#new h2{
	font-size:12px;
	font-weight:bold;
	color:#999;
	line-height:1.2;
	text-transform:uppercase;
	padding:8px 0 0 0;
}
.item{
	width:230px;
	height:170px;
	margin:0 auto;
	/* required to hide the image after resized */
	overflow:hidden;
	/* for child absolute position */
	position:relative;
	/* display div in line */
	float:left;
	vertical-align:bottom;
	color:#FFF;
}
.item .caption{
	width:230px;
	height:170px;
	background:#036;
	color:#fff;
	font-weight:bold;
	/* fix it at the bottom */
	position:absolute;
	left:0;
	/* hide it by default */
	display:none;
	/* opacity setting */
	filter:alpha(opacity=90);
	/* ie  */
	-moz-opacity:0.9;
	/* old mozilla browser like netscape  */
	-khtml-opacity:0.9;
	/* for really really old safari */
	opacity:0.9;
	/* css standard, currently it works in most modern browsers like firefox,  */
	padding:5px;
}
.item .caption a{
	text-decoration:none;
	color:#0cc7dd;
	font-size:16px;
	/* add spacing and make the whole row clickable*/
	padding:5px;
	display:block;
}
.item .caption p{
	font-size:12px;
	font-weight:normal;
	line-height:1.4;
	color:#FFF;
}
.item img{
	border:0;
	/* allow javascript moves the img position*/
	position:absolute;
	}
.clear{
	clear:both;
}
/*---------------------------------------Products-*/
#products-left{
	float:left;
	width:250px;
	margin:0 0 20px 0;
	padding:0;
}
#products-left h3{
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:1px;
	font-weight:100;
	font-size:19px;
	color:#999;
	padding:0 0 10px 0;
	outline:none;
}
#products-left h3 a{
	background-image:url(../images/line-h3.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	text-decoration:none;
	padding:0 0 4px 0;
	color:#999;
}
#products-left h3 a:hover{
	background-image:url(../images/line-h3-over.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	text-decoration:none;
	padding:0 0 4px 0;
	color:#CCC;
}
#products-left ul{
	display:inline;
	margin:0 0 15px 0;
	padding:0;
}
#products-left li{
	background-image:url(../images/line-h3.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	list-style:none;
	color:#999;
	font-size:15px;
	padding:0 0 5px 15px;
	margin:0 0 15px 0;M
	text-decoration:none;
	text-transform:uppercase;
}
#products-left li a{
	color:#999;
	text-decoration:none;
}
#products-left li a:hover{
	color:#0072b6;
	text-decoration:none;
}
/*---------------------------------------Products-*/
#products-left-menu{
	float:left;
	width:250px;
	margin:0 0 20px 0;
	padding:0;
}
#products-left-menu #h3{
	background-image:url(../images/line-h3.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:250px;
	float:left;
	padding:0 0 3px 0;
	margin:0 0 7px 0;
}
#products-left-menu .current{
	background-image:url(../images/line-h3-over.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:250px;
	float:left;
	padding:0 0 3px 0;
	margin:0 0 7px 0;
}
#products-left-menu h3{
	text-transform:none;
	text-decoration:none;
	font-weight:lighter;
	font-size:20px;
	color:#999;
	padding:0 0 0 0;
	margin:0;
	outline:none;
}
#products-left-menu h3 a{
	text-decoration:none;
	padding:0 0 4px 0;
	color:#999;
	line-height:normal;
}
#products-left-menu h3 a:hover{
	background-image:url(../images/line-h3-over.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	text-decoration:none;
	padding:0 0 4px 0;
	color:#CCC;
	line-height:normal;
}
#products-right{
	position:relative;
	width730px;
	margin:0 0 20px 0;
	padding:0;
	vertical-align:top;
}
#products-right-left{
	position:relative;
 	float:left;
	width:320px;
	margin:0 0 20px 0;
	padding:0 20px 0 0;
	vertical-align:top;
}
#products-right-left p{
	font-size:23px;
	color:#0072b6;
	margin:0;
	line-height:1.6;
	text-align:right;
}
#products-right-right{
	position:relative;
 	float:left;
	width:390px;
	margin:0 0 20px 0;
	padding:0;
	vertical-align:top;
}
#products-right-right a{
	color:#999;
	text-decoration:none;
}
#products-right-right a:hover{
	color:#0072b6;
	text-decoration:none;
}
#product{
	position:relative;
	float:left;
	width:390px;
	height:80px;
	margin-bottom:20px;
}
#product img{
	-moz-box-shadow: 0 0 2px 2px #888;
	-webkit-box-shadow: 0 0 2px 2px #888;
	box-shadow: 0 0 2px 2px #888;
}
/*---------------------------------------Contacts-*/
#contacts-right{
	position:relative;
	float:right;
	width:730px;
	margin:0 0 20px 0;
	padding:0;
}
/*---------------------------------------Footer-*/
#footer{
	position:relative;
	float:left;
	left:50%;
	top:auto;
	bottom:auto;
	margin:0 0 0 -490px;
	width:980px;
	height:142px;
}
#footer p{
	padding-top:15px;
	float:left;
	color:#444;
	text-align:left;
	line-height:1.4;
	font-size:12px;
}
#footer a{
	color:#333;
	text-decoration:none;
}
#footer a:hover{
	color:#999;
	text-decoration:none;
}
#footer-right{
	position:relative;
	float:right;
	width:730px;
	color:#999;
	height:142px;
	background-color:#444;
}
#footer-right a{
	color:#999;
	text-decoration:none;
}
#footer-right a:hover{
	color:#0072b6;
	text-decoration:none;
}
/*-------------------------------------Form-*/
/* Forms */

input, textarea { 
	padding: 8px;
	border: solid 1px #E5E5E5;
	font: normal 12px Verdana, Tahoma, sans-serif;
	width: 210px;
	background: #FFFFFF url('form_background.png') left top repeat-x;/*Mimic Background Property in Internet Explorer since IE 6,7,8 does not support CSS3*/
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;/*0.1 actually means 10 %*/
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}

textarea { 
	width: 210px;
	max-width: 210px;
	height: 168px;
	max-height: 168px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus { 
-moz-box-shadow:0 0 8px lightblue;
	-webkit-box-shadow:0 0 8px lightblue;
	box-shadow:0 0 8px lightblue;
}

.form label { 
	margin-left: 12px; 
	color: #999999; 
	}

.submit input {
	width: auto;
	padding: 10px 14px;
	background: #0072b6;
	border:solid #999 1px;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
	}
#form-div {
	position:relative;
	float:left;
	width:250px;
	margin:0;
	padding:0;
}