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


/* Layout
*******************************************************************************/
body {
	margin: 0px;
	font-family: Helvetica;
	background-image: url(../_images/ui_elements/bg.jpg);
	background-repeat: repeat;
	background-color: #E6C084;
	color: #4d4d4d;
}

/* Typography Styles
*******************************************************************************/
@font-face {
    font-family: 'tgothic';
    src: url('../_fonts/tradegothicltstd_cn18-webfont.eot');
    src: url('../_fonts/tradegothicltstd_cn18-webfont.eot?#iefix') format('embedded-opentype'),
url('../_fonts/tradegothicltstd_cn18-webfont.woff') format('woff'),
url('../_fonts/tradegothicltstd_cn18-webfont.ttf') format('truetype'),
url('../_fonts/tradegothicltstd_cn18-webfont.svg#TradeGothicLTStdCnNo.18') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'tbold';
    src: url('../_fonts/tradegothicltstd-bold-webfont.eot');
    src: url('../_fonts/tradegothicltstd-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('../_fonts/tradegothicltstd-bold-webfont.woff') format('woff'),
url('../_fonts/tradegothicltstd-bold-webfont.ttf') format('truetype'),
url('../_fonts/tradegothicltstd-bold-webfont.svg#TradeGothicLTStdBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
p {
	font-size: 0.8em;
	line-height: 1.25em;
	margin: 0px;
}
h1 {
	color: #215E94;
	font-family: tbold;
	font-size: 50px;
	font-weight: lighter;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -2px;
}
h1 a{
	color: #005e94;
	text-decoration: none;
	text-shadow: 0px 1px 2px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=1);
}
h1 a:hover{
	color: #0095ea;
}
h2 {
	color: #215E94;
	font-size: 1.5em;
	margin-top: 0px;
	font-family: 'tbold', Helvetica;
	font-weight: lighter;
	margin-bottom: 0px;
}


/* Link Styles
*******************************************************************************/
a {
	color: #215E94;
}
a:hover {
	color: #0095ea;
}

.emphasis {
	font-style: italic;
	color: #215E94;
}
::selection {
	background: #129DE4; /* Safari */
	color: #FFF;
}



#container {
	position: relative;
	margin-top: 50px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
	background-color: rgb(213,202,190);
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .7);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .7);
	padding-bottom: 50px;
}


/* Header Styles
*******************************************************************************/
header {
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	position: absolute;
	height: auto;
	z-index: 100;
	padding-top: 0px;
}
#h-width {
	width: 942px;
	margin-right: auto;
	margin-left: auto;
}
#hshadow {
	height: 72px;
	clear: both;
	bottom: 0px;
	background-image: url(../_images/ui_elements/h-shadow.png);
	background-repeat: no-repeat;
	background-position: -10px;
}
#header-links {
	padding-top: 40px;
	float: right;
	font-size: 12px;
	/* [disabled]background-color: #FFF; */
}
#header-links a {
	margin-left: 10px;
	text-decoration: underline;
	padding-top: 6px;
}
#header-spacer {
	height: 120px;
}

#logo {
	width: 86px;
	float: left;
	margin-top: -17px;
	height: 125px;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .3);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .3);
	background-color: #FFF;
}
#logo a{
	width: 86px;
	height: 125px;
	background-image: url(../_images/ui_elements/logo.png);
	background-repeat: no-repeat;
	display: block;
}
#logo a:hover {
	width: 86px;
	height: 125px;
	background-image: url(../_images/ui_elements/logo-hover.png);
	background-repeat: no-repeat;
	display: block;
}
#site-title {
	width: auto;
	position: absolute;
	display: block;
	margin-left: 0px;
	margin-top: 5px;
}
nav {
	margin-left: 22px;
	width: 834px;
	float: left;
	height: 108px;
	margin-bottom: 17px;
	position: relative;
}
nav ul.topmenu {
	margin-top: 16px;
	margin-left: 12px;
}



/*** NAV STYLES  ***/
ul#main-nav,ul#main-nav ul{
	list-style: none;
	margin: 0px;
	padding: 0;
	}
ul#main-nav{
	display: block;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .4);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .4);
	float: left;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	margin-top: 17px;
}
ul#main-nav a{
	padding: 7px;
	background: #a0a0a0; /* Old browsers */
	background: -moz-linear-gradient(top,  #a0a0a0 0%, #818181 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0a0a0), color-stop(100%,#818181)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a0a0a0 0%,#818181 100%); /* Chrome10+,Safari5.1+ */
	/* [disabled]background: -o-linear-gradient(top,  #a0a0a0 0%,#818181 100%); */ /* Opera 11.10+ */
	/* [disabled]background: -ms-linear-gradient(top,  #a0a0a0 0%,#818181 100%); */ /* IE10+ */
	/* [disabled]background: linear-gradient(to bottom,  #a0a0a0 0%,#818181 100%); */ /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0a0a0', endColorstr='#818181',GradientType=0 ); /* IE6-9 */		
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #818181;
	color: #FFF;
	text-decoration: none;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
	text-align: center;
	font-family: tgothic;
	font-size: 18px;
	text-transform: uppercase;
	/* [disabled]font-weight: lighter; */
	letter-spacing: 1px;
	display: block;
}
ul#main-nav li{
	display: block;
	float: left;
	width: 139px;
}
ul#main-nav li.topfirst>a{
	-moz-border-radius: 3px 0px 0px 3px;
	-webkit-border-radius: 3px 0px 0px 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	text-align: center;
	border-left: none;
}
ul#main-nav li.topfirst>a:hover{
	border-left: none;
}
ul#main-nav li.toplast>a{
	-moz-border-radius: 0px 3px 3px 0px;
	-webkit-border-radius: 0px 3px 3px 0px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	text-align: center;
}
ul#main-nav li:hover>a,ul#main-nav li>a.pressed{
	background: #0095ea; /* Old browsers */
	background: -moz-linear-gradient(top,  #0095ea 0%, #0079bd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0095ea), color-stop(100%,#0079bd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0095ea 0%,#0079bd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0095ea 0%,#0079bd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0095ea 0%,#0079bd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0095ea 0%,#0079bd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0095ea', endColorstr='#0079bd',GradientType=0 ); /* IE6-9 */
	border-style: solid;
	border-color: #818181;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
}
ul#main-nav li:hover>*{
	display: block;
}
ul#main-nav li:hover{
	position: relative;
}
ul#main-nav ul{
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .4);
	/* [disabled]box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .3); */
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .4);
	background-color: #ffffff;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 200px;
}
ul#main-nav ul a{
	text-align: left;
	padding: 4px;
	background-image: none;
	border-width: 0;
	color: #4d4d4d;
	text-decoration: none;
	font-family: tgothic;
	font-size: 16px;
	text-shadow: none;
	text-transform: capitalize;
}
ul#main-nav ul li{
	float: none;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 200px;
}
ul#main-nav ul li:hover>a,ul#main-nav ul li>a.pressed{
	background-image: none;
	color: #129DE4;
	text-decoration: none;
	text-shadow: none;
}
section {
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	margin-top: 20px;
	width: 942px;
	clear: both;
	border: 1px solid rgb(151,147,132);
	display: block;
	height: 467px;
}

aside {
	height: auto;
	width: 240px;
	float: left;
	text-align: center;
	color: #333;
}
#special {
	height: 208px;
	margin-top: 0px;
	top: 0px;
	background-image: url(../_images/ui_elements/call-us.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #235987;
}
#contact-info {
	margin-left: 20px;
	font-family: tgothic;
	font-size: 18px;
	line-height: 22px;
	color: #4d4d4d;
	text-align: left;
	font-weight: normal;
	margin-top: 20px;
}
#contact-info embed {
	/* [disabled]background-color: #F00; */
	float: left;
}
#phone-icon {
	/* [disabled]background-color: #CCC; */
	display: block;
	margin-left: 5px;
}
#phone-number {
	/* [disabled]border: thin dotted #0F0; */
	float: left;
	margin-left: 15px;
	padding-top: 4px;
}
#map-icon {
	/* [disabled]background-color: #CCC; */
	display: block;
	margin-left: 5px;
	clear: both;
	margin-top: 20px;
}
#address {
	/* [disabled]border: thin dotted #0F0; */
	float: left;
	margin-top: 24px;
	margin-left: 15px;
}
#showroom {
	position: relative;
	height: 467px;
	margin-left: 0px;
	width: 702px;
	float: left;
	padding: 0px;
	/* [disabled]background-color: #F00; */
}
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height: 467px;
	width: 702px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0;
	left: 0;
}
.image_reel img {
	float: left;
}

/*--Paging Styles--*/
.paging {
	bottom: 0px;
	width: 702px;
	height: 41px;
	z-index: 10; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	display: block; /*--Hidden by default, will be later shown with jQuery--*/
	margin-top: -47px;
	position: absolute;
	background-color: rgba(0, 0, 0, .4);
}
/*--Paging Styles--*/
.paging div{
	width: 150px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
	padding-left: 9px;
}
.paging a {
	height: 17px;
	width: 17px;
	display: inline-block;
	background-image: url(../_images/ui_elements/inactive.png);
	background-repeat: no-repeat;
	text-decoration: none;
	margin-right: 9px;
}
.paging a.active {
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-image: url(../_images/ui_elements/active.png);
	background-repeat: no-repeat;
}
.paging a:hover {
	background-image: url(../_images/ui_elements/hover.png);
	background-repeat: no-repeat;
}


/* Button Style
*******************************************************************************/
button.clean-gray {
	background-color: #CCCCCC;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
	background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
	background-image: linear-gradient(top, #eeeeee, #cccccc);
	border: 1px solid #ccc;
	border-bottom: 1px solid #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #333;
	font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	line-height: 1;
	padding: 8px 0;
	text-align: center;
	text-shadow: 0 1px 0 #eee;
	width: 150px;
}
  button.clean-gray:hover {
    background-color: #dddddd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #bbbbbb));
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(top, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd; }
  button.clean-gray:active {
	border: 1px solid #aaa;
	border-bottom: 1px solid #888;
	-webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
	-moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
	box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}
#map-button {
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	width: 200px;
	margin-top: 56px;
}
#map-button a {
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 24px;
	margin-top: 0px;
	padding-top: 6px;
	text-align: center;
	font-family: tbold;
	letter-spacing: 1px;
}

#content {
	overflow: hidden;
	position: relative;
	border-top-left-radius: 0px 0px;
	border-top-right-radius: 0px 0px;
	border-bottom-left-radius: 0px 0px;
	border-bottom-right-radius: 0px 0px;
	margin-top: 20px;
	width: 944px;
	margin-left: auto;
	margin-right: auto;
	/* [disabled]min-height: 469px; */
	height: auto;
	clear: both;
	/* [disabled]background-color: #F00; */
}
article {
	/* [disabled]background-color: #F00; */
}
#column1 {
	position: relative;
	width: 422px;
	margin-right: 0px;
	height: 344px;
	margin-left: 0px;
	background-color: rgb(255, 255, 255);
	float: left;
	border: 1px solid rgb(151,147,132);
	padding: 20px;
	text-align: center;
}
#column1 h2{
	text-align: center;
	margin-bottom: 15px;
}
#column1 h2 a {
	text-align: center;
	text-decoration: none;
}
#column2 {
	position: relative;
	margin-right: 0px;
	height: 344px;
	margin-left: 18px;
	width: 220px;
	background-color: rgb(255, 255, 255);
	float: left;
	border: 1px solid rgb(151,147,132);
	padding-top: 20px;
	padding-bottom: 20px;
}
#column2 h2{
	text-align: center;
}
#column2 h2 a {
	text-align: center;
	text-decoration: none;
}
.product-array {
	height: 121px;
	margin-top: 15px;
	background-image: url(../_images/home_page/Home_Product_Array.jpg);
}
.product-array2 {
	height: 115px;
	margin-top: 15px;
	background-image: url(../_images/home_page/Home_Featured_Product.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.product-label {
	font-family: tbold;
	display: block;
	width: 186px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
}
a.product-label {
	text-decoration: none;
}
#column3 {
	position: relative;
	height: 364px;
	width: 220px;
	margin-left: 18px;
	background-color: rgb(255, 255, 255);
	float: left;
	border: 1px solid rgb(151,147,132);
	text-align: center;
	padding-top: 20px;
}
#column3 table {
	text-align: left;
	margin-top: 10px;
}
#column3 h2 a {
	text-align: center;
	text-decoration: none;
}
blockquote {
	text-indent: -0.5em;
	color: #333;
	font-size: 0.75em;
	line-height: 1.6em;
	/* [disabled]background-color: #CCC; */
	width: 175px;
	padding: 0px;
	margin: 0px;
}
.stars {
	/* [disabled]background-color: #CCC; */
	/* [disabled]width: 130px; */
	margin-top: 15px;
	margin-left: -23px;
	padding: 0px;
	margin-bottom: 0px;
}
#s7 div {
	padding-right: 20px;
	padding-left: 20px;
	display: block;
	/* [disabled]width: 182px; */
}
pre .mix {
	background-color: #FF0;
	display: none;
}
.readmore {
	font-family: 'tbold';
	color: #215E94;
	width: 226px;
}
a.readmore{
	text-decoration: none;
	font-size: 16px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	bottom: 12px;
	text-align: center;
}

#vendors {
	/* [disabled]background-color: #0FF; */
	margin-top: 50px;
	text-align: center;
	font-family: tbold;
}


#vendors-title {
	margin-bottom: 10px;
}
#vendors-title a {
	text-decoration: none;
	color: rgb(151,147,132);
}
#vendors-title a:hover {
	text-decoration: none;
	color: #0095ea;
}
#vendor-logos {
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(151,147,132);
	width: 948px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}
#vendor-logo1   a{
	width: 309px;
	height: 90px;
	background-image: url(../_images/home_page/vendor1.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
}
#vendor-logo1   a:hover{
	width: 309px;
	height: 90px;
	background-image: url(../_images/home_page/vendor1-hover.png);
	background-repeat: no-repeat;
}
#vendor-logo2   a{
	width: 388px;
	height: 90px;
	background-image: url(../_images/home_page/vendor2.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
}
#vendor-logo2   a:hover{
	width: 388px;
	height: 90px;
	background-image: url(../_images/home_page/vendor2-hover.png);
	background-repeat: no-repeat;
}
#vendor-logo3   a{
	width: 251px;
	height: 90px;
	background-image: url(../_images/home_page/vendor3.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
}
#vendor-logo3   a:hover{
	width: 251px;
	height: 90px;
	background-image: url(../_images/home_page/vendor3-hover.png);
	background-repeat: no-repeat;
}



/* Footer Styles
*******************************************************************************/
footer {
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	position: relative;
	bottom: 0px;
	clear: both;
}
footer div {
	width: 948px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	text-align: center;
}
footer p {
	color: #333;
	font-size: 0.75em;
}
footer a {
	color: #333;
	text-decoration: none;
}
footer a:hover {
	color: #000;
	text-decoration: none;
	text-shadow: 0px .5px 1px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=.5);
}

#preload {
	display: none;
}
