@charset "utf-8";
/* CSS Document */


H1 {
	font-size: 12px;
}


H2 {
	font-size: 22px;
}


H3 {
	font-size: 14px;
}
body {
	font-family: Arial,Helvetica,FreeSans,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
	background-color: #FFFFFF;
}

a {
	text-decoration: none;
	color: #006150;
}

img {
	border: none;
	max-width: 100%;
}

ul {
	list-style: none;
	margin-left: -30px;
	list-style-position: inside;
}

a:hover {
	color: #000;
}

.flex-caption a {
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

#main { 
	width: 990px;
	margin: 10px auto;
}

#header {
	position: relative;
	background: url(../images/bg_ubgr.png) bottom left repeat-x;
	height: 90px;
}

#logo {
	position: absolute;
	top: 0;
	left: -15px;
	height: 146px;
	width: 255px;
	z-index: 100;
}

#phone {
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 195px;
	color: #FFF;
	font-weight: bold;
	font-size: 24px;
	background: url(../images/phone.jpg) center left no-repeat;
	text-align: right;
}

#authorized {
	position: absolute;
	bottom: 55px;
	right: 0px;
	width: 350px;
}

#title {
	position: absolute;
	bottom: 53px;
	left: 235px;
	font-size: 26px;
	color: #fff;
}

#tabs {
	position: absolute;
	bottom: 0px;
	left: 240px;
}

#tabs ul {
	margin: 0px;
	padding: 0px;
}
	
#tabs li {
	display: block;
	float: left;
	height: 38px;
	list-style-type: none;
	padding: 0 15px;
	line-height: 36px;
	border-right: 1px solid #999;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

#tabs li a:hover {
	color: #ccc;
}

#tabs li a {
	text-decoration: none;
	color: #fff;
}

#center {
	background: url(../images/center-bg.jpg) center top no-repeat #FFF;
}

#content {
	height: 300px;
	width: 990px;
	clear: both;
}

#pageContent {
	width: 750px;
	float: right;
	padding: 5px 10px 20px;
}

#pageContent, .catLink, #brandInfo {
	line-height: 1.5em;
}

#brand {
	float: left;
	width: 200px;
	height: 250px;
	padding: 54px 8px 0px 8px;
}

.sidebarCat {
}

.sidebarCat .catLink {
	height: auto;
	padding-top: 30px;
}

.sidebarCat .border {
	border: 0px;
}

.sidebarCat .catBullets {
	display: none;
}

#brandLogo {
	width: 210px;
	margin-bottom: 10px;
	/*font-size: 11px;*/
}

#brandLogo  .welcome {
	text-align: center;
	display: block;
	font-weight: bold;
}

#brandInfo {
	width: 200px;
}

#slideShow {
	float: right;
	width: 770px;
	height: 300px;
}

.categories {
	padding: 10px 5px;
	width: 980px;
	background: url(../images/categories-b.jpg) top center no-repeat #fff;
}

.categories:after {
  content: "";
  display: table;
  clear: both;
}

.catLink {
	float: left;
	width: 185px;
	padding: 5px;
	text-align: center;
}

.border {
	border-right: 1px dotted #666;
}

.catTitle {
	b
	padding: 5px 0px;
	height: 40px;
	width: 186px;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	
	font-family: Helvetica, sans-serif;
}

.catSidebar {
}

.catSidebar .catLink {
	padding-top: 30px;
	height: auto;
}

.catBullets {
	list-style: none;
	text-align: left;
	width: 168px;
	padding: 15px 10px 10px 10px;
}

.contentTitle {
	font-size: 10px; 
	margin: 10px 0;
	color: #444;
	font-weight: normal;
	border-bottom: 2px solid #444;
	padding-bottom: 5px;
}

.bottomButtons {
	width: 100%;
	padding-top:inherit;
	/*text-align: center;
	margin-top: 20px;
	padding: 15px 5px 5px 5px;*/
  

   
   
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	
}

.bottomButtons:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}



#footer {
	margin-top: 10px;
	text-align: center;
	color: #ccc;
}

#footer hr {
	height: 1px;
	border: 0px;
	background: #bbb;
}

.youtube {
	width: 740px;
	height: 416px;
}

.warrantyTable {
	border-collapse: collapse;
	width: 90%;
}

.warrantyTable td, .warrantyTable th {
	border: 1px solid #666; 
	vertical-align: top;
	padding: 5px;
}

