html, body, form {
	padding:0;
	margin:0;
	font-family:Arial;
}

#header{
	background-image: url(../images/backimg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom:58px;
	margin-top:0px;
	float:left;
	width:100%;
	min-width:1050px;
}

#header img{
	float:left;
	border:0;
	margin-top:10px;
	margin-left:20px;
	width:300px;
}

#header #up_header{
	display:block;
	float:left;
	width:100%;
	height:80px;
	overflow:hidden;
}

#banner{
	display:block;
	position:absolute;
	top:30px;
	left:50%;
	height:50px;
	width:530px;
	margin-left:-200px;
}

#banner div{
	display:block;
	float:left;
	height:50px;
	width:50px;
}

#banner .left_b{
	background: url(../images/promotie/left_shadow.png);
}

#banner .right_b{
	background: url(../images/promotie/right_shadow.png);
	float:right;
}

#min_width{
	display:block;
	height:1px;
	width:900px;
}

#menu_bar{
	height:20px;
	display:block;
	float:left;
	margin-bottom:0px;
	background:#9E1925;
	border-bottom:1px solid #330000;	
	width:100%;
}
#menu_bar span{
	width: 840px; 
	display: block;
}
#menu_bar a{
	margin-left:1px;
	margin-right:1px;
	width:130px;
	font-family:Arial;
	font-size:11px;
	border:1px solid #ffffff;
	color : #ffffff;
	display:block; 
	float:left;
	height:14px;
	margin-top:2px;
	line-height:14px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
}

#menu_bar a:hover{
	background: #fffffe !important;
	background-color: #feffff !important;
	color: #9E1925;
}

.motoare_menu{
	background-color: #0F0B54 !important;
}

.motoare_menu a:hover{
	color :#0F0B54 !important;
}
.motoare_title a.selected{
	background-color: #0F0B54 !important;
}
.motoare_title a.unselected{
	color :#0F0B54 !important;
}

.masini_menu{
	background-color: #1A490D !important;
}

.masini_menu a:hover{
	color :#1A490D !important;
}
.masini_title a.selected{
	background-color: #1A490D !important;
}
.masini_title a.unselected{
	color :#1A490D !important;
}

#title_bar{
	border:0px solid red;
	width:360px;
	display:block;
	margin:auto;	
	height:25px;
	font-family:Arial;
}

#title_bar a.selected{
	margin-top:0px;
	background:#9E1925;
	border-top:1px solid #330000;
	display:block;
	text-decoration:none;
	float:left;
	width:120px;
	color: white;
	text-align:center;
	height:24px;
	font-weight:bold;
	line-height:24px;
	font-size:14px;
}

#title_bar a.unselected{
	margin-top:0px;
	font-size:14px;
	display:block;
	line-height:25px;
	float:left;
	width:120px;
	text-decoration:none;
	text-align:center;
	color: #9E1925;
	height:25px;
	font-weight:bold;
}

#user_box{
	margin-right:20px;
	border:0px solid red;
	float:right;
	width:300px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:black;
	text-align:right;
	margin-top:30px;
}

#user_box a{
	color: #0000ff;
	text-decoration:none;
	text-transform: uppercase;
}

#user_box a:hover{
	text-decoration:underline;
}

#current_page{
	display:block;
	float:left;
	margin-top:-17px;
	color:#ffffff;
	font-family:Arial;
	font-weight:Bold;
	margin-left:20px;
	font-size:12px;
}

#pagebottomlinks, #pagebottomicons{
	display:block;
	float:left;
	text-align:center;
	width:100%;
	border-top:1px solid #DDDDDD;
	background-color: #fefefe;
	margin-top:20px;
	margin-bottom:10px;
}

#pagebottomicons{
	width:1050px;
	float:none;
	margin:auto;
}

#pagebottomlinks a{
	text-decoration:none;
	color:black;
	font-family:Arial;
	font-size:11px;
}

#pagebottomlinks span{
	text-decoration:none;
	color:black;
	font-family:Arial;
	font-size:12px;
}

#pagebottomlinks a:hover{
	color:red;
}

#page{
	display:block;
	width:1050px;
	margin:auto;
	text-align:left;
}

.red_button_small{
	margin-top:10px;
	float:right;
	display:block;
	width:144px;
	height:25px;
	color: #ffffff;
	font-weight:bold;
	cursor:pointer;
	margin-right:4px;
	font-size:12px;
	font-family:Verdana;
	line-height:25px;
	text-align:center;
	border:0px;
	background: url(../images/buttonbacklogin.jpg);
	text-decoration:none;
	line-height:25px;
}
.red_button_small:hover{
	background: url(../images/buttonbackmologin.jpg);
}

.icon_blog, .icon_facebook, .icon_hi5, .icon_myspace, .icon_twitter{
	display:block;
	float:left;
	height:32px;
	width:32px;
	background: url(../images/icons/blog_0.png);
	margin-right:4px;
	margin-bottom:5px;
}

.icon_facebook{
	background: url(../images/icons/facebook_0.png);
}

.icon_hi5{
	background: url(../images/icons/Hi5_0.png);
}

.icon_myspace{
	background: url(../images/icons/myspace_0.png);
}

.icon_twitter{
	background: url(../images/icons/twitter_0.png);
}

.icon_blog:hover{
	background: url(../images/icons/blog.png);
}

.icon_facebook:hover{
	background: url(../images/icons/facebook.png);
}

.icon_hi5:hover{
	background: url(../images/icons/Hi5.png);
}

.icon_myspace:hover{
	background: url(../images/icons/myspace.png);
}

.icon_twitter:hover{
	background: url(../images/icons/twitter.png);
}
