/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : 
Author : Ben Rinehart
URL : priceless-online.com

Description : 

Created : 09/12/05
Modified : 07/10/2006 - added styles for promotions

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

body{
	background: #000;
	font-family: times, "times new roman", georgia, serif;
	color: #FAEDD4;
	}

/* START CONTAINER */

#main_container{
	width: 705px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	}

#index_container{
	background: url(../../content/background.jpg) left top no-repeat;
	width: 640px;
	height: 480px;
	}

#right_border{
	background: url(../right_border.gif) center center repeat-y;
	}

/* START HEADER */

#header h1{
	height: 167px;
	width: 259px;
	text-indent: -100em;
	background: url(../logo.gif) center center no-repeat;
	}

/* START NAVIGATION */

#nav_container{ float: left; width: 150px; background-color: #000; }

#nav_list{
	margin: 10px 0 10px 10px;
	padding: 0;
	text-align: left;
	font: 17px Georgia, Times, "times new roman", serif;
	font-style: italic;
	}

#nav_list li{
	list-style-type: none;
	margin: 8px;
	}

a:link, a:visited{ color: #FAEDD4; text-decoration: none; }
a:hover, a:active{ color: #fff; text-decoration: underline; }

/* START PAGE BODY */

#content{
	background: url(../corner.jpg) top right no-repeat;
	width: 640px;
	}

#page_body{
	padding: 0 25px;
	}

#page_body h1, h2, h3{
	font-family: Georgia, Times, "times new roman", serif;
	font-style: italic;
	font-weight: normal;	
	}

p{
	font: 14px/22px Georgia, Times, "times new roman", serif;
	text-indent: 25px;
	}

#resource_list{
	width: 350px;
	}

/* Hide from IE-Mac \*/	
#resource_list{
	margin-left: 200px;
	}
/* End hide */

#resource_list li{
	list-style-type: none;
	padding: 3px;
	text-align: center;
	font-style: italic;
	}

#promotions img{
	display: block;
	margin: 5px auto;
	border: 1px solid #FAEDD4;
	padding: 2px;
	}

/* START GALLERIES AND IMAGES */

#gallery_links td{
	padding: 10px;
	font-style: italic;
	text-align: center;
	}

.gal_instruct{
	font: 10px verdana, arial, helvetica, sans-serif;
	margin: -20px 0 0 0;
	text-indent: 0;
	}

#gal_container, #form_container{ float: right; }
html>body #gal_container, html>body #form_container{ float: none; }

#gal_container img{
	border: 1px solid #FAEDD4;
	}

#enlarge_container{
	width: 360px;
	height: 400px;
	}

.thumb_container_right td, .thumb_container_bottom td{ width: 65px; height: 65px; }
.thumb_container_bottom img{ margin: 3px; }

/* START PLANS */

#baby_steps h2, #shutterbugz h2,
#baby_steps h3, #shutterbugz h3,
#baby_steps p, #shutterbugz p,
#baby_steps ul, #shutterbugz ul{
	font-family: "century gothic", verdana, arial, helvetica, sans-serif;
	font-style: normal;
	}

#shutterbugz{
	background: #F9C7FA url(../baby_bg.jpg) top left repeat-y;
	color: #000;
	padding: 0 10px;
	}

/* START FORMS */

.form_required{ color: #fff; font-weight: bold; }

input, textarea{
	background-color: #000;
	border: 1px solid #FAEDD4;
	color: #FAEDD4;
	padding: 2px;
	}

input:hover, input:focus, textarea:hover, textarea:focus{
	background: #FAEDD4;
	color: #000;
	}

/* START FOOTER */

#footer_container{
	font: 15px Times, "times new roman", Georgia, serif;
	font-style: italic;
	color: #FAEDD4;
	text-align: center;
	}
