/***************************************************
              EuroAuto
			  made by www.krojac.com
***************************************************/

*{
	padding:0;
	margin: 0;
	border: none;
}

html, body{
	background: #EEE;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/***************************************************
			      Global design
***************************************************/	

.clearing{
	clear: both;
	display: inline;
	width: 100%;
	height: 0;
	overflow: hidden;
}

.hidden{
	overflow: hidden;
	visibility: hidden;
}

a{
	font-weight: normal;
	text-decoration: none;
	color: #027DA6;
}

a:hover{
	color: #CCCCCC;
}

#head{
	position: relative;
	float: left;
	width: 100%;
}

#logo{
	position: absolute;
	top: 45px;
	left: 20px;
	z-index: 10;
}

/***************************************************
			    Main containers
***************************************************/

#container{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;/* Mozilla, Opera */
	background: #FFF;
}

.holder-left{
	position: relative;
	float: left;
	width: 300px;
	left: 20px;
	padding-top: 20px;
}

.holder-right{
	position: relative;
	float: right;
	width: 580px;
	right: 20px;
	padding-top: 20px;
}

/***************************************************
				   HOLDERS
***************************************************/

.holder-content, .holder-content-line{
	position: relative;
	float: left;
	width: 100%;
	padding: 10px 0;
}

.holder-content-line{
	border-bottom: 1px solid #EEE;
	margin-bottom: 5px;
	padding: 5px 0;
}

#holder-flash{
	position: relative;
	float: left;
	width: 960px;
	height: 200px;
	left: 20px;
	border-top: 2px solid #EEE;
	border-bottom: 3px solid #E0E0E0;
	padding-top: 10px;
	padding-bottom: 10px;
}

/***************************************************
			HEADING TEXT ELEMENTS
***************************************************/

h1, h2, h3, h4, h5{
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h1{
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-size: 18px;
	text-transform: uppercase;
	color: #046AA8;
	border-bottom: 1px solid #E0E0E0;
}

span h1{
	font-size: 13px;
	text-transform: none;
	color: #999;
}

h2{
	font-size: 16px;
	text-transform: uppercase;
	color: #666666;
	border-bottom: 1px solid #E0E0E0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}

h3{
	padding: 0;
	font-size: 13px;
}

span h3{
	font-size: 11px;
	text-transform: none;
	color: #999;
}

.title2{
	padding: 0 0 5px 0;
	font-size: 16px;
	color: #0399CB;
}

.text{
	padding: 0 0 10px 0;
}

.link{
	font-size: 13px;
	color: #0399CB;
}

.link2, .link2:hover{
	font-size: 10px;
	color: #FFF;
}

.link2:hover{
	text-decoration: underline;
}

.link3{
	color: #999999;
}

.link3:hover{
	color: #333;
	text-decoration: underline;
}

.link4{
	font-size: 11px;
	color: #0399CB;
}

ul{
	list-style: none;
}

.list li{
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px solid #E0E0E0;
}

.date{
	display: block;
	font-size: 10px;
	color: #999;
}

.highlite{
	display: block;
	font-weight: normal;
	line-height: 18px;
}

/***************************************************
				       GALERY
***************************************************/

.holder-image{
	position: relative;
	float: left;
	width: 220px;
}

.image{
	position: relative;
	float: left;
	padding: 3px;
	margin-top: 2;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0;
	border: 2px solid #CCCCCC;
}

.image2{
	position: relative;
	padding: 3px;
	background: #E0E0E0;
	margin-right: 10px;
	float: left;
}

a.photo-hover{
	padding: 2px;
	float: left;
	padding: 2px;
	margin-right: 5px;
	border: 1px solid #E2E2E2;
}

a.photo-hover:hover, a.photo-hover-avatar:hover{	
	z-index:500;	
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/***************************************************
			   PAGE NAVIGATION
***************************************************/

#page-nav-holder{
	float: left;
	position: relative;
	width: 940px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	margin-top: 10px;
}

.page-nav-right, .page-nav-left{
	float: right;
	position: relative;
	width: 450px;
}

.page-nav-left{
	float: left;
	padding-top: 5px;
}

a.page-nav-link{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 25px;
}

a.page-nav-link:hover{background-color: #00BCFF; color: #F9F9F9;}

.page-nav-link-active{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	padding: 2px 5px;
}

/***************************************************
			        FORMS
***************************************************/

label{
	position: relative;
	float: left;
	display: block;
	width: 100px;
	padding: 5px 0;
}

textarea{
	width: 400px;
	height: 150px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #666;
	border: 1px solid #F0F0F0;
}

.textbox{
	width: 140px;
	padding: 5px;
	font-size: 11px;
	color: #666;
	border: 1px solid #E0E0E0;
}

.sub-button{
	font-size: 14px;
	color: #333333;
	cursor: pointer;
	width: 100px;
	background-color: #FFFFFF;
	background-image: url(../pic/button.png);
	height: 25px;
}

/***************************************************
			        FOOTER
***************************************************/

#footer{
	position: relative;
	float: left;
	width: 940px;
	margin: 30px 0 0 0;
	padding: 7px 30px;
	background: #046AA8 url(../pic/grey-bg.gif) top left repeat-y;
	color: #FFF;
	overflow: hidden;
}

#FooterOne{
	position: relative;
	float: left;
	width: 500px;/* Opera */
	font-size: 10px;
}

#FooterOne span{
	display: block;
	font-size: 13px;
}

#FooterTwo{
	position: absolute;
	bottom: 10px;
	right: 30px;
	text-align: right;
	font-size: 10px;
}

a.krojac{
	color: #FFCC00;
	font-size: 11px;
}

a.krojac:hover{
	text-decoration: underline;
}

/***************************************************
				       MENU
***************************************************/

#top-menu{
	position: relative;
	float: left;/* Mozilla */
	width: 950px;
	padding: 0 30px 0 20px;
	background: #046AA8 url(../pic/grey-bg.gif) top left repeat-y;
}

#top-menu li{
	float: right;
	line-height: 25px;
	color: #FFF;
}

#top-menu a{
	font-size: 10px;
	text-transform: lowercase;
	color: #FFF;
}

#top-menu a:hover{
	text-decoration: underline;
}

#nav-menu{
	position: relative;
	float: left;
	width: 980px;
	height: 55px;
	left: 10px;
}

#nav-menu li{
	position: relative;
	float: right;
	padding: 0 10px;
	top: 35px;
}

#nav-menu li a{
	font-size: 12px;
	text-transform: uppercase;
	color: #666;
}

#nav-menu li a:hover{
	text-decoration: underline;
}

#nav-menu li a:hover,
body#home a#home_link, body#news a#news_link, body#products a#products_link, body#action a#action_link, body#about a#about_link, body#contact a#contact_link, body#document a#document_link{
	color: #CCCCCC;
}
