/* CSS Document */

body {
	background:#000000 url(images/background_dev_001.gif) repeat-y fixed top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

A  { 
	text-decoration: underline;
	          color: #333333;
     }

A:hover  { 
	text-decoration: underline;
	          color: #3300CC;
         background: #FFFF00;
     }
	 
A.menu_link  { 
	text-decoration: none;
	          color: #330000;
     }

A.menu_link:hover  { 
	text-decoration: underline;
	          color: #3300CC;
         background: #FFFF00;
     }
	 

#start {
	height: 280px;
    width: 756px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	background: #FFFFFF url(images/panel_start_background_000.jpg) repeat-x scroll left bottom;
}

#about_us {
	height: 280px;
    width: 756px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	background: #FFFFFF url(images/panel_about_us_background_000.jpg) repeat-x scroll left bottom;
}

#what_we_do {
	height: 280px;
    width: 756px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	background: #FFFFFF url(images/panel_what_we_do_background_000.jpg) repeat-x scroll left bottom;
}

#why_us {
	height: 280px;
    width: 756px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	background: #FFFFFF url(images/panel_why_us_background_000.jpg) repeat-x scroll left bottom;
}

#our_references {
	height: 280px;
    width: 756px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	background: #FFFFFF url(images/panel_our_references_background_000.jpg) repeat-x scroll left bottom;
}

#contact_us {
	height: 280px;
    width: 756px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	background: #FFFFFF url(images/panel_contact_us_background_000.jpg) repeat-x scroll left bottom;
}

.inner_scroller {
    overflow: auto;
	padding: 1px;
	width: 736px;
	height: 190px;
	border-width: 1px;
	border-color: #CCCCCC;
	/* border-style:dashed; */
	border-style:none;

}

	 
	 
	 
.copyright_font {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #333333;
	}

.image_sides {
	 padding: 8px;
}

TABLE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.header_font {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	}
	
.sub_header_font {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	}
	
.project_header_font {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-weight: bold;
	color:#333333;
	}
	
.message_font {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	}