/* _-_ RESETS _-_ */

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;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

.special-note { background: #EEE; padding: 2px 5px; font-size: 11px; }

.last { margin-right: 0 !important; margin-left: 0 !important; }

.clear { clear:both; }


/* _-_ FONTS _-_ */

body { font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; font-size: 12px; color: #333; }

h1 { font-size: 32px; letter-spacing: -1px; line-height: 32px; font-weight: bold; }
h2 { font-size: 27px; letter-spacing: -1px; line-height: 27px; font-weight: bold; }
h3 { font-size: 19px; letter-spacing: -1px; line-height: 22px; font-weight: bold; }
h4 { font-size: 16px; letter-spacing: -1px; line-height: 16px; font-weight: bold; }

h4, p, li { line-height: 19px; }

h1, h2, h3, h4, p, ul { margin-bottom: 19px; }

a { color: #FFF; font-weight: bold; text-decoration: none; }

a:hover { color: #f51515; }


/* _-_ DESIGN _-_ */

body { background: url('images/bg.jpg') top center repeat-x #FFF; }

#page-wrap { width: 900px; margin: 0 auto; }

#header { position:relative; width: 900px; height: 352px; }

#header h1 { 
	background: url('images/ml-watersports-logo.png') top left no-repeat transparent;  
	position: absolute; 
	left: 0;
	top: 50px;
	height: 195px;
	width: 206px;
	text-indent: -9999px;
	}
	
#branding { 
	background: url('images/black-bg90.png') top left repeat transparent;  
	position: absolute; 
	left: 206px;
	top: 50px;
	height: auto;
	width: 560px;
	padding: 12px 15px 5px;
	}

#branding h2, #branding h3, #branding p { color: #DDD;}

#branding h2 { margin-bottom:0;	}


#websites { width: 900px; height: 180px; }


#website-thumbs, #website-logos { list-style:none; width: 900px; }
#website-thumbs { margin-bottom: 8px; }
#website-thumbs li, #website-logos li { display: inline; }
#website-thumbs li a { 
	width: 217px; 
	height: 127px; 
	display: block; 
	float: left;
	margin-right: 7px; 
	}
	#website-thumbs li a:hover { margin: -5px 7px 5px 0; }
#website-logos { margin-bottom: 0; }
#website-logos li a { 
	width: 217px; 
	height: 36px; 
	display: block; 
	float: left;
	text-indent: -9999px; 
	margin-right: 7px; 
	}
	#website-logos li.link-lfw a { background:url('images/website-logos-lfw.png') top center no-repeat transparent; }
	#website-logos li.link-lfk a { background:url('images/website-logos-lfk.png') top center no-repeat transparent; }
	#website-logos li.link-ob a { background:url('images/website-logos-ob.png') top center no-repeat transparent; }
	#website-logos li.link-ml a { background:url('images/website-logos-ml.png') top center no-repeat transparent; }

#content { background:url('images/body-bg.png') top center no-repeat; width: 900px; height: auto; padding: 50px 0 50px;}

#left-col { width: 230px; padding: 0 25px 0 0; border-right: 1px solid #DDD; float: left; }
#left-col h4 { color: #121212; }

#right-col { width: 620px; float: right; }

#retailers { list-style: none; }
#retailers li { display: inline; }
#retailers li a { width: 140px; float: right; height: 60px; display: block; margin: 8px 0 0 8px; }



