charset "UTF-8";
/* deinfes default body & tags for site */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1A1A1A;
}
html, body {
	min-height: 100%;
	height: 100%;
	width: 100%;
	color: #4d4d4d;
}
body {
	background-color: #304178;
	background-image: url(../images/bg_gradblue_header.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


a:link {
	color: #003366;
}
a:visited {
	color: #666633;
}
a:hover {
	color: #003399;
}
a:active {
	color: #003399;
}


/* Barron, styling */

#home-top{
	position:relative;
	height:309px;
	border-bottom:4px solid #2b3c70;
	margin-top:20px;
}

#home-top-left{
	position:relative;
	width:470px;
	overflow:hidden;
	float:left;
	clear:right;
	padding-bottom:10px;
}

#home-top-right{
	position:relative;
	width:432px;
	overflow:hidden;
	float:right;
}

h1.home{
	font-size:36px;
	color:#2b3c70;
	margin:0 0 15px 0;
}

p.home{
	font-size:14px;
	color:#444444;
	line-height:23px;
	margin-bottom:30px;
}

#home-image-scroll-section{
	position:relative;
	height:183px;
/*	BROWN: background:#a6916c;*/
	background:#babfce;
	margin-top:5px;
	margin-bottom:20px;
/*	padding-left:5px;
	padding-top:5px;
	padding-right:5px;*/
}

.col-left{
	position:relative;
	width:403px;
	float:left;
	margin-right:50px;
}

.col-right{
	position:relative;
	width:431px;
	float:left;
}

#specials-section{
	position:relative;
	background:#cfcfcf;
	/* Yellow is #fbfac7 */
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-radius: 10px;
	border:1px solid #a5a5a5;
}

h2.home{
	font-size:28px;
	color:#1b2852;
	font-family:helvetica, arial;
	margin:0px 0 -5px 0;
	font-weight:normal;
}

h2.specials{
	background:url('../images/specials.png') no-repeat;
	height:46px;
	margin-left:-10px;
	text-indent:-9999px;
	margin-bottom:8px;
}

h2.featured{
	font-size:28px;
	color:#1b2852;
	font-style:italic;
	font-family:helvetica, arial;
	margin:0px 0 -5px 0;
	font-weight:normal;
}

h3.the-special{
	font-size:24px;
	color:#1b2852;
	font-family:helvetica, arial;
	margin:0 0 10px 15px;
	font-weight:normal;
}

h4.features{
	font-size:20px;
	font-weight:bold;
	color:#494949;
	margin:5px 0 5px 15px;
}

h4.price{
	color:#00974b;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
}

hr{
	border:1px solid #3f4f82;
	margin-bottom:20px;
	margin:20px 0;
}

ul.features{
	font-size:14px;
	line-height:25px;
	margin-top:5px;
	margin-left:20px;
}

.clear{
	clear:both;
}

.awesome, .awesome:visited {
	background: #222 url(/images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}



.awesome:hover { 
	background-color: #111; color: #fff; 
}
.awesome:active { 
	top: 1px; 
}
.small.awesome, .small.awesome:visited { 
	font-size: 11px; padding: ; 
}
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited { 
	font-size: 13px; 
	font-weight: bold; 
	line-height: 1; 
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25); 
}
.large.awesome, .large.awesome:visited { 
	font-size: 16px; padding: 13px 14px 14px; 
}

.green.awesome, .green.awesome:visited { 
	background-color: #91bd09; 
}
.green.awesome:hover { 
	background-color: #749a02; 
}
.blue.awesome, .blue.awesome:visited { 
	background-color: #2daebf; 
}
.blue.awesome:hover { 
	background-color: #007d9a; 
}
.red.awesome, .red.awesome:visited { 
	background-color: #e32309; 
}
.red.awesome:hover { 
	background-color: #c02510; 
}
.magenta.awesome, .magenta.awesome:visited { 
	background-color: #a9014b; 
}
.magenta.awesome:hover { 
	background-color: #630030; 
}
.orange.awesome, .orange.awesome:visited { 
	background-color: #ff5c00; 
}
.orange.awesome:hover { 
	background-color: #d45500; 
}
.yellow.awesome, .yellow.awesome:visited { 
	background-color: #ffb515; 
}
.yellow.awesome:hover { 
	background-color: #fc9200; 
}

a:link.awesome{
	color:#fff;
}

/* End Barron, styling */


.submenu {
	color: #000;
	font: bold 13px Geneva, Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-shadow: #747474 2px 2px 2px;
}
.submenu UL {
	margin: 0px;
	padding: 0px;

}

.submenu LI {
		
	list-style-position: inside;
	margin-right: 25px;
	margin-left: 8px;
	font-size: 13px;
	color: #000;
	display: inline;
	float: left;
	list-style-image: none;
}

.submenu a:link {
	font-weight: bold;
	color: #262626;
	text-decoration: none;
	letter-spacing: 1px;
}
.submenu a:visited {
	font-weight:  bold;
	color: #fdfb82;
	text-decoration: none;
	}
.submenu a:hover {
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-decoration: none;
}
.submenu a:active {
	font-weight:  bold;
}

.submenuPrices {
	color: #000;
	font: bold 15px Geneva, Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-shadow: #747474 2px 2px 2px;
}

.submenuPrices UL {
	margin: 0px;
	padding: 0px;

}

.submenuPrices LI {
		
	list-style-position: inside;
	margin-right: 25px;
	margin-left: 8px;
	font-size: 15px;
	color: #000;
	display: inline;
	float: left;
	list-style-image: none;
}

.submenuPrices a:link {
	font-weight: bold;
	color: #a2fb64;
	text-decoration: none;
	letter-spacing: 1px;
}
.submenuPrices a:visited {
	font-weight:  bold;
	color: #c6fc5f;
	text-decoration: none;
	}
.submenuPrices a:hover {
	font-weight: bold;
	color: #63d732;
	letter-spacing: 1px;
	text-decoration: none;
}
.submenuPrices a:active {
	font-weight:  bold;
}
#content {
	min-height: 100%;
	background-color: #FFFFFF;
	width: 1004px;
	height: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#content #container {
	min-height: 100%;
	width: 994px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #FFFFFF;
	margin: 0 auto;
	height: auto;
}

/* Barron style */
#content #home-container {
	min-height: 100%;
	padding-top: 1px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-color: #FFFFFF;
	margin: 0 auto;
	height: auto;
}

.details_left {
	width: 709px;
	padding: 5px;
	float: left;
	height: auto;
	position: relative;
}
.details_right {
	width: 265px;
	padding: 5px;
	float: right;
	height: auto;
	position: relative;
}
#slider {
    width: 650px;
    margin: 0 auto;
    position: relative;
}
.scroll {
    height: 600px;
    width: 650px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #faf9f9;
	border: 1px solid #cacaca;
}
.scrollContainer div.panel {
    padding: 20px;
    height: 210px;
    width: 610px;
}
.panel_wufoo_form_shed {
	overflow: auto;
	height: 540px;
	border: 1px solid #adadad;
	padding: 10px;
}

.pricesTable {
	border: 1px solid #6d5f48;
	border-collapse: collapse;
}
.pricesTable td{
	background-color: #fdefd8;
	color: #362917;
	letter-spacing: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-variant: small-caps;
	font-size: 12px;
}

.pricesTable td.sizeColumn {
	background-color: #a78f64;
	color: #000;
	font-weight: bold;
}

.pricesTable2 {
	border: 1px solid #6d5f48;
	border-collapse: collapse;
	padding-top: 5px;
	padding-bottom: 5px;
}
.pricesTable2 td{
	background-color: #fdefd8;
	color: #362917;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-variant: small-caps;
	font-size: 12px;
}

.pricesTable2 td.sizeColumn {
	background-color: #a78f64;
	color: #000;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.panel li{
	line-height: 1.7;
}

#shade {
    background: #fff url(../images/box_shadow.png) no-repeat 0 0;
    height: 38px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 11px;
    margin-left:  11px;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #efefef;
}

ul.navigation a.selected {
	border: 1px solid #cacaca;
	background: #ebebeb url(../images/panel_header_shade_bg.png) repeat-x scroll left bottom;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -35px;
}

.scrollButtons.right {
    right: -37px;
}

.hide {
    display: none;
}
#content #container #left_content {
	height: auto;
	float: left;
	width: 482px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	background-color: #FFFFFF;
	margin: 0 auto;
}
#footer {
	width: 994px;
	left: auto;
	right: auto;
	border-top-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #304178;
	background: #CCCCCC url(../images/Footer_BG.png) repeat-x;
	padding: 5px;
	height: 75px;
	position: relative;
	margin: auto;
}
.clearfooter {

   clear: both;
}
#content #container #left_column {
	height: auto;
	float: left;
	width: 634px;
	background-color: #FFFFFF;
	margin: 0 10px 0 25px;
	padding: 0 0px 2px;
}

.contactus {
	
}

.contactus input, textarea, select {
  color : #000;
	border: 1px solid #5d4936;
	font: 14px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	padding: 2px;
	background: #fff url(../images/form_bg.png) repeat-x;
}
#content #container #right_column {
	height: auto;
	float: right;
	width: 300px;
	padding: none;
	margin-right: 25px;
}
.style1 {color: #FFFFFF}
.style2 {
	color: #000000;
	font-size: 14px;
}
.style3 {
	font-size: 9px;
	font-weight: bold;
}
.footer {
	font-size: 10px
}

	.hiddenPic {
		display: none;
	}

.Navigation {
	font: 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #000;
}

.Navigation UL {
	display: inline;
	position: relative;
}

.Navigation  LI {
	list-style-position: inside;
	padding-right: 1px;
	padding-left: 1px;
	display: inline;
	list-style-type: square;
}

.wide_content {
	color: #1d1d1d;
	font: 12px/1.3 Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
	text-indent: 10px;
	text-align: left;
	position: relative;
}

.ProductPageParagraph {
	color: #222;
	text-indent: 25px;
	font: 12px/1.3 Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
	text-align: left;
	direction: ltr;
	word-spacing: 1px;
}

.ProductTitleHeader {
	color: #1b2854;
	font: bold 36px Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
	text-shadow: #7b7b7b 3px 3px 3px;
}

.ProductLandingPage {
	font: small-caps bold 17px/.9 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #2f2f2f;
}

.TitleHeader {
	color: #1b2854;
	font: bold 24px Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
	text-shadow: #7b7b7b 3px 3px 3px;
}

.TanHeader {
	color: #8f7457;
	text-shadow: #000000 0 0 0;
	font: bold 35px Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
	text-align: left;
	letter-spacing: 1px;
}

.TanSubHeader {
	color: #bfa87e;
	text-shadow: #000000 0 0 0;
	font: bold 18px Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
	text-align: left;
	letter-spacing: 1px;
}

.GraySubHeader {
	color: #4c4c4c;
	text-shadow: #000000 0 0 0;
	font: bold 18px Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
	text-align: left;
	letter-spacing: 1px;
}

.pricetable {
	border: 1px solid #000;
}

.ProductReport {
	color: #262626;
	font: 15px/1.5 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	word-spacing: 1px;
	text-align: justify;
	padding-right: 15px;
	padding-left: 15px;
}


.EditorText {
	color: #262626;
	font: 15px/1.5 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	word-spacing: 1px;
	text-align: justify;
	padding-right: 15px;
	padding-left: 15px;
	list-style-type: none;
}

.EditorText LI {
	color: #262626;
	font: 15px/1.5 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	word-spacing: 1px;
	text-align: justify;
	padding-right: 15px;

	list-style-type: none;
	
}
.accessory {
	padding: 2px;
}

.accessoryHeader {
	color: #000;
	font: small-caps bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #a78f64;
	text-align: center;
}

.accessoryTitle {
	background-color: #ebe1cc;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 2px;
}

.accessoryPrice {
	background-color: #d6d6d6;
	font-size: 12px;
	text-align: center;
}

.EditorMenu {
	color: #fff;
}

.EditorMenu LI {
	list-style-type: none;
	padding-top: 4px;
	padding-bottom: 4px;
	float: none;
	clear: none;
	display: block;
	margin-left: -20px;
}

.EditorMenu a:link {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
}

.EditorMenu a:visited {
	font-weight:  bold;
	color: #fdf9c8;
	text-decoration: none;
	}
#consultation_wufoo_script {
	width: 550px;
}
