body, table, div, td, img	{
	margin: 0;
	padding: 0;
	border: none;
}

body		{
	background-color: #EEE;
	font: normal 12px/15px helvetica;
	color: #000;
	text-align: center;
}

div.main	{
	width: 840px;
	height: 640px;
	margin: 10px auto;
	border: 0px solid red;
	border-left: px solid #f30;
	border-right: 0px solid #f30;
	text-align: left;
	background-color: #FFF;
	padding: 20px 20px 20px 20px;
}

div#mainOils	{
	height: 740px;
}

a	{
	color: #666;
	text-decoration: none;
}

a:hover	{
	color: #000;
	text-decoration: underline;
}
	

div.masthead		{
	width: 840px;
	height:28px;
	margin: 0px 0px 0px 0px;
	border-top: 0px solid #f30;
	border: 0px solid #EEE;
	background-color: #FFF;
	border-bottom: 0px solid #f30;
}

div.main div.nav	{
	width: 840px;
	margin-top: 0px;
	xtext-align: right;
	border: 0px solid red;
}

div.nav a, div.navigation a	{
	font-size: 12px;
	color: #f30;
	color: blue;
	color: #666;
	text-decoration: none;
	xpadding-left: 5px;
}

div.nav a:hover, div.navigation a:hover	{
	text-decoration: underline;
	color: #666;
	color: #000;
} 

x#logo		{
	display: block;
	float: left;
}

/* NAVIGATION MENU DROP DOWN CSS */

#worksnav	{
	float: right;
	margin-top:13px;
}

#worksnav a {
	display: block;
	width: 10em;
	text-align: center;
}

#worksnav ul	{	
	list-style-type: none;
}

#worksnav li { /* all list items */
	float: left;
	list-style-type: none;
	width: 10em; /* width needed or else Opera goes nuts */
}

#worksnav li ul { /* second-level lists */
	position: absolute;
	list-style-type: none;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#worksnav li:hover ul, #worksnav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	text-align: left;
}

#worksnav li ul li	{
	text-align: left;
	padding: 3px;
	background: white;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

#worksnav li ul li a, #worksnav li.sfhover ul li a	{
	text-align: left;
	width: 5em;
}


/*   END NAVIGATION MENU STYLES */

div.masthead img	{
	float: left;
}

div.main div.placeholder {
	width: 840px;
	margin: 40px 0px;
	border: 0px solid blue;
}

div.main div.placeholder img	{
	display: block;
	margin: 0 auto;
	border: 0px solid orange;
	}
	
.navigation	{
	width: 350px;
	margin: 0px 20px;
	margin-bottom: 5px;
	border: 0px solid orange;
	text-align:right;
	color: #000;
}

.navigation .imagetitle	{
	float: left;
	font-style: oblique;
}

.navigation a.Controls 	{
	font-size: 12px;
	text-align: center;
}

.showtitle, .showtitle a	{
	xfloat: right;
	font-size: 14px;
	line-height: 0px;
	font-weight: bold;
	color: #F30;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 10px;
	_margin-bottom: 13px;
}

.showtitle	{
	xdisplay: inline;
}

div.main div.placeholder div.image	{
	width: 667px;
	border: 0px solid red;
}

.image img	{
	padding-top: 0px;
	padding-right: 20px;
}

div.main div.thumbnail_row {
	float: right;
	width: 165px;
	height: 500px;
	margin: 0px auto;
	border: 0px solid blue;
}

div.main div#thumbnail_rowOils {
	width:165px;
	height: 650px;
	overflow:auto;
}

div.main div.placeholder div.thumbnail_row img	 {
	float: none;
	display:inline;
	xmargin-left: auto;
	margin: 2px;
}

div.footer	{
	width: 840px;
	margin: 0 auto;
	font: normal 10px/12px helvetica;
	color: #666;
	text-align: center;
	border: 0px solid orange;
}

div.nextimage {	/* for preloading images - hidden for aeesthic reasons */
	width: 840px;
	margin: 0 auto;
	color: #EEE;
	text-align: center;
}