
/* main elements */

body {
	margin: 0;
	padding: 0 8%;
	font-family: "Lucida Grande", Helvetica, Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 1.5em;
	color: #FFFFCC;
	background-color: #49382A;
	}

/* misc formatting */

img {
	border: 0;
}

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

a:hover {
	color: #888;
}

form {
	margin: 10px;
}

input, textarea {
	padding: 2px;
	margin: 2px 0 2px 0;
	background-color: #F0F0F0;
	border: 1px solid #CCC;
}

input:focus, textarea:focus {
	background-color: #fff;
}

#container {
	width: 745px;
	text-align: left;
	margin: 0 auto;
	padding: 20px 0;
}

/* header styles */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

h2 {
	margin: 0 5px 15px 5px;
	font-size: 140%;
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;
	padding-bottom: 5px;
	border-bottom: 1px solid #7F7365;
}

h2 strong {
	font-size: 175%;
	color: #CCCC66;
}

h3 {
	margin: 5px;
	font-size: 125%;
	font-family: Georgia;
	font-weight: normal;
}

/* layout elements */

#header_top {
	position: relative;
	height: 75px;
}

h1#header_logo a {
	background: #49382A url("images/header_logo.jpg") no-repeat top left;	
	text-indent: -5000px;
	overflow: none;
	float: left;
	width: 575px;
	height: 75px;
	float: left;
}

#header_contact a {
	background: #49382A url("images/header_contact.jpg") no-repeat top left;	
	text-indent: -5000px;
	overflow: none;
	float: left;
	width: 170px;
	height: 75px;
	float: right;	
}

#header_social {
	position: absolute;
	right: 0;
	top: -5px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header_social li {
	vertical-align: middle;
	display: inline;
	padding: 0 5px;
	margin: 0;
	line-height: 21px;
}

#header_social li a {
	text-decoration: none;
	color: #fff;
}

#header_pic {
	background: #49382A url("images/header_pic_bg.jpg") no-repeat top left;	
	overflow: none;
	text-align: center;
	padding: 0 5px 0 5px;
	width: 745px;
	height: 258px;
	clear: both;
}

#header_pic img {
	background: #FFF url("images/loading.gif") no-repeat center;	
	width: 708px;
	height: 248px;
}

#nav {
	list-style: none;
	padding: 0;
	margin: 0 0 0 14px;
}

#nav li {
	float: left;
	padding: 0;
	height: 30px;
}

/* nav items */
#nav li a {
	text-decoration: none;
	height: 30px;
	display: block;
	text-indent: -5000px;
}		

/* nav rollovers */
#nav li a:hover {
	background-position: 0 -30px;		
}

#about { background: url("images/btn_about.jpg") no-repeat top left;	 width: 135px; }
#galleries { background: url("images/btn_galleries.jpg") no-repeat top left;	 width: 125px; }
#proofs { background: url("images/btn_proofs.jpg") no-repeat top left;	 width: 175px; }
#pricing { background: url("images/btn_pricing.jpg") no-repeat top left;	 width: 125px; }
#investment { background: url("images/btn_investment.jpg") no-repeat top left;	 width: 164px; }
#contact { background: url("images/btn_contact.jpg") no-repeat top left;	 width: 125px; }

/* nav placeholders */

body#AB_T a#about { background-position: 0 -30px; }
body#GA_S a#galleries { background-position: 0 -30px; }
body#PR_N a#proofs { background-position: 0 -30px; }
body#PR_G a#pricing { background-position: 0 -30px; }
body#IN_T a#investment { background-position: 0 -30px; }
body#CO_T a#contact { background-position: 0 -30px; }

/* content elements */
#main {
	clear: left;
	color: #49382A;
	background: url("images/content_top_bg.jpg") no-repeat top left;	 
	width: 745px;		
	height: 20px;
	/* position inner content */
	padding-top: 5px;
}

/* content elements */
#content {
	float: left;
	width: 680px;
	background: url("images/content_bg.jpg") repeat-y top left;	 
	/* position inner content */
	padding: 15px 35px 15px 35px;
}

.leftCol {
	float: left;
	width: 50%;
}

.rightCol {
	float: right;
	width: 50%;
}

.message {
	background-color: #FFFF99;
	border: 1px solid #FFCC33;
	padding: 5px;
	margin: 5px;
	clear: both;
}

#welcome {
	float: left;
}

.pic_frame {
	background: url("images/pic_frame.gif") repeat-y top left;	 
	width: 300px;		
	height: 285px;
	float: left;
}

.pubGallery {
	clear: both;
	padding-bottom: 10px;
}


.pic_frame div {
	/* position inner content */
	padding: 20px;
	text-align: center;
}

.pic_frame div a {
	color: #49382A;
	font-family: Georgia;
}

#proofThumbs {
	text-align: center;
	list-style: none;
	padding: 0;
}

#proofThumbs li {
	float: left;
	padding: 15px;
}

#proofThumbs li a {
	display: block;
	background: url("images/thumb_bg.gif") no-repeat top left;	 
	width: 125px;
	height: 125px;
}

#proofThumbs li a:hover img {
	/* set opacity for effect */
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}

#proofThumbs li a img {
	padding-top: 15px;
}

/* footer elements */
#footer {
	clear: both;
	background: url("images/footer_bg.jpg") no-repeat top left;	
}

#custQuotes {
	float: right;
	width: 560px;
	padding: 15px 30px 0 0;
	height: 100px;
	overflow: hidden;
}

#custQuotes h2 {
	border: none;
	font-size: 100%;
	line-height: 1.25em;
	color: #7F7365;
}

#siteInfo {
	clear: both;
	text-align: right;
	padding: 15px;
	color: #FFFFCC;
	font-size: 90%;
}

#siteInfo a {
	color: #6F95C1;
}

.pricing {
	list-style: none;
	padding: 5px;
	margin: 0;
}

.pricing li {
	padding: 10px 0 5px 5px;
	border-bottom: 1px dashed #ddd;
}

.pricing li ul li {
	border: none;
}

/* pricing information page */

.printPricing {
	width: 100%;
	margin: 0 0 15px 0;
	border-bottom: 1px dashed #ddd;	
}

.printPricing caption {
	font-family: Georgia;
	font-size: 120%;
	text-align: left;
	padding: 15px 0 15px 0;
}

.printPricing th {
	width: 35%;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
}

/* admin pages */

#adminPane {
	float: right;
	width: 145px;
	padding: 10px;
	margin: 0 10px 10px 0;
	border: 1px solid #990000;
	background-color: #fff;
}

#adminPane ul {
	margin: 0;
	padding: 0 0 0 15px;
	list-style: lower-roman;
}

#adminPane ul li a {
	display: block;
	padding: 2px;
}
