* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

body {
	padding: 0 0 20px 0;
	background-image: url(images/body-bg_new.gif);
	background-repeat:repeat-x;
	background-color:#FFF;
	}

h1 {
	font-size: 18px;
	color: #D91F00;
	}

h2 {
	font-size: 14px;
	font-weight: bold;
	}

h3 {
	text-transform: uppercase;	
	color: #999;
	margin: 0px 0 10px 0px;
	text-decoration: none;
	border-bottom: 1px dotted #ECECEC;
	font-weight: normal;
	}
	
p {
	margin: 10px 0 0 0;
	}

#container {
	margin: auto;
	width: 768px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	background: url(images/container-bg_new.gif) repeat-y;
	}

#header img {
	border: 0;
	}
	
#navigation {
	height: 24px;
	line-height: 24px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color:#000;
	}
	
	#navigation ul.menu {
		list-style: none;
		}

		#navigation ul.menu li {
			display: inline;
			}
		
			#navigation ul.menu li a {
				display: block;
				float: left;
				padding: 0 6px;
				border-right: 1px solid #fff;
				text-transform: uppercase;
				font-weight: bold;
				text-decoration: none;
				color: #fff;
				}
				
				#navigation ul.menu li a:hover {
					color: #D91F00;
					}
			
	#navigation ul.flags {
		list-style: none;
		float: right;
		}
		
		#navigation ul.flags li {
			display: inline;
			}
		
			#navigation ul.flags li a {
				float: left;
				padding: 5px 5px 0 0;
				}
			
				#navigation ul.flags li a img {
					border: 1px solid #fff;
					}
					
					#navigation ul.flags li a img:hover {
						border: 1px solid #D91F00;
						}
			
#menu {
	float: left;
	width: 200px;
	}
	
	#menu ul.news {
		list-style: none;
		}
		
		#menu ul.news li {
			display: inline;
			}
			
			#menu ul.news li a {
				display: block;
				padding: 5px;
				border-bottom: 1px solid #000;
				color: #000;
				text-decoration: none;
				font-weight: bold;
				}
				
				#menu ul.news li a:hover {
					color: #D91F00;
					}
				
				#menu ul.news li a span {
					color: #B1AD86;
					}

	#menu ul.links {
		list-style: none;
		}
		
		#menu ul.links li {
			display: inline;
			}
			
			#menu ul.links li a {
				display: block;
				margin: 5px 5px 0 5px;
				padding: 0 5px;
				color: #000;
				text-decoration: none;
				border-left: 10px solid #000;
				text-transform: uppercase;
				font-weight: bold;
				}
				
				#menu ul.links li a:hover {
					border-left: 10px solid #D91F00;
					}
					
			#menu ul.linkschild {
				list-style: none;
				}
				
				#menu ul.linkschild li {
					display: inline;
					}
					
					#menu ul.linkschild li a {
						display: block;
						margin: 5px 5px 0 20px;
						padding: 0 5px;
						color: #000;
						text-decoration: none;
						border-left: 5px solid #000;
						text-transform: uppercase;
						font-weight: normal;
						}
						
						#menu ul.linkschild li a:hover {
							border-left: 5px solid #D91F00;
							}

#content {
	float: left;
	margin: 0 0 0 10px;
	padding: 10px 0;
	width: 548px;
	}
	
	#content a {
		color: #03c;
		text-decoration: none;
		}
		
		#content a:hover {
			color: #D91F00;
			}
	
	#content div.news {
		margin: 20px 0 0 0;
		padding: 20px 0 0 0;
		border-top: 1px dotted #ECECEC;
		}
	
	#content table {
		margin: 10px 0 0 0;
		}

	#content th {
		padding: 5px;
		text-align: left;
		border-bottom: 1px solid #666;
		}

	#content td {
		padding: 5px;
		}
		
	#content table.list td {
		border-bottom: 1px solid #ccc;
		}
		
	#content div.gallery {
		clear: left;
		padding: 10px 0 0 0;
		}
		
		#content div.gallery img {
			float: left;
			margin: 0 10px 0 0;
			}
			
	#content ul.images {
		margin: 0 0 0 5px;
		list-style: none;
		}
		
		#content ul.images li {
			display: inline;
			}
			
			#content ul.images li a {
				float: left;
				display: block;
				margin: 10px 0 0 10px;
				padding: 1px;
				width: 92px;
				border: 1px solid #000;
				}
				
				#content ul.images li a:hover {
					border: 1px solid #D91F00;
					}
					
					#content ul.images li a img {
						border: 0;
						}
						
	#content ul, #content ol {
		margin: 10px 0 0 30px;
		}
		
	#content .contact-text {
		width: 200px;
		margin: 2px 0 0 0;
		padding: 2px;
		background: #eee;
		border: 1px solid #999;
		}
		
	#content .contact-textarea {
		width: 220px;
		height: 80px;
		margin: 2px 0 0 0;
		padding: 2px;
		background: #eee;
		border: 1px solid #999;
		}
	
#footer {
	clear: both;
	height: 24px;
	line-height: 24px;
	border-top: 1px solid #000;
	background:#000;
	text-align: center;
	color:#FFF;
	}

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
