/* besmac :: main :: final v.2.1  */

/* @group HTML */

html, body{
	margin: 0;
	padding: 0;
	height: 100%;
	font: 12px/18px "Lucidia Grande", helvetica, arial, geneva, sans-serif;
}

body { 
	margin: 0;
	padding: 0;
	background: #000;
	text-align:center;
	color: #3f3f3f;
	margin-top: 0;
	font: 12px/18px "Lucidia Grande", helvetica, arial, geneva, sans-serif;
}

img {
	border-style: none;
}

em	{
	font-style: italic;
}


/* @end */

/* @group CONTAINER */

#container {
	width: 1000px;
	text-align: left;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.content {
	width: 1000px;
	float: left;
	display: inline;
	padding: 0;
	height: 100%;
}

/* @end */

/* @group NAVIGATOR */

#navigator {
	width:1000px;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	top: 135px;
	position: absolute;
	font-size: 14px;
	background-color: rgba(0,0,0,0.5);
	height: 45px;
	z-index: 21;
	float: left;
	clear: none;
}

#navigator ul {
	margin: 0;
	padding: 0;
}

#navigator li {
	display:inline;
	list-style: none;
	float:left;
	margin-right: 5px;
	cursor: pointer;
}

#navigator ul #news { background: url(../images/nav/menu_out.png) no-repeat -46px 0; width: 89px; height: 45px;
	margin-left: 44px;
}

#navigator ul #news:hover, #navigator ul #news.selected {
	background: url(../images/nav/menu_over.png) no-repeat -46px 0; width: 89px; height: 45px;
	margin-left: 44px;
}

#navigator ul #work {
	background: url(../images/nav/menu_out.png) no-repeat -149px 0; width: 111px; height: 45px;
	margin-left: 11px;
}
#navigator ul #work:hover, #navigator ul #work.selected{
	background: url(../images/nav/menu_over.png) no-repeat -149px 0; width: 111px; height: 45px;
	margin-left: 11px;
}

#navigator ul #projects {
	background: url(../images/nav/menu_out.png) no-repeat -274px 0; width: 70px; height: 45px;
	margin-left: 10px;
}
#navigator ul #projects:hover, #navigator ul #projects.selected{
	background: url(../images/nav/menu_over.png) no-repeat -274px 0; width: 70px; height: 45px;
	margin-left: 10px;
}

#navigator ul #about {
	background: url(../images/nav/menu_out.png) no-repeat -367px 0; width: 151px; height: 45px;
	margin-left: 18px;
}
#navigator ul #about:hover, #navigator ul #about.selected{
	background: url(../images/nav/menu_over.png) no-repeat -367px 0; width: 151px; height: 45px;
	margin-left: 18px;
}

#navigator ul #partners {
	background: url(../images/nav/menu_out.png) no-repeat -535px 0; width: 124px; height: 45px;
	margin-left: 12px;
}
#navigator ul #partners:hover, #navigator ul #partners.selected{
	background: url(../images/nav/menu_over.png) no-repeat -535px 0; width: 124px; height: 45px;
	margin-left: 12px;
}
	
#navigator ul #media {
	background: url(../images/nav/menu_out.png) no-repeat -680px 0; width: 108px; height: 45px;
	margin-left: 16px;
}
#navigator ul #media:hover, #navigator ul #media.selected{
	background: url(../images/nav/menu_over.png) no-repeat -680px 0; width: 108px; height: 45px;
	margin-left: 16px;
}

#navigator ul #contact {
	background: url(../images/nav/menu_out.png) no-repeat -794px 0; width: 101px; height: 46px; margin-right: 0;
	margin-left: 0;
}

#navigator ul #contact:hover, #navigator ul #contact.selected {
	background: url(../images/nav/menu_over.png) no-repeat -794px 0; width: 101px; height: 46px;
	margin-left: 0;
}
	
#navigator li a{ white-space: nowrap; color: #fff; text-align: left; }
#navigator li:hover{ color: #666; }

/* @end */

/* @group FOOTER */

#footer {
	width: 960px;
	height: 50px;
	float: left;
	padding: 0; /* IE6 only */
	display: inline;
	color: #0088CE;
	margin-top: 0;
	position: relative;
	background: #0f0f0f url(../images/news/footer.jpg) center center;
}

html>body #footer {
	padding: 0 20px 10px;
}

#footer p {
	width:  960px;
	float: left;
	padding-top: 15px;
	font: normal normal 11px "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, sans-serif;
	text-decoration: none;
	text-align: center;
}

#footer a {
	font: 10px normal "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, sans-serif;
  	color: #0088CE;
  	text-decoration: none;
}

#footer a:hover {
  	color: #0088CE;
}

/* @end */

/* @group HOME */

#navigator #home { background: url(../images/headers/1.jpg) no-repeat 0 -200px; width: 1000px; height: 100px;
	margin-left: 0;
}



/* @end */
