body, html {
	color:#7F7F7F;
	font-family:ariel,verdana;
	font-size:12px;
	margin:0;
	padding:0;
}

div
{
	scrollbar-width:10px;
	scrollbar-arrow-color: #E0E1E2;
	scrollbar-face-color: #BBBCBE;
	scrollbar-highlight-color: #BBBCBE;
	scrollbar-3dlight-color: #BBBCBE;
	scrollbar-shadow-color: #BBBCBE;
	scrollbar-darkshadow-color: #BBBCBE;
	scrollbar-track-color: #E0E1E2;
}


h1 {
	color:#F8901F;
	display:inline;
	font-size:13px;
}

img
{
	border:0;
}


.w3org
{
	float:right;
	
	padding-top:75px;
}


a:link
{
	color:#777777;
	font-weight:bold;
	text-decoration:none;
}
a:visited
{
	color:#777777;
	font-weight:bold;
	text-decoration:none;
}
a:active
{
	color:#777777;
	font-weight:bold;
	text-decoration:none;
}
a:hover
{
	color:#dddddd;
	font-weight:bold;
	text-decoration:none;
}


.body_middle {
	background-image:url(../images/bg/bg_middle.jpg);
	background-attachment:scroll;
	background-position:top center;
	background-repeat:no-repeat;
	height:297px;
}

.header {
	color:#ffffff;
	font-weight:bold;
	width:150px;
}

.sub_header
{
	font-weight:bold;
}

.header_bg {
	background-image:url(../images/bg/bg_header.jpg);
	background-attachment:scroll;
	background-position:top center;
	background-repeat:no-repeat;
	height:199px;
	width:1000px;
}

.header_div_left
{
	width:540px;
	height:110px;
	
	float:left;
}

a.footer_link{
	color:#f8901f;
	text-decoration:none;
}

.main_body_footer {
	background-image:url(../images/bg/bg_footer.jpg);
	background-attachment:scroll;
	background-position:top center;
	background-repeat:no-repeat;
	height:209px;
	width:1000px;
}

.preload
{
	display:none;
}

.row1 {
	padding-left:75px;
}
.row2 {
	padding-left:50px;
}
.row3 {
	padding-left:25px;
}
.row4 {
	padding-left:20px;
}


table.footer_table {
	font-size:11px;
	padding-top:45px;
}

.table_header {
}

.table_main {
	height:305px;
	width:1000px;
}
.table_middle {
	height:305px;
	width:1000px;
}

.text_middle {
	padding-left:5px;

}

.panel_left
{
	width:350px;
	height:280px;
}
.panel_left_wide
{
	width:475px;
	height:280px;
}
.panel_right
{
	width:200px;
}
.panel_image
{
	width:200px;
}
.panel_image_big
{
	width:365px;
}

.panel_left_big
{
	width:375px;
	height:280px;
}
.panel_right_small
{
	width:175px;
}
.panel_image_small
{
	width:175px;
}


.panel_contact_left
{
	width:175px;
}
.panel_contact_right
{
	width:505px;
}


.text_item_div
{
	text-align:left;
	
	/*position:inline;*/
	
	width:445px;
	height:300px;
	
	display:block;
	overflow:auto;
	
	/*padding:5px;*/
	
	scrollbar-width:10px;
	scrollbar-arrow-color: #E0E1E2;
	scrollbar-face-color: #BBBCBE;
	scrollbar-highlight-color: #BBBCBE;
	scrollbar-3dlight-color: #BBBCBE;
	scrollbar-shadow-color: #BBBCBE;
	scrollbar-darkshadow-color: #BBBCBE;
	scrollbar-track-color: #E0E1E2;
}

.text_item_div_static
{
	text-align:left;
	
	width:450px;
	height:300px;
}


.vertical_space
{
	height:5px;
}
.horizontal_space
{
	width:10px;
}