/* ############################# HTML ELEMENT STYLES */	
html, body{
	margin: 0;
	background: #fff url(none) no-repeat 0 0;
	width: 100%;
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size:100%;
    line-height:1.125em; /* 16×1.125=18 */
	color: #000;
}

html>body {
	/* no style */
	width: 100%;
	height: 100%;
}

img {	
	display: block;
	border: 0;
}

.hidden {
	display:none;
}

.bold {
	font-weight: 700;
}

.bold-block {
	font-weight: 700;
	display: block;
}

table {
	padding: 0;
	border: 0;
	margin: 0;
}


/* define default text size */
.default-text {
	font-size: 0.75em;
	line-height: 1.4em;
	font-weight: 200;
}

td {
	vertical-align:top;
}

em {
	font-style: italic;
}
strong {
	font-weight: 700;
}

.faq-heading {
	color: #FFCC00;
	margin: 20px 0 5px 0;
}

/* ############################# STYLES for Default links */	
a, a:link {
	text-decoration: none;
	color:  #0066DE;
	outline: none;
}
	
a:visited {
	color:  #0066DE;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:active {
	color:  #0066DE;
}

#container-bottom a, #container-bottom a:link {
	text-decoration: underline;
	color:  #fff;
	outline: none;
}
	
#container-bottom a:visited {
	color:  #fff;
}

#container-bottom a:hover {
	color: #000;
	text-decoration: none;
}

#container-bottom a:active {
	color:  #fff;
}


/* ############################# STYLES for Default links */

/* #menu a.active, #menu a.active:link {
	text-decoration: none;
	color:  #0066DE;
	outline: none;
}
	
#menu a.active:visited {
	color:  #0066DE;
}

#menu a.active:hover {
	color: #0066DE;
}

#menu a.active:active {
	color:  #0066DE;
}
*/

.imperial { 
	display: none;
}

/* ############################# STYLES for GENRIC page content (index.php, page.php, single.php) */
#header {
	min-height: 120px;
	border-bottom: 1px dotted #0066DE;
	margin-bottom: 10px;
	position: relative;
	background: transparent url() no-repeat scroll 0 0;
	font-family: "HelveticaNeue", Helvetica, sans-serif;
	color: #333;
}

#header img {
	margin:auto;
}

#header h1 {
	font-size: 1.80em;
	font-weight: 200;
	line-height: normal;
	padding: 70px 0 0 270px;
	color:#0066DE;
}

/* style for alternate page layout */
#intro-copy {
	margin-left: 270px;
	margin-right: 60px;
}

#intro-copy h1 {
	font-size: 2.0em;
	font-weight: 100;
	line-height: normal;
	padding: 70px 0 0 0;
	color:#0066DE;
}

#intro-copy h2 {
	font-size: 0.80em;
	font-weight: 700;
	padding: 10px 0 0 0;
}

#intro-copy p {
	width: 500px;
	padding: 20px 0;
	font-size: 0.75em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 200;
    line-height: 1.4em;
}

/* ####################################### START - Main Block Elements */
#container-top {
	background-color: #fff;
	margin:auto;
	width: 1090px;
	/*overflow: hidden;*/
	border-top: 5px solid #0066DE;
}

#container-top.homepage {
	overflow: hidden;
}

/* Add class to container-top to set different backgrounds */
.logo {
	background: transparent url(../images/logo.jpg) no-repeat 0 -10px;
}

#logo {
	/*border:1px solid #ccc;*/
	width: 270px;
	height: 75px;
	float: left;
}

#logo a {
	display:block;
	width: 100%;
	height: 100%;
}


#collection-product {
	position: relative;
	height: 55px;
	font-size: 0.7em;
	clear:both;
	
	border-left: 1px solid #0066DE;
	border-right: 1px solid #0066DE;
}

/*#active-menu {
	position: absolute;
	top: 10px;
	left: 305px;
	z-index: 999;
}

#new-menu {
	position: absolute;
	top: 10px;
	left: 305px;
	z-index: 999;
}*/


/*
	* Bottom content area
*/
#wrapper-bottom {
	width: 100%;
	min-width: 1090px;
	background-color: #4FA6DE;
}

#container-bottom {
	width: 1088px;
	margin:auto;
	overflow: hidden;
}

.home-bottom {
	background: transparent url(../images/content-back.png) repeat-y 0 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.sub-bottom {
	background: transparent url(../images/content-back-sub.png) repeat-y 0 0;
	border-left: 1px solid #91C8EA;
	border-right: 1px solid #91C8EA;
}

.sub-bottom-white {
	background: transparent url(../images/content-back-sub-white.png) repeat-y 0 0;
	border-left: 1px solid #91C8EA;
	border-right: 1px solid #fff;
}

.sub-bottom-white-lrg {
	background: transparent url(../images/content-back-sub-white-lrg.png) repeat-y 0 0;
	border-left: 1px solid #91C8EA;
	border-right: 1px solid #fff;
}

.sub-bottom-yel {
	background: transparent url(../images/content-back-sub-yel.png) repeat-y 0 0;
	border-left: 1px solid #91C8EA;
	border-right: 1px solid #91C8EA;
}

/* homepage specific styles */
.text-content {
	padding: 0 15px;
	padding-top: 30px;
}

.text-content-lrg {
	padding: 30px;
}

#content-left {
	float: left;
	width: 149px;
}

#content-sub {
	margin-left: 149px;
	float: left;
	width: 315px;
	color: #fff;
}

#content-sub h2 {
	margin-bottom: 1em;
	font-family: "HelveticaNeue", Helvetica, sans-serif;
	font-weight: 400;
}

#content-sub p {
	margin-bottom: 1em;
}

#content-main {
	float: left;
	width: 465px;
	color: #fff;
}

#content-main p {
	margin-bottom: 1.0em;
	font-size: 1.1em;
	line-height: 1.4em;
	font-family: "HelveticaNeue", Helvetica, sans-serif;
	font-weight: 200;
}

#content-right {
	float: left;
	width: 159px;
}

#content-right h2 {
	margin-bottom: 1em;
	font-family: "HelveticaNeue", Helvetica, sans-serif;
	font-weight: 400;
	color: #fff;
}

#content-right p {
	margin-bottom: 1em;
	font-size: 0.9em;
}

/* subpage specific styles */
#content-menu {
	float: left;
	width: 150px;
}

#content-generic {
	float: left;
	width: 938px;
	color: #fff;
	
	font-family: "HelveticaNeue", Helvetica, sans-serif;
	font-weight: 200;
}

#content-generic ul {
	margin: 10px 20px;
}

#content-generic li {
	list-style: disc none;
}

.generic-column {
	float: left;
}

.option-1 #column-a {
	width:410px;
	padding:15px 30px;
}

.option-1 #column-b {
	width: 468px;
}

.option-2 #column-a {
	width:508px;
	padding:15px 60px;
}

.option-2 #column-b {
	width: 310px;
	border-top: 1px solid #0066DE;
	background-color: #fff;
	padding-top: 20px;
}

.option-2 #column-b a, .option-2 #column-b img {
	display: block;
	margin: auto;
}

.option-2 #column-b .caption {
	text-align: center;
}


.option-3 #column-a {
	width:500px;
	padding: 15px 60px 15px 120px;
}

.option-3 #column-b {
	padding-top: 20px;
	width: 258px;
	border-top: 1px solid #0066DE;
	background-color: #fff;
}

.option-3 #column-b a, .option-3 #column-b img {
	display: block;
	margin: auto;
}

.option-3 #column-b .caption {
	text-align: center;
}

.assetbox {
	/*width:310px;*/
	margin-bottom: 20px;
}

.assetbox .title {
	display: block;
	background-color: #4FA6DE;
	font-family: "HelveticaNeue", Helvetica, sans-serif;
	font-weight: 400;
	padding: 10px 10px 5px 15px;
}

.assetbox .video {
	background: #4FA6DE url(../images/play-video-icon.png) no-repeat scroll 20px center;
	padding-left: 60px;
}

.assetbox .caption {
	padding: 5px 30px 0 30px;
	font-size: 0.95em;
	color: #333;
}

/* used on kayak page */
.assetbox-small {
	float: left;
	width:232px;
}

.assetbox-small .title {
	display: block;
	background-color: #4FA6DE;
	font-family: "HelveticaNeue", Helvetica, sans-serif;
	font-weight: 400;
	padding: 10px 10px 0 10px;
	height: 40px;
	line-height: normal;
}

.assetbox-small .large {
	text-align: center;
	font-weight: 100;
	font-size: 1.2em;
	padding: 18px 0 0 0;
	height: 32px;
}

.assetbox-small .video {
	background: #4FA6DE url(../images/play-video-icon.png) no-repeat scroll 10px center;
	padding-left: 45px;
}

.line-break {
	clear: left;
	height: 40px;
	margin-bottom: 40px;
	border-bottom: 1px dotted #BFD9F7;
}


/* generic styles for content area */
.image-left {
	float: left;
	padding: 0 10px 10px 0;
}

.generic-column p {
	margin-bottom: 1em;
}

.generic-column h1 {
	font-weight: 700;
	margin-bottom: 1em;
}

.generic-column h2, .generic-column h3, .generic-column h4 {
	font-weight: 700;
}


/* Define text based content for pages */

#text-content {
	padding: 0 100px 20px 100px;
}

#text-content h2, #text-content h3, #text-content h4, #text-content h5 {
	font-weight: 700;
}

#text-content p {
	margin-bottom: 1em;
}

#text-content ul {
	margin-left: 10px;
	margin-bottom: 1.0em;
}

#text-content ol {
	margin-left: 20px;
	margin-bottom: 1.0em;
}

#text-content ul li {
	list-style: none url(images/list-item-gray.jpg) outside;
}

#text-content ol li {
	list-style: decimal none outside;
}




/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}