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

/*------------------------------------------------- Global -*/

* {
	margin:0;
	padding:0;
}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 22px;
	color:#FFF;
	text-shadow: 0 0 1px #000;
	background:url(../images/body_bg.png) repeat-y #4a4a4a;
}
#wholewrap {
	height:100%;
	background:url(../images/sidebar_bg.png) repeat-y;
}
p {
	margin-bottom: 10px;
	color:#999;
}
h2 {
	font-weight:normal;
	color:#af7546;
	margin-bottom:15px;
}

h6 {/* Legal and copyright info*/
	font-size: 11px;
	line-height: 16px;
	font-weight:normal;
	color:#999;
}
a {
	color:#FF9;
	padding: 2px 4px;
	text-decoration: none;
	text-shadow: 0 0 0 #000;
	margin:0 -4px;
}
a:hover {
	color:#FFF;
	text-decoration:underline;
}
ul {
	margin: 0 0 20px 30px;
}
li {
	margin: 0 0 6px 0;
	color:#999;
}
ul#servicelist {
	list-style-type:none;
	margin:12px 0 20px 0;
}
ul#servicelist li {
	font-size:14px;
	font-weight: bold;
	margin:0 0 12px;
	color:#fff;
	background:url(../images/checkmark.png) no-repeat;
	padding:0 0 0 30px;
}
img {
	margin:0 auto;
}
blockquote {
	padding:0 0 0 30px;
	font-size:13px;
	font-style:italic;
	background:url(../images/quotemarks.png) no-repeat 0 4px;
}
p.quote {
	text-align:right;
	font-size:13px;
	font-style:italic;
	background:#111010;
	margin:0 5px 0 80px;
	padding:4px 10px 4px 0;
}
/* end basic */
/*------------------------------------------------- Layout Divs -*/
#headerbar {
	height:75px;
	background:#000;
	padding:15px 0 0 0;
	border:solid #000;
	border-width:0 0 2px 0;
	margin:0;
}

#contact_bubble {
	z-index:5;
	background:url(../images/contact_bubble.png) no-repeat;
	height:113px;
	width:238px;
	position:absolute;
	right:15px;
	top:15px;
	outline:none;
	padding:10px 0 0 15px;
}
#contact_bubble p {
	color:#000;
}
#contact_bubble a {
	color:#FFF;
}
#content_wrap {
	padding: 30px 0 0 0;
	background:url(../images/content_bg.png) repeat-y;
	width:904px;
}
#content_main {
	width:515px;
	float:left;
	padding:0 0 0 40px;
}
#content_sub {
	width:260px;
	float:right;
	margin: 0 15px 0 0;
	padding: 0 0 0 10px;
}
#footer {
	margin:20px 0 40px 0;
}
/* end layout */

/*------------------------------------------------- Navigational -*/
#nav {
	margin:0 0 0 40px;
}
#nav li {
	list-style-type:none;
	margin:0;
	display:inline;
}
#nav li a {
	color:#333;
	background:#CCC;
	padding: 2px 4px;
	text-decoration: none;
	text-shadow: 0 0 0 #000;
	display: block;
	float: left;
	margin:0 10px 0 0;	
}
#nav li a:hover {
	color:#000;
	background:#999;
}
#nav li.onpage a, #nav li.onpage a:hover {
	background:#444;
	color:#FFF;
	cursor:default;
}
/* end nav */
/*------------------------------------------------- Class Styles -*/

.clear {
	display:block;
	clear:both;
}
h1.logo {
	width:400px;
	height:62px;
	display:block;
	background:url(../images/logo.png) no-repeat;
	text-indent:-9999px;
	margin:0 0 0 40px;
}

span#content_bottom {
	width:904px;
	height:6px;
	display:block;
	background:url(../images/content_bottom.png) no-repeat;
	margin-top:30px;
}
a.gallerythumb {
	float:left;
	display:block;
	width:50px;
	height:50px;
	padding:0 15px 15px 0;
	margin:0;
}
/* end classes */
/*------------------------------------------------- Standout Box -*/
div.standoutbox {
	background:url(../images/sidebar_bg.png) repeat-y;
	margin:0 0 20px -10px;
	padding: 15px 20px 15px 15px;
}
.sidebarcap {
	width:260px;
	height:6px;
	display:block;
	background:url(../images/sidebar_topper.png) no-repeat;
	margin:-15px 0 0 -15px;
}
.sidebarcap#sidebarbottom {
	background:url(../images/sidebar_bottom.png) no-repeat;
	margin:0 0 -15px -15px;
}
/* end Standout Box */
/*------------------------------------------------- Service Page Specific -*/
div.service_type {
	/*padding-left:135px;*/
	margin:0 0 25px 0;
	/*background:url(../images/temp_photosmall.png) no-repeat;*/
}
div.service_type#type_decorative {
}
div.service_type#type_overlays {
}
div.service_type#type_diamond {
}
div.service_type#type_stained {
}
/* end Service Page */
#photo_home {
	margin:0 0 20px 0;
}
