/*reset*/


body{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	background-color: #333333;
}
h1,h2,h3{
	margin: 0px;
	padding: 0px;
}
h1{}
h2{
	font-size: 1.2em;
	color: #0099CC;
}
h3{
	font-size: 1.4em;
	color: #666666;
}
img{ border:none;}
clear{}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	line-height: 1.6em;
}

a {
	color: #0E80BE;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.white{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
.red{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}
.blue{
	color: #0099CC;
}
#header h1{
	display:none;
	font-size: 16px;
}
h1.big{
	color: #525252;
	font-size: 2em;
	margin-bottom: 1em;
}

h1.big2, .big2{
	color: #FF0000;
	font-weight: bold;
}

h1.big3, .col-3-layout h1.big3{
	color: #FFF;
	font-size: 20px;
	margin-left: 0.5em;
	margin-top: 0.5em;
}
h1.title{
	font-size: 28px;
	color: #0E80BE;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0.8em;
}
/*main layout*/
#container{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
#header{
	width: 960px;
}
#header .logo{
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: 100% 0px;
	height: 108px;
}

#content{
	float: left;
	background-color: #FFFFFF;
	padding: 20px;
	margin: 0px;
	width: 920px;
}
#footer{
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	height: 62px;
	width: 960px;
	float: left;
	background-position: 100% 20px;
	background-color: #0E80BE;
}
#footer p{
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}
#footer p a{
	color: #66CCFF;
}
#footer p a:hover{
	color: #FFFFFF;
}

.footer-link{
	list-style-type: none;
	padding: 0px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.footer-link li{
	display: inline;
	margin-right: 1em;
	font-size: 11px;
	color: #FFFFFF;
}

.footer-link li a{
	text-decoration: none;
	color: #CCCCCC;
}
.footer-link li a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}
/*navigation*/
.nav{
	list-style-type: none;
	padding: 0px;
	height: 40px;
	background-color: #FFFFFF;
	margin: 0px;
}
.nav li{
	display: inline;
	list-style-type: none;
	float: left;
	margin-right: 1.6em;
	margin-left: 1em;
}
.home a{
	background-image: url(../images/home.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 71px;
	display: block;
	background-position: 100% 0%;
}
.home a:hover{
	background-position: 100% 100%;
}
.profile a{
	background-image: url(../images/profile.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 91px;
	display: block;
	background-position: 100% 0%;
}
.profile a:hover{
	background-position: 100% 100%;
}

.services a{
	background-image: url(../images/services.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 99px;
	display: block;
	background-position: 100% 0%;
}
.services a:hover{
	background-position: 100% 100%;
}

.used-sales a{
	background-image: url(../images/used_sales.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 120px;
	display: block;
	background-position: 100% 0%;
}
.used-sales a:hover{
	background-position: 100% 100%;
}

.new-sales a{
	background-image: url(../images/new_sales.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 120px;
	display: block;
	background-position: 100% 0%;
}
.new-sales a:hover{
	background-position: 100% 100%;
}



.hire a{
	background-image: url(../images/hire.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 70px;
	display: block;
	background-position: 100% 0%;
}
.hire a:hover{
	background-position: 100% 100%;
}

.contact a{
	background-image: url(../images/contact.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 93px;
	display: block;
	background-position: 100% 0%;
}
.contact a:hover{
	background-position: 100% 100%;
}



.home span, .profile span, .services span, .used-sales span, .new-sales span, .hire span, .contact span{
	display: none;
}




/*body elements*/
#main-image{
	height: 220px;
	width: 960px;
	float: left;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #121212;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #121212;
}


.product-col{
	width: 920px;
	float: left;
}
.product-box{
	margin: 0px;
	padding: 0px;
}
.product-box li{
	list-style-type: none;
	float: left;
	margin-left: 12px;
	margin-bottom: 25px;
	margin-right: 12px;
}
.product-list-top{
    background-image: url(../images/sales-picture-top.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 280px;}
	
.product-box h1{
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 14px;	
}
.product-list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	text-indent: 8px;
}
.product-title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
	background-image: url(images/sales-picture-top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 35px;
	width: 326px;
	text-align: left;
	text-indent: 20px;
	vertical-align: middle;
}


.pagination{
	list-style-type: none;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
	width: 40%;
	display: block;
	margin-left: 30%;
	float: left;
	clear: both;
	margin-right: 30%;
}
.pagination li{
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin-right: 2%;
}
.pagination li a{
	background-color: #FF3300;
	color: #FFFFFF;
	padding: 8px;
	font-size: 12px;
	font-weight: bold;
}
.pagination li a:hover{
	background-color: #333333;
}


.pagination li.first a, .pagination li.last a{
	background-color: #FF8262;
	color: #FFFFFF;
	padding: 8px;
	font-size: 12px;
	font-weight: bold;
}

.pagination li.first a:hover, .pagination li.last a:hover{
    background-color: #333333;
}


.contact-details{
	width: 920px;
	float: left;
}
.enquiry-form{
	font-size: 12px;
	color: #666666;
	width: 360px;
}
input, textarea{
	width: 220px;
	border: 1px solid #999999;
}
.button{
	width: 68px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0099CC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.home-block{
	width: 238px;
	background-image: url(../images/block_bg_up.gif);
	background-repeat: no-repeat;
	padding-top: 6px;
	background-color: #0D7DB9;
	display: block;
	float: right;
}
.home-block-bottom{
	width: 238px;
	background-image: url(../images/block_bg_bottom.gif);
	background-repeat: no-repeat;
	height: 20px;
	margin-bottom: 20px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	float: right;
}




.col-left{
	width: 640px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.col-3-layout p{
	color: #FFFFFF;
	margin-left: 1em;
	margin-top: 5px;
	line-height: 1.2em;
	text-decoration: none;
	margin-right: 1em;
}
.col-3-layout p a{
	color: #FFCC33;
	text-decoration: none;
	font-size: 11px;
	float: left;
	margin-bottom: 0px;
}
.col-3-layout p a:hover{
	text-decoration: underline;
}

.manufacture{
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
}
.col-3-layout{
	float: right;
	width: 240px;
	display: block;
	margin: 0px;
	padding: 0px;
}
.more{
	display: block;
}
