	html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
}

html,body {
	background: #f0ebe6 url(shared/images/bg.jpg) center center no-repeat;
	text-align: center;
	height: 100%;
	width: 100%;
}

#container {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	text-align: center;
}

#content {
	margin: 0px auto;
	width: 446px;
	display: block;
}

#logo {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -223px;
	margin-top: -75px;
	width: 446px;
	text-align: center;
}

#topNav {
	margin: 25px 0px 0px 27px;
	position: relative;
}

#topNav ul {
	display: inline;
}

#topNav ul li {
	display: inline;
}

#topNav ul li span {
	display: none;
}

a#residentialOvens {
	display: block;
	float: left;
	width: 199px;
	height: 31px;
	margin: 6px 0px 6px 0px;
	background: url(shared/images/top_nav.gif) 0px -3px no-repeat;
}

a#residentialOvens:hover {
	margin: 6px 0px 12px 0px;
	background: url(shared/images/top_nav.gif) 0px -31px no-repeat;
}

a#commercialOvens {
	display: block;
	float: left;
	width: 210px;
	height: 31px;
	margin: 6px 0px 6px 0px;
	background: url(shared/images/top_nav.gif) -203px -3px no-repeat;
}

a#commercialOvens:hover {
	margin: 6px 0px 6px 0px;
	background: url(shared/images/top_nav.gif) -203px -31px no-repeat;
}

#bottomNav {
	position: absolute;
	bottom: 45px;
	left: 50%;
	margin-left: -187px;
	text-align: center;
}

#bottomNav ul {
	display: inline;
	margin-left: 16px;
}

#bottomNav ul li {
	display: inline;
}

#bottomNav ul li span {
	display: none;
}

a#corporateInformation {
	display: block;
	float: left;
	width: 146px;
	height: 12px;
	background: transparent url(shared/images/bottom_nav.gif) 0px 0px no-repeat;
}

a#corporateInformation:hover {
	background: transparent url(shared/images/bottom_nav.gif) 0px -16px no-repeat;
}

a#privacyPolicy { 
	display: block;
	float: left;
	width: 110px;
	height: 12px;
	background: transparent url(shared/images/bottom_nav.gif) -146px 0px no-repeat;
}

a#privacyPolicy:hover {
	background: transparent url(shared/images/bottom_nav.gif) -146px -16px no-repeat;

}

a#termsAndConditions {
	display: block;
	float: left;
	width: 131px;
	height: 12px;
	background: transparent url(shared/images/bottom_nav.gif) -256px 0px no-repeat;
}

a#termsAndConditions:hover {
	background: transparent url(shared/images/bottom_nav.gif) -256px -16px no-repeat;

}
