@charset "UTF-8";
/* CSS Document */
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
html, body {
	background-color:#878787;
	background-repeat:repeat-x;
	height:auto;
}
body {
	background-color: #878787;
	background-repeat: repeat-x;
	height: auto;
	background-image: url(images/background.png);
}
#container {
	float: left;
	height: auto;
	width: 1024px;
	margin-left: 50%;
	margin-bottom: -312px;
	min-height: 100%;
	position: relative;
	left: -512px;
	top: 0px;
}
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-variant: normal;
	text-transform: lowercase;
	color: #FFF;
	background-image: url(images/nave.png);
	background-repeat: no-repeat;
	float: left;
	height: auto;
	width: 980px;
	margin-left: 50%;
	position: absolute;
	left: -490px;
	z-index: 300;
}
#navigation ul li{
	position: relative;
	list-style-type:none;
	text-decoration:none;
	float:left;
	margin-left:50px;
	margin-top:-15px;
	color:#333;
}
#navigation ul li a{
	text-decoration:none;
	color:#fff;
	display:block;
	text-align:center;
	padding:20px;
}
#navigation ul li ul {
	display: none
}
#navigation ul li:hover ul {
	display: block;
	position: absolute;
	margin-left:-90px;
	margin-right:-50px;
	background-image: url(images/submenu2.png);
	background-repeat: repeat-y;
	background-position: right;
}
#navigation ul li:hover ul li a {
	display:block;
	color:#fff;
	text-align: center;
}
#navigation ul li:hover ul li a:hover {
	color:#222;
}
#content {
	background-image: url(images/content.png);
	float: left;
	height: 1058px;
	width: 913px;
	z-index: 20;
	position: absolute;
	margin-top: 100px;
}
#select {
	float: left;
	margin-left: -110px;
	width: 50px;
	margin-top: -50px;
	text-align: center;
	display: inline;
	visibility: inherit;
	z-index: inherit;
}
#subcontent {
	background-image: url(images/subcontent_2.png);
	background-repeat:no-repeat;
	height: 430px;
	width: 464px;
	position: fixed;
	z-index: 25;
	margin-top: 150px;
	right: 0px;
}
#subcontent a {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 10pt;
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
	float: right;
	height: 25px;
	width: auto;
}
#indicator {
	background-image: url(active/images/activewear.png);
	background-repeat: no-repeat;
	float: left;
	height: 170px;
	width: 396px;
	z-index: 0;
	margin-top: 10px;
	margin-left: 90px;
}
#footer {
	background-repeat: repeat-x;
	height: 291px;
	width: 101.5%;
	float: left;
	margin-left: -10px;
	margin-top: 68%;
}
#footlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	float: left;
	width: auto;
	margin-left: 20px;
	margin-top: 135px;
}
#footlinks p {
}
#footlinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
	text-decoration: none;
	float: left;
}
#footlinks a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	float: left;
}
#copyright {
	height: 24px;
	width: 60px;
	position: absolute;
	margin-left: 150px;
}
#sublinks {
	float: left;
	position: fixed;
	z-index: 200;
	background-repeat: no-repeat;
	width: 86px;
	left: 25px;
}
#twitter {
	float: left;
	height: 98px;
	width: 86px;
	position: absolute;
	padding-top: 90px;
}
#logo {
	float: left;
	position: absolute;
}
#shoppingcart {
	height: 72px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	float: left;
	width: 86px;
	padding-top: 210px;
}
#facebook {
	float: right;
	height: 30px;
	width: 56px;
	margin-right: 150px;
	margin-top: 25px;
}
#shoppingcart ul {
}
#shoppingcart li {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	list-style-type: none;
}
#empty {
	color:#CC0066;
	font-family:"Arial Black",Gadget,sans-serif;
	font-size:12px;
	margin-left:400px;
	margin-top:450px;
	text-transform:uppercase;
	width:100px;
	z-index:500;
}
#checkout {
	background-image: url(images/checkout.png);
	float: left;
	height: 75px;
	width: 86px;
	background-repeat: no-repeat;
	margin-top: 320px;
}
#toptotal {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	color: #CCC;
	float: left;
	height: 50px;
	width: 100px;
	margin-left: 90px;
	margin-top: -50px;
}
#total {
	color:#333333;
	font-family:"Arial Black",Gadget,sans-serif;
	font-size:12px;	
	margin-left:150px;
	text-transform:uppercase;
}
#continue {
	float: left;
	z-index: 500;
	margin-left: 27%;
}
#continue a {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #C06;
	margin-left: 200px;
	text-decoration: none;
}
#continue h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22pt;
	text-transform: lowercase;
	color: #666;
	font-weight: lighter;
}
#links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	height: 600px;
	width: 163px;
	list-style-type: none;
	margin-left: 10px;
	margin-top: 45px;
}
#links ul li {
	float: left;
	height: 45px;
	width: 163px;
	list-style-type: none;
	text-decoration: none;
	font-size: 14px;
	white-space: nowrap;
}
#links ul li a{
  float:left;
  color:#FFFFFF;
  text-decoration:none
}
#links ul li a:hover{
	color: #333;
	text-decoration: none;
	z-index: 200;
	padding: 0px 0px 0px 20px;
}
#welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	color: #333;
	width: 405px;
	position: absolute;
	z-index: 20;
	left: 245px;
	top: 175px;
}
#welcome a {
	text-decoration:none;
	color:#F06;
}
#welcome p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 20pt;
	color: #333;
}
#welcome h1 {
	margin-left:-125px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 36px;
	color: #06F;
	text-transform: uppercase;
}
#welcome h2 {
	padding-left:50px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	color: #F06;
	text-transform: lowercase;
}
#welcome #subcontent {
	height: 430px;
	width: 464px;
	position: absolute;
	z-index: 50;
	margin-top: -25px;
	margin-left:-200px;
}
#gallery {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	height: 710px;
	width: 425px;
	float: left;
	margin-left: 262px;
	margin-top: -45px;
	z-index: 100;
	overflow: auto;
}
#gallery li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 162px;
	width: 113px;
	list-style-type: none;
	float: left;
}
#gallery h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12pt;
	color: #666;
	text-transform: uppercase;
}
#categories {
	width: 450px;
	position:relative;
	top:30%;
}
#categories p {
	float:left;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:26px;
	margin-left:-125px;
	padding-top:50px;
	text-transform:uppercase;
}
#sidecart .simpleCart_items {
	float: right;
	height: 810px;
	width: 183px;
	position: absolute;
	visibility: visible;
	z-index: 500;
	background-image: url(images/sublinks2.png);
	left: 625px;
	top: 55px;
	border: none;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
	background-repeat: no-repeat;
}
#sidecart #empty {
	margin-left: 76%;
	margin-top: 25%;
	float: left;
	z-index: 500;
	position: absolute;
	color:#FFF;
}
#sidecart #total {
	position: absolute;
	float: right;
	z-index: 500;
	margin-left: 87.2%;
	margin-top: 25%;
	color:#333
}
.simpleCart_items {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	float: left;
	height: 255px;
	width: 500px;
	position: absolute;
	margin-top: 200px;
	margin-left: 165px;
	clear:both;
	overflow: visible;
	visibility: visible;
	z-index: auto;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #C36;
}
.simpleCart_shelfItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 162px;
	width: 113px;
	float: left;
	line-height: normal;
	z-index: 200;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 75px;
	padding-left: 10px;
	position: relative;
}
.flip {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: fliph;
	background-image: url(images/subcontent_2.png);
	background-repeat:no-repeat;
	height: 430px;
	width: 464px;
	position: absolute;
	margin-top: -50px;
	z-index:0;
}
.clearfooter {
	height: 291px;
	clear: both;
}
.subnav {
	height: 60px;
	width: 163px;
	float: left;
}
.cartHeaders {
	display:none;
}
.itemTotal {
	clear: both;
}
.itemContainer {
	float: left;
	margin-left: 15px;
	margin-top: 20px;
	position: relative;
	text-alignment: center;
}
.itemQuantity {
	display: inline;
	clear: both;
	float: left;
}
.itemQuantity input {
	border:medium none;
	color:#666;
	height:17px;
	line-height:normal;
	margin:2px 5px 0 0;
	padding:3px 9px 0;
	text-align:left;
	vertical-align:top;
	width:20px;
	background: transparent;
}
.itemQuantity input: focus {
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
}
.itemincrement a {
	display:block;
	height:3px;
	overflow:hidden;
	text-indent:-9999px;
	width:4px;
	position: absolute;
}
.itemdecrement a {
	display:block;
	height:3px;
	overflow:hidden;
	text-indent:-9999px;
	width:4px;
	position: absolute;
}
.itemincrement {
	border: 0 none;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background-attachment: scroll;
	background-image: url(images/arrowsi.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-left: 40px;
	margin-top: 6px;
	width: 4px;
	height: 3px;
	background-color: transparent;
}
.itemdecrement {
	border: 0 none;
	font-size: 100%;
	padding: 0;
	vertical-align: baseline;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/arrowsd.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 4px;
	margin-left: 40px;
	height: 3px;
	margin-top: 4px;
}
.itemthumb {
	float: none;
	margin: 0px;
	padding-top: 5px;
	width: 60px;
	height: 80px;
}
.itemname {
	color: #666;
	text-transform: uppercase;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 10px;
}
.item_add {
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-right: 0px;
	float: right;
	width: 30px;
	height: 30px;
	z-index: 20;
}
.item_name {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 10px;
	color: #333;
}
.item_price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	float: left;
	padding-left: -20px;
	margin-top: 5px;
}
.item_thumb {
	display: none;
}
.item_size {
	display: none;
}
.item_color {
	display: none;
}
.itemSize select{
	background:#CCC;
	margin: 0 0 0 0;
	width: 60px;
	border: none 0;
	color:#333;
}
.itemColor select{
	width: 60px;
	margin: 0 0 0 0;
	background:#CCC;
	border: none 0;
	margin-top:5px;
	color:#333;
}
