/*  Body */


body {
	background: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0;
	color: #666;
	}
a { text-decoration: none; color: #CC6714; border-bottom: none; }
a:hover { color: #9F3400; }


/*  Container */

	
#container {
  width: 1000px;
	margin: auto;
	padding: 0;
	text-align: left;
	}


/*  Header  */


#header {
	background: #000;
	height:75px;
	}
	
#pic2{
	float:left;
	}
	
#pic3{
	float:right;
	}
	
	
/*  Nav */


#nav {
	background: #000;
	border: 1px solid #fff;
	margin: 0;
	padding: 0;
	height: 2.0em;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 18px;
	}
#nav li a {
	text-decoration: none;
	color: #c0c0c0;
	background-color: #000;
	padding: 3px 30px;
	font-size: 1em;
	float: left;
	}
#nav li a:hover { background-color: #fff; color: #49515C; }
#nav li a.on { background-color: #fff; color: #49515C; }


/*  Nav 2*/


#nav2 {
	margin: 0; 
	padding: 0;
	}
#nav2 li {
	list-style-type: none;
	display: block;
	}		
#nav2 li a { 
	text-decoration: none; 
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	}
#nav2 li a { text-decoration: none; color: #CC6714; border-bottom: none; }
#nav2 li a:hover { color: #9F3400; }


/*  Side Bar */


#sidebar {
	float: left;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	min-height: 250px; height: auto !important; height: 250px;
	width: 175px;
	line-height: 20px; 
	word-spacing: 2px;	
	}
#sidebar div { background: #000; }	
#sidebar ul { margin-left: 5px; padding-left: 5px; list-style-type: none; }
#sidebar a { text-decoration: none; color: #CC6714; border-bottom: none; }
#sidebar a:hover { color: #9F3400; }


/*  Side Bar & Content */


#pic {
	position: absolute;
	top: 350px;
	left: 10px;
	}
#sidebar h3, #content h3 { 
	font-size: 1.1em; 
	color: #808080; 
	margin: 0 10px 0 0; 
	cursor: default;
	}
#content div, #sidebar div { 
	padding: 1px 0 10px 0;  
	padding: 10px;
	}	


/*  Content */


#title h3 {
  text-align: right;
  font-size: 1.1em;
	color: #808080;
	margin: 0 10px 0 0;
	cursor: default;
 	}

#content {
	min-height: 550px; height: auto !important; height: 550px;
	margin-left: 175px;
	margin-right: 25px;
	line-height: 20px; 
	word-spacing: 2px;	
	}	

#content img {
	margin: 5px;
	padding: 8px 8px 8px 8px;
	border: solid 1px #1d1d1d;
	background-color:#0F0F0F;
}

#content a:hover {
	background-color:#000;
}

#content a:hover img{
	border-color: #9F3400;
}


/*  Footer */


#footer {
	text-align: center;	
	color: #666;
	font-size: 0.8em;
	padding: 5px;
	line-height: 10px;
	clear: both;
	}
	
#footer a { text-decoration: none; color: #CC6714; }
#footer a:hover { color: #9F3400; }


/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/img/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/img/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/img/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
