@charset "UTF-8";
/* CSS Document */
* { margin:0; padding:0; }

body {
	color:#383a3b;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
a:link{
	font-weight:bold;
	color:#b32017;
	text-decoration:underline;
}
a:visited{
	font-weight:bold;
	color:#b32017;
	text-decoration:underline;
}
a:active{
	font-weight:bold;
	color:#b32017;
	text-decoration:underline;
}
a:hover{
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
h1 {
	font-size:20px;
	line-height:22px;
	text-transform:uppercase;
}
h2 {
/*invisible label of nav*/
/*display:none;*/
	position:absolute;
	left:-9999px;
	overflow:hidden;
}
h3 {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#b32017;
	text-transform:uppercase;
}
h4 {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	
	text-transform:uppercase;
}
h5 {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	
	text-transform:uppercase;
}
.h5home {
	color:#b32017;
}
h6 {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
p {
	padding:5px 0px;
}
hr {
	color:#72787b;
	background-color:#72787b;
}
input {
	color:#b32017;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
address {
	padding-left:10px;
}
.logo {
	float:left;
	width:160px;
	margin:10px 20px 15px 20px;
}
.logoimg {
	float:left;
	background-image:url(imgs/logo.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	width:157px;
	height:50px;
}
.homeinput {
	float:right;
}
.homeinput2 {
	float:right;
	height:16px;
	margin-right:5px;
}
.menubox {
	float:right;
}
.search {
	float:right;
	text-align:right;
	width:450px;
	margin-bottom:10px;
	height:23px;
	padding-right:15px;
}
.menutop {
	padding-top:53px;
}
.logoname {
	border:none;
	float:left;
}
.menuimg {
	float:right;
	height:39px;
	width:10px;
}
ul#menu {
	text-transform:uppercase;
	background-image:url(imgs/topmenu.gif);
	background-position:top;
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	width:540px;
	padding-top:10px;
	height:29px;
	float:right;
	text-align:center;
}
ul#menu  li {
	display: inline;
	height:29px;
}

ul#menu li a{
	padding:8px 3px 12px 3px;
	color:#FFF;
	text-decoration:none;
	border-bottom:2px solid #B32017;
	border-left:2px solid #B32017;
	border-right:2px solid #B32017;
	
}
ul#menu li a:hover{
	padding:8px 3px 12px 3px;
	
	text-decoration:underline;
	background-color:#383A3B;
	color:#fff;
	border-bottom:2px solid #848E92;
	border-left:2px solid #848E92;
	border-right:2px solid #848E92;
}
#menu li.selected a{
	color:#383A3B;
	background-color:#fff;
	border-bottom:2px solid #848E92;
	border-left:2px solid #848E92;
	border-right:2px solid #848E92;
}
#menu li.selected a:hover{
	background-color:#fff;
	color:#383A3B;
	border-bottom:2px solid #848E92;
	border-left:2px solid #848E92;
	border-right:2px solid #848E92;

}

ul#menuos {
	text-transform:uppercase;
	background-image:url(imgs/topmenuos.gif);
	background-position:top;
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	width:540px;
	padding-top:10px;
	height:29px;
	float:right;
	text-align:center;
}
ul#menuos  li {
	display: inline;
	height:29px;
}

ul#menuos li a{
	padding:8px 22px 12px 22px;
	color:#383A3B;
	text-decoration:none;
	border-bottom:2px solid #d7dbdd;
	border-left:2px solid #d7dbdd;
	border-right:2px solid #d7dbdd;
	
}
ul#menuos li a:hover{
	padding:8px 22px 12px 22px;
	
	text-decoration:underline;
	background-color:#383A3B;
	color:#fff;
	border-bottom:2px solid #848e92;
	border-left:2px solid #848e92;
	border-right:2px solid #848e92;
}
#menuos li.selected a{
	color:#383A3B;
	background-color:#fff;
	border-bottom:2px solid #848e92;
	border-left:2px solid #848e92;
	border-right:2px solid #848e92;
}
#menuos li.selected a:hover{
	background-color:#fff;
	color:#383A3B;
	border-bottom:2px solid #848e92;
	border-left:2px solid #848e92;
	border-right:2px solid #848e92;

}
.middlehometxt{
	font-size:12px;
	line-height:16px;
	padding:20px 5px 15px 25px;
	height:184px;
	width:220px;
	float:left;
}
.homecaption {
	float:right;
	padding:60px 45px 0px 25px;
	height:100px;
	width:150px;
	color:#fff;
	text-transform:uppercase;
	text-align:right;
	font-weight:bold;
}
#middlehome {
	background-color:#d7dbdd;
	border-bottom:2px solid #848E92;
	background-image:url(imgs/mainimghome.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}
ul.quicklinks {
	padding:5px;
	list-style-position: inside;
	text-transform:uppercase;
}
ul.quicklinks li{
	padding-bottom:5px;
}
#mainhome {
	padding:15px 22px;
}
.homeboxtopl {
	background-image:url(imgs/boxtop.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	width:350px;
	height:15px;
	float:left;
	margin-right:15px;
}
.homeboxtopr {
	background-image:url(imgs/boxtop.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	width:350px;
	height:15px;
	float:left;
}
.homeboxbottoml {
	background-image:url(imgs/boxbottombottom.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	width:350px;
	height:12px;
	float:left;
	margin-right:15px;
}
.homeboxbottomr {
	background-image:url(imgs/boxbottombottom.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	width:350px;
	height:12px;
	float:left;
}
.homeleftbox {
	float:left;
	background-image:url(imgs/boxbottom.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	border-left:2px solid #b8bec0;
	border-right:2px solid #b8bec0;
	width:326px;
	padding:10px;
	margin-right:15px;
	height:210px;
}
.homerightbox {
	float:left;
	background-image:url(imgs/boxbottom.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	border-left:2px solid #b8bec0;
	border-right:2px solid #b8bec0;
	width:326px;
	padding:10px;
	height:210px;
}
#footeronestophome {
	padding:10px 10px 25px 0px;
}
.onestophomeimg {
	float:left;
	position:relative;
	margin-right:10px;
}
a:link .onestophomeimg{
	border:2px;
	border-color: #B32017;
	text-decoration: none;
	border-style: solid;
	font-weight:normal;
}
a:active .onestophomeimg{
	border:2px;
	border-color: #B32017;
	text-decoration: none;
	border-style: solid;
	font-weight:normal;
}
a:visited .onestophomeimg{
	border:2px;
	border-color: #B32017;
	text-decoration: none;
	border-style: solid;
	font-weight:normal;
}
a:hover .onestophomeimg {
	border:2px; 
	border-color: #000; 
	border-style: solid;
	font-weight:normal;
}
.onestophome {
	float:left;
}
.footer {
	padding-top:5px;
	padding-bottom:5px;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	color:#5b5d5e;
}
.footer a:link{
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#5b5d5e;
}
.footer a:visited{
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#5b5d5e;
}
.footer a:active{
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#5b5d5e;
}
.footer a:hover{
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#b32017;
}
.footerequal {
	text-align:center;
	background-color:#d7dbdd;
	font-size:9px;
	border-top:2px solid #848E92;
}

/* details */
hr.hrmenuleft {
	color:#fff;
	background-color:#fff;
}
ul#menuleft {
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	float:left;
	margin-top:5px;
	list-style:none;
	border-top:1px solid #C9CDCF;
	border-left:1px solid #C9CDCF;
	border-right:1px solid #C9CDCF;
	background-color:#ECEDED;
}
ul#menuleft  li {
	display:block;
	width:150px;
	border-bottom:1px solid #C9CDCF;
	
}

ul#menuleft li a{
	padding-left:5px;
	color:#383A3B;
	text-decoration:none;
	display:block;
}
ul#menuleft li a:hover{
	padding-left:5px;
	color:#fff;
	text-decoration:underline;
	background-color:#B32017;
}
#menuleft li.selected a{
	background-color:#383A3B;
	color:#fff;
}
#menuleft li.selected a:hover{
	color:#D7DBDD;
	background-color:#383A3B;
}
ul#menuleftos {
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	float:left;
	margin-top:5px;
	list-style:none;
	border-top:1px solid #b7463f;
	border-left:1px solid #b7463f;
	border-right:1px solid #b7463f;
	background-color:#c22319;
}
ul#menuleftos  li {
	display:block;
	width:150px;
	border-bottom:1px solid #b7463f;
	height:16px;
}

ul#menuleftos li a{
	padding-left:5px;
	color:#fff;
	text-decoration:none;
	display:block;
}
ul#menuleftos li a:hover{
	padding-left:5px;
	color:#383A3B;
	text-decoration:underline;
	background-color:#ECEDED;
}
#menuleftos li.selected a{
	background-color:#383A3B;
	color:#fff;
}
#menuleftos li.selected a:hover{
	color:#D7DBDD;
	background-color:#383A3B;
}

#middledetails {
	background-color:#d7dbdd;
	border-bottom:2px solid #848E92;
}
.middledetailstxt{
	font-size:12px;
	line-height:16px;
	padding:20px 15px 15px 25px;
	height:184px;
	width:150px;
	float:left;
}
.detailsimg {
	float:right;
	background-color:#FFFFFF;
	border:2px solid #B32017;
	padding:10px;
	margin:10px 7px;
}
#maindetails {
	
}
.detailsbody {
	float:left;
	padding:15px 22px;
	width:520px;
}

.onestopdetailsimg {
	float:left;
	position:relative;
	margin-right:15px;
	margin-bottom:15px;
	width:196px;
	height:45px;
}
a:link .onestopdetailsimg{
	border:2px;
	border-color: #B32017;
	text-decoration: none;
	border-style: solid;
	font-weight:normal;
	margin-right:15px;
	margin-bottom:15px;
}
a:active .onestopdetailsimg{
	border:2px;
	border-color: #B32017;
	text-decoration: none;
	border-style: solid;
	font-weight:normal;
	margin-right:15px;
	margin-bottom:15px;
}
a:visited .onestopdetailsimg{
	border:2px;
	border-color: #B32017;
	text-decoration: none;
	border-style: solid;
	font-weight:normal;
	margin-right:15px;
	margin-bottom:15px;
}
a:hover .onestopdetailsimg{
	border:2px; 
	border-color: #000; 
	border-style: solid;
	font-weight:normal;
	margin-right:15px;
	margin-bottom:15px;
}
.detailsside {
	padding:0;
	float:left;
	width:193px;
}
.detailsboxtop {
	background-image:url(imgs/boxliltop.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	width:183px;
	height:15px;
	float:left;
	margin-top:20px;
	margin-left:10px;
}
.detailsboxbottom {
	background-image:url(imgs/boxlilbottom.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	width:183px;
	height:11px;
	float:left;
	margin-bottom:20px;
	margin-left:10px;
}
.detailsbox {
	float:left;
	background-image:url(imgs/boxlil.gif);
	background-repeat:repeat-x;
	background-position:bottom center;
	border-left:2px solid #b8bec0;
	border-right:2px solid #b8bec0;
	width:149px;
	padding:15px;
	height:159px;
	margin-left:10px;
}
.h6detailsonestop {
	margin-left:10px;
	margin-bottom:5px;
}
.h3onestop {
	color:#fff;
}
.h3details {
	color:#383a3b;
}
.h1details {
	color:#B32017;
}
.featuredimg {
	border: 1px solid #B32017;
	margin:10px 0px;
}
#middledetailsonestop {
	background-color:#B32017;
	border-top:1px solid #848E92;
	border-bottom:2px solid #848E92;
}
.detailsonestopimg {
	float:right;
	background-color:#FFFFFF;
	border:2px solid #848E92;
	padding:10px;
	margin:10px 7px;
}
.onestoplogoos {
	float:left;
	margin-bottom:5px;
}
.searchspacing {
	padding-bottom:55px;
}

.mapbox {
	border:3px solid #93021a;
	width:515px;
	height:535px;
}

#wrapper {
	margin:0 auto;
	width:770px;
	background-color:#c9cdcf;
}
#main {
	background-color:#FFFFFF;
	background-image:url(imgs/bottomlogo.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	border-bottom:3px solid #B32017;
	border-left:3px solid #B32017;
	border-right:3px solid #B32017;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}