/* CSS developed by 9xb.com
Main stylesheet for layout */

/* ---------------------------------- */
/* DEFAULT STYLES   */   
/* ---------------------------------- */
	
	html, body {
		font: 12px/1.3em verdana, arial, Lucida Grande, Trebuchet MS, Lucida Sans Unicode, geneva, helvetica, sans-serif;
		color: #cae0df;
	}
	
	body {
		margin: 0;
		text-align: center;
		background: #000;
	}
	
/* ---------------------------------- */
/* GLOBAL STYLES  */   
/* ---------------------------------- */

	.hidden, .screen_reader {
		display: none;
	}
	p {
		margin: 0 0 15px 0;
		padding: 0;
	}
	
	a img { border: 0; }
	
	a { color: #91c4c2; font-weight: bold; text-decoration: none;}
	a:hover { color: #ac208e; }
	
	.floatL {
		float: left;
		margin: 0 20px 20px 0;
	}
	.floatR {
		float: right;
		margin: 0 0 20px 20px;
	}
	
	.clear{
		clear: both;
		float: left;
	}
	
/* ---------------------------------- */
/* MAJOR DIVISIONS   */   
/* ---------------------------------- */

	#outerwrap {
		margin: 0;
		padding: 0;
		text-align: center;
	}
	#innerwrap {
		width: 686px;
		text-align: left;
		margin: 0 auto;
	}
	#header {
		float: left;
		position: relative;
		margin: 0;
		padding: 0;
		height: 60px;
		width: 686px;
	}
	#contentwrap {
		float: left;
		clear: both;
		margin: 0;
		padding: 4px;
		height: 478px;
		width: 678px;
		background: url(../images/bg_content.gif) no-repeat top center;
	}
	* html #contentwrap {
		height: 486px;
		width: 686px;
	}
	#content {
		height: 453px;
		width: 628px;
		float: left;
		margin: 0;
		padding: 25px 25px 0 25px;
		line-height: 1.2em;
		overflow: auto;
	}
	* html #content {
		height: 486px;
		width: 686px;
	}
	#section_home #content {
		padding: 0;	
		overflow: visible;
	}
	#footer {
		float: left;
		margin: 0;
		padding: 10px 15px;	
		width: 656px;
	}
	* html #footer { width: 686px; }
	
/* ---------------------------------- */
/* TITLE ELEMENTS  */   
/* ---------------------------------- */	
	
	h1 {
		margin: 0;
		padding: 0;
		width: 223px;
		height: 37px;
		position: absolute;
		bottom: 0;
		left: 0;
		overflow: hidden;
		background: url(../images/logo_city_gent.gif) no-repeat center center;
	}
	
	h1 a {
		display: block;
		text-indent: -3000em;
		margin: 0;
		padding: 0;
		width: 223px;
		height: 37px;
	}

	h1 a:hover {
		background-color: transparent;
	}
	h2, h3, h4 {
		font-size: 1em;
		margin: 0 0 15px 0;
		color: #8dbebc;
	}
	
	h2 {
		font-size: 1.8em;
		line-height: 1.2em;
		font-weight: normal;
	}
	h3 {
		font-size: 1.2em;
		line-height: 1.2em;
	}
	
	
/* ---------------------------------- */
/* MAIN LINK STYLES  */   
/* ---------------------------------- */
	
	#nav {
		list-style: none;
		padding: 0;
		margin: 0;
		position: absolute;
		bottom: 1px;
		right: 0;
		z-index: 10;
	}

	#nav li {
		list-style: none;
		padding: 0;
		margin: 0 0 0 1px;
		float: left;
		position: relative;
	}

	#nav li a {
		list-style: none;
		padding: 0 10px 5px 10px;
		margin: 0;
		display: block;
		color: #91c4c2;
		text-decoration: none;
		border-bottom: 3px solid #000;
		font-weight: normal;
	}
	#nav li a:hover, #nav li a.selected {
		color: #91c4c2;
		border-bottom: 3px solid #91c4c2;
	}
	
/* Level 2 nav */
 
		#nav li ul {
			display: none;
			position: absolute;
			top: 24px;
			left: 0;
			margin: 0;
			padding: 0;
			width: 140px;
			border-top: 1px solid #91c4c2;
			background: #000;
			z-index: 20;
		 }
			 #nav li ul li {
				width: 140px;
				margin: 0;
				padding: 0;
				float: left;
				clear: both;
				height: auto;
				border-bottom: 1px solid #222;
			 }
			 	#nav li ul li a {
					display: block;
					padding: 5px 10px;
					background: #222;
					width: 120px;
					border-bottom: 1px solid #222;
				}
				* html #nav li ul li a {
					width: 140px;
				}
					#nav li ul li a:hover, #nav li ul li:hover a {
						border-bottom: 1px solid #91c4c2;
						background: #444;
					}
				
		 #nav li:hover ul { display: block; }
		 #nav li:hover ul li ul { display: none; }
	
/* ---------------------------------- */
/* CONTENT STYLES  */   
/* ---------------------------------- */

	.product {
		overflow:auto;
		margin-bottom:15px;
	}
	.product-image {
		float:left;
		margin:0 15px 15px 0;
		/*border:1px solid #91c4c2;*/
	}
	
/* ---------------------------------- */
/* FOOTER ELEMENTS  */   
/* ---------------------------------- */	
	
	#footer p { 
		padding: 0;
		margin: 10px 0;
		font-size: 0.9em;
	}

/* ---------------------------------- */
/* FORM ELEMENTS  */   
/* ---------------------------------- */

	input, textarea, select {
		font: 12px/1.3em Trebuchet MS, arial, verdana, Lucida Grande, Lucida Sans Unicode, geneva, helvetica, sans-serif;
		color: #cee7e7;
		font-size: 11px;
		width: 250px;
		padding: 2px;
		margin: 0 0 5px 0;
		background: #000 !important;
		border: 1px solid #666;
	}
	select {
		width: auto;
	}
	form {
		clear: both;
		margin: -25px 0 25px 0;
		padding: 10px 0;
		float: right;
		width: 300px;
		border: 1px solid #333;
		background: 
	}
	label {
		display: block;
	}
	form ul {
		list-style: none;
		padding: 0 20px;
		margin: 0;
	}
	form h3 {
		padding: 0 20px;
	}
	.formbutton {
		color: #000;
		width: auto;
		padding: 2px;
		margin: 0 0 5px 0;
		background: #cee7e7 !important;
		border: 0;
	}
	
	
