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

body {
	margin:auto;
	font-size: 11px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:center;	
	background-color:#1C3647;
}

.boldwhitetext {
	color: #fff;
}

.caption { color: #0D232E }
.close_image { float: right;}

a {
	font-size: 11px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.clear { 
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('images/bg_button.jpg') no-repeat scroll top right;
    color: #ffffff;
    display: block;
    float: right;
    font: normal 10px arial, sans-serif;
    height: 22px;
    margin-right: 5px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('images/bg_buttoncap.jpg') no-repeat;
    display: block;
    line-height: 12px;
    padding: 5px 0 5px 10px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; 
}

a.button:active span {
    background-position: bottom left;
    padding: 5px 0 5px 10px; 
}

a.button_left {
    background: transparent url('images/bg_button.jpg') no-repeat scroll top right;
    color: #ffffff;
    display: block;
    float: left;
    font: normal 11px arial, sans-serif;
    height: 22px;
    margin-right: 5px;
    padding-right: 10px; /* sliding doors padding */
	font-size:11px;
    text-decoration: none;
}

a.button_left span {
    background: transparent url('images/bg_buttoncap.jpg') no-repeat;
    display: block;
    line-height: 12px;
    padding: 5px 0 5px 10px;
} 

a.button_left:active {
    background-position: bottom right;
    color: #000;
    outline: none; 
}

a.button_left:active span {
    background-position: bottom left;
    padding: 5px 0 5px 10px; 
}

a.button2 {
    background: transparent url('images/buttongo.png') no-repeat scroll top left;
    color: #ffffff;
    display: block;
    font: normal 11px arial, sans-serif;
	font-weight:bold;
    height: 23px;
    margin-right: 5px;
    padding-left: 30px;
	padding-top: 3px;
	text-decoration: none;
}

a.button2:active {
    background-position: bottom left;
    color: #cc8942;
    outline: none; 
}

a.button2:active span {
    background-position: bottom left;
    padding: 5px 0 5px 0px; 
}

a.new {
	background:none;
	padding-right:5px;
}

a.new span {
	background:none;
    padding: 5px 2px 5px 2px;
}

a.new span:active {
	background:none;
    padding: 5px 2px 5px 2px;
}




#container {
	margin:auto;
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:left;
	background-image:url(images/bg_hometop.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

#container2 {
	margin:auto;
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:left;
	background-image:url(images/bg_topsecondary.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

#topholder {
	margin:auto;
	position:relative;
	left:0px;
	top:0px;
	width:955px;
	height:405px;
	text-align:left;
	background-image:url(images/home_image.jpg);
	background-repeat:no-repeat;
}

#topholder2 {
	margin:auto;
	position:relative;
	left:0px;
	top:0px;
	width:955px;
	height:167px;
	text-align:left;
	background-image:url(images/secondary_image.jpg);
	background-repeat:no-repeat;
}

#topholdernew {
	margin:auto;
	position:relative;
	left:0px;
	top:0px;
	width:955px;
	height:405px;
	text-align:left;
	background-image:url(images/home_image_new.jpg);
	background-repeat:no-repeat;
}

#nav {
	position:absolute;
	left:190px;
	top: 36px;
	*top: 37px;
	width:770px;
	height:22px;
}

#nav ul {
	list-style-type: none;
	margin:1px;
}

#nav li {
	position: relative;
	background:#a07443;
	float: right;
	width: auto;
	min-height: 1px;
	padding-left:4px;
}

#nav li a {
	float: left;
}

.submenu {
	position: absolute;
	top: 22px;
	left: 0px;
	*left: -40px;
	z-index: 5000;
	background-color: #0D232E;
	padding-left: 0px;
	border: 1px solid #14313F;
	display: none;
	border-top: none;
}

.submenu li {
	display: block;
	text-align: left;
	float: none!important;
}

.submenu a {
	display: block;
	padding: 5px 10px;
	float: none!important;
}

.submenu a:hover {
	background-color: #728B99;
	color: #fff;
}

#product_load {
	position:absolute;
	left:0px;
	top:105px;
	width:645px;
	height:297px;
}

#product_pick {
	position:absolute;
	left:663px;
	top:105px;
	width:260px;
	height:274px;
}

#product_pick_new {
	height: 274px;
	left: 823px;
	position: absolute;
	top: 105px;
	width: 260px;
}

#middle_holder {
	position:relative;
	margin:auto;
	left:0px;
	top:0px;
	width:100%;
	text-align:left;
	background-color: #0D232E;
}


#middle {
	position:relative;
	margin:auto;
	left:0px;
	top:0px;
	width:955px;
	text-align:left;
	background-color: #0D232E;
	background-image:url(images/bg_middle.jpg);
	background-repeat:repeat-y;
}
#middle_holder2 {
	position:relative;
	margin:auto;
	left:0px;
	top:0px;
	width:100%;
	text-align:left;
	background-color: #FFFFFF;
}

#middle2 {
	position:relative;
	margin:auto;
	left:0px;
	top:0px;
	width:955px;
	text-align:left;
	background-color: #FFFFFF;
	background-image:url(images/bg_secondary.jpg);
	background-repeat:no-repeat;
	overflow: hidden;
	height: auto !important;
	min-height: 700px;
}

#middle_specs {
	position:relative;
	margin:auto;
	left:0px;
	top:0px;
	width:955px;
	text-align:left;
	background-color: #FFFFFF;
	background-image:url(images/bg_secondary2.jpg);
	background-repeat:no-repeat;
}

#middle_secondary {
	position:relative;
	margin:auto;
	left:0px;
	top:0px;
	width:605px;
	text-align:left;
	background-color: #FFFFFF;
	background-image:url(images/bg_secondary3.jpg);
	background-repeat:no-repeat;
	padding-left:175px;
	padding-right:175px;
	padding-top:50px;
}

#leftcolumn{
	position:relative;
	float:left;
	width:490px;
	padding: 10px;

}

#rightcolumn{
	position:relative;
	float:left;
	width:400px;
	margin-left: 20px;
}


#sub_nav{
	position:relative;
	float:left;
	top:35px;
	left:30px;
	width:180px;
	padding: 10px;
}

#content {
	position:relative;
	float:left;
	left:50px;
	top:60px;
	width:425px;
	margin-left: 40px;
	padding-bottom: 75px;
}

#content2 {
	position:relative;
	float:left;
	left:50px;
	top:60px;
	width:610px;
	margin-left: 40px;
}

#product_menu {
	position:relative;
	float:left;
	left:50px;
	top:60px;
	width:150px;
	height:250px;
	margin-left: 40px;
}

#rightcolumn-new{
	position:relative;
	float:left;
	width:380px;
	margin-left: 20px;
	margin-top:30px;
	margin-bottom:20px;
	background:#2b3d4c;
	padding:20px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 4px #333;
	-moz-box-shadow: 0px 0px 4px #333;
	box-shadow: 0px 0px 4px #333;
}

#news-new {
	height:1%;
}

#endcap {
	position:relative;
	margin:auto;
	left:0px;
	top:0px;
	width:464px;
	height:35px;
	padding-left:491px;
	text-align:left;
	background-color: #0D232E;
	
}

#footer {
	position:relative;
	margin:auto;
	margin-top:20px;
	left:0px;
	top:0px;
	width:100%;
	height:100px;
	text-align:left;
	background-image:url(images/bg_footer.jpg);
	background-repeat:repeat-x;
	background-color: #0D232E;
	
}

#title {
	position:absolute;
	left:262px;
	top:21px;
	width:209px;
	height:98px;
	z-index:1;
	text-align:right;
}
#info {
	position:absolute;
	left:471px;
	top:21px;
	width:141px;
	padding-left:15px;
	z-index:1;
	background-image:url(images/white_pixel.jpg);
	background-position:left;
	background-repeat:repeat-y;
}

.tiitle {
	font-size: 24px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height:28px;
}

.tiitle_lightblue {
	font-size: 20px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #81bad6;
	line-height:24px;
}

.tiitle_sm {
	font-size: 18px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height:20px;
}

.subtitie {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight:bold;
	text-transform:uppercase;
}
.titles_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cc8942;
}
.titles_darkblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0D232E;
}

.darkblue_med {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0D232E;
}

.orange {color: #C08E4B}

.bodytext_dark {
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:15px;
	color: #0D232E;
}
.staffname {
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:15px;
	color: #0D232E;
}

#index-slider {
	position:relative;
	float:left;
	width:690px;
	height:337px;
	margin-top:94px;
	right:10px;
	overflow:hidden;
}

#index-slider img {
	border:0;
}

#slider-buttons {
	width:200px;
	height:1%;
	float:left;
	margin-right:40px;
	margin-top:10px;
}

#slider-buttons p {
	margin-bottom:15px;
}

#slider-buttons img {
	border:3px solid #fff;
	border-radius:4px;
}

.homecontact {
	float:right;
	padding-top:50px;
	margin-right:15px;
}

/*#index-slider img {
	background:#2b3d4c;
	padding:5px;
	border:3px solid #845f37;
}*/

