@charset "utf-8";
/* CSS Document */

img{
	border: none;
}

/* BODY */
body{
	background: #515151 repeat-x top center;
	margin-top: 5px;
}

/* CONTAINERS */
#container{
	width: 1000px;
	height: auto;
	margin: 0px auto;
	background: #000
}

#container-top{
	width: 976px;
	height: auto;
	margin: 0px 12px 0px 12px;
}

#container-middle{
	width: 100%;
	height: auto;
}

/* HEADER */
#header{
	width: 100%;
	height: 100px;
	position: relative;
}
#header .logo{
	width: 274px;
	height: 52px;
	position: absolute;
	left: 8px;
	top: 9px;
}

/* HEADER - NAVIGATION MENU */
#header .navmenu-container{
	width: 535px;
	height: 59px;
	position: absolute;
	left: 278px;
	top: 34px;
}

#header .topnav-container{
	width: 170px;
	position: absolute;
	left: 766px;
	height: 34px;
	top: 24px;
}

#header .topnav-container h2{
	color: #fff;
	font: bold 2em/1.2em Arial, Helvetica, sans-serif;
	margin: 0px;
	letter-spacing: -1px;
}

#header .location-container{
	width: 217px;
	position: absolute;
	left: 758px;
	height: 30px;
	top: 31px;
}

#header .location-container h2{
	color: #989899;
	font: normal 0.8em/0.8em Tahoma, Geneva, sans-serif;
	margin: 0px;
}

#header .social-networking-container{
	width: 151px;
	position: absolute;
	left: 593px;
	height: 48px;
	top: 16px;
}
#header .script{
	width: 367px;
	position: absolute;
	left: 292px;
	height: 29px;
	top: 52px;
}

div#menu {
	height: 41px;
	width: 100%;
}

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
div#menu ul.menu {
	padding-left: 0px;
}

div#menu li {
	position: relative;
	margin: 0;
	padding: 0px;
	display: block;
	float: left;
	z-index: 9;
}
div#menu li:hover>ul {
    left: 0;
}

div#menu a {
	position: relative;
	z-index: 10;
	height: 41px;
	display: block;
	float: left;
	line-height: 41px;
	text-decoration: none;
	color: #000;
	font: normal 22px Tahoma, Geneva, sans-serif;
	border-left: 1px solid #444;
	margin-top: 1px;
}

div#menu li:hover>a {
    background: #111;
}
div#menu li:hover>a span {
    color: #fff;
}
div#menu a:hover {
    color: #666;
    background: #000;
}
div#menu li.current a {}

div#menu span {
	display: block;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 95% 0;
	text-align: left;
}
div#menu ul ul a.parent span {
    background-position: 95% 8px;
    background-image: url(images/item-pointer.gif);
}
div#menu ul ul a.parent:hover span {
    background-image: url(images/item-pointer-mover.gif);
}

/* menu::level1 */
div#menu a {
	padding: 0 17px 0 17px;
	line-height: 24px;
	height: 54px;
}
div#menu span {
	margin-top: 5px;
	color: #CCC;
	font: normal 17px Arial, Helvetica, sans-serif;
}
div#menu li { }
div#menu li.last { background: none; }

/* menu::level2 */
div#menu ul ul li {
    background: none;
    padding: 0;
    border-bottom: 0;
}
div#menu ul ul li,
div#menu ul ul li a {
    z-index: auto;
}
div#menu ul ul li ul {
    z-index: 20;
}
div#menu ul ul {
    display: block;
    position: absolute;
    top: 55px;
    left: -999em;
    width: 163px;
    padding: 0px;
	background: url(images/menu-bg.png) repeat;
    border: 1px solid #444;
    margin-top: 0px;
}
div#menu ul ul a {
    padding: 0;
    height: 27px;
    float: none;
    display: block;
    line-height: 20px;
    font-size: 15px;
    border: 0;
    z-index: -1;
    white-space: nowrap;
	padding: 4px 0px 0px 0px;
}
div#menu ul ul a span {
    font-size: 14px;
    line-height: 20px;
    color: #ccc;
}
div#menu ul ul li:hover>a {
    border: 0;
}
div#menu ul ul a:hover {
    border: 0;
    background: #1b1b1b;
}
div#menu ul ul a:hover span {
    color: rgb(215,210,188);/**@replace#1*/
}
div#menu ul ul span {
    margin-top: 0;
    text-align: left;
}
div#menu ul ul li.last { background: none; }
div#menu ul ul li {
    width: 100%;
    text-indent: 15px;
}

/* menu::level3 */
div#menu ul ul ul {
    padding: 0;
    margin: -54px 0 0 160px !important;
    margin-left: 160px;
}

/** menu::subtext */
div#menu span.subtext {
    display: block;
	font-size: 11px;
    color: #6b717c;
    line-height: 16px;
    margin: 0;
    padding: 0;
	text-align: left;
}
div#menu li:hover>a span.subtext {
    color: #6b717c;
}

/* lava lamp */
div#menu li.back {
    position: absolute;
    width: 10px;
    height: 57px;
    z-index: 8;
    margin-top: 1px;
}
div#menu li.back .left {
    height: 57px;
    border: 1px solid #3c3c3c;
    border-bottom: none;
    margin-right: 5px;
    background: #333;
}


/* SLIDER */
#slider-container{
	width: 976px;
	height: auto;
	margin: 0px 12px 20px 12px;
}
#slider-container .thumb{
	width: 193px;
	height: 175px;
	float: left;
	margin: 0px 2px 15px 0px;
}
#slider-container .thumb:hover{
	background: #333;
	color: #000;
}
#slider-container .thumb a{
	color: #FFF;
}
#slider-container .thumb .image{
	width: 100%;
	height: 120px;
}
#slider-container .thumb .caption{
	width: 100%;
	height: 55px;
}
#slider-container .thumb .caption p{
	font: normal .7em Verdana, Geneva, sans-serif;
	margin: 0px 0px 0px 3px;
}
#slider-container .thumb .caption p a{
	text-decoration: none;
}
#slider-container .thumb .caption h2{
	color: #333;
	font: bold .8em/1em Verdana, Geneva, sans-serif;
	margin: 5px 0px 5px 3px;
}
#slider-container .thumb .caption h2 a{
	color: #FFF;
	text-decoration: none;
}
#slider-container .clear{
	width:976px;
	clear: both;
	height: 50px;
}

/* GALLERIA */
#galleria{
	height:575px;
	width:775px;
	margin:20px 0px 0px 200px;
}
/* MAIN CONTENT AREA */
#content-layout-container{
	width: 100%;
	height: auto;
}

#content-layout-container h1{
	font: bold 1.8em/1.5em Arial, Helvetica, sans-serif;
	color: #1a1a1a;
	margin: 6px 0px 0px 15px;
	letter-spacing: -1px;
}
#content-layout-container .content-layout-left-box{
	width: 580px;
	height: auto;
	float: left;
	margin: 0px 0px 0px 12px;
}
#content-layout-container .content-layout-right-box{
	width: 342px;
	height: auto;
	float: right;
	margin: 0px 12px 0px 0px;
}
#content-layout-container .content-layout-right-box ul{
	list-style: none;
	padding: 9px;
}
#content-layout-container .content-layout-right-box li a{
	color: #C00;
}
#content-layout-container .content-layout-right-box h1{
	font: bold .9em Arial, Helvetica, sans-serif;
	color: #879B9C;
	margin: 5px 0px 0px 3px;
	letter-spacing: 1px;
}
#content-layout-container .content-layout-right-box h2{
	font: bold 1.4em Arial, Helvetica, sans-serif;
	color: #454545;
	margin: 18px 0px 0px 2px;
	letter-spacing: -1px;
}
#content-layout-container .content-layout-right-sub-box{
	width:309px;
	height:auto;
	padding: 3px 15px 0px 18px;
}
#content-layout-container .content-lower-box{
	width:976px;
	height:150px;
	background: #11181D;
	border-bottom: solid 5px #ccc;
	clear: both;
	margin: 2px 12px 2px 12px;
	border-top: solid 5px #ccc;
}
