/* 
	design by: lindendesign.net
	client: Autoprestanda
	date: 08 12 15
 */

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td {
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: none;
}
 
body {
	background: url(../img/bg_body.png) #fff;
	color: #000;
	line-height: 14px;
	font-size: 11px;
	font-family: tahoma, arial, verdana;
}
 
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	padding: .6em 0;
	margin: 0px;
}

h1 {
	font-size: 15px;
	padding: 10px 0px 20px 0px;
}

p {
	clear: both;
	padding: 0px 0px 10px 0px;
}
 
ul, ol {
	list-style: none;
}
 
a {
	color: #49555b;
	text-decoration: none;
}
 
a:hover {
	color: #000;
	text-decoration: none;
}

#wrapper {
	background: url(../img/bg_wrapper.png) center 0px repeat-y;
	display: block;
	position: relative;
	width: 820px;
	margin: 0 auto;
}

#pageHeader {
	background: none;
	display: block;
	position: relative;
	clear: both;	
	height: 216px;
	width: 800px;
	margin: 0px 0px 0px 10px;
}

#pageBody {
	background: url(../img/bg_pagebody.png) 0px 0px repeat-y;
	display: block;
	float: left;
	position: relative;
	clear: both;
	height: 300px;
	width: 800px;
	margin: 0px 0px 0px 10px;	
}

#pageFooter {
	background: url(../img/bg_footer.png) 0px 0px no-repeat #000;
	color: #fff;
	display: block;
	position: relative;
	clear: both;
	height: 70px;
	width: 800px;
	line-height: 40px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0px 0px 0px 10px;	
}

#pageFooter .footerLinks {
	display: inline;
	float: left;
	width: 200px;
	margin: 0px 0px 0px 30px;
}

#pageFooter .footerLinks li {
	display: block;
	line-height: 23px;
}

#pageFooter .footerLinks a {
	color: #6e9099;
}

#pageFooter .footerLinks a:hover {
	color: #fff;
}

#pageFooter #copy {
	background: url(../img/bg_footershadow.png) 0px 0px no-repeat;
	color: #666;
	position: absolute;
	bottom: -40px;
	left: -10px;
	width: 820px;
	text-indent: 20px;
}

#logoCont{
	background: url(../img/bg_header.png) 0px 0px repeat-x #344248;
	display: block;
	position: relative;
	float: left;
	height: 180px;
	width: 250px;
}

#logotype {
	position: absolute;
	top: 12px;
	left: 23px;
}

#headerImage{
	background: #000;
	display: block;
	position: relative;
	float: left;
	height: 180px;
	width: 549px;
	margin: 0px 0px 0px 1px;
}

#mainMenu {
	background: url(../img/bg_mainmenu.png) 0px 0px repeat-x #000;
	display: block;
	float: left;
	position: relative;
	height: 35px;
	width: 800px;
	margin: 1px 0px 0px 0px;
}

#mainMenu li {
	display: inline;
}

#mainMenu ul {
	margin: 0px 0px 0px 250px;
}

#mainMenu li a {
	background: none;
	color: #efefef;
	display: block;
	float: left;
	height: 35px;
	line-height: 35px;
	padding: 0px 10px;
	margin: 0px 1px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
}

#mainMenu li a:hover {
	color: #6E9099;
}

#mainMenu .selected a {
	background: #000;
	color: #6E9099;
}

/* homepage start */

#latestNews {
	background: #344248;
	display: inline;
	position: relative;
	float: left;
	width: 250px;	
}

#latestNews a {
	color: #6e9099;
}

#latestNews a:hover {
	color: #fff;
}

#latestNews h1 {
	padding: 5px 0px;
}

#latestNews p {
	display: none;
}

#latestNews .latestNewsHeader {
	background: none;
	color: #fff;
	display: block;
	width: 230px;
	padding: 10px;
	border-top: 1px solid #fff;
}

#latestNews .listItem {
	background: url(../img/bg_listitem.png) 0px 0px repeat-x;
	color: #fff;
	display: block;
	width: 230px;
	padding: 10px;
	margin: 1px 0px 0px 0px;
}

#latestNews .listItem .title {
	font-weight: bold;
	text-transform: uppercase;
}

#latestNews .listItem .date {
	font-size: 10px;
	text-transform: uppercase;
}

#latestNews .pagination {
	display: none;
}

#main {
	background: #fff;
	display: inline;
	position: relative;
	float: right;
	width: 550px;	
}

#main  .content {
	background: url(../img/bg_content.png) 0px 0px repeat-x #d4d4d4;
	padding: 10px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	height: 280px;
}

/* homepage end */

/* news start */

#newsarchive .content .listItem {
	width: 500px;
}

#newsarchive #latestNews  .listItem a {
	display: block;
	clear: both;
}

.content .listItem {
	background: url(../img/bg_newsitem.png) 0px 0px repeat-x #fff;
	display: block;
	float: left;
	clear: both;
	width: 520px;
	padding: 5px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #efefef;
}

.content .listItem .title {
	font-weight: bold;
}

/* news end */

/* news start */

#cars #pageBody {
	background: #dfdfdf;
}

/* news end */

/* contact start */

#contact #pageBody {
	background: url(../img/bg_pagebody.png) 0px 0px repeat-y;
}

#contact #contactDetails {
	background: #344248;
	display: inline;
	position: relative;
	float: left;
	width: 250px;	
}

#contact #contactDetails a {
	color: #6e9099;
}

#contact #contactDetails a:hover {
	color: #fff;
}

#contact .contactDetailsHeader {
	background: none;
	color: #fff;
	display: block;
	width: 230px;
	padding: 10px;
	border-top: 1px solid #fff;
}

#contact .listItem {
	background: url(../img/bg_listitem.png) 0px 0px repeat-x;
	color: #fff;
	display: block;
	width: 230px;
	padding: 10px;
	margin: 1px 0px 0px 0px;
}

.profile {
	display: inline;
	float: left;
	clear: both;
	width: 440px;
	padding: 0px 0px 10px 0px;
	margin: 0px 20px 20px 0px;
	border-bottom: 1px dotted #ccc;
}

.profile .photo {
	float: left;
}	

.profile .photo img {
	border: 1px solid #ccc;
	margin: 0px 10px 0px 0px;
}

.profile .name h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 14px;
}

/* contact end */
