@charset "utf-8";
/* CSS Document */

#landing_wrapper {
	width:985px;
	height:579px;
	margin:0;
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
}

/* Navigation */

#navigationBox {
	width:157px;
	height:579px;
	float:left;
	background-color:#1F1F1F;
}

/* Main Content */

#landing_container {
	width:821px;
	height:572px;
	margin-top:7px;
	margin-left:7px;
	text-align: left;
	float:right;
}
#jackets_content {
	width:821px;
	height:358px;
	margin-bottom:7px;
	background:url(/Content/LandingPages/Jackets/images/jackets_landing.jpg) top left no-repeat;
}
#jackets_content h1 {
	margin:0;
	padding:0;
}
.img-overlay {
	width:821px;
	height:116px;
	margin-top:215px;
	text-align:left;
}
.brand-text {
	float:left;
	width:548px;
	color:#FFF;
	margin:9px 0px 0px 12px;
}
.brand-buttons {
	float:left;
	width:230px;
	height:116px;
	margin:0;
	padding:0;
}
.button1 {
	margin:10px 0px 6px 30px;
}

/* Bottom Boxes */

#box_container {
	width:821px;
	height:200px;
	margin-bottom:7px;
}
#box_container p {
	padding:2px 0px 1px 6px;
	margin:0;
	font-size:11px;
}
#brand_box {
	width:198px;
	margin-right:7px;
	height:199px;
	float:left;
	border-style:solid;
	border-width:1px;
	border-color:#CCC;
}
#brand_box4 {
	width:198px;
	margin-right:0px;
	height:199px;
	float:left;
	border-style:solid;
	border-width:1px;
	border-color:#CCC;
}

/* Product Box */

.prod_img {
	width:144px;
	height:144px;
	margin-left:27px;
	margin-right:27px;
}
.prod_text {
	font-size:8pt;
}
.brand_price {
	float:left;
	line-height:1.05em;
	padding:0px 8px 0px 6px;
	margin:0;
}
.brand_price span {
	color:#F00;
}
.brand_buy {
	float:right;
	margin:7px 11px 0px 0px;
}
