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

H1 {
	font-size: 12px;
}


H2 {
	font-size: 20px;
	bottom margin: 20px;
}


H3 {
	font-size: 14px;
    font-weight: 100;
    float:left;
    color:dimgrey;
}




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 {
	margin-left: -38px;
	list-style-position: inside;
}

	li {
    color: #006150;
	}

a:hover {
	color: #000;
}

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

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

#header {
	position: relative;
	background: url(../images/nav-bg.jpg) bottom left no-repeat;
	height: 90px;
}

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

#phone {
	float: right;
	
	font-size: 24px;
	
	text-align: right;
}

#authorized {
	position: absolute;
	top: 6px;
	right: 0px;
}

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

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

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

#brandLogo {
	width: 210px;
	margin-bottom: 12px;
	text-align: center;
}

#brandInfo {
	width: 200px;
}

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

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


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

.border {
	
}

a.button:hover {
    background-color: #00605c;
    color: white;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.button {
    background-color: #000;
    border: none;
    color: white;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 2px 2px;
    cursor: pointer;
	border-radius: 8px;
}

.catTitle {
	background: url(../images/cat-title-bg.png) no-repeat center;
	padding: 5px 0px;
	height: 40px;
	width: 180px;
	color: #000;
	font-size: 15px;
	font-weight:200;
	display: inline-block;
	 
}

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

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

.container {
    position: relative;
    width: 50%;
}