/**********   GENERAL STYLES   **********/
* {
   padding: 0px;    
   margin: 0px;   
	}

body, html {  
   width: 100%;        
   height: 100%;
   background: transparent url(../img/body_bg.gif) repeat left top;
	}
	
body, td, th, select, input, textarea, h1, h2, h3, h4 { 
   font-family:  Arial, sans-serif; 
   color: #343434;
   font-size: 14px;
   vertical-align: top;
    }
   
table {
	border-collapse: collapse;
	} 
 
	
/**********   MAIN DESIGN ELEMENTS   **********/

div#width_controller {
    width: expression((document.body.clientWidth||document.documentElement.clientWidth)  > 1003 ? '100%' : '1003px');
    min-width: 1003px;
	height: 100%;
	}
	
table#main_table {
	width: 100%;
	height: 100%;
	}
	
td#main_table_top {
	height: 210px;
	}
	
td#main_table_middle {
	background: transparent url(../img/middle_left_bg.jpg) no-repeat left bottom;
	}	
	
td#main_table_footer {
	height: 64px;
	}
	
/************************ Top Styles **********************/
table#top_table {
	width: 100%;
	height: 210px;
	}
	
td#top_table_left {
	width: 250px;
	background: transparent url(../img/top_left.jpg) no-repeat left top;
	}
	
td#top_table_center {
	width: 702px;
	background: transparent url(../img/top_center.jpg) no-repeat left top;
	}
	
td#top_table_right {
	text-align: left;
	background: transparent url(../img/top_right_bg.gif) repeat-x left top;
	}

/*********************** Middle Styles ************************/

table#middle_table {
	width: 100%;
	height: 100%;
	background: transparent url(../img/middle_left_top_bg.jpg) no-repeat left top;
	}

td#middle_table_left {
	width: 210px;
	padding-top: 32px;
	padding-bottom: 200px;
	}
	
td#middle_table_right {
	padding-left: 40px;
	padding-right: 40px;
	}
		
/********************* Footer Styles **********************/

table#footer_table {
	width: 100%;
	height: 64px;
	}
	
td#footer_table_left {
	width: 60px;
	background: transparent url(../img/footer_left_corner.jpg) no-repeat left top;
	}
	
td#footer_table_copyright {
	width: 350px;
	background: transparent url(../img/footer_bg.gif) repeat-x left top;
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
	padding-top: 22px;
	}
	
td#footer_table_copyright a {
	text-decoration: underline;
	color: #ffd800;
	}
	
td#footer_table_madeby {
	width: 200px;
	background: transparent url(../img/footer_bg.gif) repeat-x left top;
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
	padding-top: 32px;
	}
	
td#footer_table_madeby a {
	text-decoration: underline;
	color: #ffd800;
	}
	
td#footer_table_counters {
	text-align: right;
	background: transparent url(../img/footer_bg.gif) repeat-x left top;
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	padding-right: 12px; 
	padding-top: 26px;
	}
	
	
/************************* Menu Styles ****************************/

td#menu_table_middle_left {
	background: transparent url(../img/menu_table_middle_left_bg.gif) repeat-x left top;
	background-color: #3b75b1;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	}
	
td#menu_table_middle_right {
	background: transparent url(../img/menu_table_middle_right_bg.gif) repeat-y left top;
	}

p.menu_item {
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana;
	margin-bottom: 20px;
	background: transparent url(../img/menu_bullet_white.gif) no-repeat 0px 3px;
	padding-left: 28px;
	}
	
p.menu_item a {
	text-decoration: underline;
	color: #FFFFFF;
	}
	
p.menu_item_active {
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana;
	margin-bottom: 20px;
	background: transparent url(../img/menu_bullet_yellow.gif) no-repeat 0px 3px;
	padding-left: 28px;
	}
	
p.menu_item_active a {
	text-decoration: underline;
	color: #ffd800;
	}
	
	
/************************ Content Styles ****************************/

div#main_content {
	font-weight: normal;
	font-size: 14px;
	color: 343434;
	font-family: Arial;
	}
	
div#main_content h1 {
	font-family: Verdana;
	font-weight: bold;
	font-size: 24px;
	color: #3b75b1;
	text-transform: uppercase;
	margin-bottom: 10px;
	}
	
div#main_content h2 {
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
	color: #343434;
	margin-bottom: 10px;
	}
	
div#main_content p {
	margin-bottom: 12px;
	line-height: 18px;
	}
	
div#main_content p a {
	color: #3b75b1;
	text-decoration: underline;
	}
	
ul {
	margin-left: 20px;
	margin-bottom: 12px;
	list-style-type: none;
	}
	
ul li {
	background: transparent url(../img/menu_bullet_blue.gif) no-repeat 0px 3px;
	padding-left: 20px;
	}
	
td.technics_left {
	width: 340px;
	padding-bottom: 20px;
	}	
	
td.technics_right {
	width: 360px;
	padding-left: 20px;
	padding-bottom: 20px;
	}	
	
div.technics_unit {
	background: #d5d5d4;
	border: 1px solid #9e9e9d;
	padding: 10px;
	font-family: Verdana;
	font-size: 12px;
	color: #5d5d5d;
	height: 200px;
	} 
	
div.technics_unit img {
	float: left;
	border: 1px solid #9e9e9d;
	margin-right: 10px;
	}
	
div.technics {
	margin-bottom: 5px;
	}
	
div.technics_unit h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	} 
