@charset "utf-8";
/* page */
html, * {
	padding:0;
	margin:0;
}
body {
	margin:0px;
	padding:0px;
	background-color:#333333;
	font-size:1em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-repeat:no-repeat, no-repeat, repeat-x;
	background-position: left 50px, right 50px, center 294px;
	background-image: url(/images/bg2l.png), url(/images/bg2r.png), url(/images/bg2.png);
}
h1 {
	font-size:20px;
	font-weight: bold;
}
/* links */
a {
	color:#202020;
	text-decoration:none;
}
a:hover {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #333333;
}
/* top */
.top{
	width: 100%;
	height: 15px;
	position: fixed;
	background-color: #333333;
	color: #CCC;
	text-align: center;
	z-index: 999;
}
/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	width: 960px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
	background-color: #ffffff;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, .5);
	/*opacity: .50;*/
	padding: 15px;
	box-shadow:0px 0px 20px #000;
	border-radius: 10px;
}
header{
	
}
header p {
	font-size: 11px;
	float: right;
}
header li{
	font-size: 11px;
	float:right;
	list-style:none;
	height:12px;
}
header a{
	height:12px;
	display:block;
}
#flag{}
#da{
	width:16px;
	background:url(/images/flag.png) 0 0;
}
#fo{
	width:16px;
	background:url(/images/flag.png) 0 -12px;
}
#en{
	width:16px;
	background:url(/images/flag.png) 0 -24px;
}

nav{
	margin-top: 50px;
	/*height: 150px;*/
	z-index: 2;
	text-align: center;
}
section{
   line-height: 3em;
}
/*-------------------NAV MENU START------------------------------------*/
#nav{
	height:30px;
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	z-index:9999;
   background:transparent url(/images/nav2.png) repeat-x center left;
	text-align:center;
}
#nav ul{
    height:24px;
    list-style:none;
    margin:3px auto 0px auto;
}
#nav ul li{
    display:inline;
    margin:0px 2px;
}
#nav a{
    font-size:12px;
    font-weight:bold;
    padding: 2px 4px;
    color:#eaeaea;
    text-decoration: none;
    border:1px solid #ccc;
    cursor: pointer;
    background:transparent url(/images/overlay.png) repeat-x center left;
    height:16px;
    line-height:16px;
}
#nav a:hover{
    background:#D9D9DA none;
    color: #000;
}
#nav a.top span, #nav a.bottom span{
    width:16px;
    height:16px;
}
#nav a.top span{
    background:transparent url(/images/top.png) no-repeat center center;
}
#nav a.bottom span{
    background:transparent url(/images/bottom.png) no-repeat center center;
}
#nav .active {
    background:#D9D9DA none;
    color: #000;
}
/*----------------------NAV MENU SLUT---------------------------------*/

/*----------------------TAB STYLE START---------------------------------*/
/* root element for tabs  */
.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:31px;
	/*border-bottom:1px solid #666;	*/
}

/* single tab */
.tabs li {
	
	border-radius: 10px 10px 0px 0px;
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
.tabs a { 
	border:1px solid #999;
	border-bottom:none;
	border-radius: 10px 10px 0px 0px;
	background-color: #333;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 111px;
	text-align:center;	
	text-decoration:none;
	color:#000;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
.tabs a:hover {
	background-color: #39C;	
	color:#000;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.tabs .current, .tabs .current:hover, .tabs li.current a {
	background-color: #fff;		
	cursor:default !important; 
	color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
.tabs .w1 			{ background-position: -519px 0; width:134px; }
.tabs .w1:hover 	{ background-position: -519px -31px; }
.tabs .w1.current { background-position: -519px -62px; }

/* width 2 */
.tabs .w2 			{ background-position: -366px -0px; width:154px; }
.tabs .w2:hover 	{ background-position: -366px -31px; }
.tabs .w2.current { background-position: -366px -62px; }


/* width 3 */
.tabs .w3 			{ background-position: -193px -0px; width:174px; }
.tabs .w3:hover 	{ background-position: -193px -31px; }
.tabs .w3.current { background-position: -193px -62px; }

/* width 4 */
.tabs .w4 			{ background-position: -0px -0px; width:194px; }
.tabs .w4:hover 	{ background-position: -0px -31px; }
.tabs .w4.current { background-position: -0px -62px; }


/* initially all panes are hidden */ 
.panes .pane {
	display:none;		
}
.panes div {
	display:none;		
	padding:15px 10px;
	border:1px solid #999;
	/*border-top:0;*/
	height:100px auto;
	font-size:14px;
	background-color:#fff;
	border-radius: 0px 10px 10px 10px;

}

/*----------------------TAB STYLE SLUT---------------------------------*/

.btnn {
	float: left;
	padding: 0 0 0 10px;
	margin: 5px 0;
}
.btn {
	float: left;
	/*clear: both;*/
	background: url(/images/btn_left.png) no-repeat;
	padding: 0 0 0 10px;
	margin: 5px 0;
}
.btn a{
	float: left;
	height: 40px;
	background: url(/images/btn_stretch.png) repeat-x left top;
	line-height: 40px;
	padding: 0 10px;
	color: #000;
	font-size: 1em;
	text-decoration: none;
}
.btn span {
	background: url(/images/btn_right.png) no-repeat;
	float: left;
	width: 10px;
	height: 40px;
}
section {
	margin-top: 20px;
	min-height:400px;
    height:auto !important;
    height:400px;
	z-index: 1;
	padding: 15px;
}
footer {
	/*padding: 10px 0;*/
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	/*background-image: url(/images/section_space.png);*/
	margin-top: 20px;
}
footer p {
text-align: right;
font-size: 11px;
padding-right: 20px;
}
footer a {
	/*color:#666;*/
	text-decoration:none;
}
footer a:hover {
	text-decoration: underline;	
}
.solid {
	opacity:1;	
}
.img-wish {
   padding-right: 1em;
}