*{
margin:0;
padding:0;
}

/* main div wrappers */
body {
	background-image: url(images/blu_blk_stripe2.png);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-position: center top;
}
#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#main {
	width: 580px;
	float: left;
	background-color: #FFFFFF;
}
#live {
	width: 780px;
	float: left;
}
/* end main div wrappers */


/* begin main styles */
#header h2 {
	font-size: 18px;
	float: left;
	padding-top: 45px;
	font-style: italic;
	color: #2D4863;
}
.home img {
	margin-right: 22px;
	margin-bottom: 15px;
	margin-left: 22px;
}
#main h4 {
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	font-size: 9px;
}
h4 a {
	color: #999933;
	text-decoration: none;
}
h4 a:hover {
	text-decoration: underline;
}
#main h3 {
	font-size: 14px;
	font-weight: bold;
	color: #999933;
	padding-top: 15px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
.mainlinks {
	padding-left: 10px;
	padding-top: 5px;
}
.mainlinks img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 5px;
	padding-left: 10px;
}
/* end main styles */

/* header styles */
#header a.homelink {
	display: block;
	height: 100px;
	width: 275px;
	float: left;
}
#header {
	background-image: url(images/header.png);
	height: 100px;
	width: 980px;
}
#header ul {
	padding-left: 775px;
	font-size: 11px;
	font-weight: bold;
	padding-top: 25px;
	line-height: 1.75em;
	list-style-type: none;
}
#header a {
	color: #FFFFFF;
	text-decoration: none;
	clear: right;
}
#header a:hover {
	text-decoration: underline;
}
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#headernav {
	float: right;
	width: 200px;
}
#headernav {
	padding-top: 25px;
}

/* end header styles */



/* begin top bar (secondary nav) styles */
#topbar {
	background-image: url(images/bar.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 980px;
	text-align: center;
	padding-top: 3px;
	padding-left: 5px;
}
#topbar a {
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	color: #333333;
	text-decoration: none;
	padding-right: 25px;
}
#topbar img {
	vertical-align: middle;
}
#topbar a:hover, #header ul {
	color: #FFFFFF;
}
/* end top bar styles */



/* begin product nav (main nav) styles */
#nav {
	background-image: url(images/nav_bg.png);
	float: left;
	width: 200px;
	margin: 0px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
}
#nav img {
	padding-top: 5px;
	padding-bottom: 15px;
}

#nav ul {
	list-style-type: none;
	line-height: 2em;
	font-weight: bold;
	font-size: 14px;
	width: 157px;
	margin-right: auto;
	margin-left: auto;
}
#nav a:hover {
	background-image: url(images/link_over.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	height: 29px;
	width: 157px;
	padding: 0px;
}

#nav a {
	text-decoration: none;
	color: #1C2040;
	display: block;
}

#nav li {
	background-image: url(images/link_up.png);
	height: 29px;
	width: 157px;
	background-repeat: no-repeat;
}
#nav a#menhome {
	background-image: url(images/mens.png);
	display: block;
	height: 35px;
	width: 200px;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 25px;
}
.breadcrumbs {
	margin-bottom: 5px;
	margin-top: 5px;
}


#nav a#womenhome {
	background-image: url(images/womens.png);
	display: block;
	height: 35px;
	width: 200px;
	padding-top: 25px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#nav p {
	font-size: 9px;
	color: #3A4445;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	line-height: 1.1em;
}
/* end product nav (main nav) styles */


/* begin product page styles */
.breadcrumbs, {
	font-size: 10px;
	color: #2C315F;
	padding-top: 35px;
	padding-bottom: 15px;
	padding-left: 35px;
}
.breadcrumbs a {
	color: #999900;
	text-decoration: none;
	font-size: 9px;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.thumb {
	float: left;
	width: 155px;
	height: 295px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #1C2040;
	border: 1px solid #636B7B;
	padding: 8px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
}
.thumb img, .mainlinks img {
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}
.thumb a:hover img, .mainlinks a:hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: .5;
}
.product {
	padding-left: 35px;
	width: 175px;
	float: left;
	margin-top: 10px;
}
.product img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border: 1px solid #999933;
}
.description table {
	float: left;
	margin-right: 20px;
}

.description {
	float: left;
	padding-left: 25px;
	padding-top: 5px;
	padding-right: 35px;
	width: 275px;
}
.description h3 {
	font-size: 18px;
	color: #1C2040;
}
.description p {
	padding-bottom: 20px;
}
.description .size {
	color: #999999;
	font-weight: bold;
}
#wrapper #live #main .description .price {
	font-size: 20px;
	color: #990000;
	font-weight: bold;
	padding-left: 50px;
	padding-top: 15px;
}
.strike {
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 75px;
	text-decoration: line-through;
	color: #000000;
}
#cart {
	float: left;
	width: 760px;
}
.cartlink img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.freeshippingbottom img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* end product page styles */


/* begin sale styles */
#sales, .similar {
	background-color: #D2E2E1;
	width: 190px;
	float: left;
	text-align: center;
}
#sales img, .similar img {
	border: 1px solid #D2E2E1;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 980px;
	clear: both;
	margin-top: 50px;
	text-align: center;
}
.similar {
	height: 325px;
	overflow: auto;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-color: #1C2040;
	border-left-color: #1C2040;
	text-align: center;
	margin-top: 15px;
}
.similar img {
	border: 1px solid #1C2040;
}
.similar p {
	font-size: 9px;
	font-weight: bold;
}
.freeshippingbottom {
	margin-left: 250px;
}

/* begin form styles */
#form {
	margin-left: 75px;
	margin-top: 20px;
	padding: 5px;
}
#maintable {
	background-color: #D2E2E1;
}
#form p {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
	font-weight: bolder;
	color: #10172B;
}
/* end form styles */

/* begin pages styles */
#main .faq {
	padding: 35px;
	font-size: 10px;
}
.faq input {
	text-align: center;
}
/* end pages styles */


#footer a {
	text-transform: uppercase;
	font-size: 9px;
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	color: #FFFFFF;
}
form, input, select {
	font-size: 9px;
}
.cartlink {
	font-size: 9px;
	font-weight: bold;
}
