@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;	
	font-size: 11px;
	color: #000000;
	background-color:#eee;
	margin: 10px 0px 10px 0px ;  /* T R B L */ 
	/* margin-right: 0px; */
	/* margin-bottom: 0px;	*/
	/* padding: 10px; */ /* WARNING : This stops ModalDialog from working with IE 6.0!!! */ 
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

UI, LI, P {
	fon	t: normal 11px/16px Arial, Helvetica, sans-serif;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

a {text-decoration:none; color:#000000;}
a:hover {text-decoration:underline;}

/*
a {text-decoration:underline; color:#000000;}
a:hover {text-decoration:underline; color:#D50064;}
*/

p.caption {
	font: normal 10px/14px Arial, Helvetica, sans-serif;
	margin:0 0 20px 16px;
}
p.first{
	/* First Paragraph, no margins required - display text at top of cells */
	margin:0;
}

h3.first{
	/* First Paragraph, no margins required - display text at top of cells */
	margin:0;
}

.pic_with_bdr { border-style:groove;
}

.StdPage #container {	
	background:url(/2009/design/page/images/content_bg.gif) repeat-y;
	width: 990px;  /* using 10px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.StdPage #container_header {
	 background: url(/2009/design/page/images/header_bg.gif) repeat-x;
	 height:5px;
} 
.headerLeftCorner {
	float:left;height:11px; width:12px; background:url(/2009/design/page/images/header_crnr_lft.gif) no-repeat;
}
.headerRightCorner {
	float:right;height:11px; width:12px; background:url(/2009/design/page/images/header_crnr_rt.gif) no-repeat;
}
.StdPage #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}



.StdPage #global_header_menu {
	float: right; /* since this element is floated, a width must be given */
	width: 800px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 10px 0px 20px;
}
.StdPage #global_header_menu UL{
	margin:0;
	padding:0;
}
.StdPage #global_header_menu LI{
	list-style-type:none;
}
.StdPage #global_header_menu A {
	font: 12px/24px Arial, Helvetica, sans-serif;
	color:#444;
	text-decoration:none;
}.StdPage #global_header_menu A:hover {
	color:#f60;
}
.StdPage #global_header_menu A:active {
	color:#f60;
}

.StdPage #product_nav {
	height:27px;
	width:980px;
	background:url(/2009/images/Div_menu_default.jpg) top center no-repeat;
	margin: 0px 5px 0px 5px;  /* T R B L */
	padding: 0px;
	
	overflow: visible;
	visibility: inherit;
	/* background-position: center top; */
}

.StdPage #mainContent { 
	/* float: left; */
	position:relative;
	margin: 0px 5px 0px 5px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */	
	padding: 0px 0px;	/* pading TB LR*/
	height:auto;
	width:980px;
	overflow: visible;
	/* background-color:#FFF; */
	z-index:1;
	
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.vspacer {
    float:left; width: 0px; height: 2.3em;
}


#header .floatLogo {
	float: left;
	position:relative;
	padding:5px 0px 0px 10px; /* T R B L */
}

#header .floatHero {
	float:left;
	/* padding:15px 12px 0 0; */
	padding:0px 0 0 5px; /* T R B L */
	height:70px;
	width:270px;
	/*margin-top:100px;*/
}
#header .floatBigBnr {
	float: left;
	padding:0 0 0 0;
	height:70px;
	width:700px;	
}

#header .div_header {
	overflow: visible;
	/* float:left; */
	height:44px;
	width:980px;
	background:url(/2009/images/div_header_bg.jpg) top center no-repeat;
	margin: 0px 5px 0px 5px;
	z-index: 1;
	/* clear:both; */
}
#header .div_header_SSL {
	overflow: visible;
	/* float:left; */
	height:44px;
	width:980px;
	background:url(/2009/images/div_header_ssl_bg.jpg) top center no-repeat;
	margin: 0px 5px 0px 5px;
	z-index: 1;
	/* clear:both; */
}

/* DIVSION TABS */
.Tab_title {
	height: 36px;
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:normal;
	font-weight:bold;
	color: #ffffff;
	padding: 8px 15px 0 8px;
	display:block;
	text-decoration:none;

}

#Tab_separator {
	float: left; position:relative; margin-right: 1px; height: 44px; WIDTH: 1px; padding: 0px 0px 0px 0px; BORDER-RIGHT: #333333 1px solid; BACKGROUND-COLOR: #aaaaaa;
}

#Tab_search {
	float: left; position:relative; margin-right: 1px; height: 30px; WIDTH: 220px; padding: 7px 0px 7px 10px; /* T R B L */
	/* padding T R B L; */
}

#Tab_home {float: left; position:relative; margin-right: 1px;  width: 80px;}
#Tab_title_home:hover {background-color:#D50064; text-decoration:underline;}

#Tab_pi {float: left; position:relative; WIDTH: 85px;}
#Tab_title_pi:hover {background-color:#D50064; text-decoration:underline;}

#Tab_su {float: left; position:relative; WIDTH: 90px;}
#Tab_title_su:hover {background-color:#F18428; text-decoration:underline;}

#Tab_dm {float: left; position:relative; WIDTH: 110px;}
#Tab_title_dm:hover {background-color:#B2D22E; text-decoration:underline;}

#Tab_nv {float: left; position:relative; WIDTH: 110px;}
#Tab_title_nv:hover {background-color:#14529E; text-decoration:underline;}

#Tab_dh {float: left; position:relative; WIDTH: 150px;}
#Tab_title_dh:hover {background-color:#1E9ECF; text-decoration:underline;}

#Tab_aa {float: left; position:relative; WIDTH: 80px;}
#Tab_title_aa:hover {background-color:#576067; text-decoration:underline;}


#Tab_home_amail {float: left; position:relative; margin-right: 0px;  width: 0px;}
#Tab_title_home_amail:hover {background-color:#D50064; text-decoration:underline;}


#Tab_menu {
	height:27px;
	width:980px;
	background:url(/2009/images/Div_menu_default.jpg) top center no-repeat;
	margin: 0px 5px 0px 5px;  /* T R B L */
}

#Tab_menu ul {
 	margin: 0 0 0 240px; /* T R B L */
	padding: 4px 0 0 0;
}
#Tab_menu li 	{
	width:auto;
	margin:0 auto; /* T R B L */
	display:inline;
	padding:0 0.4em;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}

#Tab_menu li a {color:#FFFFFF; text-decoration:none;}
#Tab_menu li a:hover {color:#FFFFFF; text-decoration:underline;}


/* FOOTER */

#footer_div	{
	position:relative; float:left; width:980px; TEXT-ALIGN: center; z-index: 2; COLOR: #666;
}

.StdPage #container_footer { 
	height:194px;
    font-size: 1px;
	padding:0 5px 0 5px; /* T R B L */
} 
.StdPage #container_footer_ds { 
	background:url(/2009/images/footer_div_pi.gif) top left no-repeat;
	height:194px;
    font-size: 1px;
	padding:0 0px 0 0px; /* T R B L */
} 

.StdPage #container_footer_ds_ssl { 
	background:url(/2009/images/footer_ssl.gif) top left no-repeat;
	height:40px;
    /* font-size: 1px; */
	padding:0 0px 0 0px; /* T R B L */
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-top:0px;
	height:10px;
	z-index: 3;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-top:0px;
	height:10px;
	z-index: 3;
}
#container_footer .fltlft {
	height:11px; width:12px; background:url(/2009/design/page/images/footer_crnr_lft.png) top left no-repeat;
}
#container_footer .fltrt {
	float:right;
	height:11px; width:12px; background:url(/2009/design/page/images/footer_crnr_rt.png) top right no-repeat;
	}

.footer_menu_title {
	font: bold 11px/16px Arial, Helvetica, sans-serif;
	color:#FFF;
	display:block;
	height:32px;
}

.footer_menu ul{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	padding-top:0px;
}

.footer_menu li{
	font: normal 10px/14px Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-left:0px;	
}

.footer_menu li a{
	font: normal 10px/14px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration:none;
}


.footer_list{
	list-style:disc;
	margin-left: 5px;
	padding-left: 10px;
	padding-top:0px;
}


.footer_list li{
	font: normal 10px/14px Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-left:0px;	
}

.footer_list li a{
	font: normal 10px/14px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration:none;
}


	
#latest_news	{
	float:left; position:relative; width:150px; height:179px; color:#FFFFFF; overflow:hidden; padding:10px 10px 0 15px; /* T R B L */
}



#footer_separator {
	float: left; position:relative; margin-right: 1px; height: 120px; WIDTH: 1px; margin-top:20px; BORDER-RIGHT: #666666 1px solid; padding: 0px 0px 0px 0px; BACKGROUND-COLOR: #FFF;
}

#footer_separator_tall {
	float: left; position:relative; margin-right: 1px; height: 160px; WIDTH: 1px; margin-top:20px; BORDER-RIGHT: #666666 1px solid; padding: 0px 0px 0px 0px; BACKGROUND-COLOR: #FFF;
}


.footer_menu	{
	float:left; position:relative; width:122px; height:139px; color:#FFFFFF; overflow:hidden; padding:10px 5px 0px 5px; /* T R B L */
}


#copyright_terms {
	text-align:right;
	margin: -10px 3px 0px 0px;/* T R B L */
	color:#FFFFFF;
}

#copyright_terms_ssl {
	text-align:right;
	margin: 0px 10px 0px 0px;/* T R B L */
	padding: 10px 0px 0px 0px;/* T R B L */
	color:#FFFFFF;
}

#bestviewed {
	text-align:center;
	margin: 10px 0px 5px 0px;/* T R B L */
	color:#666;
}

