@import url('lightbox.css');

body {
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background: #CBC8C8 url('../images/bg1.jpg') repeat-x  0% 0%; 
	font-family: Arial,Tahoma,Verdana;
	font-size: 12px;
}
img {
	border: 0px;
}
.design {
	color: #4F4F4F;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.design a {
	color: #4F4F4F;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.menu1 {
	color: #E6E5E5;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	margin-right: 25px;
	margin-left: 25px;
}
.menu1 a {
	color: #E6E5E5;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	margin-right: 25px;
	margin-left: 25px;
}
.menu1 a:hover {
	color: #6B6A6A;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.menu2 {
	color: #6B6A6A;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.menu2 a {
	color: #6B6A6A;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
div#menu {
	border: 0px solid white;
	width: 933px; 
	height: 55px; 
	background: url('../images/menu.jpg'); 
	margin-left: auto; 
	margin-right: auto;
	padding: 0px;
}
div#header {
	border: 0px solid white;
	width: 933px; 
	height: 204px; 
	background: url('../images/header.jpg'); 
	margin-left: auto; 
	margin-right: auto;
	padding: 0px;
}
div#middle {
	border: 0px solid white;
	width: 933px; 
	height: 30px; 
	background: url('../images/middle.jpg') no-repeat; 
	padding: 0px;
}
div#content {
	border: 0px solid white;
	width: 933px; 
	background: #000000 url('../images/bg.jpg');
	margin-left: auto; 
	margin-right: auto;
	padding: 0px;
	color: #A0A0A0;
}
div#bottom {
	border: 0px solid white;
	clear: both;
	width: 933px; 
	height: 45px; 
	background: url('../images/bottom.gif'); 
	margin-left: auto; 
	margin-right: auto;
	padding: 0px;
}
.sep {
	position: relative;
	width: 1px;
	height: 16px;
	top: 10px;
}
.logo {
	position: relative; 
	width: 147px; 
	left: 31px;
}
.txt {
	color: #A0A0A0;
	font-family: Arial;
	font-size: 12px;
	padding-left: 10px;
	padding-top: 10px;
}
div#left {
	width: 8px; 
	height: 590px; 
	float: left; 
	position: relative; 
	margin-top: 150px; 
	background: url('../images/l.png') no-repeat; 
	border: 0px solid white;
}
div#center {
	width: 933px; 
	position: relative; 
	float: left; 
	top: 0px; 
	border: 0px solid white;
}
div#right {
	width: 8px; 
	height: 590px; 
	float: left; 
	left: 0px; 
	margin-top: 150px;
	position: relative; 
	background: url('../images/r.png') no-repeat;  
	border: 0px solid white; 
}

/* Styles used for the content */
.right_content{
  width: 688px; 
  min-height:500px;
  float: right; 
  position: relative; 
  background: url('../images/right.jpg') no-repeat 0% 0%; 
  text-align:justify;
}
.clear_content{
  clear:both; 
  background: url('../images/bg.jpg');  
  height: 20px;
}
.content_padding {
  padding: 20px;
	text-align: justify;
	font-family: Arial;
	font-size: 12px;
}

/* Styles used for the catalog */
.preview_bg{ 
  position: relative;
  float: left; 
  width: 245px;
  height: auto;
  text-align: center;
  background: url('../images/left.jpg') no-repeat 100% 0%; 
}
.preview{ 
  position: relative;
  width: 200px;
  height: 400px;
  top: 12px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: scroll;
  text-align: right;
  text-align: center;
}
.preview_item{ 
  position: relative; 
  float: right;
  width: 178px; 
  height: 150px;
  text-align: center;
  background: url('../images/left_item.gif') repeat-x 100% 0%; 
}
.preview_item_text{
  height: 30px;
  padding: 6px 4px 0px 4px;
  text-align: center;
}
.preview_item_text a{
  font-family: Arial;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  color: #919293;
}
.preview_img {
  width:140px;
  height:105px;
}

/* Styles used for the categories */
.category{
  position: relative; 
  float: left; 
  width: 280px; 
  height: 210px; 
  background-color: gray;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  margin: 10px;
  text-align: center;
  cursor: pointer;
}
.category .category_name{
  position: relative;
  width: 120px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  /*border: 1px solid white;*/
  padding-top: 5px;
}
.category .category_name .category_name_item{
  position: relative;
  float: left;
  height: 25px;
  background-repeat: no-repeat;
}
.category_name_text a{
  font-family: Arial; 
  font-size: 14px;
  font-weight: bold;
  color: #A0A0A0;
  text-decoration: none;
}

/* Styles used for the autos */
.category .auto_name{
  position: relative;
  width: 160px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  /*border: 1px solid white;*/
  padding-top: 5px;
}
.category .auto_name .auto_name_item{
  font-family: Arial; 
  position: relative;
  float: left;
  height: 25px;
  background-repeat: no-repeat;
}
.auto_name_text a{
  font-family: Arial; 
  font-size: 11px;
  line-height: 90%;
  font-weight: normal;
  color: #A0A0A0;
  text-decoration: none;
}
.tbl td{
	background-color: #292828;
	height: 20px;
	text-align: center;
}
.tbl1 {
  border: 0px; 
  margin: 30px 10px 10px 35px;
  font-family: Arial;
  font-size: 12px;
}
.price_cell {
  text-align: center;
  color: #fff;
}
input {
  border: 1px solid #c8c8c8;
}
textarea {
  border: 1px solid #c0c0c0;
}
select {
  border: 1px solid #c0c0c0;
}
.dds {
  float:right; 
  margin-right:20px; 
  font-size:12px;
  color: #4F4F4F;
}
#promo {
  float: left; 
  position:relative; 
  left: 7px;
  margin-right: 20px;
  width: 300px;
  height: auto;
}
#promo_title { 
  width: 280px; 
  height: 25px; 
  padding: 24px 0px 0px 20px;
  text-align:left;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background: url('../images/promo_title.jpg');
}
#promo_title a {
  text-decoration:none;
  color: #fff;
}
#promo_content { 
  width: 300px; 
  height: auto; 
  text-align:center;
  background: #2a2929;
}
#promo_content img {
  width: 262px;
  height: 196px;
  border:1px solid #cbcbcb;
}
#promo_price { 
  width: 280px; 
  height: 30px; 
  padding: 10px 20px 0px 0px;
  text-align:right;
  color: #f49f2b;
  font-weight: bold; 
  font-size:16px; 
  background: url('../images/promo_price.jpg');
}
#promo_tit {
  color: #f49f2b;
  font-weight: bold;
  font-size: 13px;
}

#rentcar {
  float: left; 
  position:relative; 
  left: 7px;
  margin: 20px 10px 0px 20px; 
  width: 300px;
  height: auto;
}
#rentcar_title { 
  width: 280px; 
  height: 25px; 
  padding: 24px 0px 0px 20px;
  text-align:left;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background: url('../images/promo_title.jpg');
}
#rentcar_title a {
  text-decoration:none;
  color: #fff;
}
#rentcar_content { 
  width: 300px; 
  height: auto; 
  text-align:center;
  background: #2a2929;
}
#rentcar_content img {
  width: 262px;
  height: 196px;
  border:1px solid #cbcbcb;
}
#rentcar_price { 
  width: 280px; 
  height: 30px; 
  padding: 10px 20px 0px 0px;
  text-align:right;
  color: #f49f2b;
  font-weight: bold; 
  font-size:14px; 
  background: url('../images/promo_price.jpg');
}
#rentcar_tit {
  color: #f49f2b;
  font-weight: bold;
  font-size: 13px;
}
#car_container {
  float:left; 
  position:relative; 
  width:600px; 
  margin: 10px 0px 0px 20px;
}
.pic {
  width:330px;
  float:left; 
  position:relative; 
  margin: 10px 0px 10px 20px;
}
#picture_container {
  float:left; 
  position:relative; 
  width:600px; 
  margin: 10px 0px 0px 40px;
}
#picture_container a img{
  border: 1px solid #8b8b8b;
  width: 80px;
  height: 60px;
  float: left;
  position: relative;  
  margin: 0px 10px 10px 0px;
}
#picture_container a img:hover{
  border: 1px solid #fff;
}
#price_container {
  float:left; 
  position:relative; 
  width:600px; 
  margin: 10px 0px 0px 40px;
}
span.orange {
  font-weight:bold;
  color:#f49f2b;
}
#sozopol_pix {
  width:650px;
}
#sozopol_pix img{
  float:left;
  position:relative;
  width: 150px;
  height: auto;
  margin: 0px 8px 8px 0px;
  border:1px solid #434142;
}
a.gray {
  color: #4F4F4F;
  text-decoration:none;
}
/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 100%; /* Set to gallery width, in px or percentage */
height: 120px; /* Set to gallery height */
background: #292929;
}
#motioncontainer img {
  width: 150px;
  height:auto;
  margin-right: 10px;
  margin-top: 15px;
}
#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid #c0c0c0; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: lightblue; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */
#winter {
float:left;
position:relative;
width: 250px;
height:auto;
padding:5px;
}
#summer {
float:left;
position:relative;
left: 30px;
width: 250px;
height:auto;
padding:5px;
}
#winter1 {
float:left;
position:relative;
width: 250px;
height:20px;
background: #656766 url('../images/reserve3.jpg') repeat-x;
padding:5px;
color:#fff;
}
#summer1 {
float:left;
position:relative;
left: 30px;
width: 250px;
height:20px;
background: #656766 url('../images/reserve3.jpg') repeat-x;
padding:5px;
color:#fff;
}