/* Website created by Joshua Davey */
/* JDCustom Web Design and Development */

/* Template */
a {
	color: #000;
	text-decoration: none;

}
img {
	border: 0;
}
h1 {
	font: bold 1.1em sans-serif,Arial;
	color: #202020;
}
h2 {
	font: bold 1.1em sans-serif,Arial;
}
h3 {
	font: bold 0.9em sans-serif,Arial;
}
h4 {
	font: bold 1.0em sans-serif,Arial;
	margin-bottom: 0px;
}
h5 {
	font: bold 0.8em sans-serif,Arial;
	text-align: right;
	margin-top: -5px;
}

body {
	background: #353638 url(images/bg5.jpg) repeat-x fixed top;
	color: #000000;
	margin: 20px 0;
	text-align: left;
	font: normal 0.8em sans-serif,Arial;
	height:100%;

}
.header {
	background: #eb5959 url(images/header.jpg);
	border-bottom: 1px solid #E5E5E5;
	height: 181px;
	width: 650px;
}
.slideshow {
	position: relative;
	float: right;
	padding-right: 30px;
}
.main {
	background: #FFFFFF;
	margin: 20px auto 4px auto;  
	text-align: left; 
	width: 650px;
}
.bottom {
	background: #353638 url(images/bottom.jpg);
	background-position: bottom;
	color: #000000;
	height: 29px;
	text-align: center;
	vertical-align: text-bottom;
	font: normal 0.8em sans-serif,Arial;
} 
.container {
	margin: 10px;
}


/* navigation */

.menu {

	border-collapse: collapse;
}

a.home {  
	width: 64px;
	height: 30px;
	background-repeat: no-repeat;
	background-image: url("images/menu/home.jpg");
	display: block;
}
a.home:hover {  
	width: 64px;
	height: 30px;
	background-repeat: no-repeat;
	background-image: url("images/menu/home_over.jpg");
	display: block;
}
a.trailers {  
	width: 91px;
	height: 30px;
	background-repeat: no-repeat;
	background-image: url("images/menu/trailers.jpg");
	display: block;
}
a.trailers:hover {  
	width: 91px;
	height: 30px;
	background-repeat: no-repeat;
	background-image: url("images/menu/trailers_over.jpg");
	display: block;
}
a.customtrailers {  
	width: 160px;
	height: 30px;
	background-repeat: no-repeat;
	background-image: url("images/menu/customtrailers.jpg");
	display: block;
}
a.customtrailers:hover {  
	width: 160px;
	height: 30px;
	background-repeat: no-repeat;
	background-image: url("images/menu/customtrailers_over.jpg");
	display: block;
}
a.accessories {  
	width: 125px;
	height: 30px;
	background-repeat: no-repeat;
	background-image: url("images/menu/accessories.jpg");
	display: block;
}
a.accessories:hover {  
	width: 125px;
	height: 30px;
	background-repeat: no-repeat;
	background-image: url("images/menu/accessories_over.jpg");
	display: block;
}
a.agents {  
	width: 79px;
	height: 30px;
	background-repeat: no-repeat;
	background-image: url("images/menu/agents.jpg");
	display: block;
}
a.agents:hover {  
	width: 79px;
	height: 30px;
	background-repeat: no-repeat;
	background-image: url("images/menu/agents_over.jpg");
	display: block;
}
a.contactus {  
	width: 119px;
	height: 30px;
	background-repeat: no-repeat;
	background-image: url("images/menu/contactus.jpg");
	display: block;
}
a.contactus:hover {  
	width: 119px;
	height: 30px;
	background-repeat: no-repeat;
	background-image: url("images/menu/contactus_over.jpg");
	display: block;
}



/* main content display */

.content {
	background: #ffffff;
}
.content_bg {
	background: #ffffff;
	background-image: url('images/slide_show/loadstar_logo.png');
	background-repeat: no-repeat;
	background-position: bottom right;

}

.content_bg_top {
	background: #ffffff;
	background-image: url('images/slide_show/loadstar_logo.png');
	background-repeat: no-repeat;
	background-position: top right;

}
.content p {
	margin: 3px 0 6px; color: #202020;
}
p.center {
	vertical-align: middle;
}
.grid {
	width: 630px;
	align: center;
	text-align: center;
	padding-bottom: 20px;
}
.grid a {
	text-decoration: underline;
}
.grid td {
	/* border-right: 1px dashed #000000; */
}
.subgrid {
	width: 630px;
	align: center;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 3px dashed #d04544;
}
.subgrid img {
	border: 0;
	height: 150px;
	width: 200px;

}
.subgrid a {
	text-decoration: underline;
}
.subgridcontent td {
	width: 325px;
}
#secondimg {
	padding-left: 25px;

}
.toplink {
	padding-left: 200px;
	padding-top: 85px;
	font: normal 0.8em sans-serif,Arial;
}

/* footer text */

.footer {
	background-color: #353638;
	color: #FFFFFF;
	text-align: center;
	font: normal 0.8em sans-serif,Arial;
}
.footer a {
	color: #FFFFFF;
}