/*
Theme Name: axel
Theme URI: http://axelauto.ro
Description: default theme for axel auto moto
Version: 1.0
Author: andrei igna
Author URI: http://andrei2p.net
Tags: black, red, fixed width

	axel auto moto

	default theme for axel auto moto

*/


body {
	background:#000;
	font-family:Verdana, Verdana, Geneva, sans-serif;
	font-size:14px;
}

h2 {
	color:#f0f0f0;
	font-size:170%;
}

p {
	font-size:14px;
	color:#f0f0f0;
	padding:3px 0;
	line-height:17px;
	color:#fff;
}

h1 {
	font-size: 36px;
	line-height: 40px;
}

h2 {
	font-size: 24px;
	line-height: 27px;
}

h3 {
	font-size: 22px;
	line-height: 25px;
}

h4 {
	font-size: 20px;
	line-height: 23px;
}

h5 {
	font-size: 18px;
	line-height: 21px;
}

h6 {
	font-size: 16px;
	line-height: 19px;
}

h1, h2, h3, h4, h5, h6, p {
	margin:5px 0;
}

a {
	color:#fff;
}

a:hover {
	color:#ccc;
}

ol li {
	list-style:decimal;
	margin-left:40px;
}

ul li {
	list-style:circle;
	margin-left:40px;
}

/* HEADER & MENU
-------------------------------------------------------------------------*/
#header {
	width:960px;
	height:366px;
	background:url(assets/header.jpg);
}

#menu {
	height:48px;
	
}

#menu li {
	float:left;
	margin-left:20px;
}

#menu li a {
	display:block;
	float:left;
	height:48px;
	text-indent:-9999px;
}

#menu a.acasa {
	width:85px;
	background:url(assets/bg_menu.png) left top;
}

#menu a.acasa:hover, #menu .current-item a.acasa {
	width:85px;
	background:url(assets/bg_menu.png) left bottom;
}

#menu a.preturi {
	width:100px;
	background:url(assets/bg_menu.png) -108px top;
}

#menu a.preturi:hover, #menu .current-item a.preturi {
	width:100px;
	background:url(assets/bg_menu.png) -108px bottom;
}

#menu a.galerie {
	width:150px;
	background:url(assets/bg_menu.png) -250px top;
}

#menu a.galerie:hover, #menu .current-item a.galerie {
	width:150px;
	background:url(assets/bg_menu.png) -250px bottom;
}

#menu a.chestionare {
	width:150px;
	background:url(assets/bg_menu.png) -435px top;
}

#menu a.chestionare:hover, #menu .current-item a.chestionare {
	width:150px;
	background:url(assets/bg_menu.png) -435px bottom;
}

#menu a.legislatie {
	width:130px;
	background:url(assets/bg_menu.png) -610px top;
}

#menu a.legislatie:hover, #menu .current-item a.legislatie {
	width:130px;
	background:url(assets/bg_menu.png) -610px bottom;
}

#menu a.contact {
	width:100px;
	background:url(assets/bg_menu.png) -760px top;
}

#menu a.contact:hover, #menu .current-item a.contact {
	width:100px;
	background:url(assets/bg_menu.png) -760px bottom;
}

/* END HEADER & MENU */

/* CONTENT
-------------------------------------------------------------------------*/
#content_top {
	background:url(assets/bg_content_top.png) no-repeat;
	height:82px;
}

#content_top h2 {
	padding:45px 60px 0 60px;
}

#content {
	background:url(assets/bg_content.png) repeat-y;
	padding:0 60px;
	height:100%;
	clear:both;
	overflow:hidden;
	color:#fff;
	line-height:17px;
}

#content_bottom {
	background:url(assets/bg_content_bottom.png) no-repeat;
	height:82px;
	padding:0 50px;
}

/* END CONTENT */

/* IMAGES
-------------------------------------------------------------------------*/
img.alignleft {
	float:left;
	margin:5px;
	padding:3px;
	border:1px solid #999;
}

img.alignright {
	float:right;
	margin:5px;
	padding:3px;
	border:1px solid #999;
}

/* END IMAGES */

.print {
	display:inline-block;
	padding:7px;
	background:#333;
	border:1px solid #ccc;
	text-decoration:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
