/* --------------------------------------------------
Title : Primaria Verbita - Screen CSS
Author : Claudiu Andrei - Inspire (www.inspireco.ro)
URL : www.primariaverbita.ro

Description : 

Created : 08-02-2007
Modified : 12-02-2007
-------------------------------------------------- */

/* ----- CSS ----- */
*{
	margin: 0;
	padding: 0;
}

html{
	background: #fff url(../images/back.png) repeat left top;
}

body{
	font-family: 'Georgia', 'Trebuchet MS', 'Lucida Sans Unicode', Tahoma, Arial, 'Bitstream Vera Sans', Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #333;
}
div{
	float: left;
}

/* ----- IDS ----- */
#container{
	width: 760px;
	float: none;
	margin: auto;
}
#content{
	width: 760px;
	background: transparent url(../images/content.png) repeat-y left top;
}
#header{
	width: 720px;
	background: transparent url(../images/header_top.png) no-repeat left top;
	padding: 170px 20px 0;
}
#image{
	width: 720px;
	background: transparent url(../images/header_image.jpg) no-repeat left top;
	height: 180px;
}
#firstimage{
	width: 720px;
	background: transparent url(../images/header_firstpage.jpg) no-repeat left top;
	height: 400px;
}
#menu{
	width: 720px;
	height: 100px;
	background: transparent url(../images/header_menu.png) no-repeat left top;
}
#text{
	width: 620px;
	float:right;
	padding: 10px 70px;
}
#footer{
	width: 620px;
	background: transparent url(../images/footer.png) no-repeat left top;
	padding: 40px 70px 10px;
	height: 50px;
	color: #333;
	text-align: center;
}
#home{
	padding: 5px 100px;
	width: 120px;
}
#mainmenu{
	width: 370px;
	height: 40px;
	color: #eee;
	float: right;
	padding: 0 40px;
	text-align: center;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', Tahoma, Arial, 'Bitstream Vera Sans', Helvetica, Verdana, sans-serif;
}

/* ----- CLASSES ----- */
.email {
	direction: rtl;
	unicode-bidi: bidi-override;
}
.left_column{
	width: 285px;
	text-align: center;
}
.right_column{
	width: 285px;
	float: right;
	text-align: center;
}
.auto{
	float: none;
	margin-top: -135px;
	min-height: 135px;
	_height: 135px;
}
.copyright{
	float: left;
	text-align: left;
	display: block;
	line-height: 30px;
	height: 30px;
}
.inspire{
	float: right;
	text-align: right;
	display: block;
	width: 105px;
	line-height: 30px;
	height: 30px;
}

/* ----- HEADINGS ----- */
h1, h2, h3{
	margin: 0;
	color: #666;
	font-weight: normal;
	font-family: Georgia, serif;
	background: url(../images/dot.png) repeat-x right bottom;
}
h1 {
	padding: 20px 0 10px;
	font-size: 20px;
	line-height: 20px;
	color: #930;
}
h1.first_title{
	margin-bottom: 10px;
}
h2{
	padding: 10px 0 5px;
	font-size: 16px;
	line-height: 20px;
}
h3{
	padding: 10px 0 5px;
	margin-left: 270px;
	font-size: 12px;
	line-height: 20px;
	color: #696;
}

/* ----- PARAGRAPHS ----- */
p{
	padding: 5px 0 10px;
	line-height: 18px;
}
.right p{
	padding-left: 270px;
}
span.title{
	display: block;
	padding-bottom: 5px;
	color: #069;
	font-size: 14px;
	font-weight: bold;
}

/* ----- LISTS ----- */
ul{
	list-style: none;
}
ul li{
	float: none;
}
#mainmenu li{
	line-height: 35px;
	float: right;
}
#mainmenu li a{
	height: 40px;
	display: block;
	padding: 0 10px;
	color: #eee;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 12px;
	float: left;
}
#mainmenu li a:hover{
	background: transparent url(../images/menu_back.png) repeat-x left top;
	text-decoration: none;
}
#text ul{
	padding-left: 6px;
}
#text li{
	padding: 0 0 10px 18px;
	background: url(../images/design/sign.png) no-repeat 0 5px;
}

/* ----- IMAGES ----- */
img{
	border: none;
	float: none;
	vertical-align: middle;
}
.right img{
	border: 1px solid #999;
	padding: 4px;
	margin-top: 5px;
}
/* ----- TEXT FORMATTING ----- */
em{
}
strong{
	color: #696;
	font-weight: normal;
}

/* ----- LINKS ----- */
a{
	text-decoration: none;
	color: #069;
	display: inline;
}
a:hover{
	text-decoration: underline;
}
#footer a{
	color: #000;
	text-decoration: underline;
}
a#home{
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	margin-top: 50px;
	background: url(../images/design/pp.png) no-repeat right top;
}
