/* Top elements */
body {
	background-color: #cccccc;
 	color: #333; 
 	font: 70% 'Trebuchet MS', Arial, Helvetica, sans-serif;
 	text-align: left; 
 	margin: 0 auto;
}  
.borderwrap {
   border:#a2a9ac solid;
   margin: 0 auto ;
   padding:0;	
   text-align: left;

}
/* links */
a	{ 
	color: #006699;

	text-decoration: underline;
}
a:hover { 
	color: #333;
 
}
 
/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-weight: bold;
	margin: 2px 0 2px 0;
}
h1 {
	font-size: 1.5em;	
}
h2 {
	font-size: 1.3em;
	color:#666666;
}
h3 {
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 1px;
		color:#666666;
}

ul, ol {
	margin: 10px 10px;
	padding: 0 10px;	

}
ul span, ol span {
	color: #000;

}
p {margin: 0 0 3px 0;
}
strong {color:#eeeeee;}

img {text-decoration:none;
border:0;}

/*****************************
      LAYOUT 
******************************/
#wrap {
   margin: 0 auto ;
   padding:0;	
   text-align: left;
   background-color:#FFF;
   width: 780px;
   border:#eee solid;
}


/* header */
.headerbg {
	background-image:url(../images/hdr-logo-tile.gif); background-repeat: repeat-y; width: 780px;
}
/* footer */
.footer { 
	text-align:left; 
	width: 780px;	
	height: 161px;
	background-image:url(../images/ftr-btm.gif); background-repeat: no-repeat;

}
.footer a { 
	text-decoration: underline; 
	color:#000;
}
.footer a:hover { 
	color:#996600;
	text-decoration: none; 
}
.footercontent { 
	margin:65px 0 0 15px; padding: 5px; 
}
.background {
		background-image:url(../images/bdy-main.gif); background-repeat:repeat-y; width: 780px; margin:0;
}
.content {margin:10px 15px; padding: 3px; text-align:left; font:Arial, Helvetica, sans-serif; color: #eee; font-size: 12px;
}
/* form elements */
form {
	margin:10px 15px; padding: 3px;
	border: 1px solid #eee; 
	background-color: #dadfe3; 
}
#formnext {
	margin:10px 15px; padding: 3px;
	border: 1px solid #eee; 
	background-color: #dadfe3; 
}
#mainform {
	border: 0;
	margin: 0;
	padding: 0;
	background-color:  transparent;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:3px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#333;
}
textarea {
	width:220px;
	padding:4px;
	font: normal 1em Verdana, sans-serif;
	border:2px solid #fff;
	height:100px;
	display:block;
	color:#333;
	background-color:#eee;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #EAEAEA;
	padding: 2px; 
	background: url(../images/button_submit.jpg) no-repeat left bottom;
	color: #fff;/* color: #339900; */
}
/*---------Right Side Content-----------------------------------------------------------*/

#rightside {
float: left;
width: 760px;

}

.rightdata {
color: #eee; font:Arial, Helvetica, sans-serif; font-size: 12px;
margin: 0 0 0 10px;

}

.rightdata h2 {
	font-size: 1.3em;
	color:#eee;
	margin: 0 0 10px 10px;
}
		
/* --------------------Side Nav Content----------------------------------------------- */


#sidenav {
float: left;
width: 10px;
margin: 0;
}
.sidenav {
border: 2px solid #fff;

margin: 0;

color: #333;
}

.imagert { 
float: right; 
margin: 0 9px 3px 0;
border: 0; 
}

/*       side navigation        */

*{
	list-style:none;
	margin:0px;
	padding:0px;
}

	
#menu {
	width: 220px;
	float: left;
	text-transform: capitalize;
	font-weight: bold;
	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	background-color:#dde1ca;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #003366;
	display: block;
	background: url(../images/menu1.gif);
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;	
	background-color:#dde1ca;
	}
	
#menu li a:hover {
	color: #666;
	background: url(../images/menu1.gif) 0 -32px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;	
	background-color:#dde1ca;
	}
	
#menu li a:active {
	color: #003366;
	background: url(../images/menu1.gif) 0 -64px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	background-color:#dde1ca;
	}	
.menutop {
	background: url(../images/menutop.gif) no-repeat;
	padding: 0 0 0 10px;
	width:170px;
	}	
.menubtm {
	background: url(../images/menubtm.gif) no-repeat;
	padding: 0 0 8px 0;
	}	
	
	
.myBox {
	float: left;
	width: 754px;
	background: #fff;
	color: #333;
    border: 0px solid #ffffff;
    padding: 10px;
    text-align: left;
    border: 1px solid #000;
	clear:both;
}
.myBox strong {
color:#333;
}

.myBox ul {
text-transform: capitalize;
color: #333;
text-decoration: none;
text-indent: 5px;
list-style-type: square;

}

.myBox h2 {
	font-size: 1.3em;
	color:#666666;
}
.myBox form {
	margin:10px 15px; padding: 3px;
	border: 1px solid #eee; 
	background-color: #dadfe3; 
}
.rvcontent {
float:right;
width:50%;
}
.box1{

width: 165px;
border: 0;
padding: 2px;
float: left;
text-align:center;
margin: 0 0 10px 0;
font: 1.1em Tahoma, Arial, Helvetica, sans-serif;
color:#333;
text-decoration:none;
}
.box1 strong{
	color:#0c5a7e;
	text-decoration:none;
}
.box1 a{
	border:0;
	color:#0c5a7e;
}
.box1 a	{ 
	color: #333;
	background: inherit;
	text-decoration: none;
}
.box1 a:hover { 
	color: #333;
	background: inherit;
	text-decoration:none;	 
}
.box1 img{ 
	border:0;	
	text-decoration:none;
}
.box1 .clear {
	overflow: hidden;
	width: 100%;
}

.box1 a.button {
    background: transparent url('../images/bg_button_a-b.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 0;
    padding-right: 18px;
    text-decoration: none;
}

.box1 a.button span {
    background: transparent url('../images/bg_button_div-b.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
.box1 a.button:active {
    background-position: bottom right !important;
    color: #000;
    outline: none;
}
.box1 a.button:active span {
    background-position: bottom left !important;
    padding: 6px 0 4px 18px;
}

.box1 a.button:hover {
    background-position: center right;
    color: #000;
    outline: none;
}
.box1 a.button:hover span {
    background-position: center left;
}

.boxrow{
width:auto;
clear:both;
}

-------------

.boxbuild strong{
	color:#0c5a7e;
	text-decoration:none;
	float:right;
}

.boxbuild a	{ 
	color: #333;
	background: inherit;
	text-decoration: none;
}
.boxbuild a:hover { 
	color: #333;
	background: inherit;
	text-decoration:none;	 
}
.boxbuild img{ 
	border:0;	
	text-decoration:none;
}
.boxbuild .clear {
	overflow: hidden;
	width: 100%;
}

.boxbuild a.button {
    background: transparent url('../images/bg_button_a-b.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    
    font: normal 12px arial, sans-serif;
    height: 24px;
	width:125px;
    margin-right: 0;
    padding-right: 18px;
    text-decoration: none;
}

.boxbuild a.button span {
    background: transparent url('../images/bg_button_div-b.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
.boxbuild a.button:active {
    background-position: bottom right !important;
    color: #000;
    outline: none;
}
.boxbuild a.button:active span {
    background-position: bottom left !important;
    padding: 6px 0 4px 18px;
}

.boxbuild a.button:hover {
    background-position: center right;
    color: #000;
    outline: none;
}
.boxbuild a.button:hover span {
    background-position: center left;
}
.blue {
color: #003366;
font-weight:700;
}
.msrp {font-size:12px; color:#003366;}
.img_float_rt { float:right;}
.img_float_lt { float:left;}

.boxfloatrt { 
float:right;
width:300px;
margin: 0 auto;
    background-position: center;

}
/*
      box sets  not in use      
#box2{
position: relative;
width: 160px;
border: 0;
padding: 2px;
float: right;
clear:both;
}
.box1a{
position: relative;
width: 115px;
border: 0;
padding: 2px;
float: left;
clear:both;
}
#box2a{
position: relative;
width: 115px;
border: 0;
padding: 2px;
float: right;
clear:both;
}
#box3{
position: relative;
left: -90px;
width: 115px;
border: 0;
padding: 2px;
float: right;
}
#boximage { 
position: relative;
float: left; 
margin: 0px;
border: 0; 
width: 105px;
}

end old box sets        */

/* OG BOX ! stuff
.box1{
position: relative;
width: 165px;
border: 0;
padding: 2px;
float: left;
text-align:center;
margin: 0 0 10px 0;
font: 1.1em Tahoma, Arial, Helvetica, sans-serif;
color:#333;
text-decoration:none;
}
.box1 strong{

	color:#0c5a7e;
	text-decoration:none;

}
.box1 a{
	border:0;
	color:#0c5a7e;
	
}
.box1 a	{ 
	color: #333;
	background: inherit;
	text-decoration: none;
}
.box1 a:hover { 
	color: #333;
	background: inherit;
	text-decoration:none;	 
}
.box1 img{ 
	border:0;	
	text-decoration:none;
}
.box1 .clear {
	overflow: hidden;
	width: 100%;
}

*/
#ftrcontainer{
width:550px;
margin:0 auto;
}
#ftrcontainer h2{
background: url(../images/ftr_h2.jpg) center no-repeat;
font-weight:bold;
font-family: Arial, Helvetica, sans-serif;
text-align:center;
font-size: 1em;
color:#eee;
margin:0;
padding: 14px 0 14px 0;
}

#ftrcontainer ul.ftrlist
{
text-align: left;
font-size: .9em;
font-family:Arial, Helvetica, sans-serif;
list-style: none;
padding: 0;
margin: 0;
width: 100%;

}

#ftrcontainer ul.ftrlist li
{
display: block;
width: 94%;
font-weight:normal;
margin:0;
color: #000;
background-color: #e4e9ed;
border-bottom:1px solid #eee;
text-decoration: none;
padding: 7px 0 7px 10px;
}

#ftrcontainer .leftcolumn{
width:275px;
padding: 0 0 20px 0;
background: #f1f1f1;
float:left;
text-align:left;
}
#ftrcontainer .rightcolumn{
width:275px;
padding: 0 0 20px 0;
background: #f1f1f1;
float:right;
text-align:left;
}

#options
{
text-align: left;
font-weight:normal;
font: 1.1em;
margin:0;
color: #000;
background-color: #dadfe3;
border-bottom:1px solid #eee;
text-decoration: none;

}
#options h2{
background: url(../images/opt_h2.jpg);
font-weight:bold;
font-family: Arial, Helvetica, sans-serif;
text-align:left;
font-size: 1.3em;
color:#eee;
margin:0;
padding: 10px 0 10px 5px;
}

#options tr.rowcolor
{
background-color: #eee;
border-bottom:2px solid #fff;
margin: 10px;
}
#options .box1{

width: 120px;
border: 0;
padding: 2px;
text-align:center;
margin: 5px;
font: 1.1em Tahoma, Arial, Helvetica, sans-serif;
color:#333;
text-decoration:none;
}
#options .blue {
color: #003366;
font-weight:700;
padding: 0 0  0 4px;
font-style:italic;
}

checkbox 
{color:#999999;}
/* staff */
.img_staff_lt { float:left; margin: 0 20px 0 0;}
.box_staff{
width: 220px;
border: 0;
padding: 2px;
float: left;
margin: 0 22px 10px 0;
color:#333;
text-decoration:none;
}
/* testimonials */
blockquote.style1 {
  
  padding: 8px;
  border-top: 1px dotted #ccc;
  margin: 5px;
  background-image: url(../images/openquote1.gif);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 23px;
  }
  blockquote.style1 span {
    	display: block;
    	background-image: url(../images/closequote1.gif);
    	background-repeat: no-repeat;
    	background-position: bottom right;
		font-weight:700;
		font-size: 13px;
  	}
#2008_Closeout	{ 
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-weight: bold;
	color:#333333;
}	

#2008_Closeout a	{ 
	border:0;
	color: #333;
	background: #000;
	text-decoration: none;
}
#2008_Closeout a:hover { 
	color: #ccc;
	background: #fff;
	text-decoration:none;	 
}
/************NAVIAGTION**************/
.slidetabsmenu{
float:left;
width:100%;
font-size: 12px;
line-height:normal;
/*border-bottom: 1px solid gray;
background:#CCCCCC;*/
}

* html .slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: .1em;
}

.slidetabsmenu ul{
list-style-type: none;
margin:0;
padding:0;
}

.slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}

.slidetabsmenu a{
float:left;
background:url(../images/slide-left.gif) no-repeat left top;
margin:0;
margin-right: 1px;
padding:0 0 0 9px;
text-decoration:none;
}

.slidetabsmenu a span {
float:left;
display:block;
background:url(../images/slide-right.gif) no-repeat right top;
padding:2px 13px 2px 4px;
font-weight:bold;
color:#fff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
color: black;
}

.slidetabsmenu a:hover, .slidetabsmenu li.selected a{
background-position:0% -125px;
}

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
background-position:100% -125px;
}

html>/**/body .IEonlybr{ /*None IE browsers hack*/
display: none; /*Hide BR tag in non IE browsers, since it's not needed*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_c{
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color:#eee;
width: 200px;
visibility: hidden;
}


.dropmenudiv_c a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_c a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_c a:hover{ /*THEME CHANGE HERE*/
background-color: #e4e6d1;
}
.zindex
{	z-index:-1;}
.slidetabsmenubg { 
	background: #e4e6d1;
}

/*SPECIALS*/
.nav_models {font-weight: bold; font-size:14px; color:#FF0000;}
#nav_models {font-weight: bold; font-size:14px; color:#FF0000;}
#nav_models h1{color: #000000;}