@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: 1162px; width: 1010px;
	background-image: url(../images/bg.jpg);
	position: relative; top: -850px;
	margin: auto;
}

#bg_two{
	height: 1150px; 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;
}
/*--portfolio section--*/

#leftwrapper{
	
	width: 170px;
}

#webtab{

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

}

#rightwrapper{
	
	width: 800px;
	position: relative; left: 230px; top: -375px;
}

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

.moine{

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

.mtextwrapper{
	
	width: 300px;
	position: relative; left: 410px; top: 10px;
}

.moinetext{

	color: #ae877e;
	font: normal normal 12px "Helvetica Neue", Arial, Helvetica;	
}

.moinetext a{

	text-decoration: underline;
	color: #ae877e;
	font: normal normal 12px "Helvetica Neue", Arial
}

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


.fair{
	
	width: 744px;
	height: 236px;
	background-image:url(../images/fair.jpg);
	position: relative; top: 15px;
}

.ftextwrapper{

	width: 300px;
	position: relative; left: 410px; top: 10px;
}

.fairtext{

	color: #ae877e;
	font: normal normal 12px "Helvetica Neue", Arial
}

.fairtext a{

	text-decoration: underline;
	color: #ae877e;
	font: normal normal 12px "Helvetica Neue", Arial
}

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

.margie{

	width: 744px;
	height: 236px;
	background-image:url(../images/margie.jpg);
	position: relative; top: 30px;
}

.margtextwrapper{

	width: 300px;
	position: relative; left: 410px; top: 10px;
}

.margietext{

	color: #ae877e;
	font: normal normal 12px "Helvetica Neue", Arial
}

.margietext a{

	text-decoration: underline;
	color: #ae877e;
	font: normal normal 12px "Helvetica Neue", Arial
}

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

.zilla{
	
	width: 744px;
	height: 236px;
	background-image:url(../images/chefzilla.jpg);
	position: relative; top: 45px;
}

.zillatextwrapper{

	width: 300px;
	position: relative; left: 410px; top: 10px;
}

.zillatext{

	color: #ae877e;
	font: normal normal 12px "Helvetica Neue", Arial
}

.zillatext a{

	text-decoration: underline;
	color: #ae877e;
	font: normal normal 12px "Helvetica Neue", Arial
}

.zillatext 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;
}

