body {
	margin: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#373738;
	color:#FFFFFF;
}
h1 {
	color: #8F6423;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 24px 0 0 225px;
}
h2 {
	color: #8F6423;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 24px 0 0 25px;
    padding:24px 0px 0px 0px;
}
a {text-decoration: none}
a:link,
a:visited {color: #000000}
a:hover,
a:active {color: #8F6423}

a.gallery {text-decoration: none; font-weight:bold;}
a.gallery:link,
a.gallery:visited {color: #ffffff}
a.gallery:hover,
a.gallery:active {color: #8F6423}

#phone {
	color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	margin: 0 10px 0 0;
}
#nav_top {
	font-size: 15px;
	font-weight: bold;
	margin: 53px 0 0 200px;
}
#nav_bottom {
	font-size: 14px;
	font-weight: bold;
}

#applebox {
	font-size: 11px;
	padding-bottom: 10px;
}
#applebox a {color: #666666}

.position {
	position: relative;
	left: 0px;
	top: 0px;
}

#services_box{position:absolute;
height:88px;
width:741px;
background-color:transparent;
top:5px;
left:95px;
z-index:1}

#logolink {position:absolute;
height:172px;
width:193px;
background-color:transparent;
top:-35px;
left:5px;
z-index:1}

#post_contact {color:#FFFFFF;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/slides.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */

a {color:#000;}
a:hover {text-decoration:none;}
a:visited {color:#000;}

/* slides styling */

.photo {padding:20px; background:#222; width:730px; height:450px; text-align:left; background-image:url(images/gallery/logo.jpg); background-position:right center; background-repeat:no-repeat;}
img.default {position:absolute; left:260px; top:0px; z-index:0; border:1px solid #fc0; padding:45px 5px;}
.photo h1 {font-size:14px; font-weight:bold; color:#fc0; margin:0 0 0 5px; padding:0;}
.photo ul {list-style:none; padding:0; margin:0; width:216px; background:#333; border:1px solid #666; position:relative; height:216px;}
.photo ul li {display:inline; width:24px; height:24px; float:left; margin:6px;}
.photo ul li a {display:block; width:24px; height:24px; cursor:default; background:url(images/arrow.gif) no-repeat; text-decoration:none;}
.photo ul li a b {display:none;}
.photo ul li a img {display:block; width:22px; height:22px; border:1px solid #666; border-top-color:#ccc;}

.photo ul li a:hover {white-space:normal;position:relative;}

.photo ul li a.vert:hover img {position:absolute; left:-12px; top:-20px; width:48px; height:64px; border-color:#fc0;}
.photo ul li a.hor:hover img {position:absolute; left:-20px; top:-12px; width:64px; height:48px; border-color:#fc0;}

.photo ul li a:active, .photo ul li a:focus {position:static; outline:0;}
.photo ul li a.hor:active img {position:absolute; left:-20px; top:-12px; width:64px; height:48px; border-color:#fc0;}

.photo ul li a:focus.vert img, .photo ul li a:active.vert img {background-color:#000; position:absolute; left:260px; top:0; width:450px; height:360px; border:1px solid #fc0; padding:45px 5px;}
.photo ul li a:focus.hor img, .photo ul li a:active.hor img {background-color:#000; position:absolute; left:260px; top:0; width:450px; height:360px; border:1px solid #fc0; padding:45px 5px;}
.photo ul li a:focus b, .photo ul li a:active b {display:block; position:absolute; width:204px; height:150px; border:1px solid #666; top:255px; left:0; color:#ddd; font-weight:bold; padding:6px;}

/*tooltip*/
a.tooltip {}
a.tooltip b {display:none;}
a.tooltip:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.tooltip:hover b {display:block; position:absolute; top:20px; left:-25px; padding:5px; font-weight:normal; color:#000; border:1px solid #A37732; background:#EBEDDD; width:150px;}
a.tooltip:hover b em.outer {position:absolute; left:20px; top:-8px; width:0; height:0; display:block; background:transparent; border-left:7px dashed transparent; border-right:7px dashed transparent; border-bottom:7px solid #A37732; overflow:hidden; z-index:100;}
a.tooltip:hover b em.inner {position:absolute; left:20px; top:-7px; width:0; height:0; display:block; background:transparent; border-left:7px dashed transparent; border-right:7px dashed transparent; border-bottom:7px solid #EBEDDD; overflow:hidden;; z-index:100;}

.clear {clear:both;}
