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

*,* {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}

#wrapper {	
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */

}

#header {
	background:#FFF url(../graphics/header_bg.png) no-repeat center top;
	vertical-align:top;
	height:250px;
	text-align:center;
}

	#header .width {
		position:relative;
	}

	#header #logo {
		position:absolute;
		top: 25px;
		left:0px;
	}
	
	#header #tagline {
		position:absolute;
		top: 98px;
		right:0px;
	}
	
	#header #language {
		position:absolute;
		top: 23px;
		right: 0px;
		z-index: 2;
		text-align:right;
	}
	
		#header #language a {
			color: #797B7B;
			text-decoration:none;
		}
		
			#header #language a:hover {
				text-decoration:underline;
			}
			
	#header #fileareabt {
		position:absolute;
		top: 195px;
		left: 25px;
		z-index: 2;
	}
	
		#header #fileareabt a {
			color: #000000;
			text-decoration:none;
		}
		
			#header #fileareabt a:hover {
				text-decoration:underline;
			}
	
	#header #map {
		position:absolute;
		top: 0px;
		right: -15px;
		z-index: 1;
	}
	
	#header #top_menu {
		position:absolute;
		right: 0px;
		top: 230px;
	}
	
		#header #top_menu a {
			text-decoration:none;
		}
	
		#header #top_menu a img {
			border: none;
		}
	
	#header #contact {
		position:absolute;
		right: 0px;
		top: 205px;
	}
	
		#header #contact a {
			text-decoration:none;
		}
	
		#header #contact a img {
			border: none;
		}
	
	#header #search {
		
	}

		#header #search #searchform {
			position:absolute;
			top: 160px;
			right: 100px;
			margin:0;
			width:175px;
			/*padding:8px 20px 8px 20px;*/
			color:#E4E5E5;
			border:none;
			vertical-align:middle;
			background: url(../graphics/1px.png) no-repeat;
			z-index:2;
		}
		
		#header #search #searchformimg {
			position:absolute;
			top: 154px;
			right: 79px;
			margin:0;
			height:30px;
			width:217px;
			/*padding:8px 20px 8px 20px;*/
			color:#E4E5E5;
			border:none;
			vertical-align:middle;
			z-index:1;
		}
	
		#header #search #searchbt {
			position:absolute;
			top: 154px;
			right: -1px;
			margin:0;
			height:30px;
			width:82px;
			color:#FFFFFF;
			border:none;
			font-weight:bold;
			vertical-align:middle;
		}
		
#contentwrapper {
	padding: 0px 0px 150px 0px;
}

#content {
	width:900px;
	margin: 0 auto 0 auto;
	text-align:left;
}

	#content #content_top {
		vertical-align:top;
		height:259px;
	}
	
	#content #content_top #top_img{
		
	}
	
	#content #content_top_start {
		vertical-align:top;
	}
	
		#content #content_top_start #start_fill {
			height:350px;
			width:400px;
			margin: 50px 0px 0px 25px;
		}
	
		#content #content_top_start #start_text {
			position:absolute;
			top:490px;
			height:380px;
			width:400px;
			margin: 50px 0px 0px 25px;
			z-index:2;
		}
		
		#content #content_top_start #start_text p {
			color:#797B7B;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			margin: 10px 0px;
		}
		
		#content #content_top_start #start_flash {
			text-align:left;
			position:absolute;
			top: 475px;
			margin: 0px 25px 0px 475px;
			height:350px;
			width:400px;
			z-index:1;
		}
		
		#content #content_top_start #start_product {
			position:absolute;
			top: 690px;
			z-index:0;
			margin: 0;
		}
	
	#content #content_top #content_head {
		position:absolute;
		top: 475px;
		text-align:right;
		width: 850px;
		margin: 0px 25px 0px 25px;
		
	}
	
	#content #content_text {
		height:100%;
	}
	
	#content .menu_bg {
		background: url(../graphics/content_menu_bg.png) top center repeat-y;
	}
	
	#content #menu {
		vertical-align:top;
	}
		
		#content #menu ul {
			padding:0;
		}
		
		#content #menu li {
			list-style-type:none;
			list-style-position:outside;
			margin: 5px 0px 10px 15px;
			font-size: 14px;
			font-weight:bold;
			color: #646464;
			text-decoration:none;
		}
		
			#content #menu li a {
				font-size: 14px;
				font-weight:bold;
				color: #646464;
				text-decoration:none;
			}
			
			#content #menu li a:hover {
				text-decoration:underline;
			}
				
				#content #menu li li {
					list-style-type:disc;
					list-style-position:outside;
					margin: 0px 15px 0px 30px;
					
				}
				#content #menu li li a {
					font-size: 12px;
					font-weight:normal;
					color: #797B7B;
					text-decoration:none;
				}
				
				#content #menu li li a:hover {
					text-decoration:underline;
				}
			
					#content #menu li li li {
						list-style-image:url(../graphics/menu_line.png);
						list-style-position:outside;
						margin: 0px 0px 0px 17px;
					}
						
					#content #menu li li li a {
						
						font-weight:normal;
						color: #797B7B;
						text-decoration:none;
					}
					
					#content #menu li li li a:hover {
						text-decoration:underline;
					}
					
		#content #menu .menuedit {
			font-size: 9px;
			font-weight:normal;
			color: #F00;
		}
		
			#content #menu .menuedit a {
				font-size: 9px;
				font-weight:normal;
				color: #F00;
				text-decoration:none;
			}
			
			#content #menu .menuedit a:hover {
				font-size: 9px;
				font-weight:normal;
				color: #F00;
				text-decoration:underline;
			}
	#content #product_order {
		padding: 15px;
		
	}
		#content #product_order h5 {
			font-family:Arial, Helvetica, sans-serif;
			font-size:16px;
			color:#FFF;
			line-height:normal;
			margin: 0px 0px 0px 15px;
		}
		
		#content #product_order ul {
			color:#848687;
		}
		
		#content #product_order ul li a {
			color:#848687;
			text-decoration:none;
		}
		#content #product_order ul li a:hover {
			text-decoration:underline;
		}

	#content #text div {
		margin: 5px 0px 5px 0px;
	}
	
	#content #text div img {
		padding: 5px 10px 5px 5px;
		/*max-width: 580px;
		height: auto;*/
	}

		#content #text div .contentedit {
			font-size: 9px;
			font-weight:normal;
			color: #F00;
		}
		
			#content #text div .contentedit a {
				font-size: 9px;
				font-weight:normal;
				color: #F00;
				text-decoration:none;
			}
			
			#content #text div .contentedit a:hover {
				font-size: 9px;
				font-weight:normal;
				color: #F00;
				text-decoration:underline;
			}
			
				#content #text div .contentedit a img {
					padding: 0px 0px 0px 0px;
					/*max-width: 580px;
					height: auto;*/
				}
			
	#content #content_map {
		background:url(../graphics/map.jpg) center top no-repeat;
		height:520px;
		width:900px;
		position:relative;
	}
	
	#content #content_map a img {
		position:absolute;
	}
	
	#content_product {
		text-align:center;
	}
	
	#content_product table {	
		display:inline-block;
		vertical-align:top;
		text-align:center;
		margin:0px 0px 0px 0px;
	}
	
	#content_product table .head {
		color:#848687;
		text-decoration:none;
		font-size: 20px;
		font-weight:bold;
	}
	
	#content_product table a {
		color:#848687;
		text-decoration:none;
		font-size: 20px;
		font-weight:bold;
	}
		#content_product table  a:hover {
			color:#000;
			text-decoration:underline;
		}
	#content_product table img {
		margin: 20px 0px 0px 0px;
	}
					
		#contact_form {
				
		}	
		
			#contact_form input,select{
				padding:2px;
				color:#333333;
				
				border:1px solid #797B7B;
				margin-top:2px;
				width:400px;
				font-size:11px;
			}
			
			#contact_form textarea{
				padding:2px;
				color:#333333;
				
				border:1px solid #797B7B;
				margin-top:2px;
				width:400px;
				height:160px;
				font-size:11px;
			}
			
			#contact_form select{
				padding:2px;
			}
			
			#contact_form .blueButton{
				width:auto;
				margin:10px 0 0 2px;
				padding:3px 4px 3px 4px;
				color:white;
				background-color:#A0D6F1;
				outline:none;
				border:1px solid #797B7B;
				font-weight:bold;
			}
			
			#contact_form .blueButton:active{
				background-color:#797B7B;
				padding:4px 3px 2px 5px;
			}
			
	#filearea {	
		margin: 25px 25px 0px 25px;
		width: 850px;
		display:inline-block;
	}
	
	#filearea .file {
		display:inline-block;
		vertical-align:top;
		margin: 5px 5px 5px 5px;
		width:130px;
		height:150px;
		float: left;
		text-align:center;
	}
	
	#filearea .file a {
		text-decoration:none;
		color:#000;
	}
	
	#filearea .file a img {
		text-decoration:none;
		border:none;
	}

#footer {
	position:absolute;
	bottom:0;
	height:100px;
	background:#A0D6F1 url(../graphics/foot_bg.png) no-repeat center top;
	width:100%;
}

	#footer	#disclaimer {
		margin: 30px 0px 0px 0px;
		color:#FFF;
		font-size: 12px;
	}
	
	#footer	#disclaimer strong a {
		margin: 30px 0px 0px 0px;
		color:#FFF;
		font-size: 12px;
		text-decoration:none;
	}
		#footer	#disclaimer strong a:hover {
			text-decoration:underline;
		}
	
	#footer	#disclaimer em {
		margin-left: 10px;
		color:#E2F3FB;
		text-decoration:none;
		font-style:normal;
		font-size:12px;
	}
	
	#footer	#disclaimer em a {
		font-size:10px;
		color:#E2F3FB;
		text-decoration:none;
		font-style:normal;
	}
	
	#footer	#disclaimer em a:hover {
		text-decoration: underline;
	}

.width {
	width: 900px;
	text-align:left;
	margin: 0px auto;
}

p {
	font-family:  Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
	p a {
		font-family:  Arial, Helvetica, sans-serif;
		text-decoration: none;
		text-align: left;
		font-size: 12px;
		color: #000000;
		line-height: 18px;
	}
	p a:hover {
		text-decoration:underline;
	}

h1 {
	font-family:  Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	font-size: 22px;
	font-weight:bold;
	margin: 30px 0px 20px 0px;
}

h2 {
	font-family:  Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	font-size: 18px;
	font-weight:bold;
	margin: 30px 0px 8px 0px;
}
	h2 a {
		font-family:  Arial, Helvetica, sans-serif;
		text-decoration: none;
		text-align: left;
		font-size: 18px;
		font-weight:bold;
		text-decoration:none;
	}
	
	h2 a:hover {
		text-decoration:underline;
	}

h3 {
	font-family:  Arial, Helvetica, sans-serif;
	color: #797B7B;
	text-decoration: none;
	text-align: left;
	font-size: 14px;
	font-weight:bold;
	margin: 30px 0px 8px 0px;
	
}

	h3 a {
		font-family:  Arial, Helvetica, sans-serif;
		color: #797B7B;
		text-decoration: none;
		text-align: left;
		font-size: 14px;
		font-weight:bold;
		margin: 30px 0px 8px 0px;
	}
		h3 a:hover {
			text-decoration:underline;
		}

h4 {
	font-family:  Arial, Helvetica, sans-serif;
	color: #797B7B;
	text-decoration: none;
	text-align: left;
	font-weight:normal;
	font-size: 12px;
	margin: 2px 0px 8px 0px;
	line-height: 18px;
}

h4 ul {
	list-style-position:inside;
	margin: 0px 0px 0px 10px;
}

.adminhover li:hover {
	border-color:#F00;
	border-style:solid;
	border-width:1px;
}
	
.userheader {
	font-weight:bold;
	text-align:left;
	vertical-align:middle;
}
	
.usercontent {
	text-align:left;
	vertical-align:middle;
}

