@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.fltleft{
	float:left;
}
.fltright{
	float:right;
}
.clearboth{
	clear:both;
}
body #wrapper{
	width:940px;
	margin:0 auto;
}
#wrapper #header #headertopbar {
	background-color:#000;
	height:30px;
}
#wrapper #header #headertopnavigation ul .topnav {
	float:left;
	height:53px;
}

#wrapper #header #headertopnavigation #headerlinks {
	float: left;
	margin: 7px 0 0 22px;
}

#wrapper #header #headertopnavigation ul .topnav.homelink { background:url(../../images/navhomebg.gif) no-repeat 0 0 scroll transparent; }
#wrapper #header #headertopnavigation ul .topnav.journallink { background:url(../../images/navjournalbg.gif) no-repeat 0 0 scroll transparent; }
#wrapper #header #headertopnavigation ul .topnav.clothinglink { background:url(../../images/navclothingbg.gif) no-repeat 0 0 scroll transparent; }
#wrapper #header #headertopnavigation ul .topnav.shoplink { background:url(../../images/navshopbg.gif) no-repeat 0 0 scroll transparent; }
#wrapper #header #headertopnavigation ul .topnav.aboutlink { background:url(../../images/navaboutbg.gif) no-repeat 0 0 scroll transparent; }
#wrapper #header #headertopnavigation ul .topnav:hover { background-position:center bottom; /*-moz-border-radius: 0 20px 20px 0;*/}

#wrapper #header #followup {
	background:url(../../images/newsletter.gif) no-repeat 20px 14px scroll #e9e6df;
	float: right;
	height: 119px;
	width: 220px;
}

#wrapper #header #basketinfo{
	height:62px;
	border-bottom:1px dotted #C0C0C0;
}

#wrapper #header #basketinfo #cart {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Georgia,"Times New Roman",Times,serif;
	height: 62px;
	width: 220px;
	-moz-border-radius-bottomleft: 25px;
}
#wrapper #header #lowerinfo {
	font-family:Georgia,Utopia,'Times New Roman',Times,serif;
	padding:14px 0 13px;
	border-bottom: 1px dotted #C0C0C0;
}
#wrapper #header #lowerinfo #selection ul li{
	float:left;
	margin-left: 5px;
}
#wrapper #header #lowerinfo #selection .fltleft li a {
	color:#000000;
}
#wrapper #header #lowerinfo #sizehelp a:hover {
	color:#66635B !important;
}

#wrapper #header #lowerinfo #selection .fltleft li a:hover {
	color:#66635B;
}

/*-----/end of headline css----------------------------------------------------------------*/

#outerselection{
	width:100%;
	height:40px;
	position:fixed;
}
#pageselection{
background-color:#37d51d;
/* Gradient generator for top section from http://www.colorzilla.com/gradient-editor/ */
background: -moz-linear-gradient(top, rgba(14,201,24,1) 0%, rgba(55,213,29,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(14,201,24,1)), color-stop(100%,rgba(55,213,29,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(14,201,24,1) 0%,rgba(55,213,29,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(14,201,24,1) 0%,rgba(55,213,29,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(14,201,24,1) 0%,rgba(55,213,29,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(14,201,24,1) 0%,rgba(55,213,29,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ec918', endColorstr='#37d51d',GradientType=0 ); /* IE6-9 */

border-bottom:1px solid #207c11;
}
#pageselectioncontent{
	width:1050px;
	margin:0 auto;
	height:40px;
}
#outline{
	color: #000000;
	margin-left:20px;
	float: left;
	font-family: arial;
	font-size: 10pt;
	width: 630px;
}
#selector{
	color: #000000;
	float: left;
	font-size: 12.5pt;
	margin-left: 30px;
	text-align: center;
	width: 250px;
}
#leftArrow{
	float:left;
	width:35px;
	height:38px;
	background: url(../../images/leftarrow.png) no-repeat scroll 0 0 transparent;
	cursor:pointer;
}
#rightArrow{
	float:right;
	width:35px;
	height:38px;
	background: url(../../images/rightarrow.png) no-repeat scroll 0 0 transparent;
	cursor:pointer;
}
#downArrow{
	float:right;
	width:50px;
	height:50px;
	background-image: url(../../images/greenarrow.png);
	cursor:pointer;
	position:relative;
	right:5%;
}

/*-----/end of top navigation css----------------------------------------------------------------*/

#wrapper #clothespreview {
	width:940px;
	margin-top:16px;
	margin-bottom:14px;
}

#wrapper #clothespreview td {
	padding-right:17px;
}

#wrapper #clothespreview .shirt.last {
	padding-right:0px;
}
/*padding-right: 17px;*/
#wrapper #clothespreview table tr td a img{
	border: 1px solid #DDDDDD;
	float: left;
	height: 250px;
	width: 220px;
	margin-bottom:9px;
	-moz-box-shadow: 1px 1px 5px #cccccc;
	-webkit-box-shadow: 1px 1px 5px #cccccc;
}
#wrapper #clothespreview table tr td.link{
	padding-top:3px;
}
#wrapper #clothespreview table tr td a img:hover{
	border: 1px solid #CCCCCC;
	-moz-box-shadow: 1px 3px 7px #777777;
	-webkit-box-shadow: 1px 3px 7px #777777;
}
#wrapper #clothespreview table tr td, #wrapper #clothespreview table tr td {
	text-align:center;
}
#wrapper #clothespreview table tr td.price {
	font-weight:bold;
	font-size: 14px;
	padding-top: 0px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:3px;
}
#wrapper #clothespreview table tr td a {
	font-family:Georgia,Utopia,'Times New Roman',Times,serif; 
	color:#000; 
	font-size: 14px;
}
#wrapper #clothespreview .shirt .link a:hover {
	color:#66635B;
}

/*-----/end of clothes body css----------------------------------------------------------------*/

#footer{
	width:100%;
	background-color:#000;
	height:474px;
}

#footer #footercontent{
	width:940px;
	margin:0 auto;
	color:#FFF;
	padding-top:40px;
}

#footer #footercontent .footercolumn{
	float:left;
	width:280px;
	margin-right:80px;
}

#footer #footercontent h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16pt;
	text-indent:-9999px;
}

#footer #footercontent p {
	font-family:Georgia,"Times New Roman",Times,serif;
	color: #B1AB9C;
	font-size: 11px;
	line-height: 140%;
	margin-bottom: 10px;
}

#footer #footercontent p a {
	color:#FFFFFF;
	text-decoration:none;
}

#footer #footercontent p a:hover {
	color:#C0C0C0;
	text-decoration:none;
}

#footer #footercontent #leftcolumn #firsttab {
	border-bottom: 1px dotted #6B6B6B;
	margin-bottom: 30px;
	padding-bottom: 12px;
}

#footer #footercontent #centrecolumn #firsttab {
	border-bottom: 1px dotted #6B6B6B;
	margin-bottom: 30px;
	padding-bottom: 15px;
	width: 280px;
}

#footer #footercontent #rightcolumn p a {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 10.5pt;
	line-height: 170%;
}

