/* General
====================================================================== */
html {
	background: #070707 url(../_images/bg-tile.jpg) repeat center center;
}

body {
	padding: 40px 0 10px 0;
	color: #000;
	font-size: .8em;
	line-height: 1.4em;
}

body, input, select, textarea { font-family: arial, sans-serif; }

code, kbd, pre { font-family: "Courier New", Courier, monospace; }

h1, h2, h3 {
	color: #000;
	font-size: 2.3em;
	line-height: 1.8em;
	font-family: Impact, arial, sans-serif;
	text-transform: uppercase;
}

h2, h3 {
	margin-top: 20px;
	font-size: 1.2em;
	font-family: arial, sans-serif;
	font-weight: bold;
	text-transform: none;
}

h1 + h2,
h1 + h3 {
	margin-top: 0;
}

h1 {
	position: relative;
	top: -3px;
	left: -3px;
	display: block;
	color: #000;
}

h1 span {
	position: absolute;
	top: 3px;
	left: 3px;
	display: block;
}

h1:before {
	display: block;
	content: attr(title);
	color: #fdd87e;
}

p {
	margin: 0 0 1em 0;
}

a:link,
a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #000;
}

a:active { color: #fff }	
	
#page_wrapper {
	margin: 0 auto;
	width: 915px;
	background: url(../_images/bg-middle.gif) repeat-y center top;
}

.NoWrap {
	white-space: nowrap;
}
	
	

	
/* Accessibility
====================================================================== */
#accessibility_wrapper {
	position: relative;
	width: 915px;
	margin: 0 auto;
}

#accessibility_nav {
	position: absolute;
	left: -8000px;
	top: 0;
}

#accessibility {
	position: absolute;
	top: -25px;
	right: -12px;
	font-family: arial, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	color: #666;
}

#accessibility p,
#text_options {
	float: left;
	margin: 0 12px 0 0;
}

#accessibility p {
	margin-top: 3px;
}

#text_options a:link, #text_options a:visited {
	float: left;
	margin: 0 0 0 5px;
	width: 19px;
	height: 19px;
	display: block;
	border: 1px solid #666;
}

#text_options a:hover, #text_options a:active {
	border: 1px solid #fed77c;
}

#text_options a span { margin-left: -3000px; }

#textoption_normal { background: url(../_images/textoption-normal.jpg) no-repeat top right; }
#textoption_large { background: url(../_images/textoption-large.jpg) no-repeat top right; }
#textoption_contrast { background: url(../_images/textoption-contrast.jpg) no-repeat top right; }
	
	
	
	
/* Navigation
====================================================================== */
#nav {
	margin: 0 auto -90px 0;
	padding-top: 150px;
	width: 915px;
	height: 145px;
	background: url(../_images/bg-top.gif) no-repeat center top;
	font-family: Impact, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: center;
}

.Home #nav {
	margin: 0 auto -90px 0;
	padding-top: 266px;
	width: 915px;
	height: 145px;
	background: url(../_images/bg-top-home.gif) no-repeat center top;
}

#nav li {
	margin: 0 8px;
	display: -moz-inline-box;  /* for Mozilla based browsers */
	display: inline-block;
	background: #000;
}

#nav li a {
	display: block;  /* for Mozilla based browsers */
	display: inline-block;
	padding: 1px 6px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}

#nav li.Current,
#nav li.Current:hover,
#nav li:hover {
	background: #e85902;
}

#nav li:hover {
	background: #333;
}

#nav li:active {
	background: #e85902;
}

#subnav {
	margin: 10px 0 10px 55px;
	width: 805px;
	background: #fdd87e;
	font-weight: bold;
	font-size: .85em;
	line-height: 1.5em;
	text-align: center;
}

#subnav li {
	display: -moz-inline-box;  /* for Mozilla based browsers */
	display: inline-block;
	margin-left: -3px;
	border-left: 3px solid #feb35a;
}

#subnav li.Last {
	border-right: 3px solid #feb35a;
}

#subnav li a {
	display: block;  /* for Mozilla based browsers */
	display: inline-block;
	padding: 4px 8px;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}

#subnav li.Current,
#subnav li.Current:hover,
#subnav li:hover {
	background: #fee7b2;
}

#subnav li:active {
	background: #fff;
}




/* Content
====================================================================== */	
#content_wrapper {
	margin: 0 auto;
}

#content {
	position: relative;
	min-height: 100px;
	padding: 10px 55px 10px 55px;
	clear: both;
}

#content p {
	padding-right: 200px
}

#content ul {
	list-style: disc;
	margin: 10px 0 15px 20px;
}

#content li {
	margin-bottom: 6px;
}

.Home #content {
	padding-right: 75px;
	padding-left: 410px;
	min-height: 500px;
}

.Home #content p {
	padding-right: 75px;
}

#home_slideshow {
	position: absolute;
	margin: 12px 0 0 -360px;
}

#home_slideshow,
img.left,
img.right,
a:link #home_slideshow,
a:link img.left,
a:link img.right,
.ListingItem a:link img,
.ListingItemLast a:link img,
a:visited #home_slideshow,
a:visited img.left,
a:visited img.right,
.ListingItem a:visited img,
.ListingItemLast a:visited img,
.DetailPhoto {
	padding: 5px;
	background: #000;
	border: 3px solid #fdd87e;
}

img.left {
	margin: 5px 20px 10px 0;
	float: left;
}

img.right {
	margin: 5px 0 10px 20px;
	float: right;
}

a:hover img,
a:hover img.left,
a:hover img.right,
.ListingItem a:hover img,
.ListingItemLast a:hover img {
	border-color: #fff;
}

.Row { float: left; }

.ListingItem,
.ListingItemLast {
	float: left;
	margin: 12px 48px 15px 0;
	width: 165px;
	text-align: center;
}

.ListingItemLast {
	margin-right: 0;
}

#content .ListingItem p,
#content .ListingItemLast p {
	padding-right: 0;
}

.ListingItem img,
.ListingItemLast img {
	margin-bottom: 8px;
}

p.ListingItemName {
	font-weight: bold;
	line-height: 1.1em;
}

p.ListingItemName,
p.ListingItemPrice {
	margin: 0;
}

.ListingItem a:link,
.ListingItem a:visited,
.ListingItemLast a:link,
.ListingItemLast a:visited {
	text-decoration: none;
}

#product_detail {
	padding-left: 360px;
	min-height: 350px;
}

.DetailPhoto {
	position: absolute;
	margin: 12px 0 0 -360px;
}

#product_detail ul {
	list-style: disc;
	margin: 10px 0 15px 20px;
}

#product_detail li {
	margin-bottom: 3px;
}

#detail_order,
#detail_back {
	margin: 20px 0;
}

#detail_order a:link,
#detail_order a:visited {
	margin-right: 15px;
	padding: 3px 6px;
	color: #fff;
	background: #000;
	border: 3px solid #fed77c;
	font-family: Impact, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}

#detail_order a:hover {
	background: #333;
}

#detail_order a:active {
	background: #e85902;
}

#detail_back a:link,
#detail_back a:visited {
	padding: 3px 6px 3px 15px;
	background: #fed77c url(../_images/back_arrow.gif) no-repeat .6em .6em;
	font-weight: bold;
	font-size: .85em;
	line-height: 1.5em;
	text-transform: uppercase;
	text-decoration: none;
}

#detail_back a:hover {
	background-color: #fee7b2;
}

#detail_back a:active {
	color: #000;
	background-color: #fff;
}

.DetailPrice {
	font-weight: bold;
}

.DetailUnit {
	font-size: .85em;
}





/* Footer
====================================================================== */
#footer {
	margin: -75px 0 0 0;
	padding: 100px 20px 0 20px;
	background: url(../_images/bg-bottom.gif) no-repeat center bottom;
	color: #444;
	font-size: .85em;
	text-align: right;
	clear: both;
}

#footer a:link,
#footer a:visited {
	color: #444;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	color: #777;
}

#footer a:hover span { color: #a8d936; }

#footer a:active { color: #fff; }




/* Form
====================================================================== */
form.StandardForm {
	position: relative;
	margin: 0 0 0 8em;
	padding: 10px 0;
	width: 300px;
}

form.StandardForm fieldset {
	border: none;
}

form.StandardForm legend {
	padding: 15px 0;
	color: #000;
	font-size: 1em;
	line-height: 1.8em;
	font-weight: bold;
}

form.StandardForm div {
	margin: 10px 0;
}

form.StandardForm label, form.StandardForm .Radio div {
	color: #000;
	font-size: 1em;
	line-height: 1.8em;
	font-weight: bold;
}

form.StandardForm label {
	position: absolute;
	left: -8em;
	width: 7em;
	text-align: right;
}

form.StandardForm input {
	width: 100%;
	padding: 3px;
}

form.StandardForm label.Inline {
	width: auto;
	margin: 0 0 0 7em;
	text-align: left;
}

form.StandardForm label.Inline input {
	width: auto;
	margin: 0 15px 0 15px;
}

form.StandardForm textarea {
	/* display: block; */
	padding: 3px;
	width: 100%;
	height: 5em;
}

form.StandardForm input.Submit, form.StandardForm input#submit {
	margin: 10px 0 10px 0;
	width: auto;
	float: right;
}

form.StandardForm .Radio {
	margin-left: 9em;
}

form.StandardForm .Radio label {
	margin: 15px 0 5px 0;
	clear: left;
}

form.StandardForm .Radio div {
	margin: 2px 0;
	clear: left;
}

form.StandardForm .Radio input {
	margin-right: 15px;
	width: auto;
}

p.Msg {
	padding: 5px 10px;
	text-align: center;
	font-weight: bold;
}

/* Styles added by Integra */
.error {
font-weight: bold;
padding: 8px;
border: 1px #ffffff solid;
color: #ffffff;
background-color: #b70141;
}