* {
	margin:0;
	padding:0;
	font-size: 9px;
	letter-spacing: 1px;
}

html, body {
	/*	background: #2B231A;   
			-- when i added this bg color to the topbar and logo in fireworks the saved output was with bg colo 2B2219 !!!??!?
			so i changed the orginal background to that
	*/
	background: #2B2219;
	color: #CCC;
	font-family: Verdana;
}

h1 {
	color:#FF0062;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	font-weight: normal;
}

h3 {
	color:#FF0062;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: uppercase;
	background:URL("../assets/bullet.jpg") no-repeat;
	margin: 0px;
/*	margin-left: -8px; */
	padding-left: 8px;
	background-position: 0px 2px;
}

h3 a{
	color:#FF0062;	
}
a {
	color: #CCC;
}

#wrapper {
	display: none;
	margin-left: 0px;	
}

#no_js {
	position: absolute;
	top: 20px;
}

#header {
	width: 940px;
	margin-left: -30px;
}

#topbar {
	height: 40px;
}
#topbar img{
}

#logo {
	margin:20px 0px 0px 350px;
	cursor: pointer;
}

#logo img {
	border:0px;
	height: 47px;
}



/*****
*
*
* HEADER ITEMS - news, menu & contact
*
*
*****/


.header_item {
	position: absolute;
	width: 270px;
	margin:30px 0px 0px 0px;
	padding-bottom: 30px;
}


.header_item ul {
	list-style: none;
	padding: 0px;
	margin: 20px 0px 0px 8px;
}

.header_item ul li {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 3px 0px;
	clear: both;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.header_item ul li.higlight {
	margin: 15px 0px 3px 0px;
	clear: both;
	color:#FF0000;
}

.header_item ul li.higlight a{
	color: #FF0000;
}
.header_item ul li.na {
	text-decoration: line-through;
}
.header_item ul li a{
	text-decoration: none;
}
.header_item ul li a:hover{
	text-decoration: none;
	color: #666;
}
.header_item ul li a.active{
	text-decoration: none;
	color: #666;
}
/*****
*
*
* NEWS -
*
*
*****/

#news {
	left: 20px;
	height: 195px;
}

#news h1 {
	letter-spacing: 1px;
}

#news #news_wrapper {
	position: absolute;
	margin: 20px 0px 0px 8px;
	height: 175px;
	overflow: hidden;
}
#news #news_wrapper #news_list{
	width: 245px;
	margin: 0px 0px 0px 0px;
}

#news #news_wrapper .news_item {
	margin: 0px;
}
#news #news_wrapper #news_list h2 {
}
#news #news_wrapper #news_list h1 {
	color: #FF0000;
}
#news #news_wrapper  #news_list .info {
	margin: 5px 0px 20px 0px;
	line-height: 13px;
}

#news #news_scroll {
	position: absolute;
	left: 265px;
	margin: 20px 0px 0px 0px;
	width: 5px;

}

#news #news_scroll #track{
	height: 175px;
	width: 5px;
	float: left;
	background: #333;
}

#news #news_scroll #handle{
	width: 5px;
	left: 0px;
	height: 20px;
	background: #666;
	cursor: pointer;
}


/*****
*
*
* MENU -
*
*
*****/
#menu {
	left: 312px;
	width: 250px;
}

/*****
*
*
* DETAILS -
*
*
*****/

#contact {
	left: 560px;
	width: 200px;
}

#contact ul li {
	border: none;
	text-transform: none;
}

/*****
*
*
* SEPERATOR -
*
*
*****/
#seperator {
	position: absolute; 
	top:375px;
	width: 100%;
}
#seperator #red {
	top: 0px;
	position: absolute;
	height: 10px;
	background: #FF0000;
	width: 348px;
	margin-left: -30px;
}
#seperator #pink {
	background: #FF0062;
	height: 10px;
}