/* LAYOUT - main body of page */
body, html {
	background-color: #000000;
	SCROLLBAR-FACE-COLOR: #0c4aad;
	SCROLLBAR-HIGHLIGHT-COLOR:#0c4aad; 
	SCROLLBAR-SHADOW-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #FFFFFF; 
	scrollbar-track-color: #51a3f7; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-y;
	background-position:center;
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	}	
div#wrap {
width: 780px;
margin: 0 auto;
position:relative;
height:auto;

}
div#top_page{
display:block;
width: 808px;
height:30px;
background:#fff url(../images/top_page.gif) no-repeat;
}	
div#bottom_page{
margin:0 auto;
padding:0;
display:block;
width: 808px;
height:30px;
background:#fff url(../images/bottom_page.gif) no-repeat;

}
/* GENERAL */
img {border:none} 



/* LAYOUT - HEADER */
div#header {
display: inherit;
margin:0 auto;
padding:0;
background: url(../images/background_header.jpg);
background-repeat:repeat-y;;
width:780px;
height:364px;

}

div#headerabout {
display: inherit;
margin:0 auto;
padding:0;
background: url(../images/aboutus.jpg) bottom no-repeat;
width:780px;
height:364px;

}
	div#header #logo{
		position:absolute;
		top:5px;
		left:80px;
		width: 300px;
		height: 120px;
		color: #ea3b06;
		font-family:Tahoma;
		font-size:24px;
		font-weight:bold;
		border:0px;
		background: transparent url(../images/logo_2.gif) left no-repeat;
		padding-left:100px;
		line-height: 80px;
	}
	div#header #top_lamp{
	position:absolute;
	top:152px;
	left:8px;
	width:765px;
	height:10px;
	background-color:#CCCCCC;
	border-top:1px solid #afacac;
}

.submit{
margin-top:8px;
}

.button{
	border: 1px solid #97b8e1;
	font-family: Tahoma;
	font-size: 10px;
	color:#FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	background:#51a3f7;
	cursor:pointer;
}
	
#rightlogin{
	/*background-image:url(../images/loginbox.jpg);*/
	background-position:bottom;
	background-repeat:no-repeat;
	width:200px;
	height:120px;
	float:right;
	position:absolute;
	left: 509px;
	top: 172px;
}

#righttext01{
	padding-right:20px;
}

.cboactive{
	font-size:11px;
	color: #FFFFFF;
	border: 1px solid #97b8e1;
	height: auto;
	font-family:Tahoma;
	background-color:#3173c4;
	width: 180px;
}
		ul#menu
		{
	position:absolute;
	top: 127px;
	left:36px;
	margin:0 auto;
	padding: 0;
	width: 720px;
	height: 25px;
	list-style:none;
		}
		ul#menu li
		{
		position:relative;
		float: left;
		height: 25px;
		width:142px;
		background: url(../images/tab_2.jpg) no-repeat;
		text-align:center;
		}
		ul#menu li.active
		{
		background: url(../images/tab_2.jpg) no-repeat;
				}
		ul#menu li.active a
		{
		color:#fbdcb4;
		}

		ul#menu li a
		{
		display: block;
		float: left;
		font-family: Tahoma;
		font-size:11px;
		font-weight: bold;
		color: #ffffff;
		text-decoration: none;
		width:142px;
		height:25px;
		text-align:center;
		padding-top:5px;
		}
		ul#menu li a:hover
		{
		text-decoration:none;
		background: url(../images/tab_2.jpg) no-repeat;
		width:142px;
		height:25px;
		text-align:center;
		color:#fbdcb4;
		}
div#sidebar{
	position:absolute;
	top:279px;
	left: 15px;
	width: 194px;
	min-height:300px !important;
	background-color:#eaebeb;
	border:0px;
	border-collapse: collapse;
}	
	div#sidebar #top_sidebar{
		background: #fff url(../images/header_sidebar.jpg) no-repeat;
		width:194px;
		height:22px;
		font-family: Tahoma;
		font-size:10px;
		font-weight:bold;
		color:#fff;
		line-height:22px;
		text-indent:10px;
		}
	div#sidebar #main_sidebar{
		font-family: Tahoma;
		font-size:10px;
		padding:0px 10px 10px 10px;
		}
	div#sidebar #main_sidebar p.text_sidebar{
		text-align:justify;
		}	
	div#sidebar #main_sidebar p.more{
		text-align:right;
	
		}
	div#sidebar #main_sidebar p.more a{
		color:#d46402;
		text-decoration:none;
		}
	div#sidebar #main_sidebar p.more a:hover{
		text-decoration:underline;
		}
#content {
	margin:0 auto;
	padding:0;
	/*min-height:400px !important;*/
	width:730px;
	color:#000000;
	font-family:  Tahoma;
	font:Tahoma;
	text-align:left;
	font-size:11px;
	/*background-color:#FFFFFF;*/
	}

.indenttext{
padding-left:20px;
padding-right:20px;
}
	
.box{
background-image:url(../images/label_3.jpg);
background-repeat:no-repeat;
background-position:bottom;
float:left;
width:235px;
height:45px;
margin-left:6px;
text-align:center;
padding-top:25px;
}

.headerlink{
text-align:right;
font-family:Tahoma;
font-size:11px;
color:#000000;
float:right;
width:250px;
position:inherit;
margin-top:40px;
margin-right:20px;
}
	
	div#content h1{
		font-family: Tahoma;
		font-size:11px;
		font-weight:bold;
		padding:0;
		margin:0;
		text-align:left;
		line-height:20px;
		}
	div#content a{
		color:#d46402;
		text-decoration:none;
		}
		div#content a:hover{
		text-decoration:underline;
		}
	div#content div.code{
	padding:10px 10px 10px 10px;
	background:#f4f5f5 url(../images/code.gif) repeat-x;
	border-top:1px solid #d8d9d9;
	border-bottom:1px solid #dfe1e1;
	}			
#footer-shadow {
	margin-right:auto;
	margin-left:auto;
	width:765px;
	height:35px;
	float:left;
	position:absolute;
	text-align: center;
	left: 8px;
	top: 674px;

}

#footer-shadowabout {
	margin-right:auto;
	margin-left:auto;
	width:765px;
	height:35px;
	float:left;
	position:absolute;
	text-align: center;
	left: 7px;
	top: 596px;

}

#footer {
text-align:center;
width:765px;
height:35px;
border-top:10px solid #CCCCCC;
}


.footer{ 
color:#8c4141; 
font-size:11px; 
font-weight:normal; 
text-decoration:none;
text-align:center;
font-family:Tahoma;
text-align:center;
}

.footertext{
color:#4c4c4c;
}				

