body {
	background: url('../img/body-background.gif') top center no-repeat;
}
div.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
div#slideshow-container {
	float: right;
	height: 370px;
	border: 1px #ccc solid;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #f6f6f6;
}
div#ticker {
	width: 291px;
	height: 27px;
	background: url('../img/ticker-background.gif') no-repeat;
	margin-bottom: 10px;
	padding-left: 29px;
	font-size: 18px;
	padding-top: 3px;
	color: #6b6b6b;
}
div#ticker span.hide {
	display: none;
}
div#contact-right {
	width: 300px;
	float: right;
}	
/*____________________________________________________________________________ GENERAL TEMPLATE __*/ 
#wrapper {
	width: 980px;
	margin: 0 auto;
}
	#wrapper #header {
	}	
		#wrapper #header img#logo {
			width: 300px;
			height: 124px;
			display: block;
		}
	
	#wrapper #content-wrapper {
		margin-top: 10px;
	}		
		#wrapper #content-wrapper #two-column-left {
			width: 320px;
			float: left;
		}		
	
			#wrapper #content-wrapper #two-column-left img.left-banner {
				margin-bottom: 10px;
			}		

		#wrapper #content-wrapper #two-column-right {
			width: 650px;
			float: left;
			margin-left: 10px;
		}		

			#wrapper #content-wrapper #two-column-right .content-top {
				height: 5px;
				overflow: hidden;
				background: url('../img/content-top.gif') no-repeat;
			}		

			#wrapper #content-wrapper #two-column-right .content-body {
				background: url('../img/content-body.gif') repeat-y;
				width: 650px;
			}		
				#wrapper #content-wrapper #two-column-right .content-body .content-area {
					width: 620px;
					padding: 10px 15px 10px 15px;
				}			

			#wrapper #content-wrapper #two-column-right .content-bottom {
				height: 5px;
				overflow: hidden;
				background: url('../img/content-bottom.gif') no-repeat;
				margin-bottom: 10px;
			}		

/*______________________________________________________________________________ NAVIGATION BAR __*/
		
ul#nav {
	width: 980px;
	height: 29px;
	background: url('../img/nav-background.gif') no-repeat;
	list-style: none;
	margin: 0;
	padding: 0;
}
	ul#nav li {
		float: left;
		line-height: 15px;
		
	}			
		ul#nav li a {
			color: #fff;
			text-decoration: none;
			display: block;
			float: left;
			height: 22px;
			margin: 0 10px;
			padding: 7px 10px 0 10px;
		}			
		ul#nav li a.current {
			background-color: #f18c2a;
			color: #333333;
			
		}
		ul#nav li a:hover {
			background-color: #f18c2a;
			color: #333333;
		}			
			ul#nav li ul {
				list-style: none;
				margin: 0;
				padding: 0;
				position: absolute;
				top: 373px;
				padding-top: 0;
				height: auto;
				border: none;
				background-color: #2a2a2a;
				clear: both;
				width: auto;
				margin-left: 10px;
				display: none;
				z-index: 100;
			}

				ul#nav li ul li {
					float: none;
				}
				
					ul#nav li ul li a {
						float: none;
						padding: 9px 9px;
						margin: 0;
						width: inherit;
						height: auto;
					}
					
					ul#nav li ul li a:hover {
						background-color: #f18c2a;
						color: #2a2a2a;
					}			
			
/*_______________________________________________________________________________ ITEM LISTINGS __*/
ul#item-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
	ul#item-list li {
		border-bottom: 1px #ccc dotted;
		margin-bottom: 10px;
		padding-bottom: 10px;
		zoom: 1;
	}
		ul#item-list li h2 a {
			color: #f25629;
			text-decoration: none;
		}					
			
		ul#item-list li h2 a:hover {
			text-decoration: underline;
		}					

		ul#item-list li a.portfolio-img-link {
			float: left;
			width: 150px;
			height: 150px;
			display: block;
			margin-right: 10px;
		}		
		
		ul#item-list li a.more-details {
			width: 75px;
			height: 20px;
			background: url('../img/more-details.gif') no-repeat;
			display: block;
			float: right;
		}
		ul#item-list li a.more-details span {
			display: none;
		}												
		ul#item-list li a.more-details:hover {
			background-position: 0 -20px;
		}	
/*_____________________________________________________________________________________ HEADING __*/
#heading {
	width: 650px;
	height: 30px;
	background: url('../img/heading-background.gif') no-repeat;
	margin-bottom: 10px;
}
	#heading #breadcrumbs {
		float: left;
		background: url('../img/breadcrumbs-background.gif') no-repeat;
		padding-left: 10px;
	}		
		#heading #breadcrumbs span {
			display: block;
			float: left;
			background: url('../img/breadcrumbs-right.gif') no-repeat right;
			height: 30px;
			padding-right: 28px;
			
		}		
			#heading #breadcrumbs span a {
				color: #fff;
				display: block;
				float: left;
				font-weight: bold;
				font-size: 12px;
				margin-top: 7px;
			}				

	#heading #page-title {
		float: left;
	}
	
		#heading #page-title h1 {
			color: #fff;
			margin-top: 3px;
			margin-left: 6px;
		}						

/*______________________________________________________________________________________ FOOTER __*/

#footer {
	width: 980px;
	height: 50px;
	background: url('../img/footer-background.gif') no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 4px;
	text-align: center;
}	

	#footer p {
		color: #fff;
		font-size: 11px;
	}	
	
	#footer .footer-links {
		float: right;
	}
			
		#footer .footer-links a {
			display: block;
			float: left;
			margin-right: 20px;
			font-size: 10px;
		}					