/* --------------------------------------------------
Title : Golden Events - Screen CSS
Author : Claudiu Andrei - Inspire (www.inspireco.ro)
URL : www.goldenevents.ro

Description : 

Created : 08-05-2007
Modified : 
-------------------------------------------------- */

/* ----- CSS ----- */
*{
	margin: 0;
	padding: 0;
}
html{
	background: url(../images/design/background.png) repeat-x 0 0;
}
body{
	color: #333;
	font-family: Georgia, 'Trebuchet MS', 'Myriad Pro', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, Arial, 'Bitstream Vera Sans', Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.4;
}
div{
	float: left;
	position: relative;
}

/* ----- IDS ----- */
#container{
	width: 900px;
	float: none;
	margin: auto;
}
#vertical_menu{
	width: 280px;
	height: 600px;
	background: url(../images/design/logo_back.png) no-repeat 0 0;
}
#content{
	width: 600px;
	height: 500px;
	float: right;
}
#menu{
	float: right;
	width: 440px;
	height: 100px;
	background: url(../images/design/menu_full.png) no-repeat 0 0;
}
#logo{
	width: 240px;
	height: 200px;
	padding: 100px 20px 0;
}
#logo a{
	display: block;
	height: 200px;
	width: 240px;
	background: url(../images/design/logo.png) no-repeat 0 0;
	text-indent: -5000px;
	outline: 0;
	border: 0;
}
#text{
	width: 600px;
	padding: 5px 0 15px;
}
#summary{
	width: 600px;
	height: 180px;
	padding: 10px 0;
	text-indent: -5000px;
}
#footer{
	width: 600px;
	padding: 10px 0;
	font-size: 12px;
	background: url(../images/design/dot.png) repeat-x 0 0;
}
#partners{
	width: 240px;
	height: 200px;
	padding: 100px 20px 0;
}
#partners a{
	display: block;
	width: 240px;
	text-indent: -5000px;
	outline: 0;
	border: 0;
}
#partners a:hover{
	background-color: transparent;
}

/* ----- CLASSES ----- */
.email {
	direction: rtl;
	unicode-bidi: bidi-override;
}
.index{
	background: url(../images/quotes/menu_image_index.jpg) no-repeat 0 0;
}
.companie{
	background: url(../images/quotes/menu_image_companie.jpg) no-repeat 0 0;
}
.servicii{
	background: url(../images/quotes/menu_image_servicii.jpg) no-repeat 0 0;
}
.recrutare{
	background: url(../images/quotes/menu_image_recrutare.jpg) no-repeat 0 0;
}
.evaluari{
	background: url(../images/quotes/menu_image_evaluari.jpg) no-repeat 0 0;
}
.training{
	background: url(../images/quotes/menu_image_training.jpg) no-repeat 0 0;
}
.clienti{
	background: url(../images/quotes/menu_image_clienti.jpg) no-repeat 0 0;
}
.contact{
	background: url(../images/quotes/menu_image_contact.jpg) no-repeat 0 0;
}
.element{
	display: none;
}
.profiles{
	height: 65px;
	background: url(../images/logos/profiles.jpg) no-repeat 60px 5px;
}
.euromanager{
	height: 90px;
	background: url(../images/logos/euromanager.jpg) no-repeat 60px 0;
}
.ckpo{
	height: 40px;
	background: url(../images/logos/ckp-online.jpg) no-repeat 60px 0;
}
.potw{
	height: 40px;
	background: url(../images/logos/profiles-web.jpg) no-repeat 60px 0;
}
.pxt{
	height: 35px;
	background: url(../images/logos/pxt.jpg) no-repeat 65px 0;
}
.psi{
	height: 35px;
	background: url(../images/logos/psi.jpg) no-repeat 65px 0;
}
.ppi{
	height: 35px;
	background: url(../images/logos/ppi.jpg) no-repeat 65px 0;
}
.pta{
	height: 35px;
	background: url(../images/logos/pta.jpg) no-repeat 65px 0;
}
.csp{
	height: 35px;
	background: url(../images/logos/csp.jpg) no-repeat 65px 0;
}
.ckp{
	height: 35px;
	background: url(../images/logos/ckp.jpg) no-repeat 65px 0;
}
.skb{
	height: 35px;
	background: url(../images/logos/skb.jpg) no-repeat 65px 0;
}
.oma{
	height: 35px;
	background: url(../images/logos/oma.jpg) no-repeat 65px 0;
}
.copyright{
	float: left;
	height: 22px;
	line-height: 22px;
	width: 486px;
}
.inspire{
	float: right;
	width: 104px;
	height: 22px;
}
.inspire a{
	display: block;	
	width: 104px;
	height: 22px;
	text-indent: -5000px;
	background: url(../images/design/realizat-inspire.png) no-repeat 0 0;
	outline: 0;
	border: 0;
	color: #fff;
}
.breadcrumbs{
	font-size: 12px;
	color: #666;
	line-height: 24px;
	padding: 5px 0 10px;
	background: url(../images/design/dot.png) repeat-x left bottom;
	font-family: 'Myriad Pro', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, Arial, 'Bitstream Vera Sans', Helvetica, Verdana, sans-serif;
}

/* ----- HEADINGS ----- */
h1, h2, h3{ 
	font-family: 'Myriad Pro', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, Arial, 'Bitstream Vera Sans', Helvetica, Verdana, sans-serif;
	line-height: 24px;
	font-weight: bold;
	padding: 5px 0 10px;
	clear: both;
}
h3{
	font-size: 24px;
	padding: 15px 0 10px;
}
h2{
	font-size: 16px;
	color: #900;
	padding: 5px 0 0;
	font-variant: normal;
}
h2.news{
	padding: 5px 0;
}
.element h2{
	color: #333;
}
#partners h3{
	text-align: center;
	font-size: 16px;
	color: #666;
	line-height: 16px;
	padding: 10px 0 0;
	background: url(../images/design/dot.png) repeat-x 0 0;
}

/* ----- PARAGRAPHS ----- */
p{
	padding: 5px 0 10px;
	line-height: 18px;
}
p.news{
	border-left: 2px solid #900;
	padding-left: 13px;
	font-size: 12px;
	font-style: italic;
	color: #666;
	background-color: #ffc;
}
span.title{
	display: block;
	padding: 0 0 10px;
	line-height: 20px;
	font-weight: bold;
	color: #333;
}

/* ----- LISTS ----- */
ul#menu{
	list-style: none;
	padding: 0;
}
ul#menu li a, ul#menu li{
	width: 110px;
	height: 100px;
	float: left;
	text-indent: -5000px;
	outline: 0;
	background: transparent;
	padding: 0;
}
ul#menu li a{
	display: block;
	border: 0;
}
ul#menu li a#companie:hover{
	background: url(../images/design/menu_full.png) no-repeat 0 -100px;
}
ul#menu li a#servicii:hover{
	background: url(../images/design/menu_full.png) no-repeat -110px -100px;
}
ul#menu li a#clienti:hover{
	background: url(../images/design/menu_full.png) no-repeat -220px -100px;
}
ul#menu li a#contact:hover{
	background: url(../images/design/menu_full.png) no-repeat -330px -100px;
}
ul#menu li#companie{
	background: url(../images/design/menu_full.png) no-repeat 0 -200px;
}
ul#menu li#servicii{
	background: url(../images/design/menu_full.png) no-repeat -110px -200px;
}
ul#menu li#clienti{
	background: url(../images/design/menu_full.png) no-repeat -220px -200px;
}
ul#menu li#contact{
	background: url(../images/design/menu_full.png) no-repeat -330px -200px;
}
#text ul{
	padding: 5px 0 5px 35px;
}
#partners ul{
	list-style: none;
	padding: 5px 0 20px;
}
#text li{
	padding: 0 0 5px 0;
	line-height: 18px;
}

/* ----- IMAGES ----- */
img{
	border: 0;
}

/* ----- TEXT FORMATTING ----- */
em{
	background-color: #fff;
	font-style: normal;
}

/* ----- LINKS ----- */
a{
	color: #900;
	text-decoration: none;
	border-bottom: 1px dotted #900;
	_border-bottom: 1px solid #900;
}
a:hover{
	color: #fff;
	background-color: #900;
}
