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

#skiplinks {
	display:none;	
}

body {
	margin:0px;
	padding:0px;
	background-color:#036;
	background-image:url("../layout_images/Bk_Gradient.png");
	background-repeat:repeat-x;
	background-attachment:fixed;
}	
#wrapper {
	width:800px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}

#logo {
	float:left;	
}

#logo h1,
#logo h2 {
	display:none;	
}

#vehicles {
	float:right;	
}

#footer {
	padding:4px;
	padding-top:7px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#666;
}

#foot_left {
	float:left;	
}

#foot_right {
	float:right;
}

#footer a {
	color:#666;	
	text-decoration:none;
}

#footer a:hover {
	color:#900;
	text-decoration:none;
}

/* ---------------------------------------------------------------------- CURVED BOX */

.mb_box {
	background: #fff; 
	width:490px; 
	float:left; 
	font-size:100%;
	color:#000;
	font-weight:bold;
	margin-bottom:12px;
}

.mb_box a {
	color:#666;
	text-decoration:none;
	font-weight:normal;
}

.mb_box a:hover {
	color:#17d;
	text-decoration:none;
}

.mb_box p {
	text-align:left;
	padding-bottom:2px;
	font-weight:bold;
	color:#000;
}

.mb_box h1 {
	margin:0; 
	font-size:90%; 
	padding:0 10px 5px 10px; 
	color:#fff;
	text-align:left;
	font-weight:bold;
}

.mb_top, .mb_bottom {
	display:block; 
	background:transparent; 
	font-size:90%;
}

.mb_1, .mb_2, .mb_3, .mb_4 {
	display:block; 
	overflow:hidden;
}

.mb_1, .mb_2, .mb_3 {
	height:1px;
}

.mb_2, .mb_3, .mb_4 {
	background:#fff; 
	border-left:1px solid #666;
	border-right:1px solid #666;
}

.mb_1 {
	margin:0 5px; 
	background:#666;
}

.mb_2 {
	margin:0 3px;
	border-width:0 2px;
}

.mb_3 {
	margin:0 2px;
}

.mb_4 {
	height:2px; 
	margin:0 1px;
}

.mb_boxcontent {
	display:block; 
	border:0 solid #666; 
	border-width:0 1px; 
	height:auto;
	background-color:#fff;
	overflow:hidden;
	font-weight:normal;
	color:#000;
}

.mb_boxcontent a {
	color:#17d;
	font-weight:bold;
	text-decoration:none;
}

.mb_boxcontent a:hover {
	color:#17d;
	text-decoration:underline;
}
.main_boxcontent {
	display:block; 
	border:0 solid #666; 
	border-width:0 1px; 
	height:auto;
	background-color:#fff;
	overflow:hidden;
	font-weight:normal;
	padding-left:5px;
	padding-right:5px;
	font-size:80%;
	color:#666;
}

.main_boxcontent h1 {
	color:#036;
	padding:0px;
	font-size:150%;
}

.main_boxcontent h2 {
	color:#666;
	padding:0px;
	padding-top:5px;
	font-size:130%;
}

.main_boxcontent ul {
	line-height:20px;
	list-style-type:circle;
	padding-bottom:5px;
}

.main_boxcontent a {
	color:#900;
	text-decoration:none;
}

.main_boxcontent a:hover {
	color:#900;
	text-decoration:underline;
}

.main_boxcontent p {
	line-height:20px;	
}

.main_boxcontent strong {
	color:#036;
}

blockquote {
  background: transparent url("../layout_images/quoleft.png") left top no-repeat;
}
blockquote div {
  padding: 0 28px;
  background: transparent url("../layout_images/quoright.png") right bottom no-repeat;
}
blockquote p {
	margin-left:15px;
	margin-right:15px;
}
blockquote small {
	margin-left:28px;	
}

/* ------------------------------------------------------------ NAVIGATION */

#navigation {
	clear:both;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}

#navlist
{
margin: 0;
padding: 7px 0px 20px 5px;
/*border-bottom: 1px solid #000;*/
font-family:Arial, Helvetica, sans-serif;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #666;
}

body#home #navlist #home_link a,
body#about #navlist #about_link a,
body#relief_driving #navlist #relief_link a,
body#courier_services #navlist #courier_link a,
body#ratecard #navlist #rates_link a,
body#contact #navlist #contact_link a,
body#testimonials #navlist #testimonials_link a,
body#business #navlist #business_link a
{
border-bottom: 4px solid #036;
padding-bottom: 2px;
background: transparent;
color: #036;
}

#navlist a:hover { color: #900; }

#footer {
	border-top:1px solid #999;	
	padding:6px;
	margin-bottom:10px;
}

#content {
	font-family:Arial, Helvetica, sans-serif;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
}

#content p {
	padding-top:5px;
	padding-bottom:5px;
}

#price_list {
	border:1px solid #000;	
}

#price_list th {
	color:#fff;
	text-align:left;
	font-weight:bold;
	padding:3px;
	background-color:#036;
}

#price_list td {
	padding:3px;
	color:#666;
	font-weight:normal;
	border-bottom:1px solid #ebebeb;
	border-left:1px solid #ebebeb;
}