/*-----------------------------------------------------------------------------
version:   1.0
author:    Ryan Durham
email:     rydurham@gmail.com
website:   http://www.alchemyphase.com
date:      November 2007 
------------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin on selected elements*/
h1,h2,h3,h4,h5,h6,pre,body,p,div{margin: 0; padding: 0;}

/*debug border on all divs*/
/*div{
   border: 1px solid #ccc;
}*/

/* Class for clearing floats */
.clear {
   clear:both;
}

/* Remove border around linked images and fix Firefox odd spaces */
img {
   border: 0;
   vertical-align: bottom;
}

/* =Structural
-----------------------------------------------------------------------------*/
body {
	background-color: #231f20;
	color: #00887d;
	font-family: Gill Sans MT, Arial, sans-serif;
}

body a {
	color: #e4d2c5;
	text-decoration: none;
}

acronym {
	text-decoration:none;
	text-transform: none;
	border-bottom: #fff 1px;
}

/* =Typography
-----------------------------------------------------------------------------*/


/* =Headings
-----------------------------------------------------------------------------*/



/* =Links
-----------------------------------------------------------------------------*/




/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/
#menu {
	position: absolute;
	width: 72px;
	left: 940px;
	top: 125px;
	border:0;
	font-size: 9pt;
	line-height:1;
}

#menu a {
	color: #00887d;
	text-decoration:none;
}

#menu a:hover {
	color: #e4d2c5;
	text-decoration:none;
}

.navitem {
	margin-bottom:30px;
}

#refButton {
	position:absolute; 
	left:75px; 
	font-size:12px; 
	color:#e4d2c5; 
	line-height:1; 
	color:#FFFFFF;
	text-align:center;
}

/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/
#content {
	position:absolute;
	top: 130px;
	left: 225px;
	width: 580px;
	color: #f5e6d2;
	line-height:1.6;
	text-align:justify;
}

#content p {
	margin-bottom: 30px;
}

#content a, a:visited {
	color: #FFFFFF;
}
/* =Secondary Content
-----------------------------------------------------------------------------*/
#directions {
	background-color: #f5e5d5;
	width: 470px;
	top: 145px;
	left: 350px;
	position:absolute;
	font-size: 10pt;
	padding: 20px;
	color: #000;
}

#directions h2 {
	margin-bottom: 15px;
}

#directions p {
	margin-left: 30px;
	margin-bottom: 15px;
}

#directions .banner {
	background-color: #006c64;
	color: #000;
	text-decoration:none;
	font-weight: bold;
	margin-right: 20px;
	padding-left: 4px;
	color: #FFFFFF;
	padding-bottom: 2px;
	font-style:italic;
}

.links {
	position: absolute;
	color: #f5e5d5;	
	font-size: 11pt;
}

.links p {
	margin-bottom: 15px;
}

.links a {
	color: #f5e5d5;
	text-decoration: none;
}

.links a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

/* = Gallery 
-----------------------------------------------------------------------------*/
#gallerynav {
	position:absolute;
	top: 600px;
	left: 65px;
	color: #00887d;
	text-align:center;
	font-size:9pt;
}

#gallerynav p {
	margin-bottom: 4px;
}

#galleryemail {
	position:absolute;
	font-size: 9pt;
	width: 150px;
	top: 775px;
	left: 65px;
}

#gallerythumbs {
	position:absolute; 
	top: 660px; 
	left: 250px; 
	width: 520px;
	height: 230px;
	color: #FFFFFF;
	font-size: 10pt;
	overflow-y: auto;
	overflow-x: hidden;
}

#gallerythumbs p {
	margin-bottom: 6px;
	clear: left;
}

#galleryinfo {
	position: absolute;
	left: 40px;
	top: 280px;
	color: #fff;
	font-size: 12pt;
	text-align:center;
	width: 150px;
}

#gallerypic {
	position:absolute;
	top: 128px;
	left: 241px;
}

#galleryelt {
	float: left;
	font-size:8pt;
	width: 50px;
	line-height: 1.1;
	margin-left: 5px;
	margin-bottom: 6px;
}

#galleryelt img {
	margin-bottom: 4px;
}

#choosingnav {
	position:absolute;
	top: 550px;
	left: 65px;
	text-align:center;
	font-size:9pt;
	line-height: 1;
	color: #00887d;
}

#choosingnav a, #choosingnav p {
	margin-bottom: 10px;
	color: #00887d;
}

#choosingnav a:hover {
	color: #e4d2c5;
}


/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	position: absolute;
	top: 775px;
	left: 900px;
	width: 142px;
	height: 27px;
	background-image:url(../images/SophisticatedBuyer.jpg);
	background-repeat:no-repeat;
}


/* =Forms
-----------------------------------------------------------------------------*/




/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
   border-collapse: collapse;
}

td {
  text-align: left;
  font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/

