/* Top elements */
body {
	background-color: #eeeeee;
 	color: #333; 
 	font: 70% 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: 983px;
   border:#eee solid;
}


/* header */ 
.headerbg {
background:#333333 url(../images/hdr-main.jpg); background-repeat: no-repeat; width: 983px; height:245px;;
padding: 0;
margin: 0;
	
}
.headerbg_holiday {
background:#333333 url(../images/hdr-main-holiday.jpg); background-repeat: no-repeat; width: 983px; height:245px;;
padding: 0;
margin: 0;
	
}
/* footer */
.footer { 
	text-align:left;	
	width: 983px;	
	height: 105px;
	background-image:url(../images/ftr-main.jpg); background-repeat: no-repeat;

}
.footer strong{
font-weight:700;
}
.footer a { 
	text-decoration: underline;
		color:#cccccc;
}
.footer a:hover { 
	text-decoration: underline;
	color:#eeeeee;
}
.footercontent { 
	margin:0 0 0 15px; padding: 5px;
}

.background {
		background-image:url(../images/wrap-mainbg.gif); background-repeat:repeat-y; width: 983px; 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 #ccc; 
	background-color: #eeeeee; 
	
}
#formnext {
	margin:10px 15px; padding: 3px;
	border: 1px solid #eee; 
	background-color: #dddddd; 
}
#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;
}
		

.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: 964px;
	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 #cccccc; 
	background-color: #dddddd; 
}
.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;
height:auto;
margin: 0 auto;
    background-position: center;

}

#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: #ededede;
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: #333;
font-weight:700;
padding: 0 0  0 4px;
font-style:italic;
}

checkbox 
{color:#999999;}
/* Horizontal Menu: contains main navigation above header graphic */

#menuTop { 
font: .95em Arial, Verdana, sans-serif; 
width: auto;
margin: 0; 
padding: 0;
position:relative;
bottom: 65px;
right:10px;
float:right;
}
#menuTop ul {
list-style:none;
}

#menuTop li { 
display: inline; 
width:auto;
}

#menuTop a { 
padding: 1px 4px 1px 4px;
margin: 0; 
text-decoration: none; 
color: #eee;
font-weight: bold; 
border-bottom: 2px solid #666;
border-right: 2px solid #999; 
background-color: #666666;
}

#menuTop a:hover { 
color: #eeeeee;
background-color: #333333;
}

#logoFloat {
float:left;
position:relative;
left:5px;
top: -80px;
}
/************TAB 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: 5px;
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:#3B3B3B;
}

/* 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: white;
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: #eaeaea;
}
.zindex
{	z-index:-1;}