@charset "UTF-8";
/* CSS Document */

    /*  
	Clark Imaging
	by Steve and Rachel Clark
	http://www.clark-imaging.com
	steve [at] clark-imaging.com
	Stylesheet: Main Layout
	*/

html, body, #wrap {
	width: 1000px;
	margin: 0px auto 0px auto;
}

body > #wrap {
	background-color: #F5F5F5;
}

body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 15px;
	text-align: justify;
}

acronym {
	font-size: 11px;
	text-transform: uppercase;
	color: #CCCCCC;
}

a {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

/*a:hover {
	color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-decoration: none;
}*/

/*a:visited {
	color: #999999;
	text-decoration: none;
}*/

a:active {
	text-decoration: none;
	color: #dcdcdc;
}

#header {
	height: 70px;
}

#header, #footer {
	color: #FFFFFF;
	background-color: #000000;
	z-index: 0;
}

#navbar {
	float: right;
	height: 33px;
	width: 617px;
	padding-left: 12px;
}

#wrap #content {
	position: relative;
	z-index: 1;
	padding: 0;
}

	/* BEGIN thumbnail gallery controls */
#thumbbar {
	height: 80px;
	width: 1000px;
	padding: 0;
	margin: 0;
}

#thumbbar img {
	margin: 0;
	padding: 0px;
	float: left;
}

	/* END thumbnail gallery controls */

	/* BEGIN infopanel controls */
	
.infolink {
	float: left;
	width: 990px;
	font-size: 12px;
	color: #666666;
	text-transform: uppercase;
	margin: 2px 5px 3px 5px;
	text-align: right;
	font-weight: bold;
}
	
.infolink:hover {
	color: #CCCCCC;
}

#infopanel {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	background-color: #F5F5F5;
	height: 770px;
	width: 990px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#infopanel h1 {
	color: #000000;
	margin: 40px auto 8px auto;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
}

#infopanel h2 {
	color: #000000;
	margin: 10px 0 8px 90px;
	text-transform: uppercase;
	font-size: 13px;
}

#infopanel p {
	margin: 5px 100px 0 100px;
}

	/* END infopanel controls */
	
	/* BEGIN infopage controls */
#gallerypage {
	padding: 0 0 20px 0;
}
#gallerypage p{
	padding-top: 10px;
	margin: 5px 100px 0 100px;
}
#gallerypage img{
	padding: 0;
	margin: 20px 20px 0 20px;
}
#gallerypage h1{
	color: #000000;
	margin: 20px auto 0px auto;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
}
#textonlypage {
	padding: 20px 0 40px 0;
}
#textonlypage p{
	padding-top: 10px;
	margin: 5px 100px 0 100px;
}
#textonlypage img{
	padding: 0;
	margin: 20px 20px 0 20px;
}
#textonlypage h1{
	color: #000000;
	margin: 20px auto 0px auto;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
}
#infopage {
	padding: 0 0 100px 0;
}
#infopage h1{
	color: #000000;
	margin: 20px auto 8px auto;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
}
h2 {
	color: #000000;
	margin: 10px 0 8px 90px;
	text-transform: uppercase;
	font-size: 13px;
}
#infopage, #gallerypage, #textonlypage h4 {
	color: #000000;
	margin: 20px auto 8px auto;
/*	text-align: center;
	text-transform: uppercase;
	font-variant: small-caps;*/
	font-size: 12px;
	font-style: normal;
}
.centercaps {
	text-transform: uppercase;
	text-align: center;
}
#infopage p {
	margin: 5px 100px 0 100px;
	font-variant: normal;
	text-align: left; !important
	text-transform:none; !important
}
#infopage img{
	margin: 20px 0px 0px -80px;
}
#infopage table {
	margin-top: 20px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 100px;
}

#infopage   a:hover    {
	color: #000000; !important
}

.infotablebullet {
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 6px 0;
}
.marginkiller {
	margin: 0px;
}

	/* END infopage controls */

#main_image {
	padding: 20px;
}

.italic {
	font-style: italic;
}

#footer {
	height: 50px;
	padding: 10px 0 0 0;
	margin: 0px 0px 10px 0px;
}

#footer p {
	width: 1000px;
	font-size: 9px;
	color: #474747;
	text-transform: uppercase;
	margin: 10px 0 4px 0;
	text-align: center;
}
#footer #ppa {
	margin: 0px 0px -5px 0px;
}

#footer a:hover {
	color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-decoration: none;
}

.footlink {
	font-size: 12px;
}
.paypaltbl {
	margin-top: 20px;
	margin-right: 350px;
	margin-bottom: 60px;
	margin-left: 400px;
}
