@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;
	font-size: 12px;
}

/* 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: 12px;
	line-height: 16px;
	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: 22px;
	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: #0095ea; /* 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;
}


/* 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;
}
#view-larger {
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 25px;
}
#view-larger 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;
}
#breadcrumbs {
	color: #000;
	font-size: 10px;
	z-index: 20;
	margin-bottom: 25px;
	margin-top: 5px;
	margin-left: 2px;
}
#breadcrumbs p {
	margin-top: 0px;
}
#breadcrumbs a {
	color: #215E94;
}
#breadcrumbs a:hover {
	color: #0095ea;
}

#main {
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	margin-top: 20px;
	width: 942px;
	clear: both;
	border: 1px solid #C4BAA6;
	padding-bottom: 20px;
	display: block;
}

#showroom {
	position: relative;
	height: auto;
	margin-left: 0px;
	width: 662px;
	float: left;
	padding: 20px;
	/* [disabled]background-color: #FF0; */
}

.section-title {
	color: #4d4d4d;
	font-family: tbold;
	margin-top: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4d4d4d;
	margin-bottom: 20px;
	font-size: 14px;
	width: 664px;
}
aside {
	height: auto;
	width: 222px;
	float: right;
	/* [disabled]text-align: center; */
	/* [disabled]color: #333; */
	/* [disabled]background-color: #0FF; */
}
#sidebar {
	padding-right: 20px;
	padding-left: 20px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #DFDFDF;
	margin-top: 90px;
	text-align: left;
	/* [disabled]background-color: #CCC; */
}
#sidebar div {
	margin-bottom: 20px;
}
#sidebar .header{
	font-family: tgothic;
	color: #999;
	font-size: 18px;
	margin-bottom: 5px;
}
#sidebar a.link{
	font-weight: bold;
	color: #215E94;
	font-size: 12px;
	line-height: 17px;
}
#sidebar a.link:hover{
	color: #0095ea;
}
.sidebar-title {
	font-weight: bold;
	color: #333;
	padding-top: 25px;
	/* [disabled]padding-bottom: 10px; */
}
.sidebar p {
	margin-bottom: 0px;
	margin-top: 0px;
}
.text-section-header {
	font-family: tgothic;
	color: #999;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 2px;
}
.text-section-header a{
	font-family: tgothic;
	color: #999;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 2px;
	text-decoration: none;
}
.text-section-header a:hover {
	font-family: tgothic;
	color: #D70000;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D70000;
	padding-bottom: 2px;
	text-decoration: none;
}
.heading-bold {
	color: #333;
	font-family: tgothic;
	font-size: 18px;
	/* [disabled]background-color: #CCC; */
	margin-bottom: 4px;
	display: block;
	text-transform: capitalize;
}
.heading-bold a{
	text-decoration: none;
}
.price {
	color: #333;
	font-family: tgothic;
	font-size: 18px;
	/* [disabled]background-color: #CCC; */
	margin-bottom: 4px;
	display: block;
	text-transform: capitalize;
	margin-top: 10px;
}
.bold {
	font-weight: bold;
	color: #333333;
	font-size: 12px;
}
#bottom-link {
	clear: both;
	padding-top: 50px;
	/* [disabled]background-color: #000; */
	font-style: italic;
	font-size: 12px;
}



/* 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: 12px;
}
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;
}
.bullets  {
	list-style-type: square;
	font-size: 12px;
	margin-left: -20px;
	line-height: 16px;
}
.text-num {
	list-style-type: decimal;
	font-size: 12px;
	margin-left: -15px;
}
ol.text-num {	/*
	[disabled]background-color: #0FF; */
	font-size: 12px;
	margin-top: 4px;
}
ul.list {
	font-size: 12px;
	/* [disabled]color: #F00; */
	margin-right: 10px;
	list-style-type: none;
	margin-left: -40px;
	font-weight: bold;
	margin-top: 0px;
}
.list li {
	margin-bottom: 5px;
}
.category div{
	float: left;
	/* [disabled]background-color: #0FF; */
	margin-right: 20px;
	width: 200px;
}
.article  {
	/* [disabled]background-color: #0FF; */
	margin-bottom: 35px;
}
#1 {
	/* [disabled]background-color: #0FF; */
	display: block;
	/* [disabled]float: left; */
	width: 200px;
	margin-right: 20px;
}
#2 {
	/* [disabled]background-color: #0FF; */
	display: block;
	/* [disabled]float: left; */
	width: 200px;
	margin-right: 20px;
}
#3 {
	/* [disabled]background-color: #0FF; */
	display: block;
	/* [disabled]float: left; */
	width: 200px;
	margin-right: 20px;
}
iframe {
	border: 1px solid #C4BAA6;
	height: 400px;
	width: 662px;
}
.contact-info {
	/* [disabled]background-color: #F00; */
	display: block;
	/* [disabled]width: 342px; */
	height: auto;
	/* [disabled]margin-top: 50px; */
	margin-bottom: 25px;
	font-size: 12px;
}
#map-icon {
	/* [disabled]background-color: #CCC; */
	display: block;
	float: left;
}
#address {
	/* [disabled]border: thin dotted #0F0; */
	margin-top: 0px;
}
#address div{
	/* [disabled]border: thin dotted #0F0; */
	margin-left: 45px;
}
#phone-icon {
	/* [disabled]background-color: #CCC; */
	display: block;
	margin-left: 5px;
}
#phone-number {
	margin-bottom: 75px;
}
#phone-number div{
	/* [disabled]border: thin dotted #0F0; */
	margin-left: 45px;
}

#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: 942px;
	margin-left: auto;
	margin-right: auto;
	/* [disabled]min-height: 469px; */
	height: auto;
	clear: both;
	background-color: #F00;
}
blockquote {
	text-indent: -0.5em;
	color: #4d4d4d;
	/* [disabled]background-color: #F00; */
	width: 175px;
	padding: 0px;
	margin: 0px;
}
.testimonials {
	/* [disabled]background-color: #CCC; */
	width: auto;
	font-size: 0.8em;
	line-height: 1.25em;
	margin-bottom: 40px;
}
.post-title {
	/* [disabled]background-color: #0F0; */
	margin-bottom: 10px;
	margin-left: -3px;
	font-size: 14px;
}
.stars {
	margin-bottom: -5px;
	margin-right: -3px;
}
.stars img{
	margin-right: -3px;
}
.slideshow {
	height: 467px;
	width: 682px;
	margin: auto;
	/* [disabled]background-color: #CCC; */
}
.slideshow img {
	/* [disabled]padding: 15px; */
	/* [disabled]border: 1px solid #ccc; */
	background-color: #eee;
}
#tip-descrip {
	color: #000;
	/* [disabled]text-align: left; */
	/* [disabled]border-bottom-width: 2px; */
	/* [disabled]border-bottom-style: solid; */
	/* [disabled]border-bottom-color: #000; */
}
.tip-extended {
	display: block;
	border: 1px solid #215E94;
	background-color: #91BFE7;
	padding: 12px;
	color: #000;
	width: 644px;
	font-family: Helvetica;
	border-radius: 3px;
}
.tip-extended table{
	font-family: helvetica;
	font-size: 12px;
	color: #000;
	font-style: normal;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
}
.tip-header {
	color: #000;
	text-align: left;
}
.tip {
	display: block;
	border: 1px solid #215E94;
	background-color: #91BFE7;
	padding: 12px;
	color: #000;
	width: 400px;
	/* [disabled]font-family: Helvetica; */
	border-radius: 3px;
	margin-bottom: 25px;
	margin-top: 25px;
}
.tip-title {
	font-family: tbold;
	margin-bottom: 4px;
	display: block;
	font-size: 16px;
}
.tip p {
	color: #333;
}
#name {
	/* [disabled]background-color: #0FF; */
	width: 303px;
}
#email {
	/* [disabled]background-color: #0FF; */
	width: 303px;
}
#phone {
	/* [disabled]background-color: #0FF; */
	width: 303px;
}
textarea {
	/* [disabled]background-color: #0FF; */
	height: 150px;
	width: 303px;
}
.no-screen {
	display: none;
}
#print {
	height: 22px;
	margin-top: 20px;
	padding-top: 20px;
	padding-right: 7px;
	padding-bottom: 7px;
}
#print-icon {
	/* [disabled]background-color: #CCC; */
	display: block;
	float: left;
	margin-top: -5px;
}
#print-icon:hover {
	/* [disabled]background-color: #CCC; */
	display: block;
	float: left;
}
.print-text {
	font-size: 12px;
	margin-left: 10px;
}
.product {
	/* [disabled]background-color: #FF0; */
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	padding-top: 5px;
}
.product-image {
	display: block;
	float: left;
}
.product-description {
	display: block;
	float: left;
	margin-top: 15px;
	/* [disabled]background-color: #F0F; */
	width: 430px;
	margin-left: 20px;
}
.product-view {
	height: 121px;
	margin-top: 15px;
	background-image: url(../_images/home_page/Home_Product_Array.jpg);
}
.product-view2 {
	height: 104px;
	margin-top: 25px;
	width: 189px;
	margin-right: auto;
	margin-left: auto;
}
.product-view2 img{
}
.product-view3 {
	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;
}
#col1 {
	position: relative;
	width: 426px;
	margin-right: 0px;
	height: auto;
	margin-left: 0px;
	min-height: 469px;
	background-color: rgb(255, 255, 255);
	float: left;
	border: 1px solid #000;
	padding: 20px;
}
#col2 {
	position: relative;
	margin-right: 0px;
	height: auto;
	margin-left: 12px;
	width: 226px;
	min-height: 469px;
	background-color: rgb(255, 255, 255);
	float: left;
	border: 1px solid rgb(151,147,132);
}
#col3 {
	position: relative;
	margin-right: 0px;
	height: auto;
	width: 226px;
	margin-left: 12px;
	min-height: 469px;
	background-color: rgb(255, 255, 255);
	float: left;
	border: 1px solid rgb(151,147,132);
}
.readmore {
	font-family: 'tbold';
	color: #215E94;
	width: 226px;
}
#space {
	background-color: #0FF;
	height: 10px;
}
a.readmore{
	text-decoration: none;
	font-size: 16px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	bottom: 12px;
	text-align: center;
}
#special {
	background: #5479af; /* Old browsers */
	background: -moz-linear-gradient(top,  #5479af 0%, #215e94 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5479af), color-stop(99%,#215e94)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5479af 0%,#215e94 99%); /* IE10+ */
	/* [disabled]background: linear-gradient(top,  #5479af 0%,#215e94 99%); */ /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5479af', endColorstr='#215e94',GradientType=0 ); /* IE6-9 */
	height: 208px;
	margin-top: 0px;
	top: 0px;
	background-image: url(../_images/ui_elements/call-us.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.sp1 {
	font-size: 1.5em;
	padding-top: 16px;
}
.sp2 {
	font-size: 5em;
	margin-top: -12px;
}
.sp3 {
	/* [disabled]font-size: 2.3em; */
	/* [disabled]margin-top: -15px; */
	/* [disabled]font-weight: lighter; */
}
.leadin {
	font-weight: bold;
	color: #215E94;
}
.button {
	height: 20px;
	background-color: #CCC;
}

#load {
	display: none;
}
.figure {
	width: 666px;
	text-align: center;
}
.cancel-icon {
	font-weight: bolder;
	color: #D70000;
}
#image-stream {
	text-align: center;
}
#samples {
	/* [disabled]background-color: #0FF; */
	display: block;
	height: 467px;
	width: 668px;
	background-image: url(../_images/products/samples/sample1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#samples-text {
	font-size: 70px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	height: 307px;
	width: 668px;
	padding-top: 120px;
	font-family: tbold;
	position: absolute;
	z-index: 50;
}
#samples-text a {
	color: #FFF;
	text-decoration: none;
}
#samples-text a:hover {
	color: #D70000;
	text-decoration: none;
}
#rollovers {
	display: none;
}
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:467px;
	width: 708px;
	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;
}
