/* Basic Elements */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #333333;
	background-image: url(/_images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

img {
	border: 0;
}

p, address {
	margin-top: 0;
	margin-bottom: 1.5em;
	font-style: normal;
}
/* Links */
a:link {
	color: #336699;
}
a:visited {
	color: #666666;
}
a:hover, a:active {
	color: #999966;
}

/* Header */
#header {
	height: 300px;
	position: relative;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #000000;
}
#header p {
	position: absolute;
	left: 25px;
	bottom: 25px;
	margin: 0;
	font-size: 1.4em;
	color: #CCCC99;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#header_image {
	background-repeat: no-repeat;
	background-position: right;
	height: 100%;
	width: 100%;
	position: absolute;
	right: 0px;
}

#logo {
	position: absolute;
	left: 15px;
	top: 15px;
}
/* Footer */
#footer {
	font-size: 0.75em;
	clear: both;
	color: #FFFFFF;
	width: 725px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	overflow: hidden;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer #legals {
	float: left;
}
#footer #credits {
	float: right;
}
/* Content */
#container {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	overflow: hidden;
	padding-right: 50px;
	padding-left: 50px;
}
#container_top {
	background-image: url(/_images/content-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 50px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#container_bottom {
	background-image: url(/_images/content-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 25px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	text-align: justify;
}
#content_top {
	position: relative;
	z-index: 1;
	height: 125px;
	margin-top: 25px;
	margin-bottom: -100px;
	background-image: url(/_images/content-top.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#content_bottom {
	height: 125px;
	margin-top: -100px;
	background-image: url(/_images/content-bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.section {
	margin-bottom: 2em;
	height: 100%;
	overflow: hidden;
}
.section_feature {
	float: left;
}
.section_body {
	margin-left: 225px;
}
.store_body {
	margin-left: 265px;
}
#brand_logos {
	float: right;
	width: 200px;
	margin-left: 50px;
	font-size: 0.9em;
}
#brand_logos img {
	margin-bottom: 25px;
}
#sidebar {
	float: right;
	width: 200px;
	margin-left: 50px;
	font-size: 0.9em;
}
#sidebar h2 {
	color: #666633;
	text-align: center;
}

/* Headings */
h1, h2, h3 {
	font-weight: normal;
	margin-top: 0.25em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 3.5em;
	color: #999966;
	margin-bottom: 0.75em;
	padding-bottom: 0.25em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999966;
}
h2 {
	font-size: 1.4em;
	color: #663333;
	margin-bottom: 0.5em;
}
h3 {
	font-size: 1.2em;
	color: #663333;
	text-align: center;
}
/* Specific Divs */

#nav_header_top {
	text-align: center;
	line-height: 40px;
	background-image: url(/_images/nav-header-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}

#nav_header_bottom {
	text-align: center;
	line-height: 40px;
	background-image: url(/_images/nav-header-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}
#nav_header_top ul, #nav_header_bottom ul {
	margin: 0;
	padding: 0;
}
#nav_header_top li, #nav_header_bottom li {
	list-style-type: none;
	display: inline;
}
#nav_header_top a, #nav_header_bottom a {
	text-decoration: none;
	margin: 1em;
	color: #FFFFFF;
}	
#nav_header_top a:hover, #nav_header_bottom a:hover {
	color: #996633;
}
#nav_left {
	float: left;
	width: 200px;
	margin: 0;
	padding: 25px;
}
.clear_both {
	clear: both;
	height: 0;
	line-height: 0;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}
.feature {
	float: right;
	margin-left: 2em;
	margin-bottom: 2em;
}
.feature_image {
	float: right;
	margin-bottom: 2em;
	margin-left: 2em;
	background-color: #333333;
}
.feature_image p {
	margin: 0;
	padding: 0.5em;
	color: #999966;
}
.feature_image img {
	margin: 0;
	padding: 0;
	border: 0;
}
#header_container {
	width: 750px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
}

#column_1 {
	float: left;
	width: 200px;
	font-size: 0.9em;
}
#column_2 {
	float: left;
	width: 200px;
	margin-left: 25px;
	font-size: 0.9em;
}
#column_3 {
	float: left;
	width: 200px;
	margin-left: 25px;
	font-size: 0.9em;
}
.required_field {
	color: #993333;
	font-weight: bold;
}
#zzz div {
	float: left;
	width: 49%;
	height: 125px;
	line-height: 125px;
	text-align: center;
	font-size: 125px;
}
#zzz img {
	vertical-align: middle;
}
.imgReplace {
	display: none;
}
