@import url("reset.css");
@import url("form.css");

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

html, body {
	background: url(/images/repeat.gif);
    height: 100%;
}

h1, h1 em {
	color: #f59024;
	font-size: 18px;
	margin: 0 0 10px;
}

p {
	color: #333333;
}

/* Container Section */

#container {	
	height: 100%;
}
	
/* Header Section */

#header {
	height: 100px;
	width: 900px;
}

/* Menu Section */		

#menu {
	background: url(/images/menu-bg.jpg) no-repeat;
	height: 24px;	
	position: relative;
	z-index: 200;
}

	#menu ul {	
		left: 10px;
		position: absolute;
		bottom: 2px;
		z-index: 10000;
	}

		#menu ul li {
			float: left;
			list-style: none;
		}

			#menu ul li span {
				display: block;
				color: #f59024;
				font-weight: bold;
				padding: 2px;
			}				

			#menu ul li a {
				color: #765f36;
				display: block;
				font-size: 12px;
				line-height: 20px;
				padding: 0 4px;
			}

				#menu ul li a:hover, #menu ul li.selected a, #menu ul li a.selected {
					background-color: #a5a5a5;
					color: #ffffff;					
				}

			#menu ul li.selected {
				position: relative;
			}

			#menu ul li ul {
/*				background-color: #f8f8f8 !important;*/
				bottom: auto;
				left: auto;
				color: #fff;
				display: none;
				overflow: hidden;
				width: 200px;
			}

				#menu ul li.selected ul {
					display: block;
				}

				#menu ul li ul li {
					display: block;
					float: left;
					width: 200px;
				}

					#menu ul li ul li a {
						background-color: #a5a5a5 !important;
						color: #fff !important;
						display: block;
						font-size: 12px;
						line-height: 20px;						
					}

						#menu ul li ul li a.selected, #menu ul li ul li a:hover {
							background: #f8f8f8 !important;
							color: #765f36 !important;
						}
		
/* Content Section */

#content {
	clear: both;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}
					
/* Footer Section */

#footer {
	background: #a5a5a5;
	clear: both;
	color: #fff;
	font-size: 11px;
	height: 26px;
}
		
	#footer span {
		color: #ffffff;
		float: left;
		padding: 6px 20px;
	}
	
	#footer ul {
		float: right;
		padding: 6px 20px;
	}
	
		#footer ul li {
			display: inline;
			padding: 0 0.5em;
		}
		
		#footer ul li a:link, #footer ul li a:visited, #footer ul li a:active {
			color: #ffffff;
			text-decoration: none;
		}
		
			#footer ul li a:hover  {
				text-decoration: underline;
			}


/* Site Content Section */

#site-content {
	position: relative;
}

	#site-content h2 {
		font-size: 1.3em;
		margin-bottom: 10px;
	}

	#site-content p {
		color: #666;
		line-height: 1.5em;
		margin-bottom: 1em;
		text-align: justify;
	}

	#site-content p strong {
		color: #f59024;
	}

	#site-content ul {
		list-style: outside disc !important;
		margin-bottom: 10px;
	}
	
		#site-content ul li {
			float: none !important;
			padding: 2px 0 !important;
			margin: 0 0 0 20px !important;
		}

	#site-content a {
		color: #333333;
		text-decoration: underline;
	}

		#site-content a:hover {
			text-decoration: none;
		}

	#site-content div.image-left {
		float: left;
		padding: 0 10px 0 0;
	}

	#site-content div.image-right {
		float: right;
		padding: 0 0 0 10px;
	}

	#site-content #site-images {
		width: 300px;
	}
	
		#site-content #site-images ul {
			list-style: none !important;
		}

			#site-content #site-images ul li {
				clear: none !important;
				float: left !important;
				padding: 0 !important;
				margin: 7px 0 0 !important;
				width: auto !important;
			}
			
			#site-content #site-images ul li.middle {
				padding: 0 7px !important;
			}
			
				#site-content #site-images ul li img {
					cursor: pointer;
				}
				
				#site-content #site-images ul li img:hover {
					opacity: .50;
					filter: alpha(opacity=50); 
					-moz-opacity: 0.5;
				}

/* Sitemap */	

#sitemap {
	list-style: outside disc;
	margin-left: 20px;	
}

	#sitemap li strong {
		color: #000;
	}

	#sitemap ul {
		list-style: outside disc;
		margin-left: 30px;
	}

	#sitemap li {
		padding: 5px 0 0 !important;
	}

	#sitemap li a {
		color: #000;
	}
	
		#sitemap li a:hover {
			text-decoration: underline;
		}
		
/* Home Page */

div#home {
	overflow: hidden;
}

	div#home #side {
		float: right;
		width: 247px;
	}
	
		div#home #side a {
			display: block;
			margin-bottom: 10px;
		}

			div#home #side a:hover img {
				opacity: .50;
				filter: alpha(opacity=50); 
				-moz-opacity: 0.5;
			}

	div#home #home-content {
		width: 619px;
	}

/* Testimonials Section */	

ul.testimonials {
}
	ul.testimonials li {
		border-bottom: 2px #000 solid;
		float: left;
		margin: 0 0 20px 0;
		padding-bottom: 5px;
		text-align: justify;
		width: 278px;
	}
	
		ul.testimonials li strong {
			display: block;
			padding-top: 3px;
		}

		ul.testimonials li.middle {
			margin: 0 20px 20px;
		}

/* News Section */	

ul.news {
	overflow: hidden;
	width: 100%;
}

	ul.news li {
		border-bottom: 2px #333333 solid;
		float: left;
		height: 100px;
		margin: 0 0 20px 0;
		padding-bottom: 5px;
		position: relative;
		text-align: justify;
		width: 286px;
	}
	
	ul.news li.middle {
		margin: 0 10px;
	}
		
	ul.news li strong {
		display: block;
		margin-bottom: 5px;
	}
	
	ul.news li a {
		color: #333333 !important;
		text-decoration: underline;
	}	

		ul.news li a:hover {
			text-decoration: none;
		}	
	
	ul.news li em {
		bottom: 2px;
		display: block;
		font-size: 9px;
		position: absolute;
		right: 0;
		text-align: right;
	}

	img.news {
		float: right;
		padding: 0 0 0 5px;
		width: 302px;
	}

#news-show {
	text-align: justify;
}

	#news-show em {
		display: block;
		margin: 20px 0;
		text-align: right;
	}


/* News Rorater */

div.newsRotater {	
	position: relative;
	height: 140px;
}
	
	div.newsRotater div {
		left: 0;
		padding: 10px;
		position: absolute;
		top: 0;
		z-index: 1;
	}
	
		div.newsRotater div.firstItem {
			z-index: 2;
		}

	div.newsRotater div h3 {
		font-weight: bold;
		padding-bottom: 5px;
	}
	
	div.newsRotater div p {
		text-align: justify;
	}
	
		div.newsRotater div p a {
			color: #663398; 
			text-decoration: underline;
		}
		
			div.newsRotater div p a:hover {
				text-decoration: none;
			}

	div.newsRotater div em {
		display: block;
		padding-top: 5px;
		text-align: right;
	}

/* Gallery Section */		

ul.gallery-list {
	clear: both;
	list-style: none !important;
	padding-left: 0 !important;
}

	ul.gallery-list li {
		float: left;
	}

	ul.gallery-list li a {
		display: block;
		color: #000;
		margin: 0 0 10px 20px;
		font-weight: bold;		
		text-align: center;
		width: 200px;
	}
	
		ul.gallery-list li a img {
			margin: 0 auto;
		}
		
		ul.gallery-list li a:hover {
			text-decoration: underline;
		}
	
		ul.gallery-list li a span {
			display: block;
			height: 30px;
			padding-top: 10px;
			text-align: center;
			width: 200px;
		}

/* Fallery Show Section */		

#gallery-image-list {
	width: 100%;
	text-align: center;
	margin: 10px auto 20px;
	list-style: none !important;
	list-style-position: outside !important;
	padding-left: 0 !important;
}

	#gallery-image-list li {
		display: inline;
		float: left;
		margin: 3px;
		padding: 5px;
	}
	
		#gallery-image-list li img {
			padding: 2px;
			vertical-align: top;
			width: 139px;
			height: 94px;
		}
		
		#gallery-image-list li span {
			display: block;
			font-size: 9px;
		}

/* Attachments Line */

div#attachments {
	border-bottom: 1px #818486 solid;
	margin:  -15px 0 10px;
	overflow: hidden;
	padding: 10px 0;	
}


	div#attachments ul {	
		width: 98%;
		text-align: center;
		margin: 0 auto;
	}
	
		div#attachments ul li {
			display: inline;
			float: left;
			padding: 5px 5px 0;
		}

/* Image Rorater */

div#rotater {
	float: right;
	height: 262px;
	overflow: hidden;
	width: 619px;
}

div.imageRotater {
		position: relative;
}
	
	div.imageRotater img {
		left: 0;
		position: absolute;
		top: 0;
		z-index: 1;
	}
	
		div.imageRotater img.firstItem {
			z-index: 2;
		}

/* Back Button */

a#back {	
	background: #f59024;
	border: 1px #f59024 solid;
	color: #ffffff;
	display: inline-block;	
	padding: 3px 6px;
}


	a#back:hover {
		background: #a5a5a5;
		color: #ffffff;
	}

/* Sub Menu */

div#sub-menu {
	float: left;
	width: 133px;
}

	div#sub-menu h2 {
		border-bottom: 1px #fff solid;
		color: #fff;
		font-size: 14px;	
		font-weight: bold;	
		padding: 2px 5px 5px;
	}

	div.orange h2, div.orange ul {
		background: #000000;
		overflow: hidden;
	}

	div.yellow h2, div.yellow ul {
		background: #ccdd15;		
		overflow: hidden;
	}

	div.blue h2, div.blue ul {
		background: #33cbcc;
		overflow: hidden;
	}

		div#sub-menu ul li {
			
		}
	
			div#sub-menu ul li a {
				color: #fff;
				display: block;				
				font-size: 13px;		
				padding: 5px 5px;				
			}
		
		div.orange ul li a:hover, div.orange ul li a.selected {
			background: #666666;
			color: #fff;
		}

		div.yellow ul li a:hover, div.yellow ul li a.selected {
			background: #e9f19c;
			color: #000 !important;
		}

		div.blue ul li a:hover, div.blue ul li a.selected {
			background: #c4f0f0;
			color: #000 !important;
		}
		
/* Product Content */

div#product-content {
	float: right;
	margin: 0 10px;
	width: 479px;
}

/* Product Small */		

ul#product-small {
	clear: both;
	list-style: none !important;
	padding-left: 0 !important;
}

	ul#product-small li {
		float: left;
		margin-bottom: 15px;
	}

		ul#product-small li.middle1 {
			margin: 0 30px 15px; 
		}

		ul#product-small li.middle2 {
			margin: 0 0 15px 40px; 
		}

		
	ul#product-small li a {
		display: block;
		color: #000;
		height: 30px;
		text-align: center;
		overflow: hidden;
		width: 139px;
	}
	
		ul#product-small li a img {
			margin: 0 auto;
		}
		
		ul#product-small li a:hover {
			text-decoration: underline;
		}
	
/* Misc Section */

.centerise {
	background: #fff;
	border: 1px #a5a5a5 solid;
	display: block;
	margin: 0 auto;
	width: 900px;		
}
 
