@charset "UTF-8";
/* Main CSS for Tandoor Chef */

/* Site-wide */

body {
	margin:0;
	padding:0;
	font-size:62.5%;
	background:#700000 url(../images/site/bggrad.jpg) repeat-x top center fixed;
	font-family:Arial, Helvetica, sans-serif;
	}
	
p, table, tr, td, ol, ul, li, h1, h2, h3, h4, h5, h6 {
	color:#603913;
	}

a {
	color:#a0410d;
	}
	
a:hover {
	color:#bf4f0e;
	}

img {
	border:none;
	}
	
ul {
	margin: 0 0 1em 0;
	}	

.imageBorder {
	border:1px solid #603913;
	}
	
.imageShadow, .autoImageShadow {
	display:block;
	height:4px;
	background-image:url(../images/site/imageshadow.gif);
	background-repeat:repeat-x;
	padding-bottom:4px;
	}
	
.autoImageShadow {
	width:100%;
	}
	
/* Main-layout */

#main {
	display:block;
	position:relative;
	margin:0 auto;
	width:658px;
	}
	
/* Header and Navigation */

#header {
	display:block;
	position:relative;
	background-image:url(../images/site/headerbg.png);
	height:296px;
	width:658px;
	}
	
#navigation {
	margin:110px auto 0px auto;
	width:658px;
	text-align:center;
	}
	
#navigation img {
	margin:0 5px;
	}
	
#headerImage {
	background-image:url(../images/site/logonosteam.gif);
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	height:141px;
	}
		
/* Content */

#content {
	background-image:url(../images/site/contentbg.jpg);
	}
	
#contentSpace {
	padding:10px auto;
	display:block;
	width:625px;
	margin:0 auto;
	}

/* Footer */

#footer {
	display:block;
	width:658px;
	height:155px;
	position:relative;
	background-image:url(../images/site/footerbg.jpg);
	}

#footerNav {
	padding-top:84px;
	font-size:1.2em;
	}
	
#footerNavBottom {
	padding-top:6px;
	}

#deepfoodslogo {
	position:absolute;
	left:600px;
	top:86px;
	}
	
#footer a {
	color:#603913;
	text-decoration:none;
	}

/* Decorative henna wings */

#wing_ul, #wing_ur {
	display:block;
	width:122px;
	height:498px;
	position:absolute;
	}
	
#wing_ul {
	left:-122px;
	background-image:url(../images/site/decoration_ul.png);
	}
	
#wing_ur {
	left:658px;
	background-image:url(../images/site/decoration_ur.png);
	}
	
#wing_ll, #wing_lr {
	display:block;
	width:122px;
	height:303px;
	position:absolute;
	top:-148px;
	}
	
#wing_ll {
	left:-122px;
	background-image:url(../images/site/footerdecoration_llg.gif);
	}
	
#wing_lr {
	left:658px;
	background-image:url(../images/site/footerdecoration_lrg.gif);
	}
	
/* Clearer */

.clearer {
	clear:both;
	}