@charset "utf-8";
/* CSS Document */
.body {
	background: #2F2F2F url(../images/bg.png) repeat;
	margin: 0px;
	padding: 0px;
}
.a {
	color: #FFF;
	text-decoration: none;
}
.cancel h2 a {
	color: #FFF;
	text-decoration: none;
}

#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
#header {
	background: url(../images/header.png) repeat-x;
	text-align: center;
	display: block;
	height: 181px;
	width: 100%;
}
#header .logo {
	width: 601px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.8em;
	text-align: center;
	height: 181px;
}
#mainContent {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.bar .right {
	display: block;
	float: left;
	height: 665px;
	width: 195px;
	background: url(../images/bar_right.png);
}
.bar .left {
	background: url(../images/bar_left.png) no-repeat;
	height: 665px;
	width: 195px;
	display: block;
	float: left;
}
.bar .center {
	height: 640px;
	width: 560px;
	float: left;
	margin: 24px 0px 48px;
	background: url(../images/trans_fill.png);
	/*background: url(../images/fill.png);*/
}
.bar .center .cancel {
	margin: 20px 40px;
	font-size: 1em;
	text-align: center;
}
#tetris {
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.row {
	width: 560px;
}
.title-1 {
	background: url(../images/mens.png) no-repeat center top;
	margin: 6px 0px 0px;
	height: 40px;
	display: block;
}
.row .wrapper {
	margin-right: 12px;
	margin-left: 12px;
	width: 536px;
}
.title-2 {
	background: url(../images/womens.png) no-repeat center top;
	margin: 6px 0px 0px;
	height: 40px;
	display: block;
	clear: both;
	float: none;
}
.col-1 {
	padding-top: 14px;
	float: left;
	width: 180px;
	font-size: 0.7em;
	color: #ff9f00;
	text-align: center;
}
.col-2 {
	height: 230px;
	padding-top: 14px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	width: 161px;
	font-size: 0.9em;
	text-align: center;
}
.col-3 {
	padding-top: 14px;
	float: left;
	width: 185px;
	font-size: 0.7em;
	color: #ff9f00;
	text-align: center;	
}
#buttons {
	height: 42px;
	width: 536px;
	float: left;
	clear: both;
	margin: 8px 12px 20px;
}
#contactUs {
	background:transparent url(../images/contact.png) no-repeat scroll 0 0;
	float:left;
	display:block;
	height:42px;
	overflow:hidden;
	text-indent:-999em;
	width:177px;
	cursor:pointer;
} 
#contactUs:hover { 
    background-position:0 -42px ;         
}
#moreInfo {
	background:transparent url(../images/more_info.png) no-repeat scroll 0 0;
	float:left;
	display:block;
	height:42px;
	overflow:hidden;
	text-indent:-999em;
	width:182px;
	cursor:pointer;
} 
#moreInfo:hover { 
    background-position:0 -42px ;         
}
#viewCart {
	background:transparent url(../images/view_cart.png) no-repeat scroll 0 0;
	float:left;
	display:block;
	height:42px;
	overflow:hidden;
	text-indent:-999em;
	width:177px;
	cursor:pointer;
} 
#viewCart:hover { 
    background-position:0 -42px ;         
}
#mensBuy {
	background:transparent url(../images/buy_now.png) no-repeat scroll 0 0;
	float:left;
	display:block;
	height:42px;
	overflow:hidden;
	text-indent:-999em;
	width:150px;
	cursor:pointer;
	border:none;

} 
#mensBuy:hover { 
    background-position:0 -42px ;         
}
#womensBuy {
	background:transparent url(../images/buy_now.png) no-repeat scroll 0 0;
	float:left;
	display:block;
	height:42px;
	overflow:hidden;
	text-indent:-999em;
	width:150px;
	cursor:pointer;
	border:none;
} 
#womensBuy:hover { 
    background-position:0 -42px ;         
}
.apple_overlay {
	display:none;
	width:386px;
	padding:35px 5px 5px 35px;
	background: url(../images/overlay_shirt.png);
} 
.apple_overlay div.close {
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
	background: url(../images/close.png);
}
.overlay {
	display:none;
	width:431px;
	padding:23px 23px 5px;
	background: url(../images/overlay_info.png);
	font-size: 0.9em;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-weight: 200;
	vertical-align: middle;
} 
#overlay h2 {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}


.overlay div.close {
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
	background: url(../images/close.png);
}
#footer {
	font-size: 0.8em;
	background: url(../images/footer.png) repeat-x;
	display: block;
	height: 140px;
	width: 100%;
	clear: both;
	margin: 25px auto 0px;
}
#footer .logo {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.8em;
	text-align: center;
	padding: 20px 0px;
}
