@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
/*------- basic styling -------*/

body{
	text-align: center;
	font-family: "Arial Narrow", Garamond, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: normal;
	background-color:#434242;
	}
		
#wrapper{
	position: relative;
	width: 810px;
	margin: 0 auto;
	text-align: left;
	background-color: #434242;
	font-weight: normal;
	}
			
#clear id{
	clear: both;
	}
			
/*------ position container elements ------*/

#header{
	position: relative;
	height: 300px;
	background: url(../images/indeximages/indextop.jpg) no-repeat top left;
	width: 800px;
	}

#header h1{
	margin-left: -9000px;
}

#header #logoImage{
	margin-left: 5em;
	position: absolute;
	top: 0;
	left: 1px;
	width: 497px;
	height: 134px;
	
	}
	
#header #logoImage #logoText{
	font-size: 58px;
	padding-left: 0.3em;
	padding-top: 0.95em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	letter-spacing: -0.06em;
	}
	

/*--- main navigation styles ---*/

#header ul{
	position: absolute;
	margin: 0;
	padding: 0;
	left: 470px;
	top: 72px;
	width: 150px;
	height: 179px;
	font-style: normal;
	list-style-image: none;
	list-style-type: none;
	background: no-repeat;
	}
	
	
#header #mainNav ul a{
	padding: 0 1.2em;
	line-height: 2.4em;
	display: block;
	width: 145px;
	height: 45px;
	}
	
#header #shopLink{
	position: absolute;
	left: 85px;
	top: 168px;
	width: 58px;
	height: 30px;
	}

#header #blog{
	position: absolute;
	left: 82px;
	top: 200px;
	width: 58px;
	height: 30px;
	}
	

/* ---------- content styles ---------- */	

#content{
	position: relative;
	height: 210px;
	background: url(../images/indeximages/indexmid.jpg) no-repeat top left;
	}

/* ---------- footer styles ---------- */
	
	
#footer{
	position: relative;
	height: 90px;
	background: url(../images/indeximages/indexbase.jpg) no-repeat top left;
	}
	
#footer p{
	color: #666666;
	font-size: 10px;
	text-align: right;
	padding-top: 14px;
	padding-right: 105px;
	}
	
	
		
