body {
	font-family: 'Titillium', Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-repeat: no-repeat;
	background-position:top center;
	margin-top: 0px;
}
.oneColFixCtrHdr #container {
	width: 960px;
	padding: 0px 0px;
	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. */
}
.oneColFixCtrHdr #header {
	padding: 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #menu {
	background: #FFFFFF; 
	padding: 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
}
.oneColFixCtrHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
body,td,th {
	color: #333;
	font-size: 12px;
}
a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #F00;
}
a:active {
	color: #FF0;
}
a.darklink:link {
	color: #FFF;
	font-size: 16px;
}
a.darklink:visited {
	color: #CCC;
}
a.darklink:hover {
	color: #09F;
}
a.darklink:active {
	color: #0CF;
}
a.redbg:link {
	color: #FFF;
}
a.redbg:visited {
	color: #FFF;
}
a.redbg:hover {
	color: #000;
}
a.redbg:active {
	color: #FF0;
}
a.yel:link {
	color: #FF0;
}
a.yel:visited {
	color: #FFF;
}
a.yel:hover {
	color: #000;
}
a.yel:active {
	color: #FF0;
	font-family: Arial, Helvetica, sans-serif;
}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'Titillium';
	src: url('fonts/TitilliumText22L003-webfont.eot'); /* IE9 Compat Modes */
	src: url('fonts/TitilliumText22L003-webfont.eot?iefix') format('eot'), /* IE6-IE8 */
	     url('fonts/TitilliumText22L003-webfont.woff') format('woff'), /* Modern Browsers */
	     url('fonts/TitilliumText22L003-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('fonts/TitilliumText22L003-webfont.svg#webfontiXtJn0Qu') format('svg'); /* Legacy iOS */
	}
	
@font-face {
    font-family: 'TitilliumBold';
    src: url('fonts/TitilliumText22L005-webfont.eot');
    src: url('fonts/TitilliumText22L005-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/TitilliumText22L005-webfont.woff') format('woff'),
         url('fonts/TitilliumText22L005-webfont.ttf') format('truetype'),
         url('fonts/TitilliumText22L005-webfont.svg#TitilliumText22LBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.bebas-big {font: 54px/54px 'BebasNeueRegular', Arial, sans-serif;letter-spacing: 0;}
.bebas-med {font: 30px/30px 'BebasNeueRegular', Arial, sans-serif;}
.bebas-med-white {font: 44px 'BebasNeueRegular', Arial, sans-serif;color: #FFF}
.bebas-sml-white {font: 24px/12px 'BebasNeueRegular', Arial, sans-serif;color: #FFF}
.bebas {font: 18px/18px 'BebasNeueRegular', Arial, sans-serif;}
.titillium {font: 14px/18px 'Titillium', Arial, sans-serif;}
.titillium-sml {font: 12px 'Titillium', Arial, sans-serif;}
.titillium-med {font: 18px/22px 'Titillium', Arial, sans-serif;}
.titillium-bold {font: 14px/18px 'TitilliumBold', Arial, sans-serif;}
.titillium-white {font: 14px/14px 'Titillium', Arial, sans-serif;color: #FFF;}

.blue-16px {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #09F;
}
.black-14px {
	font-size: 14px;
	font-weight: bold;
}
.brofont {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #FFF;
}
.blue-header-text {
	color: #09F;
	font-size: 24px;
}
.white-text {
	color: #FFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.red-text {
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1000;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(http://www.liquidforce.com/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.liquidforce.com/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.liquidforce.com/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9000;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	height: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
}
ul#topnav li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 58px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; } /*--Hover State--*/
ul#topnav a.products {
	background: url(img/menu-01-off.png) no-repeat;
	width: 104px;
	height: 58px;
}
ul#topnav a.clothing {
	background: url(img/menu-02-off.png) no-repeat;
	width: 112px;
	height: 58px;
}
ul#topnav a.tech {
	background: url(img/menu-03-off.png) no-repeat;
	width: 68px;
	height: 58px;
}
ul#topnav a.shop {
	background: url(img/menu-04-off.png) no-repeat;
	width: 64px;
	height: 58px;
}
ul#topnav a.team {
	background: url(img/menu-05-off.png) no-repeat;
	width: 68px;
	height: 58px;
}
ul#topnav a.events {
	background: url(img/menu-06-off.png) no-repeat;
	width: 88px;
	height: 58px;
}
ul#topnav a.boats {
	background: url(img/menu-07-off.png) no-repeat;
	width: 83px;
	height: 58px;
}

ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 58px; left: 0;
	z-index: 99999;
	background: #000000 url(sub_bg.png) repeat-x; /*--Background gradient--*/
	padding: 10px 10px 10px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 200px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #00aeef;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#topnav .sub ul li a:hover {
	color: #ddd;
	background-position: 5px 12px ;/*--Override background position--*/
}

div.feedburnerFeedBlock p.date {
    font-size: 14px;
    display: inline;
    margin-left: 10px;
}
div.feedburnerFeedBlock ul li div {
    display: inline;
}
div.feedburnerFeedBlock span.headline {
	font-family: BebasNeueRegular;
	font-size: 24px;
    display: block;
    text-indent: 0;
}
div.feedburnerFeedBlock ul li {
    font-family: Titillium;
	font-size: 14px;
	margin-bottom: 2em;
    padding-left: 0 !important;
    text-indent: 0 !important;
}
div.feedburnerFeedBlock p.enclosure {
    margin-top: 3px;
}
div.feedburnerFeedBlock p.enclosure a {
    padding-left: 20px;
    background: url(img/play.gif) no-repeat left center;
}
/* fix for twitter widget bug that ignores avatar setting */
.twtr-tweet-text { margin-left: 0px !important; }
.twtr-user { display: none; }
.twtr-avatar { display: none !important; }

