body{
	background:#fff url(/images/hp_bg.jpg) center 0 no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}
body.innerPages{
	background:#fff url(/images/hp_bg_inner.jpg) center 0 no-repeat;
}
*{
	margin: 0;
	padding: 0;
}
a{
	color: #004479;
	text-decoration:none;
}
#searchBox a, #footer a{
	color: white;
}
/* ### header ### */
#header{
	margin: 0 0 10px 0;
}
#header img, #header div{
	float: left;
	color: #004378;
}
#header img{
	margin: 10px 0 0 20px;
}
#header div{
	margin: 10px 0 0 20px;
	width: 490px;
}
#header h1{
	margin: 0;
}
#header ul{
	margin: 10px 0 0 0;
	background: url(/images/ticks.gif) 0 0 no-repeat;
	list-style-type: none;
	line-height: 1.7em;
}
/* ### hp search box ### */
#searchBox{
	padding: 20px;
	width: 250px;
	color: white;
}
#searchBox h2{
	margin: 20px 0 10px 0;
	font-size: 1.4em;
}
#searchBox select{
	width: 240px;
	float: left;
	margin: 0 0 10px 0;
}
#searchBox input{
	float: right;
	margin: 0 10px 10px 150px;
}
/* ### middle boxes ### */
#middle{
	position: relative;
	left: -20px;
	top: 30px;
	color: #205280;
}
.note{
	background: url(/images/note_bg.gif) 0 0 no-repeat;
	width: 360px;
	height: 120px;
}
.note h2{
	padding: 30px 0 0 30px;
	margin: 0;
	font-size: 1.2em;
}
.note p{
	padding: 0 0 0 30px;
	font-size: .8em;
	width: 320px;
}
/* ### hp Right boxes ### */
#hpRight{
	width: 230px;
	position: relative;
	left: 45px;
	top: 20px;
}
#hpRight h2{
	color: #3e9dc7;
	font-size: 1.2em;
	margin: 20px 0 5px 0;
}
#hpRight ul{
	list-style-type: none;
	padding: 0;
	margin: 0 0 30px 0;
}
#hpRight ul, #hpRight p{
	font-size: .8em;
}
#hpRight img{
	float: left;
	margin: 0 10px 0 0;
}
/* ### logos ### */
#logos ul{
	list-style-type: none;
	margin: 0px 0 0 25px;
}
#logos ul li{
	float: left;
	margin: 0;
}
/* ### hp boxes ### */
.hpBoxes{
	margin: 40px 10px 0 10px;
}
.hpBoxes h2{
	color: #3e9dc7;
	border-bottom: 1px solid #cdecfc;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	font-size: 1.2em;
}
.hpBoxes p{
	font-size: .8em;
	line-height: 1.8em;
}
/* ### innerpage styles ### */
h1{
	margin: 10px 0 10px 10px;
	color: #205280;
}
li h1{
	position: relative;
	top: -10px;
}
/* ### top nav ### */
.topNav ul{
	list-style-type: none;
	background-color: #205280;
	padding: 5px 10px 5px 0;
	width: 930px;
	color: white;
	float: left;
	margin: 15px 0 10px 0;
}
.topNav ul a{
	color: white;
	text-decoration: none;
}
.topNav ul a:hover{
	text-decoration: underline;
}
.topNav ul li{ 
	float: left;
	background: url(/images/arrow_white.gif) right 7px no-repeat;
	padding-right: 7px;
	margin-left: 10px;
}
/* ### breadcrumb and pagination ### */
ul.breadCrumb, ul.pagination{
	list-style-type: none;
	font-weight: normal;
	color: #666;
	font-size: .75em;
	margin: 0 0 5px 0;
}
ul.breadCrumb a, ul.pagination a{
	color: #205280;
}
ul.breadCrumb a:hover, ul.pagination a:hover{
	text-decoration: none;
}
ul.pagination{
	float: right;
	margin-right: 10px;
}
ul.breadCrumb li{
	float: left;
	margin: 0 0 0 15px;
	background: url(/images/arrow_blue.gif) 0 8px no-repeat;
	padding-left: 5px;
}
ul.pagination li{
	float: left;
	margin: 0 0 0 10px;
}
ul.pagination li img{
	position: relative;
	top: 3px;
}
/* ### inner left ### */
.leftBox{
	background-color: white;
	border: 1px solid #205280;
	margin: 0 0 10px 0;
}
.leftBox h2{
	padding: 0 10px;
	background-color: #205280;
	font-size: .8em;
	color: white;
}
.leftBox p{
	/* margin: 0 0 10px 10px; */
	font-size: .8em;
}
.leftBox form{
	padding: 0 10px;
}
.leftBox select{
	width: 100%;
	margin-bottom: 10px;
}
.leftBox form input.button{
	margin-left: 145px;
}
.leftBox form .checkbox{
	margin-right: 5px;
	position: relative;
	top: 2px;
	display: block;float: left;
}
.leftBox .filter{
	margin: 5px 10px;
	font-size: .8em;
	font-weight: bold;
}
.leftBox .filter a{
	color: #205280;
}
.leftBox form select{
	margin: 0;
}
#searchwidget form{
	margin: 0;
}
.leftbox #searchwidget {height:170px;}
#searchwidget form select{
	margin: 0 0 10px 0;
	padding: 0;

}
#searchwidget form input{
	float:right;
	/* margin: 0 10px -10px 0; */
	padding: 0;
}
/* ### products ### */
.product{
	width: 165px;
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #205280;
	font-size: .8em;
	height: 220px;
}
.first{
	height: 26px;
}
.smlImg{
	float: right; 
	position: relative; 
	top: -22px; 
	border: 0!important;
}
.billabong{
	background: url(/images/sml_billabong.gif) bottom right no-repeat;
}
.reef{
	background: url(/images/sml_reef.gif) bottom right no-repeat;
}
.oxbow{
	background: url(/images/sml_oxbow.gif) bottom right no-repeat;
}
.animal{
	background: url(/images/sml_animal.gif) bottom right no-repeat;
}
.quicksilver{
	background: url(/images/sml_quicksilver.gif) bottom right no-repeat;
}
.hurley{
	background: url(/images/sml_hurley.gif) bottom right no-repeat;
}
.roxy{
	background: url(/images/sml_roxy.gif) bottom right no-repeat;
}
.speedo{
	background: url(/images/sml_speedo.gif) bottom right no-repeat;
}
.ripcurl{
	background: url(/images/sml_ripcurl.gif) bottom right no-repeat;
}
.oneal{
	background: url(/images/sml_oneal.gif) bottom right no-repeat;
}
.product img{
	border-bottom: 1px solid #205280;
}
.product p{
	font-size: .9em;
	margin: 10px 10px 5px 10px;
	line-height: 1.2em;
}
.product p.price{
	font-size: 1em;
	color: #205280;
	font-weight: bold;
}
/* ### section ### */
.section{
	float: left;
	border: 1px solid #205280;
	margin: 0 10px 10px 0;
}
.section img{
	float: left;
	border-right: 1px solid #205280;
	margin-right: 10px;
}
.section div{
	float: left;
	width: 164px;
}
.section div h2{
	color: #205280;
	font-size: 1em;
	margin: 10px 0 0 0;
}
.section div ul li{
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height: 2.2em;
	font-size: .8em;
}
/* ### footer ### */
#footer{
	width: 100%;
	background: url(/images/footer_bg.gif) 0 0 repeat-x;
	color: white;
	padding: 20px 0 10px 0;
	font-size: .8em;
}
#footerInner{
	width: 960px;
	margin: 0 auto;
}
#footerInner p{
	margin: 0 0 10px 10px;
}
#footer #firstcol {
	display: inline; float: left; width: 375px; padding-left: 10px
}
#footer #secondcol {
	display: inline; float: left; width: 375px
}
#footer #thirdcol {
	display: inline; float: left;
}
/* ### overrides ### */
.mT10{
	margin-top: 10px;
}
.mT20{
	margin-top: 20px;
}
.tight{
	margin: 0;
}	
.mRMinus10{
	position: relative;
	left: 10px;
}



#header li {
	margin-left:30px
}
#searchBox li {
	margin-left:30px
}
ul.subcategories li {
	display: inline;
	float: left;
	width: 25%;
}
.hpBoxes p {
	margin-bottom: 0px;
}
.hpBoxes p.commentauthor {
	width: 100%;
	text-align: right;
}
.hpBoxes ol {
	padding-left: 20px;
}
.hpBoxes li {
	font-size: .8em;
	line-height: 1.8em;
}
.mT10 {
	padding-bottom: 20px;
}
#hpRight p {
	width: 260px;
}
h2.homepagetext {
	padding-top: 20px;
}
#homepagetextaccordion p {
	font-size: .8em;
	line-height: 1.8em;
	padding-bottom: 1em;
	text-align: justify;
}
#homepagetextaccordion h2 {
	font-size: 1.3em;
}
#homepagetextaccordion h3 {
	font-size: 1.2em;
}
.hpBoxes ul li {
	display: inline;
	float: left;
	width: 50%;
}
#searchBox{
	padding: 20px;
	width: 250px;
	color: white;
}

ol, ul li {list-style:none;}
.leftBox input {margin-right:4px;}
.leftBox p {margin-left:10px;}
#searchBox ol {margin-bottom:0px;}
#sidebar .sidelist ul li.linkcat {margin-bottom:20px;}

div.letter { width:220px; float:left; }

.topNavHome ul{
	list-style-type: none;
	width: 930px;
	color: white;
	float: left;
	padding:0;
	margin:0;
	}
.topNavHome ul a{
	color: #205280;
	text-decoration: none;
}
.topNavHome ul a:hover{
	text-decoration: underline;
}
.topNavHome ul li {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/arrow_white.gif) no-repeat scroll right 11px;
float:left;
margin-left:10px;
padding-right:7px;
}

#header ul.homepageNav {
	background-color:#FFFFFF;
	line-height:1.7em;
	list-style-type:none;
	margin:10px 0 0;
	background-image:none;
}
#header ul.homepageNav li {margin-left:12px;}

#header ul.homepageNav {
background-color:#205280;
background-image:none;
height:28px;
line-height:1.9em;
list-style-type:none;
margin:10px 0 0;
}

.topNavHome ul a {
color:#FFFFFF;
text-decoration:none;
}

#middle {
color:#205280;
left:-20px;
position:relative;
top:0px;
}

#hpRight {
left:45px;
position:relative;
top:0px;
width:230px;
}

#searchBox h2 {
font-size:1.4em;
margin:0 0 10px;
}

#header div.topNavHome {
margin-left:10px;
}
#searchwidget form fieldset {
margin-bottom:10px;
}
.hpBoxes li {
font-size:0.8em;
line-height:1.8em;
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
}

#searchBox ol {
margin-bottom:10px;
}
#searchBox li {
list-style-image:none;
list-style-position:inside;
list-style-type:disc;
margin-left:0;
}

a {color:#004479;text-decoration:none;font-weight:bold;}
a:hover {text-decoration:underline;}

div.slideshow {margin-top:3px;}

#searchBox h2.hotsearches {
	font-size: 1.2em;
}

#sidebar li.linkcat {margin-bottom:20px;}

#facebooklikehp {
	float: right; background-color: white; padding: 3px 10px 1px 10px; margin: 0px; height: 25px; overflow: hidden;
}
.innerPages .facebooklike {
	float: right; background-color: white; padding: 0px; margin: 0px; height: 23px; overflow: hidden;
}

.history {
	font-size: 0.9em;
}
