/* CSS Document by Dieter Schneider for www.csstemplateheaven.com */

* {margin: 0;
    padding: 0;
}

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

#header {
	background-image: url(images/header_bg.gif);
    background-repeat: no-repeat;
	background-color: #001522;
	height: 110px;
}

#header_menu{
	background-image: url(images/redline.jpg);
	background-repeat: repeat-x;
	text-align: right;
	height: 20px;
	padding-top: 10px;
}

#container {
	font-size: 1.2em;
	}

#left {
	float: left;
	width: 161px;
	height: 450px;
	margin-left: 20px!important;
	margin-left: 10px;
    padding-top: 27px;
	background-image: url(images/leavesbg.jpg);
}

#right {
	float: right;
	width: 210px;
	margin-right: 5px;
	padding-top: 27px;
}

#content {
	margin-right: 50px;
	margin-left: 210px;
	padding: 5px;
	}

#footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 35px;
	text-align: center;
	font-size: .9em;
	padding-top: 10px;
}

p{  margin-top: 8px;
	margin-bottom: 8px;
}

h1{
	color: #FFFFFF;
	font-size: 3em;
	padding-top: 70px;
	padding-left: 50px;
}

.heading_color{
	color: #FF9900;	
}

.hints{
	margin-top: 8px;
	font-size: 14px;
	color: #FF6633;
	font-weight: bold;
	margin-bottom: 8px;
	}
	
.tips{
	margin-top: 8px;
	font-size: 14px;
	color: #009966;
	font-weight: bold;
	margin-bottom: 8px;
	}
	
.grey{
	border-top: 1px dashed #FF3333;
	margin-top: 18px;
	font-size: 15px;
	color: #009966;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 18px;
	border-bottom: 1px dashed #FF3333;
}

.green{
	margin-top: 18px;
	font-size: 15px;
	color: #009966;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 18px;
	}

h2 {
	color: #003E00;
	font-size: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #FF3333;
}

h3 {color: #003E00;
	margin-top: 18px;
	font-size: 16px;
	margin-bottom: 15px;
	border-bottom: 1px solid #FF3333;
}

h4 {
	background-image: url(images/menu_tab.jpg);
	height: 31px;
	width: 146px;
	padding-top: 5px;
	padding-left: 15px;
}

.images_left {float: left;
               margin: 5px;
			   border: 1px solid #FF3333;
}

.images_work {border: 3px solid #cccccc;
padding: 10px;
background: #999966;
}

.work_text {border: 1px solid #003300;
padding: 10px;
background: #cccccc;
}

.thumbs {border: 1px solid gray;
         margin: 5px;
		 padding: 1px;
}

.top a {color: #ffffff;
border: 4px solid #003300; 
font-weight: bold;
background: #999966;
padding: 30px;
} 

.top a:hover {color: #cccccc; 
} 

a{color: #FF3333; font-weight: bold;}     /* unvisited link */
a:hover {color: #009966}   /* mouse over link */

/***********************************'   Left side Menu  *******************************/

.pagelist li
{
	color: #006600;
	font-weight: bold;
	list-style: bullet;
	margin-left:60px;
	padding: 0.25em;
}

#navlist
{
	padding-left: 0;
	margin-left: 0;
	width: 160px;
	}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
}

#navlist li a {
	text-decoration: none;

}

/***********************************'  Header Menu  ****************/

.navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-weight: bold;
	font-size: 1.1em;
}
#dhtmlgoodies_slideshow{
		width:500px;	/* Total width of slideshow */
	}
	
	#previewPane{
		border:1px solid #003E00;
		margin-bottom:10px;	
		text-align:center;
		left:0px;
		vertical-align:middle;
		padding-top:0px;

		position:relative;
		
		/* CSS HACK */
		height: 320px;	/* IE 5.x */
		height/* */:/**/320px;	/* Other browsers */
		height: /**/320px;
				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Tahoma, sans-serif;	/* Font to use */
		font-size:1.1em;
	}
	#galleryContainer{
		
		height:102px;	/* Height of the images + 2 */
		border:1px solid #003E00;
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/102px;	/* Other browsers */
		height: /**/102px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}