body{
	font-family:Verdana;
	font-size:12px;
	background-color:#131313;
	color:#c1c1c1;
}

/* Miscellenous */

div,img{
	behavior:url(./style/iepngfix.htc);	
}

a{
	color:#c1c1c1;
}

br.clear{
	clear:both;
}

.border-radius{
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	behavior:url(./style/PIE.htc);	
}

/* Container */

#container{
	width:949px;
	margin:0 auto;
	margin-top:152px;
	position:relative;
	top:
}

/* Header */

#header{
	position:relative;
	height:116px;
}

#header ul{
	padding-top:6px;
	position:absolute;
/*	right:98px;*/
	right:83px;
	top:74px;
	z-index:2;
}

#header .nav-shadow{
	background:url("../images/nav-shadow.png") no-repeat scroll 0 0 transparent;
	width:644px;
	height:25px;
	position:absolute;
	right:-26px;
	top:74px;
}

#header ul li{
	float:left;
	margin-right:35px;
}

#header li a{
	font-size:14px;
	letter-spacing:2px;
}

#header li a:hover{
	color:#FFFFFF;
}


#header li.current a{
	color:#FFFFFF;
}

#header li.last{
	margin-right:0;	
}

#header .logo{
/*	background:url(../images/logo.png) no-repeat;*/
	width:331px;
	height:100px;
}

/* Content */

#content .page_title{
	position:absolute;
	color:#FFFFFF;
	font-size:60px;
}

#content .left_about .page_title{
	right:21px;
	top:195px;
}

#content .menu .page_title{
	left:14px;
	top:16px;
}

#content .contact .page_title{
	left:-16px;
	top:-64px;
}


#content .left_shadow{
	width:1px;
	height:355px;
	position:absolute;
	background:url("../images/shadow.png") no-repeat scroll 0 0 transparent;
	left:-15px;
	top:11px;
}

#content .right_shadow{
	width:1px;
	height:355px;
	position:absolute;
	background:url("../images/shadow.png") no-repeat scroll 0 0 transparent;
	right:-15px;
	top:11px;
}


#content .left_about{
	background:url("../images/about-image.jpg") no-repeat scroll 0 0 transparent;
	width:420px;
	height:279px;
	position:relative;
	float:left;
	top:48px;
	left:24px;
}

#content{
	margin-bottom:20px;
	position:relative;
}

#content .content_box_right{
	overflow:auto;
	padding-right:15px;
	margin-left:460px;
	position:relative;
	top:46px;
	width:439px;
	height:283px;
}

#content .content_box_right p{
	line-height:18px;
	margin-bottom:15px;
}

#content .content_box_right h2{
	font-size:22px;
	margin-bottom:15px;
	font-weight:normal;
}

#content .menu .content_box_right h3 span{
	float:right;
}

#content .home{
	background:url(../images/header-home.jpg) no-repeat;
	height:374px;
}

#content .contact{
	background:url(../images/header-contact.jpg) no-repeat;
	height:374px;
}

#content .gallery{
	height:374px;
	overflow:hidden;
}

#content .about{
	background:url(../images/header-about.jpg) no-repeat;
	height:374px;
}

#content .menu{
	background:url(../images/header-menu.jpg) no-repeat;
	background-color:#331209;
	height:374px;
}

#content .menu .content_box_right p{
	margin-bottom:0;
	line-height:15px;
}

#content .contact{
	position:relative;
}

#content .contact .map{
	position:relative;
	top:26px;
	margin-left:25px;
	width:508px;
	height:324px;
}

#content .contact_box_right{
/*	overflow:auto;*/
	padding-right:15px;
	position:absolute;
	right:40px;
	top:85px;
	height:283px;
}

#content .contact .address{
	margin-bottom:10px;
}

#content .contact .address li{
	line-height:16px;
}


#content .contact form input, #content .contact form textarea{
	border:0;
	width:310px;
	height:24px;
	border-top:1px solid #b8c2cc;
	border-bottom:1px solid #b8c2cc;
	margin-bottom:8px;
	padding:0 5px;
	color:#888d91;
	font-family:"Lucida Grande","Lucida Sans Unicode";
	font-size:12px;
}

#content .contact form textarea{
	height:83px;
	border-bottom:0;
	padding-top: 5px;
}

#content .contact form .submit{
	border:0;
	background:url(../images/submit.png) no-repeat;
	width:82px;
	height:26px;
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
	cursor:pointer;
	margin-top:2px;
	margin-left:2px;
}



/* Footer */

#footer{
	margin-bottom:20px;
}

#footer p{
	float:left;
	line-height:16px;
	width:600px;
	margin-left:20px;
}

#footer .footer_right{
	float:right;
	margin-right:10px;
}

#footer .footer_right span{

}

#footer .footer_right .social_icons{
	position:relative;
	right:6px;
	top:4px;
}

#footer a:hover {
	color: #fff;
}