/* =CSS RESET
===========================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
b,strong{
	font-weight:bold;
}
i,em{
	font-style:italic;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need cellspacing='0' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =DEFAULTS
===========================================*/
.break {
	clear:both;
	height: 0px;
	overflow: hidden;
}
.clear {
	clear: both !important;
}
i, .none {
	display: none;
}
.text_center {
	text-align:center;
}
.text_right {
	text-align: right;
}
.float_left {
	float: left;
}
img.float_left {
	margin: 0px 20px 10px 0px;
	padding: 2px;
	background: #f1f1f1;
	border: 1px dotted #ccc;
}
.float_right {
	float: right;
}
img.float_right {
	margin: 0px 0px 10px 20px;
	padding: 2px;
	background: #f1f1f1;
	border: 1px dotted #ccc;

}
a {
	cursor: pointer;
	color: #da251d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
/* =LAYOUT
===========================================*/
body {
	background:url(../images/bg_site.png);
	font: 12px/16px Verdana, Geneva, sans-serif;
	color: #444;
	text-align: center;
}

#header {
	width: 980px;
	height: 174px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background: url(../images/homepage_bg.png) no-repeat;
	z-index: 100;
}
#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background: url(../images/container_bg.png) repeat-y;
}
/* =HEADER
===========================================*/
#logo a {
	display: block;
	width: 180px;
	height: 66px;
	text-indent: -9999px;
	background: url(../images/colina_logo.png) no-repeat;
	position: absolute;
	top: 64px;
	left: 49px;
}
#header h2 {
	width: 436px;
	height: 25px;
	background: url(../images/colina_slogan.png) no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 75px;
	right: 43px;
}
#header ul {
	position: absolute;
	top: 135px;
	left: 15px;
}
#header ul li {
	height: 39px;
	float: left;
	position: relative;
}
li.bullet {
	width: 10px;
	background: url(../images/menu/bullet.png) no-repeat center center;
}
li.bullet span {
	display: none;
	visibility: hidden;
}
#header ul li a {
	display: block;
	height: 39px;
	text-indent: -9999px;
	background-position: left bottom;
	float: left;
	clear: both;
	overflow: hidden;
}
#menu li a span {
	display:block;
	height:39px;
	background-position: left top !important;
	float: left;
	clear: both;
	text-indent: 9999px;
	margin-bottom: 100px;
}

a.m1, a.m1 span {
	width: 73px;
	background: url(../images/menu/acasa.png);
}
a.m2, a.m2 span {
	width: 126px;
	background: url(../images/menu/colina.png);
}
a.m3, a.m3 span {
	width: 68px;
	background: url(../images/menu/marci.png);
}
a.m4, a.m4 span {
	width: 78px;
	background: url(../images/menu/servicii.png);
}
a.m5, a.m5 span {
	width: 148px;
	background: url(../images/menu/proiecte.png);
}
a.m6, a.m6 span {
	width: 81px;
	background: url(../images/menu/noutati.png);
}
a.m7, a.m7 span {
	width: 136px;
	background: url(../images/menu/oferte.png);
}
a.m8, a.m8 span {
	width: 79px;
	background: url(../images/menu/contact.png);
}
a.m9, a.m9 span {
	width: 81px;
	background: url(../images/menu/cariere.png);
}


/* =MAIN MENU DROP DOWN
===========================================*/
#menu li .drop {
	padding: 10px;
	background: url(../images/bg_sub.png) repeat;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	position: absolute;
	top: 39px;
	left: 0px;
	display: none;
	line-height: normal !important;
	width: auto;
}
.drop ol {
	width: 180px;
}
.drop li {
	height: auto !important;
	float: none !important;
	margin-left: 0px;
	border-bottom: 1px dotted #7a0000;
}

.drop a, .drop a.on {
	color: #fff !important;
	font: bold 12px Arial, Helvetica, sans-serif !important;
	height: auto !important;
	text-indent: 0px !important;
	float: none !important;
	padding: 3px 3px 3px 16px;
	background: transparent url(../images/bg_site.png) no-repeat 7px 9px !important;
}
.drop a:hover, .drop a.on:hover {
	text-decoration: none !important;
	color: #333 !important;
	background: #fff url(../images/bg_site.png) no-repeat 7px 9px !important;
}


/* =LEFT
===========================================*/

#left {
	float: left;
	margin-left: 15px;
	display: inline;
	width: 320px;
}

.divisions li {
	height: 70px;
	font-size: 0px;
}
.divisions li a {
	display: block;
	width: 320px;
	height: 70px;
	position: relative;
	color: #605d5c;
	background: url(../images/leftmenu_home2.png);
}
.divisions li.first a {
	background: url(../images/leftmenu_home1.png) !important;
}
.divisions li a img {
	position: absolute;
	left: 12px;
}
.divisions li a span {
	display: block;
	width: 155px;
	position: absolute;
	left: 145px;
	font: normal 11px Arial, Helvetica, sans-serif;
	top: 18px;
	line-height: 12px !important;
}
.more_text a span {
	top: 10px !important;
}
.divisions li a strong {
	color: #0359c3;
}
.divisions li a:hover, .divisions li.first a:hover {
	background-position: bottom left !important;
	text-decoration: none;
	color: #222;
}

.newsletter_subscribe {
	height: 49px;
	background: url(../images/newsletter_bg.png);
	padding: 10px;
	color: #383535;
}
.newsletter_subscribe h3 {
	font: bold 12px Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
.newsletter_subscribe input {
	width: 150px;
	height: 18px;
	background: #fff;
	border: 1px solid #c6c5c5;
	padding-left: 2px;
	font-size: 11px;
}
.newsletter_subscribe button {
	margin: 0; 	padding: 0;
	background: none; border: none;
	vertical-align:bottom;
	margin-bottom: -4px;
	margin-left: -3px;
	cursor: pointer;
}

.newsletter_subscribe_page {
	color: #383535;
}
.newsletter_subscribe_page h3 {
	font: bold 12px Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
.newsletter_subscribe_page input {
	width: 150px;
	height: 18px;
	background: #fff;
	border: 1px solid #c6c5c5;
	padding-left: 2px;
	font-size: 11px;
}
.newsletter_subscribe_page button {
	margin: 0; 	padding: 0;
	background: none; border: none;
	vertical-align:bottom;
	margin-bottom: -4px;
	margin-left: -3px;
	cursor: pointer;
}

.leftmenu2 {
	margin-bottom: 20px;
}
.leftmenu2 li {
	width: 215px;
	height: 24px;
}
.leftmenu2 li a {
	display: block;
	width: 190px;
	padding-left: 25px;
	height: 20px;
	padding-top: 4px;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: url(../images/leftmenu2_bg.png) top left;
	color: #383535;
}
.leftmenu2 li a:hover {
	background-position: bottom left;
	color: #da251d;
}

.inner #left {
	width: 270px;
}
.inner .divisions li a {
	width: 270px;
	background: #fff url(../images/leftmenu_inner2.png) no-repeat !important;
}
.inner .divisions li.first a {
	background: #fff url(../images/leftmenu_inner1.png) no-repeat !important;
	width: 270px;
}
.inner .divisions li a:hover {
	background-position: bottom left !important;
	text-decoration: none;
}
.inner .newsletter_subscribe {
	background: url(../images/newsletter_bg_inner.png);
}


/* =RIGHT
===========================================*/
#right {
	float: left;
	width: 600px;
	min-height: 710px;
	padding: 20px;
	padding-right: 10px;
	background: url(../images/bg_contenthome.png) no-repeat top left;
}
.inner #right {
	width: 650px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 20px;
	background: #fff url(../images/bg_inner.png) repeat-y top left;
}
#right .top {
	height: 21px;
	background: url(../images/bg_contentinner.png) no-repeat;
	margin: -20px -20px 0px -20px;
}
.flashmovie {
	margin-bottom: 20px;
}
#right h1 {
	font: normal 18px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #ff4e00;
	padding-bottom: 4px;
	margin-bottom: 15px;
	margin-right: -10px;
}
#right h2 {
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #262626;
	margin-bottom: 15px;
}
.home #right h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #ff4e00;
	padding-bottom: 4px;
	margin-bottom: 10px;
	margin-right: -10px;
	position: relative;
}
.home #right h2 a {
	position: absolute;
	right: 20px;
	font-size: 10px !important;
	top: 4px;
	color: #605d5c;
	padding-left: 5px;
	background: url(../images/bullet.png) no-repeat left center;
}
.home #right h2 a:hover {
	text-decoration: underline;
	color: #da251d;
}
#right h3 {
	font: bold 18px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #da251d;
	margin-bottom: 12px;
}
.brand_logo {
	float: left;
	margin: 0px 30px 30px 0px;
	display: inline;
}
#right p {
	margin-bottom: 15px;
}
#right ul {
	margin-left: 20px;
	margin-bottom: 20px;
	list-style-image: url(../images/list_bullet.png);
}
#right ol {
	margin-left: 25px;
	margin-bottom: 20px;
	list-style-type: decimal; 
}
#right ul li, #right ol li {
	margin-bottom: 5px;
}
#right ul h2 {
	margin-bottom: 0px;
}
.homenews {
	list-style-image: none !important;
	margin: 0 !important;
}
.homenews li {
	width: 287px;
	height: 102px;
	float: left;
	margin-bottom: 15px !important;
}
.homenews li.last {
	margin-left: 14px;
	display: inline;
}
.homenews li a {
	display: block;
	width: 265px;
	height:80px;
	border: 1px solid #ddd;
	background: #eae9e9;
	padding: 10px;
	position: relative;
	text-decoration: none;
	color: #605d5c;
	font-size: 11px;
	line-height: normal !important;
}
.homenews li a img {
	float: left;
	border: 1px solid #fff;
	display: inline;
	margin-right: 10px;
}
.homenews li a span.date {
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	color: #da251d;
}
.homenews li a:hover {
	border-color: #da251d;
	background: #fff;
	text-decoration: none;
}

.newslist div {
	padding-left: 85px;
	clear: both;
	overflow: auto;
	padding-bottom: 5px;
	border-bottom: 1px solid #dedede;
	margin-bottom: 10px;
}
.newslist.nomargin div {
	padding-left: 0px;	
}
.newslist div img {
	margin-left: -85px;
	display: inline;
	float: left;
}
span.date {
	font-size: 10px;
	font-weight: bold;
	color: #DA251D;
}




.photogallery {
	list-style-image: none !important;
	margin-left: -15px !important;
}
.photogallery li {
	width: 149px;
	float: left;
	margin-left: 15px !important;
	margin-bottom: 15px !important;
	display: inline;
}
.photogallery li.clearfix {
    clear: both !important;
    width: 100%;
    height: 10px;
    margin-bottom: 0px !important;
    *float: none;
}
.photogallery li a {
	text-decoration: none;
}
.photogallery li a:hover {
	color: #000;
	text-decoration: none !important;
}
.photogallery li a img  {
	background: url(../images/bg_photo_thumb.png) no-repeat top left;
	width: 143px;
	height: 108px;
	padding:3px;
}
.photogallery li a:hover img  {
	background-position: bottom left;
}

.team {
	width: 285px;
	height: 125px;
	float: left;
	margin-right: 25px;
	margin-bottom: 30px;
	position: relative;
}
.team .photo {
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 2px;
	background: #f1f1f1;
	border: 1px dotted #ccc;
}
.team h2 {
	margin-bottom: 0px !important;
}
.team span {
	padding-left: 20px;	
	display: block;
	position: absolute;
	font-size: 11px;
}
.team .tel {
	background: url(../images/icon_tel.png) no-repeat 4px 0px;
	top: 65px;
	left: 115px;
}
.team .email {
	background: url(../images/icon_mail.png) no-repeat 0px 3px;
	top: 90px;
	left: 115px;

}

	



/* =FOOTER
===========================================*/
#footer {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	height: 302px;
	position: relative;
	background: url(../images/footer_bg.png) no-repeat;
}
p.navi {
	text-align: center;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	position: absolute;
	top: 15px;
	width: 100%;
}
p.navi a {
	padding: 0px 20px;
	color: #fff;
	text-decoration: none;
}
p.navi a:hover {
	text-decoration: underline;
}
#footer h3 {
	color: #da251d;
	font: bold 14px Arial, Helvetica, sans-serif;
	position: absolute;
	top: 52px;
	left: 29px;
}
ul.altesiteuri {
	height: 54px;
	position: absolute;
	top: 88px;
	left: 0px;
	padding-left: 25px;
}
ul.altesiteuri li {
	width: 138px;
	height: 54px;
	float:left;
	margin-right: 20px;
}
ul.altesiteuri li.last {
	margin-right: 0px;
}
ul.altesiteuri li a {
	display: block;
	width: 138px;
	height: 54px;
	text-indent: -9999px;
	background-position: top left;
}
ul.altesiteuri li a.l1 {
	background: url(../images/alte_siteuri/logo_colinamotors.gif);
}
ul.altesiteuri li a.l2 {
	background: url(../images/alte_siteuri/logo_ford.gif);
}
ul.altesiteuri li a.l3 {
	background: url(../images/alte_siteuri/logo_merc.gif);
}
ul.altesiteuri li a.l4 {
	background: url(../images/alte_siteuri/logo_brabus.gif);
}
ul.altesiteuri li a.l5 {
	background: url(../images/alte_siteuri/logo_jeans.gif);
}
ul.altesiteuri li a.l6 {
	background: url(../images/alte_siteuri/logo_colinaocazie.gif);
}
ul.altesiteuri li a:hover {
	background-position: bottom left;
}
p.copy, p.webbing {
	font-family: Arial, Helvetica, sans-serif;
}
p.copy {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 173px;
	font-size: 11px;
}
p.additional_links {
	width: 30%;
	text-align: right;
	position: absolute;
	right: 30px;
	top: 50px;
	font-size: 11px;
}

p.webbing {
	font-size: 10px;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 190px;
}
p.webbing a {
	color: #444;
	text-decoration: none;
	font-weight: bold;
}
p.webbing a:hover {
	color: #da251d;
}
.player_homepage{
	display:block;
	width:590px;
	height:358px;
}

table.noformat  {
	margin-bottom: 0px !important;
	width: auto !important;
}
table.noformat .input {
	width: 300px !important;
}

table.noformat tr:hover {
	background: none !important;
}
table.noformat td {
	padding: 5px 10px !important;
	border: none !important;
	vertical-align: top;
}
#right img.dreapta {

float:right;

padding:2px;

margin: 0px 0px 10px 10px;

}

#right img.stanga {

float:left;

padding:2px;

margin: 0px 10px 10px 0;

}