/* CSS Document */
body {
	background: #000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#container {
	width: 975px;
	text-align: left;
}

h5 {
	font-size: 10px;
	font-weight: normal;
	width: 88px;
	text-align: center;
	color: #fff;
}

/*********************
HEADER
*********************/
#header {
	background: url("/images/elements/topbg.jpg") top center no-repeat;
}
#header .nameUrl {
	height: 64px;
	width: 975px;
	margin: 0 auto;
}
#header .nameUrl h2 {
	color: #fff;
	font-family: "Trebuchet MS", Trebuchet MS, tahoma, verdana, arial;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 15px 50px 0 0;
	float: right;
	display: block;
}
#headerContainer {
	background: #000 url("/images/elements/barbg.gif") repeat-x top;
	height: 244px;
	margin: 0;
}
#headerContainerSmall {
	background: #375779 url("/images/elements/barbg.gif") repeat-x bottom;
	height: 84px;
	margin: 0;
}
#headerContainerInterior {
	width: 975px;
	margin: 0 auto;
	position: relative;
	background: url("/images/elements/bottomlip.gif") no-repeat bottom;
	height: 257px;
}
#headerContainerInteriorSmall {
	width: 975px;
	margin: 0 auto;
	position: relative;

}
#headerCopy {
	float: left;
	width: 390px;
	text-align: left;
	line-height: 1.5em;
	padding: 20px 0 0 0;
	margin: 135px 0 0 40px;
}
#headerCopy h1 {
	color: #fff;
	font-family: "Trebuchet MS", Trebuchet MS, tahoma, verdana, arial;	
	font-size: 40px;
	margin: 0 0 25px 0;
	font-weight: normal;
}
#headerCopy h3 {
	color: #fff;
	font-family: "Trebuchet MS", Trebuchet MS, tahoma, verdana, arial;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0 0 0 5px;
}
#logo {
	position: absolute;
	top: -60px;
	left: 45px;
	z-index: 9998;
}
/**********************
Homepage
**********************/
.homeContainer {
	margin: 20px auto;
}
.interiorContainer {
	margin: 0px auto;
}
#searchBox {
	background: url(/images/homepage/searchbox.gif) no-repeat;
	width: 515px;
	height: 39px;
	margin: 0 auto;
	padding: 5px;
}
#headerContainerInteriorSmall #searchBox {
	background: url(/images/homepage/searchbox.gif) no-repeat;
	width: 515px;
	height: 39px;
	padding: 5px;
	float: right;
	margin: 15px 20px 0 0;
}
#searchBox h4 {
	float: left;
	font-family: Tahoma, Arial;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	width: 210px;
	margin: 10px 0 0 10px;
}
#searchBox #zipCode {
	background: url(/images/homepage/searchbox-input.gif) no-repeat;
	width: 183px;
	height: 39px;
	float: left;
	margin: 0 10px 0 5px;
	border: 0;
	color: #ababab;
	padding: 7px 12px 0 12px;
	font-size: 18px;
}
#searchBox .goButton {
	float: left;
}
/**********************
blackBoxes
**********************/
.blackBoxes {
	width: 840px;
	margin: 30px auto 10px auto;
	text-align: center;
}
.blackBox {
	width: 370px;
	padding: 5px;
	height: 145px;
	float: left;
	text-align: left;
	margin: 0 0 0 10px;
}
.blackBox h3 {
	width: 185px;
	font-size: 24px;
	font-family: tahoma, arial;
	font-weight: bold;
	color: #fff;
	margin: 0 0 0 180px;
}
.blackBox p {
	font-family: arial;
	font-size: 12px;
	line-height: 1.3em;
	margin: 10px 0 0 180px;
	color: #ecf7fe;
	width: 185px;
}
.blackBox p a {
	font-weight: bold;
	color: #ecf7fe;
}
.blackBoxes .photoBox {
	background: url(/images/homepage/box-photos.gif) no-repeat;
}
.blackBoxes .videoBox {
	background: url(/images/homepage/box-video.gif) no-repeat;
}

/**********************
Interior Pages
**********************/
#col1 {
	float: left;
	width: 700px;
	margin: 20px 10px 20px 10px;
	color: #fff;
	line-height: 1.4em;
}
#col2 {
	float: left;
	width: 200px;
	color: #fff;
}
#col1 p {
	font-size: 12px;
	margin: 0 0 10px 0;
}
#col1 a, #col1 a:hover {
	color: #CCCCCC;
	font-weight: bold;
}
#col1 h1 {
	color: #fff;
	font-family: "Trebuchet MS", Trebuchet MS, tahoma, verdana, arial;
	font-size: 32px;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0 0 10px 0;
}
/**********************
jQuery Slideshow
**********************/
#containerSlider {
	border: 5px solid #fff;
	position: absolute;
	background: #fff;
	top: -10px;
	right: 35px;
	width: 515px;
}
#slider {
    width: 515px; /* important to be same as image width */
    height: 235px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 515px; /* important to be same as image width or wider */
    /* position: absolute; */
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 494px;
    background-color: #000;
   /* filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;*/
    opacity: 0.7;
    color: #fff;
    display: none;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
	visibility: hidden;
}
ul { list-style-type: none;}
/**********************
 * Additional styles for the controls.
 */
.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
	margin: 0 0 0 0px;
	width: 975px;
/*  background: #F0F6F9;
    border: 1px solid #346F97;*/
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 920px;
    padding: 20px 40px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 108px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  800px;
    height: 128px;
	float: left;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  108px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 108px;
    height: 138px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}


 
 
 
 

.jcarousel-control {
    margin-bottom: 10px;
    text-align: center;
}

.jcarousel-control a {
    font-size: 75%;
    text-decoration: none;
    padding: 0 5px;
    margin: 0 0 5px 0;
    border: 1px solid #fff;
    color: #eee;
    background-color: #4088b8;
    font-weight: bold;
}

.jcarousel-control a:focus,
.jcarousel-control a:active {
    outline: none;
}

.jcarousel-scroll {
    margin-top: 10px;
    text-align: center;
}

.jcarousel-scroll form {
    margin: 0;
    padding: 0;
}

.jcarousel-scroll select {
    font-size: 75%;
}

#mycarousel-next,
#mycarousel-prev {
    cursor: pointer;
}
#mycarousel .leftArrow {
	float: left;
	margin: 30px 5px 0 0;
}
#mycarousel .rightArrow {
	float: left;
	margin: 30px 0 0 5px;
}
/**********************
FORM
**********************/

#uploadForm label {
	display: block;
	float: left;
	width: 200px;
	text-align: right;
	padding-right: 10px;
}
#uploadForm input {
	margin-bottom: 5px;
}
#uploadForm #Age {
	width: 25px;
}
#uploadForm #zip {
	width: 55px;
}
#uploadForm textarea {
	margin-bottom: 5px;
	width: 250px;
	height: 50px;
}
#uploadForm .button input {
	margin-left: 210px;
	margin-top: 10px;
	background: #4088b8;
	color: #fff;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
}


/**********************
FOOTER
**********************/
#footer {
	width: 962px;
	padding: 20px 0 30px 0;
	margin: 20px auto;
	text-align: center;
	color: #9ab3ce;
	background: url("/images/elements/footerBar.gif") no-repeat;
}
#footer a, #footer a:visited {
	color: #9ab3ce;
}
#footermisc {
	width: 962px;
	margin: 10px auto;
	text-align: center;
}
#footermisc a, #footermisc a:visited {
	color: #fff;
}
/***********************
MISC
***********************/
.clear {
   clear: both;
}

#storeLocator #sidebar {
	background: #000;
	color: #fff;
	padding: 10px;
}
#storeLocator #sidebar b {
	color: #fff;
}
#storeLocator .miles {
	color: #fff;
}
#storeLocator #sidebar .address, #storeLocator #sidebar .citystatezip, #storeLocator #sidebar .url, #storeLocator #sidebar .phone {
	color: #fff;
}
