*, 
html body * {
	padding: 0;
	margin: 0;
	border: 0;
}

body,html {
	color: #000;
	background: #eee;
	text-align: center;
	height: 100%;
}

#mainContainer {
	margin: 0 auto;
	min-height: 100%;
	background: #fff;
	text-align: left;
}

* html #mainContainer {
	height: 100%;
}

/**************************
HEADER
**************************/
#header {
	height: 82px;
	overflow: hidden;
}

/**************************
CONTENT AND COLUMNS
**************************/
.inner {
	width: 100%;
}

* html .inner {
	width: 100%;
}

.float-wrap {
	float: left;
	width: 100%;
}

#content {
	padding-top: 81px;
	float: left;
	width: 100%;
	display: inline;
}

* html #content {
	position: relative; /*** IE needs this  ***/
}

div.contentWrap {
	padding: 20px;
}

/**************************
FOOTER
**************************/
#footer {
	width: 100%;
	height: 71px;
	margin: -71px 0 0 0;
	text-align: center;
	overflow: hidden;
}

/**********************
CSS Hacks / Tools
**********************/

.clearfix:after {content: "."; display: block; height: 0; line-height: 0; font-size: 1px;clear: both; visibility: hidden;}
* html>body .clearfix {display: inline-block; width: 100%;}
* html .clearfix {/* Hides from IE-mac \*/height: 1%;/* End hide from IE-mac */}
 .clearfix {display: inline-block;}  

 /* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End Holly Hack */


/**********************
velocitek
**********************/

#mainContainer,
#header div.content,
#footer div.content {
	width: 780px;
}

#footer,
body {
	background: #eee;
}

#mainContainer {
	border-right: 1px solid #afb2b7;
	border-left: 1px solid #afb2b7;
}

#footer div.content {
	position: relative;
	margin: 0 auto;
	height: 71px;
	background: transparent url(footer_bg.png) no-repeat left top;
}

#footer div.content p {
	font-size: 85%;
	text-align: center;
	color: #bbb;
}

#footer div.content a {
	color: #bbb !important;
	text-decoration: underline !important;
}

#footer div.content a:hover {
	text-decoration: none !important;
}

#header {
	background: url(header_bg.png) repeat-x top left;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
}

#header div.content {
	margin: 0 auto;
	position: relative;
}

#header h1 {
	display: block;
	width: 270px;
	height: 50px;
	background: url(logo.png) no-repeat top left;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 400;
}

.replace {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -5000px;
	overflow: hidden;
}

#header ul#topNav {
	list-style-type: none;
	position: absolute;
	top: 0;
	right: 25px;
	width: 755px;
	display: inline;
	white-space: nowrap;
	text-align: right;
	line-height: 50px;
	vertical-align: middle;
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;

}

#header ul#topNav li {
	display:inline;
	padding:0 4px;
	white-space:nowrap;
}

#header ul#topNav li.active a {
	color:#FFFFFF;
}

#header ul#topNav a,
#header ul#topNav a:link,
#header ul#topNav a:hover,
#header ul#topNav a:active,
#header ul#topNav a:visited {
	color:#BBBBBB;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

#header ul#topNav a:hover {
	text-decoration: underline;
}

#header ul#subNav {
	list-style-type: none;
	position: absolute;
	top: 50px;
	left: 30px;
	display: inline;
	white-space: nowrap;
	text-align: right;
	line-height: 32px;
	vertical-align: middle;
	font-size: 85%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size:0.8em;
}

#header ul#subNav li {
	display: inline;
	white-space: nowrap;
	padding: 2px 5px;
}



#header ul#subNav li a,
#header ul#subNav li a:link,
#header ul#subNav li a:hover,
#header ul#subNav li a:active,
#header ul#subNav li a:visited {
	color: #666;
	text-decoration: none;
}

#header ul#subNav li a:hover {
	color: #333;
	text-decoration: underline;
}

#header ul#subNav li.active a {
	color:#000000;
}

/**********************
velocitek legacy css
**********************/

a { color: #0c2869; }
a:hover { text-decoration: none; }

#imgtable img {
	border: 1px solid #555;
	margin: 3px;
}

#producttable td {
	padding-bottom: 40px;
}

#buybar {
	position: absolute;
	padding-top: 230px;
	padding-left: 20px;
	color: #777;
	width: 700px;
	z-index: 20;
}

#boxes {
	margin-top: 20px;
}

.product-price {
	padding-left: 30px;
	color: #555;
}

h1 {
	padding: 0px;
	margin: 0px;
	font-size: 20px;
	color: #0c2869;
	font-weight: normal;
	margin-bottom: 15px;
	padding-top: 20px;
}

#rightbar h3 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 16px;
	color: #999;
	font-weight: bold;
}

p.quote {
	margin-top: 25px;
	color: #555;
}

.caption {
	font-size: 11px;
	padding-left: 30px;
	text-indent: -.8em;
}

table.techspecs {
  margin-bottom: 30px;
}

table.techspecs td {
  padding: 7px;
}

table.techspecs th {
	width: 160px;
	text-align: right;
	font-weight: bold;
	padding: 7px;
	vertical-align: top;
}

table.techspecs td ul {
  margin: 0px;
  margin-left: 15px;
  padding: 0px;
}

td.label {
	width: 160px;
	text-align: right;
	font-weight: bold;
	padding: 10px;
	vertical-align: top;
}

table.teamMember {
	margin-bottom: 30px;
}

table.teamMember td {
	padding: 7px;
	vertical-align: top;
}

table.teamMember td p {
	margin-top: 0px;
}

table.teamMember td img {
	margin: 0 10px 0 0;
}

table.teamMember th {
	width: 200px;
	padding: 7px;
	vertical-align: top;
	font-weight: bold;
	text-align: right;
	color: #0c2869;
}

#rightbar {
	float: right;
	width: 190px;
}

#rightbar img {
	margin-bottom: 30px;
}

.infobox {
	padding: 15px;
	border: 1px solid #999;
	width: 470px;
}

.testimonial {
	text-align: center;
	color: #555;
	font-style: italic;
}

.attribution {
	font-size: 11px;
	margin-left: 50px;
}

.testimonial-box {
	width: 182px;
	background-image: url( '/images/testimonials/box-top.gif' );
	margin-bottom: 30px;
}

.testimonial-box .testimonial {
	padding: 10px;
	padding-bottom: 0px;
	color: #555;
	font-size: 11px;
	line-height: 14px;
	border: 0px;
}

.testimonial-box .attribution {
	margin: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
}

#minicart_container_side {
	width: 200px;
	position: relative;
	left: -20px;
}

#minicart_container_top {
	width: 400px;
	float: right;
	margin-bottom: 30px;
}

#minicart {
	color: #333;
	font-size: 11px;
}

#cart_title {
	font-size: 14px;
	text-align: center;
	background-color: #394964;
	height: 18px;
	color: white;
	padding: 4px;
}

.updated_minicart #cart_title {
}

#cart_interior {
	width:100%;
	background-color: #eee;
	border: 1px solid #dddddd;
}

div#cart_interior {
	width:100%;
	padding: 10px;
	text-align: center;
}

.cart_item_mininame {
	font-style: italic;
}

.cart_item_quantity {
	font-weight: bold;
	font-style: normal;
}

.cart_item_total {
	
}

#fullcart {
	width: 500px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 10px;
	background-color: #eeeeee;
	color: #333;
	text-align: left;
	border-collapse: collapse;
	border-bottom: 1px solid #aaa;
}

#fullcart th {
	background-color: #394964;
	color: white;
	font-weight: normal;
	padding: 4px;
}

#fullcart th#subtotal {
	border-bottom: none;
	border-top: 1px solid #ddd;
	background: none;
	color: #333;
  font-weight: bold;
  text-align: right;
}

#fullcart td {
  padding: 3px;
}

#fullcart #subtotal_price {
	border-top: 1px solid #ddd;
}

#fullcart .cart_item_qty {
	padding-left: 10px;
}
#fullcart .qty_input {
	width:25px;
}

#fullcart .cart_item_name {
	padding-left: 10px;
}

#fullcart #shipping_method_desc {
	padding-left: 10px;
	font-style: italic;
	width: 300px;
}

#fullcart .empty_cart {
	text-align: center;
	padding: 10px;
}

#cart_checkout {
	text-align: right;
	padding-right:5px;
}

#cart_edit {
	text-align: left;
	padding-left:5px;
}

#cart_links {
	width: 100%;
	margin-top: 3px;
}

#cart_links a {
	font-weight: normal;
	text-decoration: none;
}

#cart_form {
	width: 500px;
	margin: auto;
	text-align: right;
}

table.method_and_email {
	padding: 10px;
	float: right;
	margin: 10px;
	background-color: #eee;
}

table.method_and_email th {
  text-align: right;
  padding: 3px;
}

table.method_and_email td {
  text-align: left;
  padding: 3px;
}

table.method_and_email input {
	width: 250px;
}

table.method_and_email select {
	width: 250px;
}

.info-box {
  border-top: 2px solid #aaa;
  font-size: smaller;
  padding: 10px;
  margin-top: 30px;
}

.info-box h2 {
  font-size: 14px;
  margin: 0px;
}

.info-box p {
  margin-top: 5px;
}

#comparison-table {

	font-size: smaller;
	border-collapse: collapse;
}

#comparison-table td, #comparison-table th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 10px;
}

#comparison-table .conclusion {
	font-weight: bold;
	color: #0c2869;
}

.comparison-category {
	color: #0c2869;
	font-size: larger;
}

.asterisk {
	margin-top: 10px;
	color: #777;
}

/*********************
New CSS
*********************/

div#content p {
	padding-bottom: 20px;
}

p.westMarineLink,
p.mainPageSplash,
p.gettingStartedLink,
p.mainPageTeasers,
p.note {
	text-align: center;
}

p.mainPageTeasers a.centralTeaser {
	padding: 0 25px;
}

div#content h2 {
	margin: 0 0 15px 0;
	margin-bottom: 15px;
	font-size: 153.9%;
	color: #0c2869;
	font-weight: normal;
}

div#content h3 {
	margin: 0 0 20px 0;
	font-size: 130%;
	color: #0c2869;
	font-weight: normal;
}

table.leadUsers {
	font-size: 85%;
	border-collapse: collapse;
}

table.leadUsers td,
table.leadUsers th {
	border-bottom: solid 1px #bbb;
	padding: 5px;
}

table.leadUsers td.name {
	color: #0c2869;
}

div#content ol {
	margin: 0 0 20px 35px;
}

div#media {
	margin: 40px auto 20px auto;
	width: 640px;
}

ul.contacts li {
	display: block;
	clear: both;
	list-style-type: none;
	padding-top: 10px !important;
}

ul.contacts span.label,
ul.contacts span.value {
	display: inline;
	float: left;
}

ul.contacts span.label {
	padding-right: 10px;
}

p.timePrompt {
	clear: both;
	padding-top: 20px;
}

p.caution {
	color: #c00;
}

ul.common li {
	list-style-type: none;
}

div.twoColumns div.firstColumn {
	width: 545px;
	float: left;
	overflow: hidden;
}

div.twoColumns div.secondColumn {
	width: 230px;
	float: left;
	overflow: hidden;
}

ul {
	padding: 0 0 10px 20px !important;
}

ul ul li {
	list-style-type: circle;
}

a.button {
	display: block;
	height: 24px;
	padding-left: 20px;
	background: transparent url(button-left.png) no-repeat top left;
	text-decoration: none !important;
}

a.button span {
	display: block;
	height: 24px;
	line-height: 24px;
	vertical-align: center;
	color: #fff;
	font-weight: bold;
	background: transparent url(button-right.png) no-repeat top right;
	white-space: nowrap;
	padding-right: 20px;
	text-align: center;
}

a.xxl {
	width: 300px;
}

a.m {
	width: 100px;
}

a.l {
	width: 150px;
}

a.xl {
	width: 200px;
}

dl dt {
	font-weight: bold;
}

dl dd {
	padding-bottom: 10px;
}

div.sideTeaser {
	width: 180px;
	padding: 27px 0 0 0;
	margin: 0 auto 20px auto;
	background: #ccc url(teaser-top.png) no-repeat left top;
	overflow: hidden;
}

div.imageTeaser {
	width: 180px;
	padding: 0;
	margin: 0 auto 20px auto;
	overflow: hidden;
	position: relative;
}

div.imageTeaser div.teaserContent {
	padding: 0 0 27px 0;
	background: transparent url(teaser-bottom.png) no-repeat left bottom;
}

* html div.imageTeaser div.teaserContent {
	padding: 0 0 24px 0;
}

div.sideTeaser div.teaserContent {
	padding: 10px 10px 37px 10px;
	background: #ccc url(teaser-bottom.png) no-repeat left bottom;
}

div#content div.imageTeaser h2,
div#content div.sideTeaser h2 {
	font-size: 85%;
	display: inline;
	margin: -37px -10px 0 -10px;
	height: 27px;
	line-height: 27px;
	vertical-align: middle;
	color: #fff;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	float: left;
	width: 180px;
}

div#content div.imageTeaser h2 {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	width: 180px;
}

ul.doubleSpace li {
	padding-bottom: 5px;
}

ul.doubleSpace ul li {
	padding-bottom: 0;
}

ul.doubleSpace ul {
	margin-top: 5px !important;
}

div.pagination {
	font-weight: bold;
}

div.pagination a,
div.pagination span {
	padding: 0 5px;
}

span.open {
	font-weight: bold;
	color: #0c0;
}

span.closed {
	font-weight: bold;
	color: #c00;

}

p.currentTime {
	clear: both;
}

table.mountingHardware td {
	padding-bottom: 30px !important;
}

table.images {
	margin: 0 auto;
}

table.images td {
	padding: 0 20px;
	text-align: center;
}

table.images img {
	border: 1px solid #000;
	padding: 1px;
}

span.label {
	color: #0c2869;
}

#mainfoot {	
	float:left;
	margin: 0 0 20px 5px;
}

#photogallerymain {
	float:left;
	height:150px;
	margin:0 20px 0 0;
	position:relative;
	width:184px;
}
img#ph2, img#ph3, img#ph4, img#ph5 {
	display:none;
}

#photogallerymain p {
	margin: 160px 0 0;
	text-align: center;
}
#photogallerymain p img {
	cursor:pointer;
	margin:0 10px 0 0;
}
#photogallerymain img.photosmain{
	position:absolute;
	top:0;
}

#newsmain {
	background-image:url(/uploads/images/newsheadline_blue.jpg);
	float:left;
	height:165px;
	margin:0 20px 0 0;
	padding:15px 0 0;
	width:319px;
}

#banner {
	background-image:url(/uploads/images/newsheadline_blue.jpg);
	float:center;
	height:165px;
	margin: 0 10px 0 0;
	padding: 15px 0 0;
	width:100%;
}

div#content #newsmain p {
        font-size: 85%;
	padding:0 15px 12px;	
        font-family: Arial, Verdana, Helvetica, Sans-Serif;
}

div#content #newsmain a {
	color: #000;
	text-decoration: none;
}

div#content #newsmain h3 {
        padding-bottom:10px;
}

#bannermain {
	float:left;
	height:190px;
	width:190px;
}
p.gettingStartedLink {
	clear:both;
}
.twoColFixRt #container { 
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRt #sidebar1 {
	position:relative;
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
.twoColFixRt #mainContent { 
	position: relative;
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
} 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}