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

* {
	padding:0;
	margin:0;
	border:0;
}

body {
	background:url(../media/bg_body.png) top left repeat-y #f1f7f6;
	font-size:62.5%;
	font-family:Tahoma, Arial, Helvetica, sans-serif, Verdana;
}

/**** content elements *****/

div#wrapper {
	width:935px;
}

div#header {
	height:100px;
	margin-left:175px;
}

div#sub_header {
	clear:both;
	margin-bottom:35px;
	height:208px;
}

div#navigation {
	width:175px;
	height:208px;
	background:url(../media/bg-nav-inactive.png) repeat-y;
	float:left;
}

#navigation ul {
	list-style-type:none;
}

#navigation ul li {
	float:left;
	display:block;
	width:175px;
}

#navigation ul li a {
	float:left;
	display:block;
	padding:8px 15px 8px;
	width:145px;
	font-weight:bold;
	text-decoration:none;
}

#navigation ul li a {
	height:10px;	
	line-height: 7px;
}

#navigation ul li a {
	color:#999999;
}

#navigation ul .active a {
	color:white;
	background:url(../media/bg-nav-active.png);
} 

#navigation ul .inactive a {
	background: white;
}

#navigation ul .current a {
	color:white;
	background:url(../media/bg-nav-active.png);
} 

#navigation ul .above_current a {
	background: white;
}

#home a {
	background: url(../media/bg-nav-top-inactive.png) top left no-repeat;
}

#navigation ul .above_current_home a {
	background: url(../media/bg-nav-top-inactive.png) top left no-repeat white;
}

#navigation ul .inactive_home a {
	background: url(../media/bg-nav-top-inactive.png) top left no-repeat white;
}

div#header_images {
	float:left;
	height:208px;
	width:760px;
	overflow:hidden;
}

div#sidebar_left {
	float:left;
	padding-left:175px;
	width:200px;
	padding-right:25px;
	min-height:500px;
	_height:500px;
	position:relative;
}

div#fanbox {
	position:absolute;
	bottom:0;
	left:175px;
}

div#content {
	float:left;
	width:500px;
	min-height:600px;
}

div#footer {
	clear:both;
	margin-left:175px;
	margin-top:30px;
	margin-bottom:30px;
	margin-right:-8px;
	border-top: 1px solid #666;
	padding-top:5px;
}

div#keywords_bar {
	position:absolute;
	top:92px;
	left:960px;
	z-index:5;
	color: #c6ddd8;
	font-size:1.7em;
	line-height:1.5em;
	letter-spacing:0.1em;
}

/*** text styling ***/

#sidebar_left h2 {
	font-size: 1.6em;
	font-weight:normal;
	color: #853136;
	margin-top:0.4em;
	margin-bottom:1.6em;
}

#sidebar_left p {
	font-size:1.1em;
	line-height:1.5em;
	margin-bottom:1.5em;
}

#sidebar_left a.active {
	color:black;
	text-decoration:none;
	font-weight:bold;
}

#sidebar_left a.inactive {
	color:#666;
	text-decoration:none;
	font-weight:bold;
}

#sidebar_left a {
	color:black;
	text-decoration:none;
}

#sidebar_left a:hover {
	color:#853136;
	text-decoration:underline;
}

#content h1 {
	font-size: 2em;
	color: #853136;
	margin-bottom:1.3em;
}

#content h2 {
	font-size: 1.6em;
	color: #853136;
	margin:1.5em 0;
}

#content p {
	font-size:1.1em;
	line-height:1.3em;
	margin-bottom:1.5em;
}

#content .small {
	font-size: 0.9em;
}

#content .highlight {
	color: #853136;
	font-weight:bold;
}

#content ul, #content ol {
	margin-left:2em;
	font-size:1.1em;
	line-height:1.3em;
	margin-bottom:1.5em;
}

#content ol {
	margin-left:18px;
}

#content ul li {
	padding-bottom:0.4em;
	list-style-type:disc;
}

#content a:link, #content a:visited {
	color:black;
	text-decoration:none;
}

#content a:hover {
	color:#853136;
	text-decoration:underline;
}

#sidebar_left ul {
	margin-left:1em;
	font-size:1.1em;
	line-height:1.2em;
	margin-bottom:1.5em;
}

#footer a {
	color:black;
	text-decoration:none;
}

#footer a:hover {
	color:#853136;
	text-decoration:underline;
}

/**** jtools overlay element ****/

/* the overlayed element */ 
div.overlay { 

	text-align:center;
     
    /* growing background image */ 
    background-image:url(../img_jt/overlay/white.png); 
     
    /* dimensions after the growing animation finishes  */ 
    width:650px;        
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* some padding to layout nested elements nicely  */ 
    padding:15px; 
} 
 
/* default close button positioned on upper right corner */ 
div.overlay div.close { 
    background-image:url(../img_jt/overlay/close.png); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
} 
 
 
/* black */ 
div.overlay.black { 
    background:url(../img_jt/overlay/transparent.png) no-repeat !important; 
    color:#fff; 
} 
 
/* petrol */ 
div.overlay.petrol { 
    background:url(../img_jt/overlay/petrol.png) no-repeat !important; 
    color:#fff; 
} 
 
div.black h2, div.petrol h2 { 
    color:#ddd;         
}

/*** popup ***/

#xmaspopup {
	position:absolute;
	z-index: 10;
	top: 50px;
	left: 225px;
	width: 550px;
	/*margin-left:-275px;*/
	text-align: right;
	display: none;
	padding-top: 2px;
}

#xmaspopup a:link, #xmaspopup a:visited, #xmaspopup a:hover,  {
	border:0;
}

.popupclose {
	border: 1px solid #ccc;
	height: 10px;
	margin-right: 44px;
	padding: 3px 10px;
	background: white;
}
