/*
 * Stylesheet gia Chevrolet Kakouros. Copyright (C) 2011.
 *
 */

/* Genika styles */

* {
	padding: 0;
	margin: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	background: url('../images/chevrolet/background-big.jpg') fixed no-repeat;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	color: #555753;
}

a img {
	border: 0px;
}

a {
	color: #1180c7;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
}

h1 {
	border-bottom: 1px solid #babdb6;
	padding-bottom: 7px;
	font-size: 1.8em;
	margin: 10px 0;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

.green {
	color: #4e9a06;
}

.clear {
	clear: both;
}

/* Back button me fixed position */	

span#back-button {
	transition: left 0.3s ease;
	-moz-transition: left 0.3s ease;
	-webkit-transition: left 0.3s ease;
	border: 1px solid #babdb6;
	text-decoration: none;
	background: #eeeeec;
	cursor: pointer;
	position: fixed;
	z-index: 1000;
	width: 255px;
	height: 50px;
	top: 50%;
	left: -210px;
}

span#back-button:hover {
	left: 0;
}

/* Styles gia tin kentriki selida */

div#page {
	border: 0 1px solid #000;
	margin: 0 auto;
	width: 960px;
	min-height: 100%;
}

/* Header - Pano meros */

div#page #header {
	position: relative;
	width: 100%;
	height: 100px;
}

/* Logo */

div#page #logo {
	position: absolute;
	top: 15px;
	left: 20px;
}

div#page #dealer-logo {
	position: absolute;
	top: 16px;
	left: 195px;
}

/* Navigation */

div#page #navigation {
	position: absolute;
	bottom: 0;
	right: 0;
}

div#navigation ul {
	list-style-type: none;
}

div#navigation ul li {
	float: left;
}

div#navigation .nav-offers {
	background: url('../images/chevrolet/nav-offers.jpg') no-repeat 0 0;
	width: 120px;
	height: 31px;
}

div#navigation .nav-offers:hover {
	background: url('../images/chevrolet/nav-offers-hover.jpg') no-repeat 0 0;
}

div#navigation .nav-company {
	background: url('../images/chevrolet/nav-company.jpg') no-repeat 0 0;
	width: 101px;
	height: 31px;
}

div#navigation .nav-company:hover {
	background: url('../images/chevrolet/nav-company-hover.jpg') no-repeat 0 0;
}

div#navigation .nav-experience {
	background: url('../images/chevrolet/nav-experience.jpg') no-repeat 0 0;
	width: 220px;
	height: 31px;
}

div#navigation .nav-experience:hover {
	background: url('../images/chevrolet/nav-experience-hover.jpg') no-repeat 0 0;
}

div#navigation .nav-owners {
	background: url('../images/chevrolet/nav-owners.jpg') no-repeat 0 0;
	width: 160px;
	height: 31px;
}

div#navigation .nav-owners:hover {
	background: url('../images/chevrolet/nav-owners-hover.jpg') no-repeat 0 0;
}

/* Top links sto header */

div#header #top-links {
	position: absolute;
	font-size: 0.9em;
	right: 10px;
	top: 20px
}

div#top-links ul {
	list-style-type: none;
}

div#top-links ul li {
	display: inline;
}

div#top-links ul li a {
	font-size: 0.95em;
	color: #555;
}

/* Style gia slideshow gallery */

div#container #slideshow {
	list-style: none;
	color: #fff;
}

div#container #slideshow span {
	display: none;
}

div#container #wrapper {
	margin: 0 0 10px;
	display: none;
}

div#container #wrapper * {
	margin: 0;
	padding: 0;
}

div#container #fullsize {
	position: relative;
	width: 960px;
	height: 300px;
	background: #fff;
}

div#container #image {
	width: 960px;
}

div#container #image img {
	position: absolute;
	z-index: 25;
	width: auto;
}

div#container #thumbnails {
	position: relative;
	bottom: 54px;
	right: 10px;
	z-index: 500;
}

div#container #slideleft {
	display: none;
}

div#container #slideright {
	display: none;
}

div#container #slidearea {
	position: absolute;
	overflow: hidden;
	width: 934px;
	height: 45px;
	float: left;
}

div#container #slider {
	position: absolute;
	height: 45px;
	right: 0;
}

div#container #slider img {
	border: 1px solid #666;
	cursor: pointer;
	padding: 1px;
	width:  128px;
	height:  40px;
}

/* Eikones-Links stin kentriki selida */

div#main-content #main-imagelinks {
	text-align: center;
}

/* Content stis ypoleipes selides */

div#container #content {
	padding: 20px 20px 0 230px;
	text-align: justify;
	position: relative;
}

div#container #content #content_cars {
	margin-top: 15px;
}

div#container #content #content_cars .content_car {
	margin-top: 15px;
	margin-right: 15px;
	position: relative;
	width: 500px;
	height: 150px;
	float: left;
}

div#container #content #content_cars .content_car img {
	margin-right: 10px;
	float: left;
}

div#container #content #content_cars .content_car p {
	font-size: 0.9em;
}

div#container #content #content_cars .get_car {
	text-decoration: underline;
	position: absolute;
	font-weight: bold;
	float: right;
	bottom: 0;
	right: 0;
}

div#container #content #content_cars .car_price {
	position: absolute;
	font-weight: bold;
	bottom: 18px;
	left: 215px;
}

div#container #content #content_cars .car_price del {
	font-weight: normal;
	color: #a40000;
}

div#content #sidebar {
	position: absolute;
	width: 190px;
	top: 76px;
	left: 16px;
}

div#content #sidebar .side-button {
	border-bottom: 1px solid #D9DADC;
	padding: 5px 0 0 10px;
	font-size: 0.9em;
	width: 190px;
	height: 22px;
}

div#content #sidebar .side-button a {
	color: #000;
}

div#content #sidebar .side-button.select {
	border-bottom: 1px solid #D9DADC;
	border-top: 1px solid #D9DADC;
	background: #E8AE05;
	font-size: 0.9em;
	width: 190px;
	height: 22px;
	color: #fff;
}

/* Forma epikoinonias */

div#contact_form {
	width: 100%;
	height: 340px;
	font-weight: bold;
}

/* Epikoinonia */

div#contact_wrapper {
	width: 100%;
	height: 570px;
}

div#contact_wrapper #info {
	border: 1px solid #999;
	border-radius: 5px;
	text-align: center;
	padding-top: 20px;
	margin-top: 20px;
	width: 230px;
	height: 200px;
	float: left;
}

div#contact_wrapper #contact-box {
	border: 1px solid #999;
	border-radius: 5px;
	text-align: justify;
	padding: 20px 20px 0;
	margin-right: 25px;
	margin-top: 20px;
	width: 230px;
	height: 200px;
	float: left;
}

div#contact-box p {
	padding: 10px 0 20px;
}

div#contact-box #contact-button {
	background: #fff url('../images/chevrolet/send-button.png') repeat-x 0 0;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-weight: bold;
	padding: 4px 10px;
	color: #fff;
}
	
div#contact {
	font-weight: bold;
	width: 260px;
	float: left;
}

div#contact label {
	display: block;
}

div#contact input,
div#contact textarea {
	width: 100%;
	margin: 5px 0 10px 0;
}

div#contact .submit-button {
	margin-left: 75px;
	width: 100px;
}

/* Footer sto kato meros tis selidas */

div#footer,
div#copyright {
	border-top: 1px solid #babdb6;
	font-size: 0.80em;
	margin: 10px 20px;
	padding: 10px 25px;
	color: #000;
}

div#footer ul {
	list-style-type: none;
	margin-right: 30px;
	float: left;
}

div#footer ul li {
	padding-top: 2px;
}

div#footer ul li a {
	color: #000;
}

div#copyright {
	margin: 10px 20px 0;
}

div#disclaimer {
	border-top: 1px solid #babdb6;
	font-size: 0.85em;
	margin: 0 20px;
	padding: 10px 25px;
	color: #7E7E7E;
}

/* Styles gia popup */

.tbox {
	position: absolute;
	font-size: 0.9em;
	display: none;
	padding: 14px 17px;
	z-index: 900;
}

.tinner {
	padding: 15px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff url('../images/shared/preload.gif') no-repeat 50% 50%;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

.tmask {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	z-index: 800;
}
.tclose {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url('../images/shared/close.png') no-repeat;
}

.tclose: hover {
	background-position: 0 -30px;
}
