/* CSS Document */

/*****************
general
*****************/

* {
	margin:0;
	padding:0;
	}
	
body {
	background:url(../img/?.jpg) #1f4c2a repeat-x top;
	font-size: 62.5%;
	font-family: "Trebuchet MS", sans-serif;
	}
	
#header_container {
	background: url(../img/bg_header_rpt.jpg) #66CCFF repeat-x top;
	height:279px;
	}

#header {
	position:relative;
	margin:0 auto 0 auto;
	width:760px;
	background:url(../img/bg_header.jpg) #66CCFF no-repeat;
	height:279px;
	}
	
#logo {
	position:absolute;
	width:210px;
	height:89px;
	left:15px;
	top:36px;
	}
	
#tagline {
	position:absolute;
	width:250px;
	left:15px;
	top:125px;
	}

#gift_reasons {
	position:absolute;
	width:200px;
	height:100px;
	right:60px;
	top:15px;
	}
	
#nav {
	font-size:1.6em;
	margin-bottom:40px;
	}
	
#main_container {
	background:url(../img/bg_main.jpg) #317d44 repeat-x bottom;
	}
	
#sold_out_msg {
	background:url(../img/bg_main.jpg) #317d44 repeat-x bottom;
	width:450px;
	padding:10px;
	margin-bottom:15px;
	border:1px solid #009933;
	}
	
#main {
	margin:0 auto 0 auto;
	width:730px;
	padding:15px 15px 40px 15px;
	background:url(../img/bg_main.jpg) #317d44 repeat-x bottom;
	}
	
#main_text {
	width:480px;
	float:left;
	}
	
#right_col {
	width:220px;
	float:right;
	}
	
#footer_container {
	background:url(../img/bg_footer.jpg) #1f4c2a repeat-x top;
	}

#footer {
	margin:0 auto 0 auto;
	padding:15px 15px 15px 15px;
	width:730px;
	height:100px;
	background:url(../img/bg_footer.jpg) #1f4c2a repeat-x top;
	}
	
#footer_left {
	width:350px;
	float:left;
	}
	
#footer_right {
	width:350px;
	float:right;
	text-align:right;
	}
	
/*****************
nav
*****************/

#nav ul {
	list-style:none;
	}
	
#nav li {
	color:#FFFFFF;
	display:inline;
	}
	
#nav a {
	text-decoration:none;
	color:#FFFF00;
	}
	
#nav a:hover {
	text-decoration:underline;
	color:#FFFFFF;
	}
	
/*****************
forms
*****************/

fieldset {
	border:1px #CCCCCC solid;
	padding:10px;
	}
	
legend {
	padding:3px;
	font-size:12px;
	color:#FFFFFF;
	}
	
label {
	font-size:12px;
	line-height:18px;
	color:#FFFF00;
	font-weight:bold;
	display:block;
	}
	
input {
	margin-bottom:5px;
	}

/*****************
text
*****************/

.highlight {
	font-size:1.5em;
	line-height:1.6em;
	}
	
.tagline {
	color:#1f4c2a;
	font-size:1.5em;
	line-height:1.6em;
	}
	
.smalltext {
	font-size:1.0em;
	line-height:1.2em;
	}

p {
	font-size:1.3em;
	line-height:1.5em;
	color:#FFFFFF;
	margin-bottom:15px;
	}
	
h1 {
	font-size:1.8em;
	margin-bottom:15px;
	color:#FFFFFF;
	}
	
h2 {
	font-size:1.5em;
	margin-bottom:15px;
	color:#FFFFFF;
	}
	
a {
	color:#FFFFFF;
	text-decoration:underline;
	}
	
a:hover {
	color:#FFFF00;
	text-decoration:underline;
	}
	
blockquote {
	margin:0 15px 0 15px;
	}
	
/******************
order
******************/

.tree_desc {
	margin-bottom:10px;
	}
	
.tree_desc a {
	display:block;
	border:1px solid #FFFFFF;
	}

.tree_desc a:hover {
	border-color:#FFFF00;
	}
	
/******************
photo
******************/

#photo_main {
	width:730px;
	}

.thumbnail {
	margin:2px;
	border:1px solid #FFFFFF;
	}

a:hover .thumbnail  {
	border-color:#FFFF00;
	}