@charset "utf-8";

/* COMMON ************************************************************************************/

body {
	background: #161616 url(../img/common/bg2.png) repeat-y center;
	margin: 0;
}
body.services {
	background-image: url(../img/services/bg2.png);
}
body.company {
	background-image: url(../img/company/bg2.png);
}
body.limousines {
	background-image: url(../img/limousines/bg2.png);
}
body, td, div, input, textarea {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}
form {
	padding: 0;
	margin: 0;
}
a {
	color: #ffd800;
	text-decoration: none
}
a:hover {
	text-decoration: underline;
}
label {
	cursor: hand;
	cursor: pointer;
}
table, img {
	border: 0;
}


/* PNG 32 *************************************************************************************/
img.png {
	behavior: url(gene/css/png.htc);
}

/* STRUCTURE **********************************************************************************/

#main {
	width: 100%;
	height: 496px;
	min-height: 496px;
	background: url(../img/common/bg1.png) no-repeat center top;
}
#content {
	position: relative;
	margin: 0 auto;
	width: 760px;
}
#logo2 {
	float: right;
}
#header {
	background: #000;
}
#headerswf {
	position: absolute;
	left: 93px;
	top:80px;
	background: #000;
	width: 350px;
}
#anim1 {
	padding: 1px 0;
	border-bottom: 1px solid #FFF;
}
#stocks {
	border-bottom: 1px solid #FFF;
	height: 26px;
}
#txt {
	width: 540px;
	padding: 0 20px 20px 200px;
}

/* ZONES **************************************************/

#menu {
	height: 24px;
	background: url(../img/menu/bg.png);
	border-bottom: 1px solid #FFF;
}
#menu div a {
	display: block;
	height: 24px;
	background-position: top;
}
#menu div a:hover, #menu div a.active {
	background-position: bottom;
}
#menu div div a {
	background: #292929;
	color: #FFF;
	border-bottom: 1px solid #FFF;
	display: block;
	width: 100%;
	height: auto;
	text-decoration: none;
	padding: 4px 11px;
}
#menu div div a:hover {
	color: #ffd800;
}
#menu div a i {
	display: none;
}
.menucat {
	float: left;
}
.menucat div {
	position: absolute;
	z-index: 1000;
	width: 150px;
}
#menu1_a {
	background-image: url(../img/menu/1.png);
	width: 74px;
}
#menu2_a {
	background-image: url(../img/menu/2.png);
	width: 78px;
}
#menu3_a {
	background-image: url(../img/menu/3.png);
	width: 87px;
}
#menu4_a {
	background-image: url(../img/menu/4.png);
	width: 97px;
}
#menu5_a {
	background-image: url(../img/menu/5.png);
	width: 75px;
}
#menu6_a {
	background-image: url(../img/menu/7.png);
	width: 73px;
}

#version_a {
float: right;
	margin-right: 10px;
	background-image: url(../img/menu/fr.png);
	width: 25px;
}
/*
#contact {
	float: right;
	margin-right: 23px;
}
#contact a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	line-height: 24px;
}
#contact a:hover {
	color: #ffd800;
}
*/

/* CLASSES ***********************************************************************************/

.y {
	color: #ffd800;
	font-weight: bold;
}
#smallfleet a img {
	margin: 0 3px;
	border: 1px solid #ffd800;
	width: 70px;
	height: 70px;
}
#frmcontact td {
	color: #ffd800;
	padding-bottom: 10px;
}

.input {
	width: 200px;
	color: #000;
	border: none;
	text-indent: 2px;
}
textarea {
	width: 320px;
	height: 125px;
	color: #000;
	border: none;
	padding: 2px;
	overflow: auto;
}
