@charset "utf-8";
/* CSS Document */

*
{
	margin:0px;
	padding:0px;
}

body
{
	background-image:url(images/site_background.gif);
	background-position:left top;
	background-repeat:repeat-x;
	background-attachment:fixed;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#wrapper
{
	margin:0 auto;
	width:791px;
	border:solid #0144a1;
	border-width:0 3px;
	background-color:#FFFFFF;	
}

#header
{

}

#header #header_left
{
	float:left;
	width:397px;
}

#header #header_right
{
	float:left;
	width:394px;
}

#header #menus
{
	background-image:url(images/menu_bg.gif);
	background-repeat:repeat-x;
	background-position:left top;
	height:57px;
}

#header #menus #company_menu
{
	float:right;
	padding-top:3px;
	height:27px;
}

#header #menus #product_menu
{
	clear:right;
}

#header #menus ul
{
	list-style-type:none;
}

#header #company_menu li, #header #product_menu li
{
	float:left;
}

#header #company_menu a:link, #header #company_menu a:visited, #header #company_menu a:hover, #header #company_menu a:active
{
	color:#484f54;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#header #product_menu li
{
	padding:0 9px;
	height:27px;
	line-height:20px;
	background-image:url(images/product_menu_seperator.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

#header #product_menu a:link, #header #product_menu a:visited, #header #product_menu a:hover, #header #product_menu a:active
{
	color:#ffffff;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

#header #header_image
{
	clear:left;
}

#header #content
{
	clear:left;
	float:left;	
}

#contentArea
{
	width:791px;
}

#content 
{
 float:left;
 width:600px;
background-color:#fff;
}

#sidebar
{
	float:left;
	text-align:center;
	width:181px;
	border:solid #0144a1;
	border-width:3px 0 0;
	background-image:url(images/sidebar_background.gif);
	background-position:left top;
	background-repeat:repeat-y;
	padding:5px;
}

#content #below_header_left
{
	clear:both;
	float:left;
	background-color:#fff;

}

#content #below_header_right
{
	float:left;
	width:431px;
	border:solid #0144a1;
	border-width:3px 0 0;
	background-color:#FFFFFF;
}

.para1
{
	text-align:left;
}

.para1 .strong
{
	text-align:center;
	color:#000099;
	font-weight:bold;
}
