@charset "utf-8";
/* Red: #ED1C24 */

* {
	margin: 0;
	padding: 0;
}

p {
	padding: 0.5em 0 1em;
	line-height: 1.7em;
}	

a img {
	border: 0;
}

a, a:active, a:visited, a:link {
	color: #ED1C24;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
}
ul {
	list-style: none;
}


html {
	font-size: 100%;
	text-align: center;
}

body {
	font-size: 62.5%;
	text-align: left;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	text-indent: -9999px;
	background: url(../images/logo.gif) no-repeat;
	height: 39px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 1.4em;
}
h3 {
	color: #ED1C24;
	font-size: 1.2em;
}
h4 {
	color: #ED1C24;
}
h5 {
	color: #E51937;
}






#wrapper {
	width: 991px;
	margin: 0 auto;
	font-size: 1.2em;
}#page_wrap {
	background: url(../images/pageborder_middle.gif) repeat-y;
	margin: 10px 0;
}
#page_wrap_top {
	height: 9px;
	background-image: url(../images/pageborder_top.gif);
	background-repeat: no-repeat;
}
#page_wrap_footer {
	background: url(../images/pageborder_bottom.gif) no-repeat;
	height: 9px;
	clear: both;
}


.navigation {
	background: url(../images/topnav_bg.gif) repeat-x;
	height: 42px;
}
.navigation a {
	color: #fff;
	padding: 0 10px;
}
.navigation a:hover {
	color: #ED1C24;
}

ul.nav {
	list-style-type: none;
	position: relative;
	list-style-position: outside;
}

ul.nav li {
	float: left;
	position: relative;
	background: url(../images/topnav_border.gif) no-repeat right top;
}

ul.nav li ul {
	position: absolute;
	width: 200px;
	top: 42px;
	display: none;
	background: #ED1C24;
	padding: 0;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	color:.FFF;
	left: 0px;
}
ul.nav   li  ul a {
	color: #fff;
	display: block;
}
ul.nav li ul a:hover {
	color: #fff;
	background: #c02228;
}



ul.nav li ul li {
	line-height: 30px;
	width: 200px;
	border-bottom: 1px solid .fff;
	background: none;
}



.nav_left {
	float: left;
	line-height: 42px;
	width: 430px;
}

.nav_left_external {
	float: left;
	line-height: 42px;
	width: 530px;
}


.nav_right {
	float: right;
	width: 460px;
}
.nav_right ul {
	line-height: 42px;	
	width: 160px;
	float: left;
}
.nav_right ul li {
	float: left;
	background: url(../images/topnav_border.gif) no-repeat right top;
}

#search_form  {
	float: right;
	display: block;
	width: 240px;
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}
#search_form  .search_input {
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 0.9em;
	width: 160px;
}
#search_form .submit {
	background: #cc0000!important;
	color: #fff;
	border: 1px solid #ccc;
	padding: 4px 5px;
	font-weight: bold;
	margin: 0;
	font-size: 0.9em;
	width: 60px;
}
#search_form   .submit:hover   {
	background: #cc0000;
	cursor: pointer;
}



#logo, #header_top, #header_bottom, #header_bottom_text, #home_content, #footer_logo, #footer_nav {
	margin: 0 15px;
}
#logo {
	height: 77px;
	background: url(../images/thin_black.gif) repeat-x left bottom;
	padding: 0 0 5px 0;
}
.logo_left {
	float: left;
	width: 214px;
	height: 39px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.logo_right {
	float: right;
	text-align: right;
	color: #999;
}
.logo_right a {
	color: #999;
}
.logo_right a:hover {
	color: #ED1C24;
}


.logo_right h2 {
	margin: 15px 0 0;
}

.logo_right p {
	padding: 10px 0 0;
}




#header_top {
	height: 230px;

}
.flash {
	float: left;
	width: 491px;
}
.header_pic1 {
	float: left;
	width: 234px;
}

.header_pic2 {
	float: left;
	width: 234px;
}


.home_top_left {
	float: left;
	width: 471px;
	padding: 10px;
}
.home_top_middle {
	float: left;
	width: 214px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.home_top_right {
	float: left;
	width: 214px;
	padding: 10px;
}
#home_content {
	padding: 15px 0;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}

.home_content_left {
	float: left;
	width: 470px;
}
ul#home_news {
	padding: 20px 0 0;
}
ul#home_news h4  {
	display: block;
	padding: 0 0 5px 0;
	font-size: 1.2em;
}

ul#home_news li {
	display: inline;
	margin: 0 0 20px 0;
}
ul#home_news li ul li.news_left {
	float: left;
	padding: 15px 0 0 0;
	width: 70px;
}

ul#home_news li ul li.news_right {
	float: right;
	width: 380px;
}
p.news_link              {
	padding: 0;
}




.home_content_right {
	float: right;
	width: 480px;
}
.home_content_right_wrap {
	float: left;
	width: 49%;
	background: url(../images/home_wrap_bg.gif) repeat-y;
}
.home_content_right_wrap strong {
	color: #E51937;
}

.home_content_right_wrap h4 {
	background: url(../images/home_wrap_h4_bg.gif) no-repeat;
	height: 28px;
	padding: 10px 0 0 15px;
	font-size: 1.2em;
}
.home_content_right_wrap p {
	padding: 0 15px 10px;
}
.home_content_right_wrap img {
	margin: 0 0 10px 15px;
}

.home_content_wrap_bottom {
	height: 13px;
	background: url(../images/home_wrap_bottom_bg.gif) no-repeat;
}
#footer_logo {
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;


}
#footer_logo a {
	color: #000;
}
#footer_logo a:hover {
	color: #E51937;
}


.footer_logo_left {
	float: left;
}
.footer_logo_left p {
	padding: 0 0 5px 0;
}

.footer_logo_right {
	float: right;
	text-align: right;
}


#footer_nav {
	clear: both;
	padding: 10px 0;
}
#footer_nav a {
	color: #000;
}
#footer_nav a:hover {
	color: #999;
}


.footer_nav_left {
	float: left;
}
.footer_nav_left a {
	color: #666!important;
}

.footer_nav_left a:hover {
	color: #333!important;
}

.footer_nav_right {
	float: right;
}


.clear {
	clear: both;
}
.padding {
	padding: 10px;
}
.red_bg {
	background-color: #ED1C24;
	height: 25px;
	line-height: 25px;
}
.red_bg  a, .black_bg1 a, .black_bg2 a {
	color: #fff;
}

.red_bg a:hover, .black_bg1 a:hover, .black_bg2 a:hover {
	color: #ccc;
}

.black_bg1 {
	background: url(../images/black_bg1.gif) repeat-x;
	height: 25px;
	line-height: 25px;
}
.black_bg2 {
	background: url(../images/black_bg2.gif) repeat-x;
	height: 25px;
	line-height: 25px;
}
.small_logos {
	float: right;
	padding: 18px 0 0;
}
.black {
	color: #000;
}
.padding_bottom {
	padding: 0;
}

a.underline {
	text-decoration: underline;
}
.header_red_menu_pad {    
	padding-top: 28px;
	padding-right: 17px;
	padding-bottom: 30px;
	padding-left: 17px;
}
.header_red_menu_pad p {
    padding: 0px;
    color: #ffffff;
}

.header_red_menu {
    cursor: pointer;
	float: left;
	width: 234px;
	height: 230px;
	background-image: url(../images/header_menu_grad.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

div.redmenu a {
	display:block;
	margin:0;
	width:auto;
    padding-bottom:1em;
	font-family: Verdana;
    color:#ffffff;
	text-decoration:underline;
}
div.redmenu a:hover {color:#000000;
}

a.optionarrow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration:none;
}
a.optionwhite:hover { font-family: Verdana, Arial, Helvetica, sans-serif; color: #666666;
}


a.optionwhite { font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; text-decoration:underline;}
a.optionwhite:link { font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF;  text-decoration:underline;}
a.optionwhite:hover { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000;
}

a.optiongrey { font-family: Verdana, Arial, Helvetica, sans-serif; color: #989797; text-decoration:underline;}
a.optiongrey:link { font-family: Verdana, Arial, Helvetica, sans-serif; color: #989797;  text-decoration:underline;}
a.optiongrey:hover { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000;
}

a.optionbread { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; color: #989797;}
a.optionbread:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px;  color: #989797;}
a.optionbread:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px;  color: #000000;
}



a.optionblack { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000;  text-decoration:underline;}
a.optionblack:link { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000;  text-decoration:underline;}
a.optionblack:hover { font-family: Verdana, Arial, Helvetica, sans-serif; color: #ED1C24;
}

a.optionred {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #FF0000; text-decoration:underline;}
#bg_products {
	background-image: url(../images/bg_products.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

a.optionred:link { font-family: Verdana, Arial, Helvetica, sans-serif; color: #FF0000; text-decoration:underline;}
a.optionred:hover { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000;
}


.home_top_middle_dashed {
	float: left;
	width: 213px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
}

.home_top_right_dashed {
	float: left;
	width: 213px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
}

#header_grad {
	border-top: 1px dashed #ccc;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 6px;
	padding-bottom: 0px;
	height: 126px;
}

.home_grad_left {
	float: left;
	width: 481px;
	padding-left: 10px;
	text-align: right;
	height: 128px;
}

.home_grad_middle {
	float: left;
	width: 223px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
	padding-left: 10px;
	text-align: right;
	height: 128px;
}

.home_grad_right {
	float: right;
	width: 225px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
	padding-left: 10px;
	text-align: right;
	height: 128px;
}

.home_prod_col_1 {
	float: right;
	width: 234px;
	height: 126px;
	text-align: right;
}

.home_prod_col {
	float: right;
	width: 234px;
	height: 126px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
	text-align: right;
}

#prod_content {
	background-image: url(../images/header_grad.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-right: 0;
	padding-left: 0;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}
#arrow_on_black {
	background-image: url(../images/arrow_on_black.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.home_prod_left {
	float: left;
	width: 243px;
	padding-left: 10px;
	text-align: left;
	padding-top: 10px;
}
.home_prod_middle {
	float: right;
	width: 225px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
	padding-left: 10px;
	text-align: left;
	padding-top: 10px;
}
.home_prod_right {
	float: right;
	width: 224px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
	padding-left: 10px;
	text-align: left;
	padding-top: 10px;
}
#optionpad {
	margin-bottom: 10px;
}

#products_title {
	margin-bottom: 25px;
	margin-top: 90px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000000;
}
#page_wrap_products {
	background: url(../images/pageborder_middle.gif) repeat-y;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
}
#products_wrap_top {
	height: 9px;
	background-image: url(../images/productsborder_top.gif);
	background-repeat: no-repeat;
}
.logo_right_products {
	float: right;
	width: 214px;
	height: 39px;
	text-align: right;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#logo_products {
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-bottom: 20px;
	height: 77px;
}
#footer_dotted{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #ccc;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
	background-color: #FFFFFF;
	margin-right: 15px;
	margin-left: 15px;
}

#products_holder {
	margin-right: 15px;
	margin-left: 15px;

}

#prod_left {
	float: left;
	width: 200px;
	text-align: left;
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 5px;
}


#prod_right {
	float: left;
	text-align: left;
	padding-bottom: 20px;
	margin-left: 20px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
	width: 710px;
}

#full_stretch {
	float: left;
	text-align: left;
	padding-bottom: 20px;
	margin-left: 105px;
	width: 850px;
}

.product_header_padded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #E8080F;
	font-weight: bold;
	padding-left: 12px
}

#footer_holder {
	background-color: #FFFFFF;
	margin-right: 2px;
	margin-left: 3px;
}

div.prodmenu a {
	display:block;
	width:auto;
	font-family: Verdana;
	color:#999999;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
div.prodmenu a:hover {color:#000000;
}
.product_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #E8080F;
	font-weight: bold;
}
.product_subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#product_title_holder {
	width: 620px;
	float: left;
	height: 24px;
	padding-top: 30px;
	padding-bottom: 20px;
}
.product_title_left {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A8DEEB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	float: left;
	width: 290px;
}

.product_title_right {
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A8DEEB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	float: left;
	width: 290px;
}
.product_title_middle {
	height: 23px;
	width: 23px;
	float: left;
}

#product_column_left {
	float: left;
	width: 290px;
}

#product_column_right {
	float: left;
	width: 290px;
	padding-left: 20px;
}
#products_cat {
	background-image: url(../images/products_cat_dot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 270px;
	margin-bottom: 8px;
	padding-bottom: 20px;
	float: left;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #BCBCBC;
}
.prod_cat_image_pad {
	padding-bottom: 5px;
	padding-left: 5px;
}
.breadcrumb_holder {
	height: auto;
	width: 900px;
	padding-top: 10px;
	padding-left: 5px;
}
#logo_content {
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-bottom: 20px;
	height: 80px;
}
.sub_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
#about_banner {
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	height: 63px;
	background-image: url(../images/about_banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	padding-right: 60px;
	padding-top: 130px;
}

#team_banner {
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	height: 63px;
	background-image: url(../images/team_banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	padding-right: 60px;
	padding-top: 130px;
}


.menugap {
	height: 15px;
	padding-bottom: 10px;
}
.content_column_left {
	width: 465px;
	padding-right: 30px;
	float: left;
}

.content_column_right {
	width: 205px;
	float: left;
}

.content_column_left2 {
	width: 400px;
	padding-right: 30px;
	float: left;
}

.content_column_right2 {
	width: 270px;
	float: left;
}




.imagepad_bott {
	padding-bottom: 20px;
}
.rightholder {
}
.bullets {
	list-style-type: square;
	padding-bottom: 10px;
	margin-left: 20px;
	line-height: 20px;
}

#products .products a,
#service_and_support  .service_and_support a,
#downloads .downloads a,
#aboutus .aboutus a,
#contact .contact a {
	color: #FF0000;
}

#white .white a {
	color: #FFFFFF;
}
.search_pad {
	padding-top: 10px;
}

#sub a.sub,
#sub1 a.sub1,
#sub2 a.sub2,
#sub3 a.sub3,
#sub4 a.sub4,
#sub5 a.sub5,
#sub6 a.sub6,
#sub7 a.sub7,
#sub8 a.sub8,
#sub9 a.sub9 {
	color: #000000;
}
.content_column_full {
	width: 710px;
	float: left;
}
.bullets_tick {
	list-style-type: none;
	padding-bottom: 10px;
	margin-left: 20px;
	line-height: 20px;
	list-style-image: url(../images/bullet_tick.gif);
}
.form_left {
	float: left;
	width: 210px;
	padding-top: 4px;
	height: 26px;
}
.form_right {
	float: left;
	width: 250px;
	height: 30px;
}

.form_whole {
	float: left;
	width: 460px;
	padding-top: 4px;
	padding-bottom: 10px;
	margin-top: 10px;
}

#form_holder {
	width: 470px;
	float: left;
	padding-top: 10px;
}
.form_field {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 230px;
}
.form_button {
	margin-right: 10px;
	padding: 1px;
	margin-top: 10px;
}
.form_right_multi {
	float: left;
	width: 250px;
	height: 90px;
}
.form_left_multi {
	float: left;
	width: 210px;
	padding-top: 4px;
	height: 86px;
}
#column_01 {
	width: 320px;
	margin-bottom: 8px;
	padding-bottom: 20px;
	float: left;
	padding-right: 12px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #BCBCBC;
}
#column_02 {
	float: left;
	width: 320px;
	padding-left: 20px;
	padding-bottom: 12px;
}
#product_holder {
	float: left;
	width: 690px;
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

#product_copy_holder {
	float: left;
	width: 450px;
}

#product_image_holder {
	float: right;
	width: 220px;
}
.form_field2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.iframe {
	font-size: 9px !important;
}
