body { 
	margin: 0px; 
	background-color: #FF9428;
	font-family: Arial, Helvetica, sans-serif;
}

p {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

#container {
        position: relative;
        text-align: center;
	margin: 0 auto;
	width: 930px;

}
.topmenu {
	height: 163px;
	border: 0px;
}
.main {
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	width: 928px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: left;
	overflow: auto;
}

#lang {
	position: relative;
	float: left;
	width: 100%;
}

div#lang_inner {
	float: right;
	padding-right: 30px;
}

#lang span, #lang span a {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 7px;
	color: #cc3300;
}

#lang span.active_lang {
	color: #666666;
}

#lang a {
	text-decoration: none;
}

#indented {
	position: relative;
	float: left;
	padding-right: 65px;
	padding-left: 20px;
}

#header {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 15px;
	background: #000000 url(list.png) no-repeat top right;
}

img.logo {
	vertical-align: middle; 
	margin-right: 30px;
}

.header_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

/* Colors for the header text */
.col0 {color: #d9da30; }
.col1 {color: #dc9652; }
.col2 {color: #bc28a5; }
.col3 {color: #ebc412; }
.col4 {color: #f2f2f6; }
.col5 {color: #999999; }
/* END Colors for the header text */

/* LEFT MENU */

.left_menu {
	position: relative;
	float: left;
	width: 238px;
}

.left_menu .main_item {
	display: block;
	margin-bottom: 1px;
	border: solid 1px #999999;
	background-color: #333333;
}

.left_menu .main_item a {
	display: block;
	color: orange;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 3px 3px 25px;
}

.left_menu .main_item a:active, .left_menu .main_item a:hover {
	display: block;
	background-color: #666666;
}

.left_menu span.open {
        background-color: #777777;
}

/* END LEFT MENU */


/* Content Area */

div#content {
	position: relative;
	float: left;
	padding-left: 70px;
	width: 535px;
	color: #dddddd;
	
}
	
div#heading {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

div.row_heading {
	font-size: 14px;
	border-bottom: dotted 1px #dddddd;
	margin-bottom: 10px;
	margin-top: 15px;
}

.row {
	float: left;
	width: 100%;
	overflow: auto;
}

.left_col, .right_col {
	position: relative;
	float: left;
	overflow: auto;
	width: 250px;
}

.left_colbotom{
	font-size: 12px;
	position: relative;
	float: left;
	overflow: auto;
	width: 450px;
	padding-left:60px;
}

div#first_heading {margin-top: 25px; }

.download_link1, .download_link2 {
	position: relative;
	float: left;
	font-size: 11px;
}

.download_link1 {
	width: 150px;
	display: block;
	color: #cccccc;
	background: url(btn.gif) no-repeat right;
	padding: 2px 10px 2px 60px;
}

.download_link1:active, .download_link1:hover {
	background: url(hover.gif) no-repeat right;
}

.download_link2 {
	display: block;
	width: 160px;
	color: white;
	background-color: #333333;
	border: solid 1px #ffffff;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	margin: 3px 0px 3px 50px;
}

.download_link2:hover, .download_link2:active {
	background-color: #cc3300;
}

span.bg_img_container {
	display: block;
	overflow: auto;
	width: 100%;
	background-color: red;
	background: url(btn.gif) no-repeat right;
}

span.bg_img_container:hover, span.bg_img_container:active {
	background: url(hover.gif) no-repeat right;
}

/*cc3300 hover bgcl*/
/* END Content Area */

.colophon {
margin: 20px;
float: left;
width: 888px;
}

.colophon-left {
color: #de8630;  
font-size: 11px; 
font-weight: bold; 
float: left;
width: 444px;
}

.colophon-right {
color: #ffffff;  
font-size: 11px; 
float: right;
width: 444px;
text-align: right;
}

