/* reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline; }


/* ----------------
   GLOBAL STYLES
---------------- */

body {
	background: #fff;
	text-align: center;
	padding-bottom: 29px;
}

body, td, p, div, input, textarea, select {
	font: 11px/13px "Tahoma", Arial, Helvetica, sans-serif;
	color: #7a7a7a;
}

a { color: #662257; text-decoration: none; }
a:hover { color: #000; text-decoration: underline; }

/*
ul { list-style: disc; margin-left: 20px; }
ul li { padding-bottom: 2px; padding-left: 0; }
ol { margin-left: 15px; }
*/

h2 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #662257;
	padding: 15px 0;
}

.index h2 {
	clear: both;
	margin: 17px 0 10px 10px;
	padding: 0;
}

#text p {
	padding: 0 11px 13px 0;
	text-align:justify;
}


/* ----------------
   LAYOUT
---------------- */

#header, #content, #footer {
 width: 869px;
 margin: 0 auto;
 text-align: left;
 clear: both;
 position: relative;
}

#sidebar {
	float: left;
	width: 171px;
}

#text {
	float: left;
	width: 676px;
	padding: 0 11px;
	overflow: hidden;
}

.clearer {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	padding: 0;
	margin: 0;
}


/* ----------------
   HEADER
---------------- */

#header { padding-top: 32px; }

#logo {	padding: 64px 0 0 0; }

#logo a {
	display: block;
	width: 135px;
	height: 28px;
	background: url(../img/logo.gif) no-repeat;
}

#logo span { display: none; }


/* ----------------
   CONTENT
---------------- */

#content { margin-top: 30px; }

#text.index {
	padding: 0;
	width: 698px;
}

.flash { margin: 0 -11px; position : relative;}

#flashcorner { 
	width: 214px;
	height: 12px;
	position : absolute;
	top: 0; 
	right: 0;
	background: url(../img/corner.png) no-repeat;
}

/* index brand list */

#brand_list { list-style: none; width: 698px; overflow: hidden; }

#brand_list li {
	display: block;
	float: left;
	position: relative;
}

#brand_list li a {
	display: block;
	padding: 10px 0 0 5px;
	height: 228px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
}

#brand_list li a:hover { text-decoration: none; }

#brand_list li#fiat { width: 230px; overflow: hidden; }

#brand_list li#fiat a {
	width: 225px;
	background: url(../img/index_fiat.jpg) top left no-repeat;
}

#brand_list li#alfaromeo { width: 230px; overflow: hidden; }

#brand_list li#alfaromeo a {
	width: 225px;
	background: url(../img/index_alfaromeo.jpg) top left no-repeat;
}

#brand_list li#fiatpro { width: 238px; overflow: hidden; }

#brand_list li#fiatpro a {
	width: 233px;
	background: url(../img/index_fiatpro.jpg) top left no-repeat;
}

#brand_list li#fiat .fb,
#brand_list li#alfaromeo .fb,
#brand_list li#fiatpro .fb {
	position: absolute;
	top: 33px;
	right: 34px;
	width: 14px;
	height: 14px;
	margin: 0;
	padding: 0;
	background: url(../img/fb.gif) 0 0 no-repeat;
}

#brand_list li#fiatpro .fb { right: 41px; }

/* index news */

#text.index p.news {
	float: left;
	width: 209px;
	border-left: 1px solid #d7d6d3;
	padding: 0 10px;
}

#text.index p.news a {
	font-weight: bold;
	text-decoration: none;
	color: #7a7a7a;
}

#text.index p.news a:hover {	text-decoration: underline; }

/* text styles */

.grey { color: #999; }

.link {
	color: #666;
	text-decoration: none;
}

.link:hover {
	color: #000;
	text-decoration: underline;
}

/* forms */

form { width: 338px; }

label {
	display: block;
	float: left;
	width: 110px;
	margin-bottom: 15px;
}

label.inl_label {
	display: inline;
	float: none;
	margin-bottom: 0;
}

input, textarea, select {
	display: block;
	float: left;
	width: 222px;
	margin-bottom: 15px;
}

input.check {
	display: inline;
	float: none;
	width: auto;
	vertical-align: baseline;
	margin-bottom: 0;
}

.input_group {
	float: left;
	width: 222px;
	margin-bottom: 15px;
}

.input_one {
	padding-left: 110px;
	margin-bottom: 15px;
}

input.button {
	width: auto;
	border: 1px outset #c1c1c1;
	background: #662257;
	color: #fff;
	font-size: 11px;
	cursor: pointer;
}

/* ----------------
   NAVIGATION
---------------- */

#nav, #nav ul, #nav ul ul {
	list-style: none;
	margin-bottom: 18px;
}

#nav {
	margin-top: -9px;
	padding-right: 30px;
}

#nav li, #nav ul li, #nav ul ul li {
	background: url(../img/icon_meniu.gif) no-repeat 0 0.8em;
	padding: 9px 0 0 10px;
	font: 12px Arial, Helvetica, sans-serif;
}

#nav ul li, #nav ul ul li { font-size: 11px; }

#nav li a { color: #000; }

#nav li a:hover { color: #662257; }

#nav li.sel a, #nav li.sel a:hover {
	color: #662257;
	text-decoration: none;
	font-weight: bold;
}

/* 2nd and 3rd level */

#nav ul, #nav ul ul { margin: 0; }

#nav li.sel ul li a, #nav li.sel ul li.sel ul li a {
	color: #000;
	font-weight: normal;
}

#nav li.sel ul li a:hover, #nav li.sel ul li.sel ul li a:hover {
	color: #662257;
	font-weight: normal;
	text-decoration: underline;
}

#nav li.sel ul li.sel a, #nav li.sel ul li.sel a:hover, #nav li.sel ul li.sel ul li.sel a, #nav li.sel ul li.sel ul li.sel a:hover {
	color: #662257;
	text-decoration: none;
	font-weight: bold;
}


/* ----------------
   FOOTER
---------------- */

#footer {
	clear: both;
	background: url(../img/bg_footer.gif) right no-repeat;
	padding: 10px 0 10px 182px;
	width: 687px;
	margin-top: 29px;
	font-size: 10px;
	color: #adadac;
}

#footer.ins {
	background: url(../img/bg_footer_ins.gif) right no-repeat;
	margin-top: 15px;
}

#footer a {
	color: #adadac;
	text-decoration: none;
}

#footer a:hover { text-decoration: underline; }


/* ----------------
   BANNERS
---------------- */

.banner_head {
	position: absolute;
	bottom: 0;
	right: 0;
}

#text.index p.banner_content {
	float: left;
	width: 218px;
	border-left: 1px solid #d7d6d3;
	padding: 0 0 0 19px;
}
