/* @group CSS Reset */

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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
}

body {
	font: .63em/1 arial, sans-serif;
}

ol, ul {
	list-style: none;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {
	text-decoration: none;
}

/* @end */

/* @group Styles */

#sitewrapper {
	width: 100%;
	float: left;
	height: 100%;
	background: url(img/grad_main.png) repeat-x left top;
}

#sitewrapper_subpage {
	width: 100%;
	float: left;
	height: 100%;
	background: url(img/grad_sub.png) repeat-x left top;
}

#layoutwrapper {
	width: 880px;
	margin: 0 auto;
}

#header.subheader {
	height: 300px;
}

#header {
	float: left;
	height: 102px;
	width: 880px;
}

#header h1 {
	display: block;
	float: left;
	width: 170px;
	height: 90px;
	overflow: hidden;
}

#header h1 a {
	display: block;
	float: left;
	width: 170px;
	height: 90px;
	text-indent: -9999px;
	background: url(img/logo.gif) no-repeat left bottom;
}

#pagepic {
	float: left;
	overflow: hidden;
	width: 288px;
	height: 300px;
}

#header ul {
	float: right;
	padding-top: 60px;
	width: 422px;
	height: 12px;
	overflow: hidden;
	display: block;
}

#header ul li {
	float: left;
	display: block;
}

#header ul li a {
	float: left;
	display: block;
	height: 12px;
	text-indent: -9999px;
	pointer: cursor;
}

#header .link1 {
	width: 51px;
	background: url(img/nav.gif) left top;
}

#header .link2 {
	width: 93px;
	background: url(img/nav.gif) -51px top;
}

#header .link3 {
	width: 89px;
	background: url(img/nav.gif) -144px top;
}

#header .link4 {
	width: 95px;
	background: url(img/nav.gif) -233px top;
}

#header .link5 {
	width: 94px;
	background: url(img/nav.gif) -328px top;
}

#header .link1:hover {
	width: 51px;
	background: url(img/nav.gif) left bottom;
}

#header .link2:hover {
	width: 93px;
	background: url(img/nav.gif) -51px bottom;
}

#header .link3:hover {
	width: 89px;
	background: url(img/nav.gif) -144px bottom;
}

#header .link4:hover {
	width: 95px;
	background: url(img/nav.gif) -233px bottom;
}

#header .link5:hover {
	width: 94px;
	background: url(img/nav.gif) -328px bottom;
}

#homepromo {
	clear: both;
	width: 540px;
	height: 440px;
	margin: 0 auto;
	overflow: hidden;
}

#whitespace {
	clear: both;
	height: 3px;
	width: 100%;
}

#subsection_home {
	padding-top: 57px;
	font-size: 1.3em;
	line-height: 175%;
	color: white;
}

#subsection_home p {
	width: 550px;
	padding-top: 5px;
}

#storelink {
	text-indent: -9999px;
	float: right;
	width: 216px;
	height: 100px;
	display: block;
	background: url(img/storebubble.gif) no-repeat left top;
}

#subsection_page {
	padding-top: 100px;
	font-size: 1.2em;
	line-height: 125%;
	color: #000;
	float: left;
	width: 880px;
}

#subsection_page ul {
	padding-bottom: 20px;
	list-style-type: disc;
	margin-left: 15px;
}

#subsection_page ol {
	padding-bottom: 20px;
	margin-left: 25px;
	list-style-type: decimal;
}

#subsection_page p {
	padding-bottom: 15px;
}

#subsection_page h2 {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 12px;
}

#subsection_page h3 {
	font-size: 1.4em;
	font-weight: normal;
	padding-top: 12px;
	color: #0c4978;
	line-height: 125%;
}

#pagecol1 {
	width: 380px;
	float: left;
}

#pagecol2 {
	width: 380px;
	float: right;
}

#pagecol3 {
	width: 520px;
	float: right;
}

#pagecol4 {
	width: 340px;
	float: left;
}

#pagecol4 a {
	color: #000;
	font-weight:bold;
}

.specials{
	display: block;
	float: left;
	text-align: left;
	margin: 60px 40px 0 0;
	height: 700px;
	width:250px;
}

.specials p{
	margin-left:30px;

}

.specials li{
	margin-left:30px;

}

h4 {
	color:black;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:10px;
}

h5 {
	color:#0c4978;
	text-transform:uppercase;
	font-weight:bold;
	font-size:.9em;
}

#pagename {
	font-size: 4em;
	color: #fff;
	font-weight: bold;
	text-align: right;
	overflow: hidden;
	width: 422px;
	height: 65px;
	float: left;
	padding-top: 133px;
}

#footer {
	clear: both;
	padding-top: 50px;
	padding-bottom: 30px;
	text-align: right;
	color: #7f8386;
}

#footer a {
	color: #7f8386;
}

/* @end */