/* @override http://truckman.westmids.com/media/css/default.css */

body {    font-family: Helvetica, Arial, Geneva, sans-serif;    font-size: 13px;    color: #3d3d3f;	margin-left: auto;	margin-right: auto;	width: 1024px;}img {	border: 0;}a {	text-decoration: none;	color: #3d3d3f;}h1 {	color: #ed1c24;	margin-top: 10px;	font-size: 18px;	font-weight: bold;
	margin-bottom: 10px;
}

/* @group page wrapper */

.page-wrapper {
	width: 1024px;
	background: url(../images/page-bak.png) repeat-y;

}

.right-bar {
	float: right;
	margin-right: 20px;
	margin-top: 80px;
}

.top-nav ul {
	padding-left: 20px;
	margin-top: 0;
}

.top-nav li {
	display: inline;
}

.left-nav {
	float: left;
}

.footer {
	clear: both;
	text-align: center;
	padding-bottom: 20px;
	border-top: 2px solid silver;
	width: 950px;
	padding-top: 10px;
}

.left-nav
 {
	background-color: #939598;
}

.left-nav ul {
	padding-left: 10px;
}

.left-nav li
 {
	list-style-type: none;
	padding-top: 8px;
	border-bottom: 1px solid #c2c3c5;
	padding-bottom: 4px;
	margin-right: 5px;
}

.left-nav li a {
	color: white;
	font-weight: bold;
	font-size: 14px;
}



/* @end */

/* @group content */

.content-wrapper {
	margin-left: 150px;
	width: 803px;
}

.content-image-wrapper {
	float: right;
	height: 500px;
}

.content-image-bottom {
	padding-top: 356px;
}

.content-text {
	padding-right: 20px;
}

.content-wrapper img {
	float: right;
	margin-left: 25px;
}

.content-image {
	margin-top: 60px;
}



/* @end */