/* CSS Document */

body { background-color: black; margin: 10px; 
 	       scrollbar-3dlight-color: #555;
           scrollbar-arrow-color: #FFF;
           scrollbar-base-color: #222;
           scrollbar-darkshadow-color: #000;
           scrollbar-face-color: #000;
           scrollbar-highlight-color: #777777;
           scrollbar-shadow-color: #666666; }
.main_table { width: 800px; margin-top: 50px;}
table td { vertical-align: top;  }
td, p, div { font: normal 10pt Verdana; color: #FFF; }

.top_menu { height: 26px; background-image: url(images/menu/menu_bg1.jpg); background-color:#666666; background-repeat: repeat-x; border: 1px solid #585858; text-align: left; padding: 0px;}
.top_menu a { border-width: 0px; padding: 0px 28px 0px 28px; margin: 0px; width: 100px; }
.chromestyle { margin: 0px; padding: 0px; }
.chromestyle ul { margin: 0px; }
.chromestyle img { border-width: 0px; }

.main_body { height: 525px; border-left: 1px solid #585858; border-bottom: 1px solid #585858; border-right: 1px solid #585858; padding-top: 10px;text-align: left;}
.footer { height: 20px; }
.footer p a:link, .contacts a:link { color: #999; text-decoration: none; }
.footer p a:visited, .contacts a:visited { color: #999; text-decoration: none; }
.footer p a:hover, .footer p a:ative, .contacts a:hover, .contacts a:active { color: #fff; text-decoration: underline; }

.left_ftr { float: left; width: 50%; color: #777; text-align: left; font: normal 8pt Arial;}
.right_ftr { float: right; width: 40%; color: #777; text-align: right; font: normal 8pt Arial;}



.overflow_div { width: 792px; height: 518px; 
	overflow:auto;  /* cater to the older browsers */
	/*overflow-x:scroll; /* scroll horizontal */
	/*overflow-y:hidden; /* Hide vertical*/
 	display: block; vertical-align: top; padding: 3px;
 			background-color: black; }		
.work_imgs { padding-right: 3px }
			
			
/* Contacts */
.contacts_right_info { float: right; width: 400px; margin-top: 40px; }
.contacts_img { margin: 4px; }
.contacts { margin-bottom: 30px; }
.contacts b { color: white; }			