@charset "UTF-8";

* {margin:0;padding:0;} 


html{
	height:100%;
}

body{
	background:#def2fe url(images/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#4d4d4d;
	height:100%;
}

#container{
	width:1000px;
	margin:auto;
	margin-bottom:150px;
}

#home #container{
	margin-bottom:100px;
}

#main{
	min-height:100%;
	overflow:auto;
	overflow-x:hidden;
}

#header{
	margin-bottom:60px;
	text-align:center;
}

#home #header{
	margin-bottom:0;
}

#content{
	width:734px;
	margin:auto;
	overflow:auto;
}

#home #content{
	width:962px;
}

#thankyou #content{
	overflow:auto;
	padding:0 0 5px 0;
}

#column_left{
	float:left;
	width:550px;
	margin-right:40px;
	overflow:auto;
	overflow-x:hidden;
}

#column_right{
	float:right;
	overflow:auto;
	font-size:14px;
}

/*#footer{
	background: url(images/footer.jpg);
	background-repeat:no-repeat;
	position:fixed;
	bottom:0;
	left:50%;
	margin-left:-404.5px;
	text-align:center;
	width:809px;
	height:76px;
	color:#818181;
	line-height:16px;
}
*/

#footer{
	background: url(images/footer.jpg);
	background-repeat:no-repeat;
	position: relative;
	margin:auto;
	margin-top: -76px;
	height: 76px;
	clear:both;
	text-align:center;
	width:809px;
	color:#818181;
	line-height:16px;
}

#contact #footer{
	background: url(images/footer-contact.jpg);
	background-repeat:no-repeat;
	position: relative;
	margin:auto;
	margin-top: -129px;
	height: 129px;
	clear:both;
	text-align:center;
	width:809px;
	color:#818181;
	line-height:16px;
}

.footer_content{
	padding-top:88px;
}

#comingsoon #footer{
	background:url(images/footer-comingsoon.jpg);
}

.contactButton{
	height:35px;
}

a{
	outline:none;
}

#footer a{
	color:#818181;
	text-decoration:none;
}

.footer1{
	font-size:10px;
}

.footer2{
	font-size:9px;
}

h1,h2{
	margin:0;
	padding:0;
	font-size:36px;
	line-height:20px;
}

h1{
	padding:10px 0 0 0;
}

h2{
	font-weight:normal;
	margin-bottom:5px;
}

#thankyou h1{
	font-size:48px;
	padding-bottom:10px;
}

#women h3, #men h3, #contact h3{
	margin:0;
	padding:10px 0 0 0;
	font-size:28px;
	line-height:20px;
	text-transform:uppercase;
}

#women h3{
	color:#da29a7;
}

#men h3{
	color:#ffa033;
}

#contact h3{
	color:#00baff;
}

#contact h4{
	font-size:18px;
	color:#00baff;
	margin:0 0 10px 0;
	padding:0;
	text-transform:uppercase;
}

#home .lineBottom, #women .lineBottom, #men .lineBottom, #contact .lineBottom, #thankyou .lineBottom, #comingsoon .lineBottom{
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}

#home .lineBottom, #thankyou .lineBottom, #comingsoon .lineBottom{
	border-bottom:#00baff 3px solid;
}

#women .lineBottom{
	border-bottom:#da29a7 3px solid;
}

#men .lineBottom{
	border-bottom:#ffa033 3px solid;
}

#contact .lineBottom{
	border-bottom:#00baff 3px solid;
}

#home .subText, #thankyou .subText, #comingsoon .subText{
	color:#00baff;
	font-size:23px;
	line-height:28px;
	letter-spacing:-.5px;
}

#thankyou .subText{
	font-size:30px;
}

#women .subText, #men .subText, #contact .subText{
	color:#4d4d4d;
	font-size:18px;
	line-height:23px;
	font-weight:bold;
	margin:0 0 10px 0;
}

#contact .subText{
	margin:0 0 50px 0;
}

.portal{
	text-align:center;
	margin-bottom:0;
	position:relative;
	overflow:hidden;
}

.product, .product_last{
	overflow:auto;
	padding:20px 0 0 0;
}

.product{
	border-bottom:#989898 1px solid;
	clear:both;
	height:100%;
}

.image{
	float:left;
	width:184px;
	margin:0 10px 0 0;
}

.logo{
	clear:right;
}

#men .logo{
	margin-bottom:7px;
}

.info1{
	font-size:24px;
	margin:0 0 10px 0;
}

.new{
	font-weight:bold;
}

#women .new{
	color:#da29a7;
}

#men .new{
	color:#ffa033;
}

.info2, .info3{
	font-size:12px;
}

.info3{
	margin-top:10px;
	font-weight:bold;
}

.icons{
	margin:30px 0 0 0;
	text-align:left;
}

.icon{
	font-size:9px;
	margin:0 30px 0 30px;
	float:left;
	text-align:center;
}

.icon img{
	margin-bottom:5px;
}

.float_right{
	float:right;
}

.bold{
	font-size:14px;
	font-weight:bold;
}

.label{
	font-size:14px;
}

input{
}

.textbox{
	width:250px;
	border:#999 1px solid;
}

#zip{
	width:126px;
	border:#999 1px solid;
}

#phone1, #phone2, #phone3{
	border:#999 1px solid;
}

.textarea{
}

#message{
	width:95%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.topOfPage{
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	float:left;
	clear:left;
}

#men .topOfPage{
	color:#ffa033;
}

#women .topOfPage{
	color:#da29a7;
}

.redBorder{
	border:#f00 1px solid;
}

#errorMsg{
	color:#f00;
	font-size:12px;
}

.tagline{
	font-size:42px;
	text-align:center;
}

.intro{
	color:#00baff;
	font-size:20px;
	line-height:30px;
	letter-spacing:-1px;
	margin:auto;
	text-align:center;
}

#home .ws-logo{
	position:relative;
	top:7px;
}
