/* @override http://localstefania/css/global.css */

/*Main elements style*/

* {margin:0;padding:0;}

body,html {
	background: #fdfdfd;
	text-align: center;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 13px;
}

/* CONTAINER */

body #container {
	padding-top: 14px;
	text-align: left;
	margin:0 auto;
	width: 1024px;
	height: auto;
	min-height:600px;
}

/* HEADER */

#header {
	position: relative;
	border:0;
	padding:0;
	margin:0;
	padding-top:100px;
	width: 1010px;
	padding-bottom: 20px;
}


#section {
	position:absolute;
	top: 18px;
	padding:0;
	margin:0;
	padding-left:2px;
	width:340px;
}

#section h1 {
	font-size:36px;
	color:#333;
	font-style:normal;
	font-weight:normal;
}

#section #subttl {
	font-size:15px;
}

#section h1 img {
	margin-top:-19px;
	margin-left:-10px;
}

/* menu */

#headmenu {
	position:absolute;
	margin:0;
	padding: 0;
	right:0;
	top:70px;
	width:430px;
	text-align:right;
	z-index: 1;
}

#headmenu > ul {
	cursor: default;
	margin-left: 0;
	padding-left: 0;
	display: inline;
	z-index: 1;

}

#headmenu > ul > li {
	padding:0;
	padding-left:10px;
	display: inline;
	list-style-type: none;
}

.submenu {
	position:absolute;
	top:50px;
	left:50px;
	z-index: 200;
}

.submenu > ul {
	list-style-type: none;
	display: list-item;
}

.submenu > ul > li.active {
	background: url('../imgs/menu_lght.png') no-repeat left 4px;
	padding-left: 10px;
	color: #ccc;
}

.submenu > ul > li {
	color:#878787;
	cursor:pointer;
	padding-bottom: 5px;
	text-align: left;
}
.submenu > ul > li:hover {
	color:#aaa;
}


#headmenu ul li a, #headmenu ul li a:visited {
	font-size:14px;
	color:#878787;
/*	font-style:italic; */
	font-weight:normal;
	text-decoration:none;
}

#headmenu ul li a:hover  {
	color:#aaa;	
}

#headmenu ul li a.active{
	color:#ccc;
}

/* lang menu */

#langmenu {
	position:absolute;
	right:2px;
	top:20px;
	width:100px;
	text-align:right;
}

.pushdwn {
	margin-top:29px;
}

#langmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#langmenu ul li {
	list-style-type: none;
	display: inline;
	padding-left:10px;
}

#langmenu ul li a, #langmenu ul li a:visited {
	font-size:11px;
	color:#878787;
	font-weight:normal;
	text-decoration:none;
}

#langmenu ul li a:hover  {
	color:#aaa;	
}

#langmenu ul li a.active{
	color:#ccc;
}

#menubox {
	position: relative;
	left: 633px;
	top: 0px;
	width: 450px;
}

#menubox ul { list-style: none; }

#menubox .selected {
	background: url('../imgs/menu_lght.png') no-repeat left 4px;
	padding-left: 10px;
	color: #ccc;
}

#video {
	width:200px;
}

#menubox ul li a, #menubox ul li {
	color: #878787;
	text-decoration: none;
	padding-bottom: 5px;
	text-transform: capitalize;
	width:150px;
}

#menubox ul li:hover, #menubox ul li a:hover  {
	color: #aaa;
	cursor: pointer;
}

.sub3 {
	position: absolute;
	left: 170px;
	top: 0;
	width: 185px;
	visibility: hidden;
	opacity: 0;
	z-index: 2;
	min-height: 500px;
}

#sub2, #sub2_vid {
	position: absolute;
	left: 102px;
	top: 0;
	width: 330px;
	min-height: 500px;
	z-index: 1;
}

#sub2_vid {
	visibility: hidden;
	opacity: 0;
}

#sub1 {
	position: absolute;
	left: 0px;
	top: 0;	
}
/* EOF MENU */

#werclear {
	clear:both;
	display:block;
}

#genericbox {
	margin: 35px 7px 0 7px;
}

#genericbox p {
	padding-bottom:15px;
}

#genericbox p b {
	color:#333;
}

#genericbox p a {
	color:#878787;
	text-decoration:none;
}

#genericbox p a:hover {
	color:#aaa;
}



/* HOME */


.showThumbsHome {
	float: left;
	width: 495px;
	margin: 0 0 0 7px;
}

.showThumbsHomefirst {
	float: left;
	width: 495px;
	margin: 0 0 0 7px;
}

.showThumbHome { 
	float: left;
	position:absolute;
	top:35%;
	margin: 7px;
	margin-left:253px;
	height: auto;
	overflow:hidden;
}

.showThumbHome img {
	display:block;
	width: 495px;
	height: auto;
}

/* EOF - HOME */


#slide {
	position:absolute;
	background-color:#222;
	opacity:0.7;
	color:#fff;
	width:493px;
	height:20px;
	overflow:hidden;	
	text-transform:capitalize;
	z-index:100;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}

.hidden {
	top:-25px;
	left:0;
}

.shown {
	top:0;
	left:0;
}

/* footer */

.footer_rel {
	clear:both;
	margin:0;
	padding:0;
	width:100%;
	text-align:center;
	height: 10px;
	padding-top:30px;
	padding-bottom:5px;
}

.footer_abs
{
	position:absolute;
	bottom: 15px;
	clear:both;
	margin:0;
	margin-left:205px;
	padding:0;
	width:1010px;
	text-align:center;
	height: 10px;
}

#footer #credits, #footer #credits a {
	border-top:1px solid #eee;
	width: 1010px;
	text-align:right;
	margin: 0 auto;
	padding-right:2px;
	color:#bbb;
	text-decoration:none;
}

#footer #credits span {
	font-size:11px;
	font-style:italic;
	font-weight:normal;
	text-align:bottom;
}

/* FLOATING TRICK */

#bodyContent {
	float:left;
}

.homePic {
	padding-left:7px;
	padding-top: 10px;
}