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


/*--global formatting--*/

body{
	background-color:#310407;
	margin: 0px;
	height: 1000px;
}

/*--header--*/

#header{
	height: 500px;
	background: url(../images/header.jpg) repeat;
}

#headwrapper{
	width: 1010px;
	margin: auto;
	position: relative; top: -850px;
	
}

.logo{
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	width: 198px;
	height: 111px;
	position: relative; left: 50px;
}

#glow{
	background-image:url(../images/glow.png);
	width: 1187px;
	height: 395px;
	margin: auto;
	position: relative; top: -450px; left: 20px;
}

/*--background--*/

#bg_one{
 	height: 512px; width: 1010px;
	background-image: url(../images/bg.jpg);
	position: relative; top: -850px;
	margin: auto;
}

#bg_two{
	height: 500px; width: 1008px;
	margin: auto;
	position: relative; top: 6px;
	background-image: url(../images/bg2.jpg);
}

/*--navagation--*/

#headernav {
	float: right;
	margin-right: 25px;
	position: relative; top: -48px; left: 45px;
}

#headernav ul li {
	float: left;
	list-style-type: none;
}

#headernav li a {
	width: 110px;
	height: 0px;
	padding-top: 44px;
	overflow: hidden;
	display: block;
	margin: 0px 1px 0px 0px;
}

#headernav #nav_home a  { 
	background:url(../images/nav_home.jpg) 0px -44px; 
	background-repeat:no-repeat;
}

#headernav #nav_home a:hover, #headernav #nav_home a.current  {
	background: url(../images/nav_home.jpg) 0px 0px; 
	background-repeat:no-repeat;
}

#headernav #nav_portfolio a { 
	background:url(../images/nav_portfolio.jpg) 0px -44px; 
	background-repeat:no-repeat;

}

#headernav #nav_portfolio a:hover, #headernav #nav_portfolio a.current   {
	background: url(../images/nav_portfolio.jpg) 0px 0px; 
	background-repeat:no-repeat;
}

#headernav #nav_services a { 
	background:url(../images/nav_services.jpg) 0px -44px; 
	background-repeat:no-repeat;
}

#headernav #nav_services a:hover, #headernav #nav_services a.current  {
	background: url(../images/nav_services.jpg) 0px 0px; 
	background-repeat:no-repeat;

}

#headernav #nav_contact a { 
	background:url(../images/nav_contact.jpg) 0px -44px; 
	background-repeat:no-repeat;
}

#headernav #nav_contact a:hover, #headernav #nav_contact a.current  {
	background: url(../images/nav_contact.jpg) 0px 0px; 
	background-repeat:no-repeat;
}

/*--contact section--*/

#leftwrapper{
	
	width: 170px;
}

#contacttab{

	width: 159px;
	height: 391px;
 	background-image:url(../images/_featured.jpg);
	margin-left: 30px;
	position: relative; top: 20px;
}

.contactus{

	color: #ae877e;
	font: normal normal 12px "Helvetica Neue", Arial, Helvetica;
	position: relative; top: 359px; left: 40px;
	padding-top: 5px;
}

#rightwrapper{

	width: 800px;
	position: relative; left: 230px; top: -365px;
}

.contactbox{

	width: 744px;
	height: 391px;
	background-image: url(../images/contactbox.jpg);
}

.contacttext{
	width: 600px;
	height: 300px;
	color: #ae877e;
	font: normal normal 13px "Helvetica Neue", Arial, Helvetica;
	position: relative;
	top: 75px;
	left: 40px;

}


.form{
	position: relative;
	left: 490px;
	top: -230px;
}

.info{
	font: normal normal 13px "Helvetica Neue", Arial, Helvetica;
	font-size:14px;
	color:#CCCCCC;
	position: relative;
	top: -220px;
	left: 80px;
}

.info a{
	color: #CCCCCC;
	text-decoration:none
}

.info a:hover {
	color:#FFFFFF;
}


/*--footer--*/

#footer{
	width: 975px;
	height: 50px;
	background-image: url(../images/footer.jpg);
	position:relative; top: -75px; left: 25px;
	
}

.footnav li{
	display:inline;
	color: #ae877e;
	font: normal normal 11px "Helvetica Neue", Arial, Helvetica;
	padding: 20px;
	position:relative; left: 250px; top: 17px;
}

.footnav a{
	text-decoration:none;
	color: #ae877e; 
}

.footnav a:hover{
	color:#FFFFFF;
}

#copyv{
	width: 500px;
	height: 50px;
	margin:auto;
	position: relative; top: -840px; left: 70px;
	text-decoration:none;
	color: #ae877e;
	font: normal normal 10px "Helvetica Neue", Arial, Helvetica;
}

#copyv a{
	text-decoration:none;
	color: #ae877e;
	font: normal normal 10px "Helvetica Neue", Arial, Helvetica;
}

#copyv a:hover{
	color:#FFFFFF;
}


