/* IE4 & NN4 Style sheet created for:
	'Excell Nature Photography' http://www.excellnaturephotography.com
   Author: Jan A. Allinder http://www.lucidimages.net http://www.wildlifephoto.net
*/
/* Redefine basic styles */
body {
	background-color: #000;
	color: #FFF;
}
address, table {
	font-style: normal;
	margin: 12px 0px 20px;
}
div, p, address, ul, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCC;
	background-color: #000;
}
p, h1, pre {
	margin: 0px 10px 10px 10px;
}
li {
	margin-left: 20px;
}
hr {
	color: #444;
	padding: 2px 0px 2px 0px;
	background-color: #000;
	width: 60%;
}
/* S P E C I A L */
img.float {
	clear: none;
	float: none;
}
img.floatleft {
	clear: right;
	float: left;
}
img.floatright {
	clear: left;
	float: right;
}
.clearboth {
	clear: both;
}
.caption {
	font-size: 12px;
	text-align: center;
}
.imgdetails {
	font-size: 9px;
	text-align: center;
}
/* Table for the Gallery */
#gallery tr, #gallery td {
	background-color: #000;
	color: #fff;
}
/* B A N N E R - H E A D E R */
#banner {
	width: 760px;
	color: #77B6DC;
	background-color: #000;
}
#banner h1 {
	font-family: "Times New Roman", Times, serif;
	color: #77B6DC;
	font-size: 42px;
	margin: 0px 10px 6px 16px;
	font-weight: bold;
	background-color: #000;
}
#banner h2 {
	text-align: right;
	color: #777;
	font-size: 12px;
	margin: 0px 10px 10px 10px;
	background-color: #000;
}
/* M E N U  B A R */
#menu {
	width: 170px;
	padding: 6px 4px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	font-size: 14px;
	color: #BBB;
	background-image: url(../graphics/cheetah.jpg);
	background-repeat: no-repeat;
}
#menu p.button a, #menu p.button a:visited, #menu p.button a:active {
	color: #77B6DC;
	text-decoration: underline;
	font-size: 12px;
	padding: 1px;
}
#menu p.button a:hover {
	color: #AAA;
	text-decoration: none;
	background-color: #533728;
	padding: 1px;
}
#menu p.selected a {
	color: #77B6DC;
	text-decoration: underline;
	padding: 1px;
	font-size: 12px;
}
/* SUB MENU */
#menu p.navsub {
	font-size: 12px;
	margin: 0px 2px 8px 20px;
}
#menu p.navsub a, #menu p.navsub a:visited, #menu p.navsub a:active {
	background-color: #000;
	color: #888;
	text-decoration: underline;
}
#menu p.navsub a:hover {
	background-color: #000;
	color: #CCC;
	text-decoration: none;
}
#navform select, #navform input, #navform textarea {
	background-color: #000;
	color: #77B6DC;
	font-size: 12px;
}
/* M A I N  D I V I S I O N */
#main {
	width: 590px;
	background-color: #000;
	color: #FFF;
}
#main tr, #main td {
	margin: 1px 2px 1px 2px;
}
#main a, #main a:visited, #main a:active {
	color: #CCC;
	background-color: #000;
	font-weight: bold;
}
#main a:hover {
	background-color: #000;
	color: #77B6DC;
	text-decoration: underline;
}
#main h1 {
	color: #89472D;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 32px;
	margin: 10px 20px 10px 20px;
	background-color: #000;
}
#main h2 {
	color: #369;
	background-color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 26px;
	margin: 20px 20px 0px 20px;
}
#main h3 {
	background-color: #000;
	color: #89472D;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin: 10px 20px 0px 20px;
}
#main h4 {
	background-color: #000;
	color: #AAA;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	margin: 10px 20px 0px 20px;
}
#main li {
	font-size: 14px;
}
#main p {
	font-size: 14px;
	margin: 10px 20px 20px 20px;
}
#main p.small {
	margin: 0px 5px 0px 0px;	
	font-size: 10px;
	text-align: center;
}
.emphasis {
	color: #FFF;
	background-color: #000;
	font-weight: bold;
	font-size: 14px;
}
p.smallright {
	background-color: #000;
	font-size: 10px;
	text-align: right;
	color: #AAA;
}
p.smallright a, p.smallright a:visited {
	background-color: #000;
	color: #888;
	font-size: 10px;
}
#main img {
	margin: 4px;
}
/* F O R M S  Division */
#divform {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	padding: 5px;
	margin: 0px 0px 10px 0px;
	width: 460px;
	border: 1px solid #999;
	background-color: #000;
}
#divform div.row {
  clear: both;
  padding-top: 5px;
}
#divform div.row span.formw {
	float: right;
	text-align: left;
	font-size: 13px;
	width: 280px;
}
#divform div.row span.label {
	float: left;
	font-size: 13px;
	text-align: right;
	width: 160px;
}
#divform input.submit {
	background-color: #9DA395;
	border: #666 1px solid;
	color: #000;
}
/* F O O T E R  Division */
#footer {
	background-color: #000;
	color: #704A35;
	text-align: center;
}
#footer p.a, #footer p.a:visited {
	background-color: #000;
	color: #999;
	text-decoration: none;
}
#footer p.a:hover, #footer p.a:active {
	background-color: #444;
	color: #AAA;
	text-decoration: none;
}
#footer p.contact {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #704A35;
	background-color: #000;
	margin: 10px 10px 10px 10px;
}
#footer p.copyrightnotice {
	color: #888;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #000;
}
#footer p.copyrightnotice a, #footer p.copyrightnotice a:visited {
	background-color: #000;
	color: #AAA;
	text-decoration: none;
}
#footer p.copyrightnotice a:hover, #footer p.copyrightnotice a:active {
	background-color: #444;
	color: #AAA;
	text-decoration: none;
}
#footer p.credit {
	font-size: 10px;
	font-family: "Times New Roman", Times, serif;
	color: #888;
	background-color: #000;
}
#footer p.credit a, #footer p.credit a:visited {
	background-color: #000;
	color: #AAA;
	text-decoration: none;
}
#footer p.credit a:hover, #footer p.credit a:active {
	background-color: #444;
	color: #AAA;
	text-decoration: none;
}
