a {
	font-size: 10px;
	color: #888;
	text-decoration: none;
	}
a:hover {
	font-size: 10px;
	color: #333;
	text-decoration: none;
	}
	
#main .add {
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
	padding-top: 20px;
}
#main .add2 {
	font-size: 10px;
	font-weight: bold;
	color: #CCDC00;
	text-decoration: none;
}


	







#main	.menucell {
	height: 180px;
	width: 100%;
	padding-right: 10px;
	background-color: #999999;
	background-image: url(images/brinkman_logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	img {
		border: none;
	}

	.items{
		font-size: 10px;
		font-weight: bold;
		margin-left: 3px;
	}
	.item{
		display: block;
		padding: 1px;
		padding-top: 0px;
		padding-left: 7px;
		margin-bottom: 2px;
		border: solid 1px #999900;
		background-color: #e6e6e6;
		text-decoration: none;
		color: #000000;
		width: 75px;
	}
	.item:hover{
		background: #F2F2F2;
		border: solid 1px #999900;
	}
#main .head {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}


.header {
	background-color: #333;
	height: 250px;
	width: 100%;
	margin: 0px;
	top: 30%;
	position: absolute;
}



/* STYLES I'VE CHANGED
******************************/

* {
font-family: verdana, arial, serif;
font-size: 10px;
line-height: 14px;
}

html
{
min-height: 100%;
height: auto;
}

body
{
text-align: center; /* ALIGNS DOCUMENT CENTER*/
background-color: #999;
background-repeat: repeat-x;
background-image: url("images/gradientbottom.gif");
background-position: bottom;
}

#main
{
width: 650px;
margin: 0px auto; /* ALIGNS DOCUMENT CENTER*/
text-align: left; /* CORRECTS TEXT ALIGNMENT */
}

#submain
{
background-color: #FFFFFF;
border: 2px solid #CCDC00;
	padding-bottom: 80px;
}

.nav
{
margin-right: 16px;
text-align: right;
}

.sublinks
{
	float: right;
	margin-top: -2px;
	margin-right: 10px;
}

#main	.maincell
{
	background-color: #FFFFFF;
	text-align: justify;
	padding-left: 150px;
	padding-right: 100px;
}

#main .subnav
{
color: #000000;
margin-top: 75px;
margin-right: 50px;
margin-left: 30px;
font-weight: bold;
font-size: 14px;
}

.image
{
	border-bottom: #CCDC00 1px solid;
	margin-bottom: 50px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}

.image img
{
padding-bottom: 2px;
}


#main .logo {
	margin-top: 25px;
	margin-bottom: -10px;
	margin-left: -10px;
}

/*Lightbox*/
#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 */
	}
	
.addy {
	list-style-type: none;
	padding-left: 0px;
	padding-top: 25px;
}

