@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#000;
	padding:0;
	margin-top:10px;
	background:#635143 url(../images/bg.jpg);
	background-size:100%;
}
.clear{ clear:both;}
.clear-left{ clear:left;}
.spacer5{ height:5px;}
.spacer10{ height:10px;}
.spacer15{ height:15px;}
.spacer-dash{ height:4px; border-top:1px solid #a79e9e; width:273px;}
#wrapper{
	width:960px;
	margin:0 auto;
}
.container{
	width:880px;
	padding:40px;
	background:url(../images/container-bg.png) repeat;
	margin:0 auto;
}
#left{
	width:315px;
	float:left;
	margin-right:40px;
}
#right{
	width:525px;
	float:left;
}
#header{
	width:960px;
	margin:0 auto;
}
#header-left{
	width:280px;
	float:left;
	padding-top:95px;
}
#header-right{
	width:680px;
	float:left;
}
#img{
	width:519px;
	border:1px solid #c0bcbb;
	padding:2px;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#fff;
	font-weight:bold;
}
h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	color:#333;
	font-weight:bold;
	padding:0;
	margin:0;
}
h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#000;
	text-align:center;
	padding:0;
	margin:0;
	font-weight:normal;
	background:#fff;
}
p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	line-height:1.4em;
	color:#333;
	padding-bottom:5px;
	margin:0;
}
.pro{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	line-height:1.4em;
	color:#e69617;
	padding-bottom:5px;
	margin:0;
	font-weight:normal;
}
/*navigation*/
#navigation{
	margin:0;
	padding:0;
	height:54px;
}
ul#list-nav {
  list-style:none;
  margin:0;
  padding-top:95px;
  padding-left:307px;
  padding-bottom:5px;
  
}
ul#list-nav li {
  float:left;
  margin-right:6px;
}

ul#list-nav li a {
color:#fff;
font-size:11pt;
font-weight:bold;
text-decoration:none;
display:block;
padding-left:8px;
}
ul#list-nav li a:hover {
color:#C00;
font-weight:bold;
}
ul#list-nav li.active a{
	color:#C00;
}
/*footer*/
#footer{
	width:960px;
	margin:0 auto;
}
#footer-left{
	width:480px;
	float:left;
}
#footer-right{
	width:480px;
	float:left;
	text-align:right;
}
.cr_txt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#fff;
}
.mail a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#fff;
	text-decoration:none;
	font-style:italic;
	}
	.mail a:hover{
		font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#11b211;
	}
/*Our products*/
.product-box-left{
	width:156px;
	float:left;
	padding:2px;
	margin-right:20px;
}
.product-box-right{
	width:156px;
	float:left;
	padding:2px;
}
/*For Jquery */
#slideshow {
    position:relative;
	width:519px;
	margin:0 auto;
	background:url(../images/loader2.gif) no-repeat center;
	height:109px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

	
/*Contact */
		
	label {	
		font-size: 14px;
		color: #666; 
	}
	form { 
		padding: 0px; 
		margin: 0px 0 0 0;
		width: 880px;
		background: transparent;
				
				
	}
fieldset { border: none; }
	
	
input, textarea { 		
		padding: 8px; 
		margin: 4px 0 20px 0; 
		background: #fff; 
		width: 297px; 
		font-size: 14px; 
		color: #555; 
		border: 1px #ddd solid;
		
}
	textarea {		
		width: 508px; 
		height: 175px; 		 		
	}
	
	input:hover, textarea:hover { 
		background: #eee; 
	}
		
	input.submit { 	
		width: 150px; 
		color: #eee; 
		text-transform: uppercase; 
		margin-top: 10px;
		background-color: #18a5cc;
		border: none;
				
	} 
	
	input.submit:hover { 		
		-webkit-box-shadow: 0px 0px 20px #555;
		-moz-box-shadow: 0px 0px 20px #aaa; 
		box-shadow: 0px 0px 20px #555;	
		cursor:  pointer; 
	} 
	
