/* CSS Reset */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
em {
	color: #e40582;
	font-style: normal;
}
strong {
	font-weight: bold;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Main */

body {
	background: #f3f3f3 url('../images/bg.gif') center top no-repeat;
	color: #464646;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
}
.wrapper {
	width:960px;
	margin:0px auto;
}
.header {
  	float: left;
  	height: 84px;
  	width: 100%;
}
.header a.logo {
  	background: url('../images/logo.gif') no-repeat 0 0;
  	display: block;
  	float: left;
  	height: 84px;
  	text-indent: -10000px;
  	width: 337px;
}
.offer {
	background: url('../images/header.gif') no-repeat center top;
	float: left;
	height: 332px;
	position: inherit;
	width: 960px;
}
.offer .copy {
	display: block;
	float: left;
	padding: 48px 0 15px 10px;
	width: 442px;
}
.offer .copy .bullets {
	display: block;
	float: left;
	padding: 8px 0 0 0;	
}
.offer .hero {
	float: right;
}
.content {

}
.content .header {
	float: left;
	height: 44px;
	padding: 1px 0 0px 0;
	width: 100%;
}
.content .module_left {
	background: url('../images/module1.gif') no-repeat center top;
	float: left;
	height: 233px;
	width: 291px;
}
.content .module_middle {
	background: url('../images/module1.gif') no-repeat center top;
	float: left;
	height: 233px;
	margin: 0 0 0 40px;
	width: 291px;
}
.content .module_right {
	background: url('../images/module1.gif') no-repeat center top;
	float: left;
	height: 233px;
	margin: 0 0 0 40px;
	width: 291px;
}
.content .head {
	padding: 24px 0 0 19px;
}
.content .image {
	float: left;
	padding: 12px 12px 0 19px;
	width: 130px;
}
.content .copy {
	float: left;
	font-size: 12px;
	line-height: 18px;
	padding: 12px 0 0 0;
	width: 118px;
}
.content .buy {
	float: left;
	height: 42px;
	padding: 12px 0 0 12px;
	width: 269px;
}
.content .sizes {
	background: url('../images/size_bar.gif') no-repeat center top;
	float: left;
	font-size: 20px;
	font-weight: bold; 
	height: 44px;
	margin: 22px 0 0 0;
	padding: 10px 0 0 0;
	width: 960px;
}
.content .sizes ul{
  	list-style: none;
  	margin: 0; padding: 0;
  	margin-left: 14px;
}
.content .sizes li{
  	float: left;

}
.content .sizes li a{
  	color: #0097d4;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 25px 0 25px;
  	text-decoration: underline;
}
.content .sizes li a:hover{
  	color: #e40582;
}
.footer {
	background: url('../images/footer_bg.gif') no-repeat center top;
	float: left;
	height: 121px;
	margin: 22px 0 0 0;
	padding: 58px 0 0 0;
	text-align: right;
	width: 960px;
}
/*Base Type styles*/
h1 {
	color: #363636;
	font-size: 48px;
	font-weight: bold;
	line-height: 48px;
}
h2 {
	color: #e40582;
	font-size: 22px;
	font-weight: bold;
	line-height: 48px;
}

h3 {
	color: #363636;
	font-size: 30px;
	font-weight: bold;
}
h4 {
	color: #f3f3f3;
	font-size: 83px;
	font-weight: bold;
}
h5 {

}
h6 {

}
p {
	padding: 0 0 10px 0;
}

