/****************************
			GLOBAL
*****************************/

* {
	margin:0px;
	padding:0px;
}

body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5;
	background-color: #e7e1c9;
}

:focus, :active { 
	outline: 0; 
}

.clear {
	clear:both;
}

a img {
	border:0px;
}

/****************************
           CONTENT
*****************************/

#container {
	width: 900px;	/* 932px */
	margin: 0px auto;
	padding: 0px 16px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
}

/* ================== */
/* ! --- HEADER ---   */
/* ================== */

#header {
	width: 900px;
	height: 93px;
	background-image: url(../images/bg_header.gif);
	background-repeat: repeat-x;
	border-bottom: 9px solid #f9e139;
}

	#header img {
		margin-left: 20px;
	}
	
/* ====================== */
/* ! --- NAVIGATION ---   */
/* ====================== */

#navigation {
	width: 900px;
	height: 32px;
	background-image: url(../images/bg_nav.gif);
	background-repeat: repeat-x;
}

ul.menu {
	list-style:none; 
	margin:0; 
	padding:0;
}

ul.menu * {
	margin:0; 
	padding:0;
}

	ul.menu a {
		display:block;
		text-decoration:none;
		font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	}
	
	ul.menu li {
		position:relative; 
		float:left;
	}
	
	ul.menu .menulink {
		border-left: 1px solid #a2a2a2; 
		padding:7px 0px 3px; 
		font-weight:bold; 
		background:url(../images/header2.gif);
		width:127px;
		text-align: center;
		font-weight: normal;
		font-size: 1.4em;
		color: #666;
	}
	 
	ul.menu .first {
		border-left:0px;
		width: 132px;
	}

	ul.menu .menulink:hover, ul.menu .menuhover {
		background:url(../images/header_over2.gif);
	}
	
	ul.menu ul {
		position:absolute;
		top:32px;
		left:0;
		background:#d1d1d1;
		display:none;
		opacity:0;
		list-style:none;
		border-top:1px solid #aaa;
	}
	
		ul.menu ul li {
			position:relative;
			border:1px solid #aaa;
			border-top:none;
			width:127px;
			margin:0;
		}
		
			ul.menu ul li a {
				display:block;
				padding:3px 7px 3px;
				background-color:#d1d1d1;
				color:#333;
				font-size: 1.2em;
			}
			
			ul.menu ul li a:hover {
				background-color:#c5c5c5;
			}
			
		ul.menu ul ul {
			left:127px;
			top:-1px;
			border-top: none;
		}
		
			ul.menu ul ul li {
				width:180px;
			}

	ul.menu .sub {
		background:#d1d1d1 url(../images/arrow.gif) 116px 8px no-repeat;
	}
	
	ul.menu .topline {
		border-top:1px solid #aaa;
	}
			
/* =================== */
/* ! --- CONTENT ---   */
/* =================== */

#content {
	width: 832px;	/* 900px */
	padding: 26px 34px;
}

	#content p.breadcrumb {
		font-size: 1.1em;
		color: #666;
	}
		
	#content #message {
/* 		background: url(../images/snowman.gif) #ccffcc no-repeat 10px center; */
		background-color: #FFEB9A;
		color:#239919;
		padding:10px 10px 0px;
		text-align:center;
		border:1px solid #FED928;	
		margin-bottom:20px;
	}
	
		#content #message p {
			font-size: 1.6em;
			font-weight: bold;
		}

	#content h1 {
		color: #484B95;
		margin-bottom: 14px;
		font-size: 2em;
	}
	
	#content h2 {
		color: #484B95;
		margin-bottom: 14px;
		font-size: 1.6em;
	}
	
	#content h3 {
		color: #484B95;
		margin-bottom: 14px;
		font-size: 1.4em;
	}

	#content p {
		font-size: 1.2em;
		color: #333;
		margin-bottom: 14px;
	}
	
	#content p a {
		color: #747ada;
	}
	
	#content p a:hover {
		text-decoration: none;
	}

	#content .purple {
		color: #484B95;
	}
	
	#content .red {
		color: #FF0000;
	}
	
	#content .blue {
		color: #0006FF;
	}
	
	#content .green {
		color: #9DCE2E;
	}

	#content img.bordered {
		padding: 4px;
		border: 1px solid #ccc;
	}
	
	#content img.right {
		float: right;
		margin: 0px 0px 10px 10px;
	}

	#content .btm_mgn {
		margin-bottom: 20px;
	}
	
	#content .no_mgn {
		margin-bottom: 0px;
	}
	
	#content ul {
		color: #484B95;
		font-size: 1.2em;
		margin-left: 20px;
	}
	
		#content ul li {
			margin-bottom: 10px;
		}
	
			#content ul li span {
				color: #333;
			}
			
				#content ul li span a {
					color: #747ada;
				}
				
				#content ul li span a:hover {
					text-decoration: none;
				}
			
	#content ol {
		font-size: 1.2em;
		margin-left: 20px;
		margin-bottom: 20px;
		color: #333;
	}
	
		#content ol li {
			margin-bottom: 10px;
		}
		
			#content ol li ol {
				font-size: 1em;
			}
			
		#content ol li a {
			color: #747ada;
		}
		
		#content ol li a:hover {
			text-decoration: none;
		}
	
/* ================================== */
/* ! --- CONTENT / Contact Form ---   */
/* ================================== */

#frm_contact {
	width: 400px;
	float: right;
}

	#frm_contact label {
		color: #333;
		font-size: 1.2em;
	}

		#frm_contact label.lbl {
			display: block;
			width: 100px;
			float: left;
			margin-bottom: 10px;
			padding-right:10px;
			text-align:right;
			color: #333;
			font-size: 1.2em;
		}
		
			#frm_contact label.lbl span {
				color: #cc0000;
				font-weight: bold;
			}
	
	#frm_contact input.text {
		display: block;
		width: 200px;
		float: left;
		margin-bottom: 10px;
		padding:3px;
		border:1px solid;
		border-color:#7c7c7c #c3c3c3 #dddddd;
	}
	
	#frm_contact input[type="hidden"] {
		display:none;
	}
	
	#frm_contact input[type="radio"] {
		margin-right: 14px;
	}
	
	#frm_contact textarea {
		display: block;
		float: left;
		margin-bottom: 10px;
		padding:4px;
		border:1px solid;
		border-color:#7c7c7c #c3c3c3 #dddddd;
		font-family:helvetica, arial;
		font-size:0.8em;
	}
	
	#frm_contact br {
		clear:left;
	}
	
	#frm_contact #optional {
		background-color: #e9e9e9;
		padding: 10px;
		margin-bottom: 10px;
	}
	
	#frm_contact .btn_submit {
		float:none;
	}

/* ======================================== */
/* ! --- CONTENT / Catalogue Contents ---   */
/* ======================================== */

#tbl_contents {
	color: #333;
	font-size: 1.1em;
}
	
	#tbl_contents td {
		padding: 2px;
	}

	#tbl_contents h1 {
		color: #000;
		margin-bottom: 0px;
	}
	
	#tbl_contents a {
		color: #484B95;
	}
	
	#tbl_contents a:hover {
		text-decoration: none;
	}

/* ============================== */
/* ! --- CONTENT / Products ---   */
/* ============================== */

.products {
	list-style: none;
}

	.products li {
		width: 140px;
		height: 130px;
		float: left;
		margin-left: 80px;
		text-align: center;
	}
	
	.products li.first {
		margin-left: 0px;
		clear: left;
	}
	
		.products li a {
			font-weight: bold;
			display: block;
			color:#484B95;
			text-decoration: none;
		}
		
			.products li a img {
				margin-top: 10px;
			}



.zoom_form label{
	display:block;
	float:left;
	margin-top:4px;
	padding-right:10px;
	text-align:right;
	width:75px;
}
.zoom_form input.text{
	border-color:#7C7C7C #C3C3C3 #DDDDDD;
	border-style:solid;
	border-width:1px;
	display:block;
	float:left;
	margin-bottom:10px;
	padding:4px;
	width:200px;
}
.zoom_form p{
	width:295px;
	margin-bottom: 20px;
}
/* ================== */
/* ! --- FOOTER ---   */
/* ================== */

#footer {
	width: 872px;	/* 932px */
	height: 76px;
	margin: 0px auto;
	padding: 0px 30px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
}

	#footer p {
		font-size: 1.2em;
		color: #fff;
	}
	
		#footer p a {
			color: #fff;
			text-decoration: none;
		}
		
		#footer p a:hover {
			text-decoration: underline;
		}
		
	#footer_left {
		float: left;
		margin-top: 21px;
	}
	
	#footer_right {
		float: right;
		margin-top: 12px;
		text-align: right;
	}