@charset "utf-8";
/* Begin CSS Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/* End CSS Reset */


	
body {
	background-color:#000000;
	}
	
p	{	
	font-size:12px;
	line-height:18px;
	padding:4px 0 10px;
	}
	
h1,h2,h3,h4,h5,h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
h2 {
	font-size:16px;
	}
	
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
	_height: 1%;
}

.clearfix {
	display:block;
}

.imgLFT {
	float:left;
	margin:10px 15px 10px 0;
	}
	
#wrapper {
	width:100%;
	background:url(images/bgTile.jpg) center top repeat-y;
	}
	
#wrapper2 {
	width:100%;
	background:url(images/mainBG.jpg) no-repeat center top;
	text-align:center
	}

/***********************
//  Dropdown Div Styles
************************/	
#about {
	width:720px;
	padding-top:30px;
	margin:0 auto;
	color:#cccccc;
	position:relative;
	}
#about p	{	
	font-size:12px;
	line-height:14px;
	padding:4px 0 10px;
	}
	
#about h2 {
	font-size:24px;
	}
	
#about a {
	color:#18D4F1;
	}
	
#about a:hover {
	color:#88D80D;
	}
	
#about ul {
	margin-left:30px;
	list-style: square;
	font-size:12px;
	font-weight:bold
	}
	
#about ul li {
	padding:6px 0 
	}
	
#info {
	width:460px
	}	
	
/************************
// Contact Form Styles
***********************/	

#contact {
	position:absolute;
	left: 480px;
	top: 30px;
	} 

form {
	font-size:12px;
	}
	
label {
	display:block;
	color: #cccccc
	}

textarea, input {
	background-color:#cccccc;
	border:1px solid #666666;
	color:#000000;
	margin:5px 0;
	padding:5px;
	}
	
input.submit {
	padding:0 6px;
	color:#000000;
	cursor:pointer
	}
	
/**************************
// Close Button
*************************/
	
p.close a {
	float:right;
	display:block;
	width:27px;
	height:27px;
	background:url(images/arrow.jpg) no-repeat center top;
	margin-right:50px;
	}
	
p.close a:hover {
	background:url(images/arrow.jpg) no-repeat center bottom;
	}
	
p.close a span {
	margin-left:-9999px;
	}

#header {
	position:relative;
	height:180px;
	margin-bottom:30px
	}

/*******************
// Thumbnails
*******************/
	
#container {
	position:relative;
	width:600px;
	margin:0 auto;
	text-align:left;
	}
	
#container .thumbBox {
	margin-bottom:30px;
	}
	
#container .thumbBox span {
	font-size:18px;
	font-weight:bold;
	}
	
#container .thumbBox h3 {
	font-size:20px;
	}
	
#container .thumbBox a img {
	border:2px solid #333333;
	margin:6px 0 0;
	padding:2px;
	background:#2E1200
	}
	
#container .thumbBox a img:hover {
	background:#cccccc
	}
	
#container .thumbBox div img {
	border:2px solid #333333;
	margin:10px 0 6px
	}
	
#container .thumbBox div a.closeThumb {
	display:block;
	float:right;
	width:60px;
	height:18px;
	background:url(images/close.jpg) no-repeat center top;
	margin-top:-4px
	}
	
#container .thumbBox div a.closeThumb:hover {
	background:url(images/close.jpg) no-repeat center bottom;
	}
	
#container .thumbBox div a.closeThumb span {
	margin-left:-9999px;
	}

#container .visit {
	display:block;
	float:right;
	text-align:right;
	}	
	
#container .visit a {
	color:#2E1200;
	font-size:12px;
	}
	
/*****************************
// Footers and 'Back to Top'
*****************************/
#footer {
	clear:both;
	height:130px;
	padding-top:11px;
	position:relative;
	background:url(images/footerBG.jpg) no-repeat center top #ffffff;
	text-align:center;
	font-size:9px;
	}	

a#top	{
	display:block;
	background:url(images/backtotop.jpg) no-repeat;
	width:145px;
	height:39px;
	margin:0 auto;
	}
	
a#top span {
	margin-left:-9999px;
	}
	
#subfooter {
	background-color:#ffffff;
	height:30px;
	color:#333333;
	text-align:center;
	font-size:10px;
	padding-top:70px
	}
	
/*************************
// Dropdown Div Link
**************************/	

#nav {
	position:absolute;
	height:73px;
	width:103px;
	left: 479px;
	top: 57px;
	text-align:right
	}
	
#nav a {
	margin:0 0 14px 0;
	padding:3px 0 0 0;
	float:none;
	border:0;
	background-color:transparent;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#644d3e;
	font-weight:bold;
	font-style:italic;
	line-height:1.3em;
	font-size:18px
	}	
	
#nav a:hover {
	color:#000000
	}
	
#webgallery	{
	width:600px;
	position:relative;
	text-align:center;
	margin:0 auto;
	}
#webgallery a, #printgallery a, #logogallery a, #photogallery a	{
	margin:8px;
	}
#printgallery	{
	width:600px;
	position:relative;
	text-align:center;
	margin:0 auto;
	}
#logogallery	{
	width:600px;
	position:relative;
	text-align:center;
	margin:0 auto;
	}
#photogallery	{
	width:600px;
	position:relative;
	text-align:center;
	margin:0 auto;
	}
