@charset "UTF-8";
/* Main CSS for Tandoor Chef */

/* Site-wide */

body {
	margin:0;
	padding:0;
	font-size:62.5%;
	background:#ffd491 url(../images/site/bggradlite.jpg) repeat-x top center fixed;
	font-family:Arial, Helvetica, sans-serif;
	color:#603913;
	}
	
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_clean_light.png);
	height:200px;
	width:658px;
	}
	
#socialMedia {
	display:block;
	width:200px;
	position:absolute;
	top:35px;
	right:30px;
	text-align:right;
}

#subMenu {
	display:block;
	width:170px;
	position:absolute;
	top:131px;
	right:36px;
	text-align:left;
	font-size:1.1em;
}

#smleft {
	float:left;
	width:54px;
	text-align:left;
}

#navigation {
	margin:2px 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:151px;
	}
		
/* 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:590px;
	top:86px;
	}
	
#socialmediafooter {
	position:absolute;
	left:20px;
	top:86px;
	width:150px;
	text-align:left;
	}
	
#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:transparent url(../images/site/decoration_ul_light.gif) no-repeat 0 -96px;
	}
	
#wing_ur {
	left:658px;
	background:transparent url(../images/site/decoration_ur_light.gif) no-repeat 0 -96px;
	}
	
#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_light.gif);
	}
	
#wing_lr {
	left:658px;
	background-image:url(../images/site/footerdecoration_lrg_light.gif);
	}
	
/* Clearer */

.clearer {
	clear:both;
	}

