/*CSS */



img {
	border:0;
	
}

a { color: #0000CC; }
a:visited { color: #0000CC; }
a:hover { color: #000033; }


td {
	padding-left:5px;
	}


body {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-align:center;
	background-image:url(backsmall.gif);
	background-repeat:repeat;
	}

#pipe {
	position:absolute;
	width:100%;
	top:24px;
	left: 14px;
	
	
	
}

#wrapper {
	
	position:relative;
	margin:0px auto;
	top:10px;
	width:800px;
	height:auto;
		
}



#header {
	position:relative;
	text-align:left;
	left:0;
	top:0;
	padding:0;
	width:800px;
	height:127px;
	color:#000;
	background-image:url(shortback2.gif);
	background-repeat: repeat-x;
	margin-bottom: 5px;
	
}


#nav {
	float:left;
	text-align:left;
	top:127px;
	left:0px;
	padding:0;
	background:#660000;
	color: #999999;
	
}

.menu {
	list-style:none;
	background: #660000;
	margin: 0;
	padding: 0;
	
}

.menu li {
	font: 14px  Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.menu a {
	background: #660000;
	border-bottom: 2px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}

.menu a:hover {
	background: #333 left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}                    
                    
#content {
	text-align:left;
	float:right;
	margin-right:35px;
	width:550px;
	top:127px;
	height:auto;
	padding:0px;
	
		
}
#subdiv1   {
	top:0px;
	left:0px;
	width: 550px;
	display: block;
}
#subdiv2   {
	top:0px;
	left:0px;
	width: 550px;
	display: none;
}
#subdiv3   {
	top:0px;
	left:0px;
	width: 550px;
	display: none;
}
#subdiv4 {
	top:0px;
	left:0px;
	width: 550px;
	display: none;
}
#subdiv5 {
	top:0px;
	left:0px;
	display: none;
	width: 550px;
}
#subdiv6 {
	top:0px;
	left:0px;
	display: none;
	width: 550px;
}
#subdiv7 {
	top:0px;
	left:0px;
	display: none;
	width: 550px;
}
#subdiv8 {
	top:0px;
	left:0px;
	display: none;
	width: 550px;
}
#subdiv9 {
	top:0px;
	left:0px;
	display: none;
	width: 550px;
    text-align: left;
}



#footer {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-align:center;
	width:598px;
	height:50px;
	padding-top:5px;
	margin-top:5px;
	clear:both;
	float:right;
}
	
#lg1 {
	position:absolute;
	top:517px;
	left:0px;
}	
#lg2 {
	position:absolute;
	top:517px;
	left:84px;

}	
	
	





p {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 14.5px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	text-align:left;
}

ul {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:13px;
	margin:0;
	text-align:left; 
	
}

h4 {
	text-align:left;
	margin-left:25px;
 	text-decoration:underline;
	
}

#contacts{

text-align:left;
margin-left:20px;
margin-top:40px;
font-family:inherit;
}



/*gallery code*/


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position:absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 3px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;

}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}





