body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align:center;
	background-color: #999999;
	height: 100%;
}

td,tr,p,div {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	line-height: 140%;
	font-size: 13px;
	color: #333333;
}


::selection { 
	background: #fe4902;
	color: white; /* Safari */ 
}

::-moz-selection { 
	background: #fe4902; 
	color: white; /* Firefox */ 
}



img {border:none;}


h1 {
	font-family: Tahoma, Helvetica, sans-serif;
  	background: url(/images/bus_seperator_horiz.png) bottom left repeat-x;
	padding: 0px 0px 5px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #E85C00;
	text-align: left;
}

h3 {
	margin: 3px;
	padding: 0px;
}

UL{
	list-style-type: none;
	list-style-image: url(/images/li.gif);
}

#wrap { 
	width:996px;
	background-color:#EFEFEF;
}




#tabbar {
	float: left;
	width: 996px;
	padding-top: 4px;
	height: 25px !important;
	height: 29px;
	background: url(/images/bus_tabbar_bg.png) repeat-x;
}

#nav {
	margin-left: 5px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

/* top level links */

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */


#nav li {
	margin: 0;
	float:left;
	height: 25px;
	background:url(/images/bus_tab_norm_l.png) no-repeat bottom left;
	margin-left: 4px;
	padding:0 0 0 7px;
}

#nav li a {
	float:left;
	display:block;
	line-height: 25px;
	height: 25px;
	background:url(/images/bus_tab_norm_r.png) no-repeat 100% 100%;
	padding: 0px 35px 0px 20px;
	text-decoration: none;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #29539E;
	text-transform: uppercase;
}

div#nav li:hover, div#nav li.sfhover {
	background: url(/images/bus_tab_over_l.png) no-repeat bottom left;
}

div#nav li:hover a, div#nav li.sfhover a {
	background: url(/images/bus_tab_over_r.png) no-repeat bottom right;
	color: #29539E;
}

div#nav li.active a {
	background:url(/images/bus_tab_active_r.png) no-repeat bottom right;
	color: #ffffff;
}

div#nav li.active {
	background:url(/images/bus_tab_active_l.png) no-repeat bottom left;
}

#colorbar {
	float: left;
	width: 996px;
	height: 7px;
	overflow: hidden;
	background: #ff6600; 
}


#page {
	margin-top: 17px;	
	width:959px;
}

div#left div.moduletable {
  	float:left;
	width: 284px;
	background: url(/images/bus_seperator_horiz.png) repeat-x;
	margin: 15px 5px 5px;
	padding-top: 10px;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: #000000 url(/images/bus_menu_item_bg.png);
	font-size: 10px;
	font-weight: bold;
	color: #29539E;
	font-family: Tahoma, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	width: 272px;
}

a.mainlevel:hover {
	background-position: 0px -30px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

a.mainlevel#active_menu {
	background-position: 0px -60px;
}
a.mainlevel#active_menu:hover {
	color: #29539E;
}

div.homebox {
	float:left;
	width: 270px;
	height: 210px;
	background: #D6D6D6 url(/images/bus_greybox_small_t.png) repeat-x;
	text-align:left;
	padding: 11px;
	margin-right: 15px;
	margin-bottom: 30px
}

div.homebox ul,li{
	padding: 0px;
	margin-left: 10px;
}

div.homebox a{
	color: #29539e;
	text-decoration: none;
}

div.homebox a:hover{
	color: #29539e;
	text-decoration: underline;
}

div.homebox img {
	border: 2px solid #9A9A9A;
	padding: 2px;
}

div.categorybox {
	float:left;
	width: 540px;
	background: #D6D6D6 url(/images/bus_greybox_small_t.png) repeat-x;
	text-align:left;
	padding: 11px;
	margin-right: 15px;
	margin-bottom: 30px
}

div.categorybox ul,li{
	padding: 0px;
	margin-left: 10px;
}

div.categorybox a{
	color: #29539e;
	text-decoration: none;
}

div.categorybox a:hover{
	color: #29539e;
	text-decoration: underline;
}

div.categorybox img {
	border: 2px solid #9A9A9A;
	padding: 2px;
}

div.categoryleft {
	float:left;
	width:150px;
}

div.categoryright {
	float:right;
	width: 370px;
	text-align:left
}

div.productbox {
	float:left;
	width: 570px;
	text-align:left;
	padding: 11px;
	margin-right: 15px;
	margin-bottom: 30px;
	margin-top: 15px;
	padding: 10px;
	background-color:#fff;
	border: 1px solid #999
}

div.productbox ul,li{
	padding: 0px;
	margin-left: 10px;
}

div.productbox a{
	color: #29539e;
	text-decoration: none;
}

div.productbox a:hover{
	color: #29539e;
	text-decoration: underline;
}

div.productbox img {
	border: 2px solid #9A9A9A;
	padding: 2px;
}

#calculator {
	float: right;
	width: 642px;
}


#right {
	float: right;
	width: 642px;
}

#editorfield {
	text-align:left

}

#cms-content {
	text-align:left
}

#cms-content a {
	color: #CC3322;
	text-decoration: none;
	font-weight:bold
}

#cms-content a:hover {
	color: #CC3322;
	text-decoration: underline
}

#welcometext {
	color: #FFF;
	text-align:left;
	width: 592px;
	padding: 15px;
	background-image:url(/images/welcome-text-bottom.gif);
	background-repeat:repeat-x;
	background-color: #c32e0b;
}

#welcometext-end {
	height: 21px;
	background-image:url(/images/welcome-text-bottom.gif);
	background-repeat:repeat-x;
}

div.promo-title {
	height: 30px;
	border-bottom: 2px solid #e9603a;
	background-color: #877f7c;
	color:#FFF;
	font-size:14px;
	padding-left:15px;
	padding-top: 13px;
	font-weight:bold; 
	text-transform: uppercase;
	text-align:left;
	margin-bottom: 10px
}

div.table-title {
	height: 30px;
	border-bottom: 1px solid #877F7C;
	background-color: #fbebd6;
	color:#BB2C0A;
	font-size:14px;
	padding-left:15px;
	padding-top: 13px;
	font-weight:bold; 
	text-transform: uppercase;
	text-align:left;
	margin-bottom: 10px
}

div.offer-home-box {
	float:left;
	width: 155px;
	height: 200px;
}

div.offer-home-box img {
	border: 0;
	padding: 5px;
}

div.offer-home-box a img {
	border: 3px solid #c6c6c6;
	margin-bottom: 5px;
}

div.offer-home-box a:hover img  {
	border: 3px solid #BC2D0B;
}

div#footer {
	height: 25px;
	line-height: 17px;
	background: url(/images/bus_bluebar_bot.png) repeat-x;
	text-align: center;
	color: #9CB8E2;
}


div#footer a {
	color: #9CB8E2;
	text-decoration:none
}

div#footer a:hover {
	color: #9CB8E2;
	text-decoration:underline
}

div.offer-table-left {
	float: left;
	width: 130px;
	border-right: 1px dotted #877F7C;
	padding-right: 15px;
	
}

div.offer-table-right {
	float: right;
	width: 465px;
	text-align: left;
}

.actual-price {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	color: #BC2D0B;
	font-weight:bold;
}

.strikeout-price {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	color: #877F7C;
	font-weight:bold;
	text-decoration:line-through
}

#gallery {
	padding: 10px;
}
#gallery ul { 
	list-style: none; 
}

#gallery ul li { 
	display: inline;
}



#gallery ul a:hover { 
	color: #fff; 
}


.formhome {
	border: #333333; 
	margin: 3px
}


#cms-title {
	background-image:url(images/cms-title-bg.gif);
	width: 558px;
	height: 25px;
	text-align:left;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}



#insidetext {
	text-align:left;
	margin: 4px 12px 18px 12px;
	text-align:justify;
	color: #656F7D;
	background-color:#FFFFFF;
	height: inherit;
}

#insidetext a {
	color:#000000;
}

#insidetext a:hover {
	color:#000000;
}

#shortdesc {
	text-align:left;
	margin: 4px 12px 18px 12px;
	text-align:justify;
	color: #656F7D;
	background-color:#FFFFFF;
	width: 300px;
}

#shortdesc a {
	color:#000000;
}

#shortdesc a:hover {
	color:#000000;
}


#categories {
	width: 181px;
	text-align:left;
	border-left: 1px solid #EDECEC;
	background-color:#FFFFFF;
}

#main-menu a:link, #main-menu a:visited{
	color: #656F7D;
	line-height: 17px;
	text-decoration:none;
}

#main-menu a:hover{
	color: #13669C;
	line-height: 17px;
	text-decoration:none;

}


 #promo1 { 
 width: 275px;
 height: 180px;
 float:left; 
 font-size:11px; 
 border: 1px solid #EDECEC;
 color:#FFCB00; 
 text-align: left;
 }
 
 
 #promo2 { 
 margin:0px; 
 width: 275px;
 height: 180px;
 border: 1px solid #EDECEC;
 float:right; 
 font-size:11px; 
 color:#FFCB00; 
 text-align:left;
 }
 
.price {
	font-size: 16px;
	font-weight: bold;
	color: #13669C;
}

.inputbox {
	border: 1px solid #CCC;
	width: 250px;
	background: #FFF;
	color: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
.inputbox:hover, .inputbox:focus {
	border: 1px solid #003366;	
	}
 
 
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid #EEEEEE;
border-bottom-width: 6px;
width: 500px; /*width of featured content slider*/
height: 400px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 500px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 500px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #EEEEEE;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #78CCEE;
} 

.photogallery{

position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 505px; /*width of featured content slider*/
height: 505px;
margin-top: 5px;
}



.photogallery .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 505px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}







