@charset "utf-8";
/******** prima body elements ********/

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background: #090d11 url(../images/layout/body-bg.png) repeat-x top center;
	font-family:  Tahoma,"Trebuchet Ms",arial, verdana;
	font-size: .85em;
	line-height: 1.5em;
	color: #ffffff;
}

/******** prima layout elements ********/

.prima_wrapper {
	width: 800px;
	margin: 0px auto;
	background: #000000 url(../images/layout/leftcol-bg.png) repeat-y left;
}

.header {
	margin: 0px;
	background: url(../images/layout/header-bg.png) no-repeat top center;
	height: 244px;
	text-align: center;
}

/*.header-menu { 
	font-weight:bold;
	background: #EAEAEA;
	padding: 1em 1em 0em 1em;
	border-bottom: 5px solid #333333;

}*/

.content {
	margin: 0px 0px 0px 268px;
	text-align: justify;
	font-size: .85em;
}

.content_about {
	background: url(../images/599gtb1.jpg) bottom right no-repeat;
	height: 727px;
	margin: 0px 0px 0px 268px;
	text-align: justify;
	font-size: .85em;
}

.left {
	margin: 0px 0px 0px 1px;
	float: left;
	width: 264px;
	background: #191f26;
}

.footer {
	margin: 0px;
	height: 124px;
	background: url(../images/layout/footer-bg.png) no-repeat bottom center;
	clear: both;
	text-align: center;
}

.footer a {
	color: #ffffff;
	}

.footer a:hover {
	text-decoration: none;
	color: #02eefe;
	}

/*.credlinks{
	margin: 0px 0px 0px 0px;
	font-size: .85em;
	text-align:center;
	background: #666666;
}*/

.menu-align-right{ 
	text-align: right;
	}
.menu-align-left{ 
	text-align: left;
	}
.menu-align-center{ 
	text-align: center;
	}

/******** prima document styles ********/

h1 {
	padding: 10px;
	font-size: 1.5em;
	font-weight: bold;
	color: #999999;
	text-transform: uppercase;
}

h2 {
	padding: 10px;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;	
}

h3 {
	padding: 10px;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;	
}	

a, a:active {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #02eefe;
	text-decoration: underline;
}

p {
/*	margin: 0px 0px 15px 0px;*/
	padding: 10px;
}

.footer p {
	margin: 0px;
	font-size: 1em;
	line-height: 1.2em;
}

/*img{ 
	margin: 8px 8px 6px 8px;
	border: 1px solid #666666;
	}*/
/******** prima list styles style ********/

ul li {
	margin: 0px 0px 0px 0px;
	list-style: none;
	padding-left: 20px;
}

ul ul li {
	margin: 1px 0 1px 0px;
	list-style: none;
	padding-left: 20px;
}

ul ul {
	margin: 1px 0 1px 0;
}

#main-list li{ 
	background: #0c0f13;
	height: 23px; 
	font-weight: bold; 
	text-transform: uppercase;
	}
	
#sub-list li{
	font-weight: normal; 
	height: 20px;
	color: #999999;
	
	}

#sub-list-inner li{
	font-weight: normal; 
	color: #ffffff; 
	padding-left: 30px;
	}
	
#sub-list-inner li a{
	font-weight: normal; 
	color: #ffffff; 
	padding-left: 30px;
	}

#sub-list-inner li a:hover {
	text-decoration: none;
	color: #02eefe;
	}

/*#sub-list-inner a, a:active, a:visited {
	color: #02eefe;
	text-decoration: none;
}

#sub-list-inner a:hover {
	color: #02eefe;
	text-decoration: underline;
}
*/
.ad-left {
	display: block; 
	width: 260px; 
	height: 204px;
	padding: 0px;
	margin-bottom: 15px; 
	float: left;
	text-align: right;
	}
.ad-right {
	display: block; 
	width: 260px; 
	height: 204px; 
	padding: 0px;	
	margin-bottom: 15px; 
	float: right; 
	}	
.p-direction { color:#0099CC; text-align: left;}

#list-direction li{
	font-weight: normal;
	margin-left: 30px;
	}
