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


/* Import section ******************************************************************************* */
@import "import/reset.css";
@import "import/layout.css";
@import "import/typography.css";
/* General section ******************************************************************************* */

body{
	background:#0d0600;	
}

.main-menu ul{
	display:block;
	width:640px;
	height:30px;
	list-style:none;
	margin-top:115px;		
}

.main-menu ul li{
	float:left;	
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin-right:20px;	
}

.main-menu ul li a{
	display:block;
	width:140px;
	height:30px;	
	line-height:30px;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:14px;
	font-style:normal;
	color:#6b6763;
	text-align:center;	
}

.main-menu ul li a:hover{
	color:#b2b0ae;	
}

.section-content{
	width:900px;	
	height:auto;
	position:relative;
	padding-top:50px;
	padding-left:50px;
	letter-spacing:1px;	
	text-align:center;	
}

.section-content a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	color:#c3b6a4;
	text-decoration:none;
	outline:none;
}

.section-content a:hover{
	color:#e3ded7;	
}

.section-title{
	display:block;
	width:400px;
	height:auto;
	position:relative;
	padding-top:50px;
	padding-left:30px;	
	font-size:30px;
	color:#bc7f2c;	
}

.section-subtitile{
	display:block;
	width:250px;
	height:auto;	
	color:#b84623;	
}

.ie6{
	display:none;	
}

/* Detalis section ******************************************************************************* */

#wide-wrapper{
	width:960px;
	height:auto;
	margin:0 auto;
	border-left:1px solid #150e08;
	border-right:1px solid #150e08;
	background:url(../images/home-tex.jpg) top left repeat-x;
}
/* HOME section ******************************************************************************* */
#wide-wrapper #home{
	width:960px;
	height:400px;
	margin-bottom:50px;
	background:url(../images/logo.jpg) top left no-repeat;
}
.main-menu ul li a.home-active{
	background:url(../images/home-active.jpg) no-repeat;
	text-indent:-1500px;
}

/* ABOUT section ******************************************************************************* */
#wide-wrapper #about{
	width:960px;
	height:550px;
	background:url(../images/pages-tex.jpg) top left repeat-x;
}

.main-menu ul li a.about-active{
	background:url(../images/about-active.jpg) no-repeat;
	text-indent:-1500px;
}

/* FOLIO section ******************************************************************************* */

#wide-wrapper #folio{
	width:960px;
	height:1350px;
	background:url(../images/pages-tex.jpg) top left repeat-x;
}

.main-menu ul li a.folio-active{
	background:url(../images/folio-active.jpg) no-repeat;
	text-indent:-1500px;
}

#wide-wrapper #folio .section-content ul#folio-gallery{
	display:block;	
	width:900px;
	margin-left:30px;
	text-align:center;
	height:auto;
}

#wide-wrapper #folio .section-content ul li{
	display:block;
	width:180px;
	height:100px;
	float:left;
	margin-top:30px;
	margin-right:30px;
}
	
#wide-wrapper #folio .section-content ul li a{
	display:block;
	width:180px;
	height:100px;
	float:left;
}

/* CONTACT section ******************************************************************************* */
#wide-wrapper #contact{
	width:960px;
	height:700px;
	background:url(../images/pages-tex.jpg) top left repeat-x;
}

.main-menu ul li a.contact-active{
	background:url(../images/contact-active.jpg) no-repeat;
	text-indent:-1500px;
}

#wide-wrapper #contact .section-content p{
	display:block;
	width:900px;
	height:auto;
	float:left;	
	margin-top:0px;
	margin-bottom:10px;
}


#wide-wrapper #contact .input-text{
	display:block;
	width:530px;
	background:#0a0500;
	border:1px solid #170c02;
	height:20px;
	padding:10px;
	margin-left:50px;
	line-height:20px;
	font-family:Verdana, Geneva, sans-serif;
	color:#656058;
	font-size:15px;
}

#wide-wrapper #contact .message-text{
	display:block;
	width:530px;
	background:#0a0500;
	border:1px solid #170c02;
	height:150px;
	padding:10px;
	margin-left:15px;
	line-height:20px;
	font-family:Verdana, Geneva, sans-serif;
	color:#656058;
	font-size:15px;
}

#wide-wrapper #contact #submit{
	display:block;
	width:140px;
	height:30px;
	border:none;
	cursor:pointer;
	margin-left:530px;
	background:url(../images/send-btn.jpg) no-repeat center;
}
