/* ----------------------------------- */
/* GLOBAL
/* ----------------------------------- */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
html, body {
	height: 100%;
	font: 12px Arial, Helvetica, sans-serif;
	background: #222 url(/_images/bg.gif) center repeat-y;
	margin:0;
	color: #999;
}
a:link, a:visited {
	color: #c00;
	text-decoration:underline;
}
a:hover {
	color: #999;
	text-decoration:underline;
}
li {
	list-style: none;
}
h1 {
	font-size:14px;
	color:#c00;
}
h2 {
	font-size:16px;
	color:#c00;
}
h3 {
	font-size:18px;
	color:#333;
}
.error {
	border: solid 1px #c00;
	background:#FFFFCC;
	width:750px;
	height:30px;
	padding-top:4px;
}
hr {
	width: 100%;
	border: 0;
	background:#999;
	height:1px;
	clear:both;
	margin: 20px 0 20px 0;  /* top right bottom left*/
}
img {
	border:none;
}
.clear {
	clear:both;
}

/* ----------------------------------- */
/* MAIN
/* ----------------------------------- */
#wrapper {
	margin: 0 auto;
	width: 1500px;
	background: url(/_images/bg_wrapper.jpg) top center no-repeat;
	text-align:center;
}
#container {
	width: 900px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%; /*stoopid ie*/
	text-align: center;
}
#header {
	height: 125px;
	width: 900px;
}
#header .left{
	float: left;
	width:400px;
}
#header .right {
	float: right;
	background:url(/_images/header_bg_right.jpg);
	margin: 0;  /* top right bottom left*/
	text-align:right;
	width:500px;
	height:125px;
}
#header .shopnow {
}
#header .xgames {
	height: 48px;
	float:right;
	clear:both;
}
#footer {
	width: 860px;
	clear:both;
	padding:20px;  /* top right bottom left*/
}
#footer .left {
	float: left;
}
#footer .right {
	text-align:right;
}
#footer a:link, a:visited {
	color: #999;
	text-decoration:none;
}
#footer a:hover {
	color: #900;
	text-decoration:none;
}
#footer form {
	float:right;
}
/* ----------------------------------- */
/* MENU
/* ----------------------------------- */
#menu {
	height: 35px;
	clear:both;
}
#menu ul {
	background: url(/_images/nav.gif) 0 0 no-repeat;
	width: 500px;		/* Width of entire image */
	height: 35px;		/* Height of buttons */
	margin: 0;
}
#menu span {
	display: none;
}
#menu li, #menu a {
	height: 35px;		/* Each button must have the same height, define it here */
	display: block;
}
#menu li {
	float: left;
	list-style: none;
	_display: inline;		/* fixes IE/Win double margin float bug (safe) */
}
/* margin-left - you will need to adjust this value to "center" your nav, if needed */ 
/* width - width of each button, they will each most likely be unique */ 
#menu-products {
	width: 100px;
}
#menu-athletes {
	width: 100px;
}
#menu-news {
	width: 80px;
}
#menu-gallery {
	width: 90px;
}
#menu-locator {
	width: 130px;
}
/* Changed values should match sum of "width" numbers specified above */ 
#menu-products a:hover {
	background: transparent url(/_images/nav.gif) 0px -35px no-repeat;
}
#menu-athletes a:hover {
	background: transparent url(/_images/nav.gif) -100px -35px no-repeat;
}
#menu-news a:hover {
	background: transparent url(/_images/nav.gif) -200px -35px no-repeat;
}
#menu-gallery a:hover {
	background: transparent url(/_images/nav.gif) -280px -35px no-repeat;
}
#menu-locator a:hover {
	background: transparent url(/_images/nav.gif) -370px -35px no-repeat;
}


/* ----------------------------------- */
/* CONTENT
/* ----------------------------------- */

#feature-news {
	background:#303030;
	width:400px;
	float:left;
}
#feature-newsdetail {
	background:#303030;
	width:860px;
	text-align:left;
	padding:20px;
}
#feature-newsdetail img {
	border:5px solid #000;
	margin: 10px 0 0 0;  /* top right bottom left*/
}
#feature-newsdetail img.right {
	float:right;
	margin: 10px 0 0 20px;  /* top right bottom left*/
}
#feature-newscontainer {
	width:360px;
	height:315px;
	padding:10px;
	overflow: hidden;
	float:left;
}
#track1 {
	float: left;
	width: 8px;
	height: 315px;
	margin: 8px 8px 10px auto;  /* top right bottom left*/
	background-color: #0f0f0f;
}
#handle1 {
	width: 8px;
	height: 20px;
	background-color: #666;
	cursor: pointer;
}

#feature-newsbox {
	width:330px;
	height:100px;
	text-align:left;
	margin-left:20px;
}
#feature-newsbox img {
	border: #000 solid 5px;
	float:left;
	margin-right:10px;

}
#feature-newsbox p {
	font-size:12px;
	color:#999;
}
#feature-newsbox h2 {
	font-size:14px;
	color:#c00;
}
#feature-newsbox a:link, a:visited {
	color: #999;
	text-decoration:underline;
}
#feature-newsbox a:hover {
	color: #c00;
	text-decoration:none;
}
#feature-gallery {
	width:500px;
	float:left;
}
#maincontent {
	background:#303030;
	width:860px;
	text-align:left;
	padding:20px;
}
#maincontent img {
	margin: 10px 0 10px 0;  /* top right bottom left*/
}
#artistcontent {
	background:#303030;
	width:860px;
	text-align:left;
	padding:20px;
}
#prodnav {
	width:200px;
	float:left;
}
	#prodnav li a {
		margin-bottom:5px;
	}
	#prodnav li a {
	  display:block; /* a must */
	  border: solid #999;
	  border-width: 0 1px; /* left and right borders only */
	  text-decoration: none;
	  outline:none; /* so as not to distract from the effect */
	  color: #999;
	  background: #222;
	}
	#prodnav li a b {
	  display: block; /* another must */
	  position:relative; /* because the child elements are positioned */
	  top: -1px; /* drag it up a little, creates the top notches */
	  left: 0;
	  border:solid #999;
	  border-width:1px 0 0; /* top border only */
	  font-weight:normal;
	}
	#prodnav li a b b {
	  border-width:0 0 1px; /* bottom border only */
	  top: 2px; /* pushed down a little to create the bottom notches */
	}
	#prodnav li a b b b { /* i don't think three-deep tag is even necessary */
	  top:-1px;
	  padding: 1px 6px;
	  border-width: 0;
	}


#artistcontent #prod {
	width:600px;
	float:left;
	margin-left:10px;
}

#artistcontent #prod .box {
	width:140px;
	float:left;
	margin:5px;
	min-height:150px;
}
#artistcontent .box {
	width:160px;
	float:left;
	margin:5px;
	min-height:300px;
}
#artistcontent img {
	float:left;
	border: #000 solid 5px;
}
#artistcontent img.detail {
	margin-right:20px;
}
#artistcontent p {
	margin: 10px 10px 10px 0;  /* top right bottom left*/
}
#artistcontent img.prodthumb {
	margin-right:10px;
	margin-bottom:10px;
}
#content {
	width: 860px;
	margin: 30px 20px 30px 20px;  /* top right bottom left*/
	text-align:left;
}
#content-front-left {
	width: 500px;
	float:left;
}
#content-front-left .block {
	width: 480px;
	background:#000;
	padding: 10px 5px 10px 10px;  /* top right bottom left*/
}
#content-front-left img {
	margin:8px;
}
#content-front-right {
	width: 340px;
	float:left;
	margin-left:20px;
}
#content-front-right .block {
	width: 320px;
	background:#000;
	padding: 10px;  /* top right bottom left*/
}
#content-front-right ul {
	width: 300px;
	margin: 10px 20px 10px 20px;  /* top right bottom left*/
}
#content-front-right li {
	list-style: disc;
	color:#c00;
	margin-bottom:5px;
}
#content-front-right a:link, a:visited {
	color: #999;
	text-decoration:none;
}
#content-front-right a:hover {
	color: #c00;
	text-decoration:underline;
}

.required {
	color:#c00;
}
/* ----------------------------------- */
/* FORM
/* ----------------------------------- */

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	font:100% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	min-width: 550px;
	max-width: 600px;
	width: 600px;
	margin: 10px 10px 10px 10px;  /* top right bottom left*/
}
form fieldset {
 / * clear: both;
note that this clear causes inputs to break to left in ie5.x mac, commented out */ border-color: #999;
	border-width: 1px;
	border-style: solid;
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0;
}
form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 200px;
	padding: 0;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
}
form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left *//* be careful with padding, it'll shift the nice offset on top of border  */
}
form input, select, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	border: 1px solid #333;
	background:#999;
	padding:4px;
}
form .radio {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	border: none;
	background:#ebebeb;
}
form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}
textarea {
	overflow: auto;
}
form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}
form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
form .button {
	width: 110px;
}
