/* GLOBAL RESET */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,blockquote,fieldset,p,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table {
	border-collapse: collapse; 
	border-spacing: 0;
}

html, body, .wrap{
	margin:0;
	height: 100%;
}
body {
	background: #bec3c6 url('images/body_bg.jpg') repeat-x top;
	font-family: Arial;
	font-size: 12px;
	color: #3d4242;
}
p {
	line-height: 1.5em;
}
a {
	color: #3d4242;
	text-decoration: none;
}
a:hover {
	color: #00baff;
}

.wrap{	
}
.wrapper {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom:-102px;
}
.clear {
	clear: both;
}


.wrap .wrapper .topmenu {
	height: 67px;
}
.wrap .wrapper .topmenu li {
	float: left;
	margin-right: 2px;
}
.wrap .wrapper .topmenu li a {
	display: block;
	height: 55px;
}
.wrap .wrapper .topmenu li a span {
	display: none;
}
.wrap .wrapper .topmenu li .menu01 {
	background: url('images/menu/01.jpg') no-repeat top;
	width: 125px;
}
.wrap .wrapper .topmenu li .menu02 {
	background: url('images/menu/02.jpg') no-repeat top;
	width: 155px;
}
.wrap .wrapper .topmenu li .menu03 {
	background: url('images/menu/03.jpg') no-repeat top;
	width: 131px;
}
.wrap .wrapper .topmenu li .menu04 {
	background: url('images/menu/04.jpg') no-repeat top;
	width: 167px;
}
.wrap .wrapper .topmenu li a:hover, .wrap .wrapper .topmenu li a.selected, .wrap .wrapper .topmenu li a.mouseover {
	background-position: bottom;
}
.wrap .wrapper .topmenu .download {
	float: right;
	margin-top: 22px;
}

.wrap .wrapper .header {
	background: url('images/head_banner_bg.jpg');
	height: 315px;
}
.wrap .wrapper .header .logo {
	position: absolute;
	margin: 98px 0 0 38px;
	z-index: 10;
}
.wrap .wrapper .header .women-body {
	background: url('images/head_banner.jpg') no-repeat;
	width: 247px;
	height: 302px;
	position: absolute;
	margin: 0 0 0 244px;
}
.wrap .wrapper .header .banner-text {
	background: url('images/head_banner_text.jpg') no-repeat;
	width: 280px;
	height: 74px;
	position: absolute;
	z-index: 11;
	margin: 126px 0 0 488px;
}

.wrap .wrapper .content {
	padding: 30px 0 35px 0;
}
.wrap .wrapper .content .left-content {
	width: 560px;
	float: left;
}
.wrap .wrapper .content .left-content .order-details {
	font-size: 24px;
}
.wrap .wrapper .content .left-content .order-details p {
	line-height: 1.3em;
}
.wrap .wrapper .content .left-content .order-details b {
	font-size: 28px;
}
.wrap .wrapper .content .left-content .order-details a {
	font-size: 28px;
	color: #86235c;
	text-decoration: underline;
	font-weight: bold;
}
.wrap .wrapper .content .left-content .order-details a:hover {
	text-decoration: none;
}

.wrap .wrapper .content .right-content {
	width: 215px;
	float: right;
}
.wrap .wrapper .content .right-content h2 {
	border-bottom: 1px #8a8d8d solid;
	padding: 0 9px 7px;
}
.wrap .wrapper .content .right-content .side-list li {
	background: url('images/content_dotline.png') repeat-x bottom;
	padding: 9px 10px;
}

.wrap .wrapper .content .product-box {
	background: url('images/content_product_line.jpg') repeat-x top;
	padding: 30px 0 0 0;
}
.wrap .wrapper .content .product-box ul {
	width: 750px;
	margin: 0 auto;
}
.wrap .wrapper .content .product-box ul li {
	float: left;
	width: 150px;
	text-align: center;
}

/*contact page*/
.wrap .wrapper .contact-page .left-content {
	width: 270px;
	font-size: 14px;
}
.wrap .wrapper .contact-page .left-content h1 {
	font-size: 20px;
	border-bottom: 5px #3d4242 solid;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.wrap .wrapper .contact-page .left-content h3 {
	font-size: 16px;
	font-weight: bold;
}
.wrap .wrapper .contact-page .left-content p span {
	float: left;
	width: 72px;
	font-weight: bold;
}

.wrap .wrapper .contact-page .right-content {
	width: 453px;
	background: url('images/contact_bg.jpg') repeat-x;
	height: 402px;
	padding: 10px 0 0 40px;
}
.wrap .wrapper .contact-page .right-content h1 {
	color: #00baff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 18px;
}
.wrap .wrapper .contact-page .right-content p {
	margin-bottom: 10px;
}
.wrap .wrapper .contact-page .right-content span {
	float: left;
	width: 83px;
	padding-top: 5px;
	font-weight: bold;
}
.wrap .wrapper .contact-page .right-content .textbox {
	background: #e2e6e9;
	border: 0;
	width: 300px;
	height: 26px;
	padding: 0 5px;
	line-height: 26px;
	color: #3d4242;
}
.wrap .wrapper .contact-page .right-content textarea {
	background: #e2e6e9;
	width: 300px;
	height: 132px;
	border: 0;
	padding: 5px;
	color: #3d4242;
}
.wrap .wrapper .contact-page .right-content .submit-but {
	background: url('images/content_submit_button.jpg') no-repeat;
	width: 90px;
	height: 31px;
	border: 0;
	color: #00baff;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 4px;
}
.wrap .wrapper .contact-page .right-content select {
	border: 0;
	background: #e2e6e9;
	padding: 5px;
	color: #3d4242;
	font-size: 12px;
}

/*other pages*/
.wrap .wrapper .content.productpage h1.pagetitle {
	color: #00b8ff;
	background: url('images/content_subtitle_bullet.png') no-repeat 5px top;
	padding: 0 0 15px 35px;
	font-size: 18px;
	font-weight: bold;
	line-height: 21px;
	border-bottom: 1px #8a8d8d solid;
	margin-bottom: 18px;
}
.wrap .wrapper .content.productpage .subtitle {
	background: url('images/content_subtitle_bg.png') no-repeat;
	line-height: 27px;
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
	padding-left: 20px;
	position: relative;
	margin-left: -11px;
	margin-bottom: -38px;
	height: 27px;
}
.wrap .wrapper .content.productpage .subtitle2 {
	background: url('images/content_subtitle_bg2.png') no-repeat;
	line-height: 27px;
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
	padding-left: 20px;
	position: relative;
	margin-left: -11px;
	margin-bottom: -38px;
	height: 27px;
}
.wrap .wrapper .content.productpage .subtitle3 {
	background: url('images/content_subtitle_bg3.png') no-repeat;
	line-height: 27px;
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
	padding-left: 20px;
	position: relative;
	margin-left: -11px;
	margin-bottom: -38px;
	height: 27px;
}
.wrap .wrapper .content.productpage .subtitle4 {
	background: url('images/content_subtitle_bg4.png') no-repeat;
	line-height: 27px;
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
	padding-left: 20px;
	position: relative;
	margin-left: -11px;
	margin-bottom: -38px;
	height: 27px;
}
.wrap .wrapper .content.productpage .subtitle5 {
	background: url('images/content_subtitle_bg5.png') no-repeat;
	line-height: 27px;
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
	padding-left: 20px;
	position: relative;
	margin-left: -11px;
	margin-bottom: -38px;
	height: 27px;
}
.wrap .wrapper .content.productpage .subtitle6 {
	background: url('images/content_subtitle_bg6.png') no-repeat;
	line-height: 27px;
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
	padding-left: 20px;
	position: relative;
	margin-left: -11px;
	margin-bottom: -38px;
	height: 27px;
}
.wrap .wrapper .content.productpage .subcontent {
	padding-top: 57px;
	color: #000000;
}
.wrap .wrapper .content.productpage .graybox {
	background: #989c9e;
	padding-left: 22px;
	padding-right: 22px;
	padding-bottom: 22px;
}
.wrap .wrapper .content.productpage .whitebox {
	background: #ffffff;
	padding-left: 22px;
	padding-right: 22px;
	padding-bottom: 22px;
}
.wrap .wrapper .content.productpage .whitebox ol {
	margin-left: 26px;
}
.wrap .wrapper .content.productpage .whitebox ol li {
	list-style: decimal;
	line-height: 1.5em;
	padding-left: 20px;
}
.wrap .wrapper .content.productpage .line {
	background: url('images/content_product_line.jpg') repeat-x bottom;
}
.wrap .wrapper .content.productpage p {
	padding-left: 9px;
}
.wrap .wrapper .content.productpage .bullet-list {
	margin-left: 55px;
}
.wrap .wrapper .content.productpage .bullet-list li {
	list-style-type: square;
	line-height: 1.5em;
}
.wrap .wrapper .content.productpage .bullet-list2 {
	margin-left: 10px;
}
.wrap .wrapper .content.productpage .bullet-list2 li {
	list-style-type: square;
	line-height: 1.5em;
	list-style-position: inside;
}

.measurement-table td {
	padding: 2px 0;
}

.chart_button {
	display: block;
	background: url('images/other_sizing_chart_but.jpg') no-repeat;
	border: 0;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 10px;
	padding-top:5px;
	padding-left:14px;
	height:25px;
	width:95px;
}

/*drop down menu*/
#jsddm li
{	float: left;
	list-style: none;
	font: 12px Tahoma, Arial}
	
#jsddm li ul
{	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	z-index: 100;
}

#jsddm li ul li {
	background: url('images/menu/dropdownline.jpg') no-repeat bottom;
	float: none;
	padding-bottom: 3px;
}
#jsddm li ul li.last {
	background: none;
	padding-bottom: 0;
}

#jsddm li ul li a {
	width: 145px;
	height: 30px;
	line-height: 30px;
	background: url('images/menu/dropdownbg.png') repeat;
	padding: 0 0 0 10px;
	color: #ffffff;
}

#jsddm li ul li a:hover {
	background: #00b8ff;
	color: #3d4242;
}


.push{
	height: 102px;	
}
.footer {
	height: 82px;
	padding-top: 20px;
	background: #3d4242;
	color: #ffffff;
	text-align: center;
}
.footer a {
	color: #ffffff;
}
.footer a:hover {
	color: #00baff;
}
.footer .link {
	padding-top: 5px;
	color: #00baff;
	font-weight: bold;
}
.footer .link a {
	color: #00baff;
}
.footer .link a:hover {
	color: #ffffff;
}