@import "content.css";

body{
	background-image:url(../images/bg_body.gif);
	background-repeat:repeat-x;
	background-color:#0E1D30;
	text-align:center;
	margin:0px 10px 0px 10px;
	padding:0px;
	padding-bottom:50px;
}

.clear{
	width:100%;
	clear:both;
}

.emphasize{
	font-weight:bold;
}

dl{
	margin:0px;
	padding:0px;
}

dt{
	margin:0px;
	padding:0px;
}

dd{
	margin:0px;
	padding:0px;
}

.alert{
	font-weight:bold;
}
				
.blindlayout{
	position:absolute;
	top:0px;
	left:0px;
	width:0px;
	height:0px;
	overflow:hidden;
	z-index:0;
}

	hr.blindlayout{
		display:none;
	}

#globalcontainer{
	width:100%;
	min-width:700px;
	max-width:900px;
	position:relative;
	top:0px;
	left:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-top:110px;
}

#header{
	position:absolute;
	height:60px;
	top:0px;
	left:0px;
	width:100%;
	z-index:4;
}

	#support_navigation{
		position:absolute;
		top:65px;
		width:20%;
		right:0px;
		z-index:5;
		font-size:90%;
	}
	
		#support_navigation dd{
			float:left;
			margin-right:5px;
		}
		
			#support_navigation dd a{
				color:#ffffff;
			}

#logo{
	position:absolute;
	top:0px;
	left:0px;
	width:119px;
	height:60px;
	text-align:center;
	z-index:1;
}

#quicksearch{
	position:absolute;
	top:5px;
	right:0px;
	width:20%;
	z-index:3;
}
	
	#quicksearch form{
		padding:0px;
	}
	
	#quicksearch label{
		display:block;
		padding-top:0px;
		padding-bottom:3px;
		clear:both;
		height:19px;
		overflow:hidden;
	}
	
	#quicksearch .submit_button{
		margin-top:0px;
		margin-bottom:0px;
		position:absolute;
		top:23px;
		right:0px;
		width:50px;
		height:22px;
	}
	
	#quicksearch .smalltext{
		width:72%;
		height:18px;
	}
	
	#quicksearch a{
		color:#00372B;
	}

/*-----------MAINNAVIGATION----------------*/
#main_navigation{
	position:absolute;
	top:60px;
	width:100%;
	background-image:url(../images/bg_mainnavigation.gif);
	background-repeat:repeat-x;
	position:absolute;
	left:0px;
	height:35px;
	z-index:1;
}

#main_navigation dl{
	margin-left:10px
}

	#main_navigation dd{
		float:left;
		margin-right:10px;
	}
	
		#main_navigation dd a{
			color:#ffffff;
			font-weight:bold;
			display:block;
			height:23px;
			float:left;
			margin-top:7px;
		}
		
		#main_navigation dd a:hover, #main_navigation dd a.selected{
			text-decoration:none;
			border-bottom:5px solid #ed1c24;
		}
/*-----------PAGE LINKS----------------*/
#page_links{
	position:absolute;
	top:100px;
	left:-22px;
	z-index:8;
}

	#page_links a{
		margin-top:0px;
		padding-top:3px;
		line-height:130%;
		font-size:90%;
	}
	
		#page_links a img{
			margin-right:10px;
		}
		
		.link_fontsize{
			background-repeat:no-repeat;
			background-position:7px 3px;
			padding-left:22px;
			background-image:url(../images/icon_fontsize.gif);
		}
		
		.link_print{
			background-repeat:no-repeat;
			background-position:2px 3px;
			padding-left:22px;
			background-image:url(../images/icon_print.gif);
		}
		
		.link_send{
			background-repeat:no-repeat;
			background-position:6px 6px;
			padding-left:22px;
			background-image:url(../images/icon_send.gif);
		}
			
			#send_form_div{
				position:absolute;
				top:0px;
				left:0px;
				background-color:#ffffff;
				border:1px solid #CFD2D6;
				padding:10px;
				width:170px;
				display:none;
			}
			
			#send_form_div h2{
				margin:0px;
			}
			
			#send_form_div label{
				width:100%;
			}
			
			.close_popup{
				position:absolute;
				top:0px;
				right:3px;
				width:9px;
				height:9px;
			}
	
	#set_normal{
		position:absolute;
		top:3px;
		left:75px;
		display:none;
		width:120px;
	}
	
	#set_bigger{
		position:absolute;
		top:2px;
		left:75px;
		display:block;
		width:120px;
	}
	
/*-----------FORMELEMENTS----------------*/
form{
	margin:0px;
	padding:0px;
	padding:0px;
}

fieldset{
	border:0px solid #ffffff;
	margin:0px;
	padding:0px;
}

legend{
	position:absolute;
	width:0px;
	height:0px;
	overflow:hidden;
	line-height:0px;
	text-indent:-999em;
	z-index:0;
}

label{
	display:block;
	padding-top:8px;
	padding-bottom:3px;
	clear:both;
}

.inputtext{
	height:20px;
	border:1px solid #cfd2d6;
	font-family:'Arial', 'Trebuchet MS', 'Verdana';
}

.generalsize_text{
	width:200px;
}

.smalltext{
	width:75px;
}

.generalsize_textarea{
	width:200px;
	height:150px;
	font-family:'Arial', 'Trebuchet MS', 'Verdana';
}

select{
	width:200px;
}

.submit_button{
	border:0px solid #000000;
	cursor:pointer;
	font-weight:bold;
	font-size:90%;
	height:20px;
	padding:0px 5px 0px 5px;
	margin-top:16px;
	margin-bottom:3px;
	background-color:#ed1c24;
	color:#ffffff;
}

	.submit_button_md{
	}
	
	.submit_button_mo{
		background-color:#152439;
	}

.radio_check_input{
		float:left;
		width:20px;
	}
	
.radio_check_label{
	float:left;
	width:80%;
}

	.radio_check_label label{
		padding-top:0px;
	}

#focus_area{
	background-color:#ffffff;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	position:relative;
	top:0px;
	width:100%;
}

#sub_navigation{
	position:relative;
	padding-top:120px;
	width:20%;
	float:left;
	left:-5px;
	padding-bottom:10px;
}

	#sub_navigation dl{
		border-top:1px solid #cfd2d6;
	}
	
		#sub_navigation dd{
			border-bottom:1px solid #cfd2d6;
			width:100%;
		}
		
			#sub_navigation dd a{
				border-left:5px solid #ed1c24;
				display:block;
				padding-bottom:5px;
				line-height:135%;
			}
			
			#sub_navigation dd a:hover, #sub_navigation dd a.selected{
				text-decoration:none;
				color:#ffffff;
				background-color:#152439;
				background-image:url(../images/bg_mainnavigation.gif);
				background-repeat:repeat-x;
			}
			
			.subnavmargin{
				padding:5px 0px 0px 10px;
				display:block;
			}
		
#content_area{
	position:relative;
	padding-top:101px;
	width:60%;
	float:left;
	overflow:hidden;
}

	.content_margin{
		padding:0px 50px 0px 20px;
		overflow:hidden;
	}
	
	#crumbs{
		font-size:90%;
	}

	p.description{
		margin:0px 0px 10px 0px;
		padding:0px 0px 0px 0px;
		color:#2d3d52;
	}
			
		
		.descriptionimage{
		}
		
		.descriptionimage_image{
			width:35%;
			float:left;
			display:block;
			overflow:hidden;
		}
		
			.descriptionimage_image img{
				width:auto;
			}
		
		.descriptionimage_text{
			width:60%;
			float:left;
			padding-left:10px;
			display:block;
		}
	
	#object_footer{
		font-size:90%;
		margin-top:10px;
		padding-top:0px;
		text-align:right;
	}
	
#related_area{
	position:relative;
	padding-top:155px;
	width:18%;
	float:left;
}

	#related_area dl{
		padding-bottom:10px;
	}
	
	#related_area dt{
		color:#2d3d52;
		font-weight:bold;
		border-bottom:1px solid #cfd2d6;
		padding-bottom:5px;
		margin-bottom:5px;
	}
	
	#related_area dd{
		background-image:url(../images/dd_arrow.gif);
		background-repeat:no-repeat;
		background-position:0px 7px;
		padding:0px 0px 0px 10px;
		margin-left:-10px;
	}
	
		#related_area .banner{
			border-left:5px solid #ed1c24;
			width:100%;
			margin:10px 0px 0px 0px;
		}
		
			#related_area .banner a{
				display:block;
				padding:5px 10px 5px 10px;
				background-color:#cfd2d6;
				text-decoration:none !important;
				font-weight:bold;
			}
			
			#related_area .banner a:hover{
				background-color:#152538;
				background-image:url(../images/bg_mainnavigation.gif);
				background-repeat:repeat-x;
				text-decoration:underline;
				color:#ffffff;
			}
			
			#related_area .bannerimage a{
				display:block;
				padding:0px;
				background-color:#cfd2d6;
				text-decoration:none !important;
				font-weight:bold;
			}
			
			#related_area .bannerimage a:hover{
				background-color:#152538;
				background-image:none;
				text-decoration:underline;
				color:#ffffff;
			}

#footer{
	position:relative;
	clear:both;
	width:100%;
	height:39px;
	margin-top:70px;
}

	#footer_image1{
		background-image:url(../images/bg_footer1.gif);
		background-repeat:no-repeat;
		width:12px;
		height:89px;
		position:absolute;
		left:-12px;
		top:-50px;
	}
	
	#footer_image2{
		/*background-image:url(../images/bg_footer2.jpg);*/
		background-repeat:no-repeat;
		width:20%;
		height:324px;
		position:absolute;
		left:0px;
		top:-285px;
	}
	
	#footer_image3{
		position:absolute;
		top:39px;
		left:20%;
		width:53%;
		max-width:470px;
		background-color:red;
		height:5px;
		margin:0px 20px 0px 20px;
	}

/*-----------CONTENT----------------*/
#content{
	border-top:1px solid #cfd2d6;
	padding:10px 0px 10px 0px;
	border-bottom:1px solid #cfd2d6;
}

/*-----------NEWSLETTER----------------*/
#newsletterregister{
	border-top:1px solid #cfd2d6;
	padding:10px 0px 10px 0px;
	border-bottom:1px solid #cfd2d6;
}

/*-----------MEDIAOBJECt----------------*/
#mediaobject{
	overflow:auto;
	border-bottom:1px solid #cfd2d6;
	padding-bottom:10px;
}

/*-----------EXTERNALLINK----------------*/
#externallink{
	border-bottom:1px solid #cfd2d6;
	padding-bottom:10px;
}

/*-----------SITEMAP----------------*/
#customerlogin{
	border-bottom:1px solid #cfd2d6;
	border-top:1px solid #cfd2d6;
	padding:10px 0px 10px 0px;
}

/*-----------SITEMAP----------------*/
#sitemap{
	border-bottom:1px solid #cfd2d6;
	padding-bottom:10px;
}

#sitemap ul{
	list-style-type:none;
}

	#sitemap li{
		margin-bottom:10px;
		border-top:1px solid #cfd2d6;
		padding-top:15px;
		font-weight:bold;
		font-size:110%;
	}
	
				#sitemap li li{
					margin-bottom:0px;
					border-top:0px solid #cfd2d6;
					padding-top:0px;
					font-weight:normal;
					font-size:100%;
				}
				
			#sitemap ul ul ul{
				margin-left:20px;
			}
			
/*-----------LIST----------------*/
ul.list{
	list-style-type:none;
	padding-bottom:10px;
	border-bottom:1px solid #cfd2d6;
}

	ul.list li{
		margin-bottom:10px;
		border-top:1px solid #cfd2d6;
		padding-top:10px;
		font-weight:bold;
		font-size:110%;
		overflow:auto;
		width:100%;
	}
	
		ul.list span.list_title{
			display:block;
		}
		
		ul.list span.list_description, ul.list span.list_description{
			display:block;
			font-weight:normal;
		}
		
		.list_image{
			width:35%;
			float:left;
			display:block;
			overflow:hidden;
		}
		
			.list_image img{
				width:auto;
			}
		
		.list_text{
			width:60%;
			float:left;
			padding-left:10px;
			display:block;
		}