/* CSS Document */
html, body {
	margin:0 auto;
	width:100%;
	height:auto;
	min-height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:1.5em;
	text-align:center;
	background-color:#eeeeee;
	position:absolute;
	top:0px;
	left:0px;
}
/*Layout styles */
#container {
	width:880px;
	height:auto;
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#navigation_header {
	background-image:url('theme_images/global_nav_background.png');
	background-repeat:no-repeat;
	width:880px;
	height:136px;
	position:absolute;
	top:25px;
	left:0px;
	z-index:200;
}

#content_container {
	position:absolute;
	top:165px;
	left:0px;
	height:auto;
	min-height:100%;
	width:880px;
	margin-right:auto;
	margin-left:auto;
	z-index:100;
}
#content_header {
	background-image:url('theme_images/global_cnt_header.png');
	background-repeat:no-repeat;
	width:880px;
	height:19px;
}
#content_body {
	background-image:url('theme_images/global_cnt_body.png');
	background-repeat:repeat-y;
	width:880px;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	position:relative;

}
#content_footer {
	background-image:url('theme_images/global_cnt_footer.png');
	background-repeat:no-repeat;
	width:880px;
	height:16px;
	position:absolute;
	margin-left:0px;
}

#flash_menu {
	margin-top:100px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:101;
}

#flash_ads_container {
	position:relative;
	height:395px;
	width:100%;
	text-align:center;
}

#flash_ads {
	position:absolute;
	top:-15px;	
	left:5px;
	width:843px;
	margin-right:auto;
}

#fp_tabs {
	margin-left:8px;
	margin-right:35px;
	width:558px;
	float:left;
}

#fp_customer_spotlight {
	margin-left:4px;
	width:255px;
	display:inline;
}
#fp_news {
	width:840px;
	margin-left:12px;

}
#fp_news_header {
	background-image:url('theme_images/fp_news_header.png');
	background-repeat:no-repeat;
	width:836px;
	height:23px;
}

#fp_news_body {
	background-image:url('theme_images/fp_news_body.png');
	background-repeat:repeat-y;
	width:836px;
	margin-bottom:0px;
	margin-right:10px;
}

#fp_news_footer {
	background-image:url('theme_images/fp_news_footer.png');
	background-repeat:no-repeat;
	width:836px;
	height:35px;
}
#navigation_footer {
	text-align:left;
	padding-left:10px;
	margin-top:10px;
}
/*Sub page styles*/
#sub_content_container {
	width:843px;
	position:relative;
	padding-left:5px;
}
#sub_title {
	width:843px;
	height:46px;
	background-image:url('theme_images/global_sub_hd_back.png');
	background-repeat:no-repeat;
	padding-left:5px;
	padding-top:3px;
}
#sub_title_products {
	width:843px;
	height:56px;
	padding-left:5px;
	padding-top:3px;
}

#left_side_column {
	float:left;
	width:168px;
	margin-top:10px;
}

.sub_callo_hd {
	background-image:url('theme_images/sub_callo_hd.png');
	background-repeat:no-repeat;
	width:168px;
	height:14px;
}
.sub_callo_bd {
	background-image:url('theme_images/sub_callo_bd.png');
	background-repeat:repeat-y;
	width:168px;
	padding-left:15px;
	padding-right:15px;
}
.sub_callo_ft {
	background-image:url('theme_images/sub_callo_ft.png');
	background-repeat:no-repeat;
	width:168px;
	height:12px;
}
#right_side_column {
	float:right;
	margin-top:10px;
	
}
#center_column_solutions {
	margin-top:10px;
	text-align:left;
	width:660px;
	margin-left:auto;
	
}
#center_column_about {
	margin-top:10px;
	text-align:left;
	width:660px;
	margin-left:auto;
}

#sub_content {
	float:left;
	margin-left:25px;
	width:490px;
	margin-right:10px;
}

#sub_content_wider {
	float:left;
	margin-left:15px;
	width:640px;
	margin-right:2px;
}

#sub_content_inset {
    float:right;
	margin-top:10px;
	width:150px;	
}

#left_side_column_product {
	float:left;
	margin-top:10px;
}
#right_side_column_product {
	float:right;
	margin-top:10px;
	
}

#right_side_column_product_desc {
	float:right;
	text-align:center;
	font-weight:bold;	
}

#left_side_column_product_desc {
	float:left;
	text-align:center;
	font-weight:bold;	
}
#sub_content_inset_product {

	float:right;
}
#sub_content_inset_solutions {
	margin-right:10px;
	float:left;
}
#sub_content_inset_desc {
	width:100%; 
	text-align:center;
}
.clear {
	clear:both;
	height:0px;
}

/*Rounded box styles gray background*/
#rounded_box
	{
	background-color:#f5f5f5;
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	padding: 0;
	text-align: left;
	
}
 	
#bx_content
	{
	padding:10px;
	padding-left:15px;
	padding-right:15px;
	}

		
#bx_content p
	{
	
	font-size: 1em;
	line-height: 1.3em;
	
	}
#bx_image {
	padding:5px;
	padding-left:6px;
	padding-right:8px;

}

/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(theme_images/rounded_corners_tpl.png);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(theme_images/rounded_corners_tpr.png);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(theme_images/rounded_corners_btl.png);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(theme_images/rounded_corners_btr.png);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(theme_images/rounded_corners_tp.png);
	background-position: 0% 0%;
	
	}

#bb
	{
	background-image:url(theme_images/rounded_corners_bt.png);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(theme_images/rounded_corners_mdr.png);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-image:url(theme_images/rounded_corners_mdl.png);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
/*Rounded box styles white background*/
#rounded_box_w
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	padding: 0;
	text-align: left;
	
}
 	
#bx_content_w
	{
	padding:15px;
	padding-left:20px;
	padding-right:20px;
	}

		
#bx_content_w p
	{
	
	font-size: 1em;
	line-height: 1.3em;
	
	}
#bx_image_w {
	padding:5px;
	padding-left:8px;
	padding-right:8px;

}

/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc_w, #trc_w, #blc_w, #brc_w
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc_w
	{
	background-image:url(theme_images/rounded_corners_tplw.png);
	background-position: 0% 0%;
	}

#trc_w
	{
	background-image:url(theme_images/rounded_corners_tprw.png);
	background-position: 100% 0%;
	}
	
#blc_w
	{
	background-image:url(theme_images/rounded_corners_btlw.png);
	background-position: 0% 100%;
	}

#brc_w
	{
	background-image:url(theme_images/rounded_corners_btrw.png);
	background-position: 100% 100%;
	}

#tb_w, #bb_w
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb_w
	{
	background-image:url(theme_images/rounded_corners_tpw.png);
	background-position: 0% 0%;
	
	}

#bb_w
	{
	background-image:url(theme_images/rounded_corners_btw.png);
	background-position: 50% 100%;
	}
	
#rb_w
	{
	background-image:url(theme_images/rounded_corners_mdrw.png);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb_w
	{
	background-image:url(theme_images/rounded_corners_mdlw.png);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
/*General Styles*/
img {
	border:0px;
}
#bx_content_w li {
	padding-top:5px;
	padding-bottom:5px;
}
ul {
 	list-style:disc;
	line-height:1.5em;
}
ul p {
	color:#CC0000;
}
p {
	margin:0px;
	padding:0px;
}
.charcoal {
	color:#252525;
}
.red {
	color:#CC0000;
}
.gray {
	color:#252525;
}
.darkgray {
	color:#666666;
}
h1, h2, h3, h4, h5, h6 {
	margin:0 auto;
	padding:0;
	
}
h1 {
	font-size:2em;
	line-height:1.25em;
	margin-bottom:10px;
}
h2 {
	font-size:1.75em;
	line-height:1.15em;
	margin-bottom:10px;
}
h3 {
	font-size:1.5em;
	margin-bottom:10px;
	line-height:1.35em;
}
h4 {
	font-size:1.35em;
	margin-bottom:10px;
}
h5 {
	font-size:1.25em;
	margin-bottom:10px;
}
h6 {
	font-weight:bold;
	margin-bottom:10px;
}
blockquote {
	margin-left:15px;
}
hr {
 color:#FFFFFF;
 border:2px dotted #cccccc;
 width: 98%;
  
 }
.sub_title_hr {
	margin-top:8px;
	text-align:center;
}

#side_bar_nav a:link {
	color:#666666;
	text-decoration:none;
	margin-left:10px;
}
#side_bar_nav a:active {
	color:#666666;
	text-decoration:none;
	margin-left:10px;
}
#side_bar_nav a:visited {
	color:#666666;
	text-decoration:none;
	margin-left:10px;
}
#side_bar_nav a:hover {
	color:#252525;
	text-decoration:none;
}
strong {
	color:#333333;
}
a.green_link:link, a.green_link:active, a.green_link:visited{
	text-decoration:underline;
	color:#257a7d;
}
a.green_link:hover {
	text-decoration:none;
}
#center_column_about ul {
	line-height:1.75em;
}
a.red_blue_link:link, a.red_blue_link:active, a.red_blue_link:visited {
	color: #990000;
	font-weight:bold;
	text-decoration:none;
}
a.red_blue_link:hover {
	color: #0000CC;
	font-weight:bold;
	text-decoration:underline;

}
