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

a {
	text-decoration:none;
	color:#ffff4e;
}

a:hover {
	text-decoration:underline;
	color:#ffff4e;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

body {
	background-color: #000000;
	margin: 0px;
}

h1 {
	color:#cb0e21;
	font-size:20px;
	font-weight:normal;
}

h2 {
	color:#FFCC00;
	font-size:16px;
}

h3 {
	color:#ffff4e;
	font-size:12px;
	margin:0;
}

p {
	line-height:160%;
}

.blue_bullet li {
	font-size:12px;
	color#ffffff;
	list-style: url(images/red_bullet.jpg);
}

#body_cont {
	width:988px;
}

#brochure {
	border-bottom:#ffffff solid 1px;
}

#container {
	border:#ffffff solid 1px;
}

#flash {
	width:988px; height:208px; display:block; border-bottom:#ffffff solid 1px;
}

#footer {
	background:url(images/footer_bg.jpg) repeat-x; height:25px; width:988px; display:block; border-top:#ffffff solid 1px; clear:both;
}

#footer_left { width:50%; float:left; color:#666666; line-height:26px; 
}

#footer_right { width:50%; float:left; color:#666666; text-align:right; line-height:26px;
}

#left_col {
	width:842px; float:left;
}

.prod_box_cont {
	clear:both; display:block; width:762px; height:46px;
}

.red12 {
	color:#cb0e21;
}

.red_border {
	border:#cb0e21 solid 1px;
}

.red_bullet li {
	font-size:11px;
	list-style: url(images/red_bullet.jpg);
}

#right_col {
	width:146px; margin-left:-1px; float:left; border-left:#ffffff solid 1px; height:540px; background:#373737 url(images/r_col_bg_bottom_y.jpg) repeat-x bottom;
}

.text_cont {
	padding:20px;
}

.text_cont_sec {
	padding:20px 60px;
}

/* MENUS */

#mm1 {
	width:66px;
	text-align:center;
}
#mm2 {
	width:104px;
	text-align:center;
}
#mm3 {
	width:90px;
	text-align:center;
	z-index: 1;
	white-space: normal;
}
#mm4 {
	width:97px;
	text-align:center;
}
#mm5 {
	width:110px;
	text-align:center;
}
#mm6 {
	width:172px;
	text-align:center;
	white-space: nowrap;
}
#mm7 {
	width:77px;
	text-align:center;
}
#mm8 {
	width:108px;
	text-align:center;
}

.menu {
	width:988px;
	height:28px;
	font-size:12px;
	background: url(images/top_nav_bg.jpg) repeat-x;
	position:relative;
	border-bottom:#ffffff solid 1px;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:988px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block; font-size:12px; text-decoration:none; color:#ffffff; height:25px; line-height:26px;}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:100px; w\idth:100px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#565656 url(http://www.###.com) bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#373737 url(http://www.###.com) bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#373737 url(http://www.###.com) bottom right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#565656;}
/* style the third level hover */
.menu ul ul ul a:hover {background:url(images/top_nav_bg_on.jpg) repeat-x;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden; padding-top:1px; position:absolute;height:0;top:25px;left:-1; width:100px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:100px; top:-1px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-171px;}

.menu ul ul ul.left a{width:150px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#565656; color:#000000; height:auto; text-align:center; line-height:1em; padding:5px 10px; width:100px; border:1px solid #ffffff; border-width:0px 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:100px;w\idth:100px;}

/* style the top level hover */
.menu a:hover {
	background:url(images/top_nav_bg_on.jpg) repeat-x;
	color:#ffff4e;
}

/* style the second level hover */
.menu ul ul a:hover{color:#ffffff; background:#373737;}
/*.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#373737;}*/

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul li:hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul li:hover ul li:hover ul{ visibility:visible;}

