html {
	overflow-y: scroll;
	}

body {
	background: url("/images/bg.png") #4d6178 repeat-x;
	text-align: center;
	margin-top: 20px;
	font-family: arial, sans-serif;
	font-size: 0.8em;
	}
	
h1 {
	color: #233f88;
	margin-top: 5px;
	font-size: 1.6em;
	}

h2 {
	background: url(/images/bg_h2.png);
	margin: 0px;
	padding: 12px 0px 12px 20px;
	font-weight: 100;
	color: #fff;
	font-style: italic;
	border-bottom: 1px solid #2f2f2f;
	}

a {
	color: #e9dc27;
	cursor: pointer;
	text-decoration: none;
	}
	a:hover {
		color: #afa615;
		}
		
input {
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 4px;
	color: #333;
	font-family: arial, sans-serif;
	font-size: 0.9em;
	}
	input:focus {
		background-color: #eee;
		}
	
textarea {
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 4px;
	color: #333;
	font-family: arial, sans-serif;
	font-size: 0.9em;
	}
	textarea:focus {
		background-color: #eee;
		}
		
select {
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 2px;
	color: #333;
	font-family: arial, sans-serif;
	font-size: 0.9em;
	}
		
div.hr {
	height: 1px;
	border-bottom: 1px dashed #ccc;
	}
	div.hr hr {
		display: none;
		}

div#container
{
	margin-left: auto;
	margin-right: auto;
	width: 868px;
	text-align: left;
	-moz-box-shadow: 0px 0px 40px #000;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color: #456;
	}

div#admin {
	width: 868px;
	text-align: center;
	padding-bottom: 20px;
	}

div#splash {
	background: url("/images/mainimage2.jpg") no-repeat;
	height: 352px;
	position: relative;
	}

div#logo h1 {
	margin: 0px;
	position: absolute;
	left: -8000px;
}
	
div#menu {
	position: relative;
	overflow: hidden;
	background: url(/images/bg_menu.png);
	text-align: center;
	border-bottom: 1px solid #cab928;
	-moz-border-radius: 20px 20px 0px 0px;
	-webkit-border-radius: 20px 20px 0px 0px;
	border-radius: 20px 20px 0px 0px;
	}
	div#menu ul {
		list-style-type: none;
		margin: 0px auto;
		width: 760px;
		}
		div#menu ul li {
			float: left;
			padding: 19px 9px;
			text-transform: uppercase;
			color: #fff;
			font-size: 1.3em;
font-family: 'arial narrow', arial, sans-serif;
			cursor: pointer;
			}
		div#menu ul li:hover {
			background: url(/images/bg_menu_hover.png);
		}
		div#menu ul li a {
			text-decoration: none;
			color: #73680b;
			}
		div#menu ul li a:hover {
			color: #73680b;
		}

div#maincontent {
	background-color: #585858;
	}
div#maincontent table {
	width: 848px;
	}

div#maincontent ul#news {
list-style: none;
margin: 10px 20px 0px 20px;
}
div#maincontent ul#news li {
color: #ddd;
border-bottom: 1px dotted #777;
}

div#content {
	position: relative;
	}
	div#content>div {
		padding: 20px;
		color: #ddd;
		font-size: 1.1em;
		padding-right: 80px;
		position: relative;
		}
		div#content>div a {
			color: #a40005;
			}
	div#content img.admin_edit_icon {
		right: 30px;
		bottom: 20px;
		}
	div#content img.admin_add_icon {
		right: 30px;
		bottom: 20px;
		}

div#cars {
	}
	div#cars ul {
		list-style: none;
		}
		div#cars ul li {
			float: left;
			margin: 8px;
			-moz-box-shadow: 4px 4px 10px #222;
			-webkit-box-shadow: 4px 4px 10px #222;
			box-shadow: 4px 4px 10px #222;
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
			border-radius: 6px;
			cursor: pointer;
			}
			div#cars ul li .car {
				position: relative;
				width: 235px;
				height: 250px;
				border: 1px solid #ededed;
				background: #fff;
				color: #444;
				padding: 8px;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
				border-radius: 6px;
				}
			div#cars ul li .car img {
				width: 235px;
				}
			div#cars ul li .car .car_price {
				position: absolute;
				right: 0px;
				top: 0px;
				background-color: #822;
				padding: 4px 8px;
				width: 90px;
				text-align: center;
				-moz-border-radius: 0px 6px 0px 6px;
				-webkit-border-radius: 0px 6px 0px 6px;
				border-radius: 0px 6px 0px 6px;
				color: #ddd;
				font-size: 1.1em;
				}
			div#cars ul li .car .car_price a {
				color: #fff;
				}
			div#cars ul li h4 {
				margin: 4px 0px;
				font-size: 0.9em;
				}
			div#cars ul li p {
				font-size: 0.8em;
				}
		div#cars ul a {
			color: #444;
			}

div#car_topmenu {
background-color: #777;
padding: 0px;
}
div#car_topmenu ul {
list-style: none;
margin: 0px 0px 20px 0px;
}
div#car_topmenu ul li {
float: left;
padding-right: 25px;
margin-left: 20px;
border-right: 1px dotted #bbb;
}
div#car_topmenu ul li img {
	margin-right: 8px;
}
div#car_topmenu ul li a {
color: #fff;
}

div#car_info {
width: 400px;
float: left;
}
div#car_info .car_price {
padding: 12px;
background-color: #822;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
margin-bottom: 16px;
font-size: 1.6em;
color: #ddd;
text-align: center;
}
div#car_info table {
width: 400px;
}
div#car_info table tr td {
padding: 8px;
border-bottom: 1px solid #777;
}

div#car_photos {
float: right;
width: 350px;
}
div#car_photos img#car_photo_big {
margin-bottom: 4px;
}
div#car_photos img {
cursor: pointer;
}
		
div#add_news_div {
	position: absolute;
	display: none;
	width: 420px;
	background-color: #999;
	padding: 20px;
	border: 2px solid #555;
	z-index: 100;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-left: 20px;
	}
		
div#news_holder div.news_holder {
	position: relative;
	width: 220px;
	overflow: hidden;
	}			
	div#news_holder img.admin_remove_icon {
		right: 0px;
		}
	div#news_holder div.news_edit_holder {
		width: 620px;
		display: none;
		}
		div#news_holder div.news_edit_holder input.news_edit_input_text {
			width: 600px;
			font-size: 1.3em;
			font-weight: bold;
			padding: 4px;
			}
		div#news_holder div.news_edit_holder textarea.news_edit_textarea {
			width: 600px;
			height: 200px;
			padding: 4px;
			font-size: 1em;
			}
		div#contactform {
			float: left;
			}
		div#contactinfo {
			float: right;
			}

div.section_edit_holder {
	width: 620px;
	display: none;
	}
	div.section_edit_holder input.section_edit_input_text {
		width: 600px;
		font-size: 1.3em;
		font-weight: bold;
		padding: 4px;
		}
	div.section_edit_holder textarea.section_edit_textarea {
		width: 600px;
		height: 200px;
		padding: 4px;
		font-size: 1em;
		}
	div.section_edit_holder div#gallery_photos {
		height: 150px;
		width: 650px;
		overflow: auto;
		border: 1px dashed #c5c5c5;
		}

div#alert_message {
	border: 1px solid #b6b6b6;
	background-color: #e8e8e8;
	padding: 20px;
	color: #444;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	}
		
div#footer {
	text-align: center;
	padding: 20px;
	background: url(/images/bg_footer.png);
	color: #ccc;
	margin-bottom: 20px;
	border-top: 1px solid #2f2f2f;
	-moz-border-radius: 0px 0px 20px 20px;
	-webkit-border-radius: 0px 0px 20px 20px;
	border-radius: 0px 0px 20px 20px;
	}
	div#footer strong {
		font-size: 120%;
	}
	div#footer table {
		text-align: left;
		width: 70%;
		}

.admin_icon {
	vertical-align: middle;
	border: 0;
	position: absolute;
	margin-top: 2px;
	display: block;
	}
.admin_add_icon {
	right: 15px;
	}
.admin_remove_icon {
	right: 0px;
	bottom: 0px;
	}
.admin_edit_icon {
	right: 30px;
	bottom: 10px;
	}
.admin_product_icon {
	bottom: 10px;
	right: 10px;
	}
.admin_photo_icon {
	bottom: 42px;
	right: 10px;
	}
.admin_main_icon {
	vertical-align: middle;
	border: 0;
	}
.admin_input {
	display: none;
	color: #888;
	}
	.admin_input:focus {
		color: #333;
		}

.clear{
	clear: both;
	}