/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
ol li {
	margin-left: 12px;
}

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;
}
/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear-block {
	display: inline-block;
}
/* Hides from IE-mac */
* html .clear-block {
	height: 1%;
}
.clear-block {
	display: block;
}
.clear-block {
	margin: 0px;
	padding: 0px;
	clear: both;
}
/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #f1f1f1;
}
body, input, textarea {
	color: #666;
	font-size: 12px;
	line-height: 26px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}
/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite, blockquote em, blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"], textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	padding: 2px;
}
a:link {
	color: #566E94;
}
a:visited {
	color: #566E94;
}
a:active, a:hover {
	color: #1E2D53;
}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
/* =Content
-------------------------------------------------------------- */

#content .clm {
	width:46%;
	padding-right: 4%;
	float:left;
}
#content  .number {
	font: normal 14px "Times New Roman", Times, serif;
}

#content .wp-caption {
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
	font-weight: normal;
	color: #A4A4A4;
}
#content .wp-caption-right {
	float: right;
	margin-left: 25px;
	margin-bottom: 15px;
	font-weight: normal;
	color: #A4A4A4;
}
#content .wp-caption h2 {
	margin-bottom: 4px;
}
#content, #content input, #content textarea {
	color: #333;
	font-size: 12px;
	line-height: 20px;
}
#content p, #content ul, #content ol, #content dd, #content pre, #content hr {
	margin-bottom: 20px;
}
#content ul ul, #content ol ol, #content ul ol, #content ol ul {
	margin-bottom: 0;
}
#content pre, #content kbd, #content tt, #content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt, #content th {
	color: #000;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #233155;
	line-height: 1.5em;
	margin: 0 0 15px;
}
#content h2 {
	font-size: 18px;
	letter-spacing: -1px;
	margin-bottom: 20px;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th, #content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 15px;
}
#content tr.odd td {
	background: #f2f7fc;
}
#content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
#content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
#content input {
	margin: 0;
}
#content input.file, #content input.button {
	margin-right: 24px;
}
#content label {
	color: #888;
	font-size: 12px;
}
#content select {
	margin: 0 0 24px 0;
}
#content sup, #content sub {
	font-size: 10px;
}
#content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
#content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	max-width: 916px;
}
#content .wp-caption-right h2 {
	margin-top: 8px;
	margin-bottom: 15px;
}
#content .alignleft, #content img.alignleft {
	float: left;
	margin-right: 15px;
	margin-top: 4px;
}
#content .none {
	padding: 0px;
	border-style: none;
}
#content .alignright, #content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter, #content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, #content img.alignright, #content img.aligncenter {
	margin-bottom: 12px;
}
#container {
	background: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content .clm.home p {
	font-size: 14px;
}

#container, #footer {
	margin: 0px auto;
	width: 949px;
	position: relative;
}
body {
	background: #cccccc url(images/site-bg.jpg) repeat-x;
}
#container #header {
	height: 120px;
	padding: 15px;
	position: relative;
	width: 919px;
}
#container #header #logo {
	position: absolute;
	top: 15px;
	left: 25px;
}
#header h1, #header h2 {
	position: absolute;
	right: 25px;
	font-style: italic;
	color: #0d173b;
}
#header h1 {
	font: 27px Georgia, "Times New Roman", Times, serif;
	top: 50px;
	width: 500px;
	text-align: right;
	position: absolute;
}
#header h1 span{
    color: #566e93;
    font-size: 32px;
    font-weight: bold;
}
#header h2 {
	top: 85px;
	font-size: 23px;
	font-weight: bold;
	width: 200px;
	text-align: right;
	position: absolute;
}
#header h2 strong {
	color: #566e93;
}
#container #header #cart {
	position: absolute;
	top: 15px;
	right: 25px;
	text-align: right;
	width: 135px;
	background: url(images/cart-arrow.gif) no-repeat 0px 4px;
}
#container #header #cart a {
	text-decoration: none;
	display: block;
}


#container #content {
	padding: 16px;
	min-height: 490px;
	z-index: 99;
}
#content .product-but {
	float: left;
	margin: 7px 17px 7px 0px;
	border: 1px solid #F5F5F5;
	text-align: center;
}
#content #parts_table tr td.none {
	border-top-style: none;
}
#content td.product-but {
	float: none;
	margin: 0px;
	text-align: left;
}
#content #parts_table tr td.space {
	width: 10px;
	border-top-style: none;
}
#content #parts_table td.products_but {
	float: none;
}
#container #content .product-but a {
	text-decoration: none;
	display: block;
	padding: 5px;
}
#container #content .product-but a:hover {
	background: #F5F5F5;
}
body #container #content .product-but  .parts a {
	display: inline;
	padding: 0px;
}
body #container #content .product-but .parts a:hover {
	background: none;
}
#content .none {
	margin-right: 0px;
}
#content #contact input {
	width: 250px;
}
#content #contact textarea {
	height: 80px;
	width: 440px;
}
#content #contact .button {
	background: #11244F;
	padding: 5px;
	width: 80px;
	border: 1px solid #BABABA;
	color: #FFF;
}
#container .bredcrumbs {
	font-size: 11px;
	color: #BDBDBD;
	margin-bottom: 10px;
}
#container #content .bredcrumbs a {
	color: #7A7A7A;
	text-decoration: none;
}
#footer {
	color: #8F8F8F;
	text-align: right;
	line-height: 16px;
	padding-top: 15px;
}
#footer a {
	color: #8F8F8F;
}
#nav {
	top: 76px;
	right: 0px;
	width: 949px;
	z-index: 1000;
	background: url(images/nav-bg.gif) repeat-x left top;
	height: 43px;
}
div.menu {
	font-size: 13px;
}
div.menu ul {
	list-style: none;
	margin: 0;
}
div.menu li {
	float:left;
	position: relative;
	z-index: 100;
}
div.menu li.current_page_item {
	padding-left: 5px;
	margin-right: 5px;
}
#nav ul {
	z-index: 999;
}
#nav a {
	display:block;
	text-decoration:none;
	color:#FFF;
	padding-right: 28px;
	padding-left: 28px;
	line-height:42px;
	font-size: 16px;
	background: url(images/split.gif) no-repeat right center;
}
#nav ul ul {
	display:none;
	position:absolute;
	top:42px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	width: 123px;
	z-index: 999;
}#nav ul ul.benifits {
width:200px!important;
}#nav ul ul.benifits a {
width:180px!important;
}#nav ul ul.tips {
width:156px!important;
}#nav ul ul.tips a {
width:136px!important;
}
#nav ul ul.children {
	z-index: 1000
!important;
}
#nav ul ul li {
	min-width: 180px;
}
#nav ul ul ul {
	left:100%;
	top:0;
}
#nav ul ul a {
	background:#1c4178;
	height:auto;
	padding:10px 12px;
	width: 103px;
	font: 11px/1em Arial, Helvetica, sans-serif;
}
#nav li:hover > a {
	color:#fff;
	background: #1c4178 url(images/split.gif) no-repeat right center;
}
#nav ul ul :hover > a {
	background:#566E94;
}
#nav ul li:hover > ul {
	display:block;
}
#nav ul li.current_page_item > a, #nav ul li.current-menu-ancestor > a, #nav ul li.current-menu-item > a, #nav ul li.current-menu-parent > a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav ul li.current_page_item, #nav ul li.current-menu-ancestor, #nav ul li.current-menu-item, #nav ul li.current-menu-parent {
	color: #FFFFFF;
	text-decoration: none;
}
* html #nav ul li.current_page_item a, * html #nav ul li.current-menu-ancestor a, * html #nav ul li.current-menu-item a, * html #nav ul li.current-menu-parent a, * html #nav ul li a:hover {
	color:#fff;
}
body ul#ads {
	width: 916px;
	height: 273px;
	overflow:hidden;
	margin: 0px 0px 15px;
	padding: 0px;
	list-style: none;
	z-index: 99 !important;
}
body ul#ads li, body ul#ads li a {
	z-index: 99 !important;
}
.galleria {
	list-style:none;
	width:200px
}
#container #content #right-clm {
	float: right;
	width: 285px;
	margin-left: 25px;
}
.galleria li {
	display:block;
	width:80px;
	height:80px;
	overflow:hidden;
	float:left;
	margin:0 10px 10px 0
}
.galleria li a {
	display:none
}
.galleria li div {
	position:absolute;
	display:none;
	top:0;
	left:180px
}
.galleria li div img {
	cursor:pointer
}
.galleria li.active div img, .galleria li.active div {
	display:block
}
.galleria li img.thumb {
	cursor:pointer;
	top:auto;
	left:auto;
	display:block;
	width:auto;
	height:auto
}
.galleria li .caption {
	display:block;
	padding-top:.5em
}
* html .galleria li div span {
	width:400px
} /* MSIE bug */
.demo {
	position:relative;
}
.gallery_demo {
	width:275px;
	margin:0 auto;
}
.gallery_demo li {
	width:58px;
	height:75px;
	border:3px double #F5F5F5;
	margin: 0 2px;
}
.gallery_demo li div {
	left:240px
}
.gallery_demo li div .caption {
	font:italic 0.7em/1.4 georgia, serif;
}
#main_image {
	margin:0 auto 10px auto;
	height:368px;
	width:270px;
}
#main_image img {
	margin-bottom:10px;
}
#content div.buy {
	background: #F9F9F9;
	padding: 10px;
	border: 1px solid #DBDBDB;
	width: 250px;
	line-height: 20px;
	font-size: 15px;
	margin: auto;
}
#content td.product-but div.buy {
	width: 280px;
}
#content .attic td.product-but div.buy {
	width: 249px;
}
#content #parts_table.attic  {
	width: 89%;
}
#content td.product-but .part_des {
	margin-bottom: 10px;
	min-height: 145px;
}
#content td.product-but div.parts h3 {
	min-height: 42px;
}
#content td.product-but div.parts div.part_des h3 {
	min-height: 25px;
	margin-bottom: 0px;
}


#content #parts_table tr td {
	padding:0px;
}
#content div #parts_table, #content div #parts_table tr {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
#content td.product-but div.parts {
	text-align: left;
	width: 300px;
	padding: 8px;
	margin-right: 0px;
}
#content #parts_table.attic td.product-but div.parts {
	width: 269px;
}
#content td.product-but h2 {
	margin-bottom: 0px;
}
#content div.buy strong {
	color: #1C4178;
}
#content div.buy a, #container #content div #parts_table tr .product-but .parts .buy a {
	display: block;
	padding: 8px;
	float: right;
	width: 80px;
	line-height: 22px;
	color: #FFF;
	background: #273356;
	border: 1px solid #0E224E;
	font-size: 12px;
	text-decoration: none;
}
#content div.buy a:hover {
	background: #1C4178!important;
}
.nav {
	padding-top:15px;
	clear:both;
	font:80% 'helvetica neue', sans-serif;
	letter-spacing:3px;
	text-transform:uppercase;
	text-align: center;
}
.info {
	text-align:left;
	width:700px;
	margin:30px auto;
	border-top:1px dotted #221;
	padding-top:30px;
}
.info p {
	margin-top:1.6em;
}
#container #content h1 {
	font-size: 25px;
	padding: 0px;
}
#container #content  h3 {
	font-size: 14px;
	line-height: 16px;
}
#container #content h2 {
	font-size: 18px;
}
/*Terms popup window*/
  .divScrollAuto {

    overflow:auto;
    }
.video_rows{
	width:45%;
	float:left;
	padding-bottom:20px;
}
.video_container_title{
	font-weight:bold;
	font-size:20px;	
	padding-top:10px;
}
.gst{
    font-size: 11px;
    line-height: 16px;
}
.buy a {
    margin-top:6px;
}
