/*	-----------------------------------------------

	Resets And Primitives

	----------------------------------------------- */


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,iframe {
	padding:0;
	margin:0;
}

body {
	font-size:62.5%;
	font-family:Verdana, Arial,Helvetica,sans-serif;
	color:#000;
	background:#FFF4D0 url(../img/bg-body.png) repeat-x 0 0;
	
}

h1,h2,h3,h4,h5,h6 { font-weight:bold; }

h1 { 
	font-size:1em; 
	line-height:1em;
	background: url(../img/logo.jpg) no-repeat 0 0;
	height: 94px;
	width: 845px;

	margin-bottom:305px;
}

h2 {
	font-size:1.5em;
	line-height:1em;
}

h3 { 
	font-size:1em; 
	line-height:1em;
}

h4 { 
	font-size:1em; 
	line-height:1em;
}

h5 {
	font-size:1em; 
	line-height:1em;
}

h6 {
	font-size:1em; 
	line-height:1em;
}

p { 
	font-size:1.1em;
	line-height:18px;
}

address,caption,cite,code,dfn,th,var { 
	font-style:normal; 
	font-weight:normal; 
}

ul,ol { 
	list-style:none; 
}

a { 
	color:#000;
	text-decoration:underline; 
}

a:hover {

}

img { 
	border:0; 
}

strong { 
	font-weight:bold;
}

em {
	font-style:italic; 
}

table {
	border-collapse:collapse;
}

caption,th,td {
	text-align:left;
	font-weight:normal;
}


/*	-----------------------------------------------

	Custom Primitives

	----------------------------------------------- */


div.hr { 
	height:1px;
	background: #ddb9bb;
	overflow:hidden;
	clear:both;
	height: 18px;
	border-top: 1px solid #d6c2b3;
	border-bottom: 1px solid #d6c2b3;	
}

div.hr div {
	border: 1px dotted #e5c3c4;
	margin-top: 8px;
}


	div.hr hr {
		display: none;
	}

div.clear {
	clear:both;
	height:1px;
	overflow:hidden;	
	margin-top:-1px;	
}


/*	-----------------------------------------------

	Utility Classes

	----------------------------------------------- */


.left { float:left; }
.right { float:right; }
.invisible { display:none; }

.offscreen {
	display:block;
	position:absolute;
	left:-99999em;
}

.clear:after {
	content:".";
	display:block;
	clear: both;
	height: 0px;
	margin-top:-1px;
	visibility: hidden;
}


/*	-----------------------------------------------

	Chrome

	----------------------------------------------- */

#wrapper {width: 845px; margin: auto; position: relative;padding-bottom: 50px;}

#hero {position: absolute; top: 94px;}

#navigation {
	position:absolute;
	top: 303px;
}

#navigation li,
#navigation a {float: left; height: 30px;}

#navigation li#nav01 a {
	background: url(../img/nav01.jpg) no-repeat;
	width: 96px;
}

#navigation li#nav02 a {
	background: url(../img/nav02.jpg) no-repeat;
	width: 161px;
}

#navigation li#nav03 a {
	background: url(../img/nav03.jpg) no-repeat;
	width: 179px;
}

#navigation li#nav04 a {
	background: url(../img/nav04.jpg) no-repeat;
	width: 72px;
}

#navigation li#nav05 a {
	background: url(../img/nav05.jpg) no-repeat;
	width: 162px;
}

#navigation li#nav06 a {
	background: url(../img/nav06.jpg) no-repeat;
	width: 175px;
}

div#main-content {margin-bottom: 7em;}

div#main-content h2 {margin-bottom: 1em;}

div#main-content p {width: 625px; margin-bottom: 1.4em;}

#weather {
	background:transparent url(../img/bg-weather.jpg) no-repeat scroll 0 0;
	font-weight:600;
	height:30px;
	padding-left:16px;
	padding-top:10px;
	margin-top: 5px;
	position:absolute;
	right:-48px;
	top:0;
	font-size: 0.9em;
}

.promotion {
	position: absolute;
	right: 10px;
	bottom: 110px;
}

#footer {text-align: center;margin-top: 1em;}

/*	-----------------------------------------------

	Widgets

	----------------------------------------------- */



/*	-----------------------------------------------

	Page Specific Style

	----------------------------------------------- */