*{
	padding: 0;
	margin: 0;
}

html, body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	color: #000;
}

body{
	font-family:Arial, sans-serif;
	background: url('../images/BACK_repeater3.jpg');
}

#wrapper{
	width: 1025px;
	padding: 15px 0 0 0;
	border: 20px solid #B65C1C;
	background: #FFF;
	text-align:left;
	margin:auto;
}

#header{
	height: 100px;
	width: 100%;
}

#fake_body{
	width: 1325px;
	height: 100%;
	padding: 60px 0 50px 170px;
	background: url('../images/BACK_full3.jpg') no-repeat;
	background-position: -100px 0;
	text-align:center;
	margin:auto;
}

#logo{
	height: 130px;
	width: 344px;
	background: transparent url(../images/LOGO.jpg) no-repeat scroll 0%;
	float:left;
	cursor: pointer;
}
#logo span{
	display:none;
}

#top_navigation a{
	background: #FFF url('../images/SPICE_ROW.jpg') no-repeat top left;
	float:right;
	height: 93px;
	width: 124px;
	margin: 0 5px 0 0;
}
#top_navigation a span{
	display:none;
}
#top_navigation .group_one a		{		background-position: 0 -1px;	}
#top_navigation .group_two a		{		background-position: -126px 0;	}
#top_navigation .group_three a		{		background-position: -248px 0;	}

#top_navigation .group_one a:hover		{	background-position: 0 -99px;	}
#top_navigation .group_two a:hover		{	background-position: -126px -98px;}
#top_navigation .group_three a:hover	{	background-position: -248px -98px;}


/* CONTENT */
#content{
	background: #FFF url('../images/BACKGROUND_bowl.jpg') no-repeat top left;
	width: 100%;
	margin: 20px 0 0 0;
	position:relative;
}

.vertical_column{
/*
	background-color: #FAEFCF; 
*/
	background-color: #FBF4DA; 
	width: 358px; 
	height: 100%; 
	position:absolute; 
	right: 50px;
	-moz-border-radius: 25px; 
	-webkit-border-radius: 25px;
}

.horizontal_column{
	background-color: #D08241; 
  	background: url('../images/BACK_bottom.jpg') no-repeat bottom left;
	width: 100%; 
	height: 168px; 
	position: absolute;
	bottom: 0;
}

.bridge{
	background: transparent url('../images/BRIDGE.png') no-repeat; 
	width: 672px; 
	height: 386px;  
	position:absolute; 
}

.box{
	-moz-border-radius: 25px; 
	-webkit-border-radius: 25px;
	padding: 15px;
}

.box.green{
	background-color: #006434;
}

ul.green_list{
	font-family: serif;
	font-weight: 100 !important;
}

ul.green_list.spaced{
	letter-spacing: .5px;
}

#footer{
	padding: 5px 0 0 0;
	background: #B65C1C;
}
#footer #footer_links{
	margin: 5px 0 0 20px;
}
#footer #footer_links a{
	color: #FFFFFF;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	margin: 0 15px 0 0;
}
#footer #footer_links a:hover{
	text-decoration:underline;
	color: #006434;
}

.img-shadow {
  background: url('../images/SHADOW_drop.png') no-repeat bottom right !important;
  float:left;
}

.img-shadow #wrapper {
  margin: -37px 36px 30px -37px;
} 

a{
	color: #000;
}

a:hover{
	color: #006434;
	text-decoration:underline;
}



/*------------------------------------------------------------------

	[TOOLS]
	
*/
.underline							{		text-decoration:underline;	}
.inline, .inline li					{		display:inline;				}
.bold								{		font-weight:bold;			}


/*Clearfix used to clear floats*/
.clearfix							{		clear:both;					}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


table.standard td{
	padding: 10px;
	font-size: 15px;
}

table.standard td.label{
	font-weight:normal;
	text-align:right;
}

table.standard td.details{
	font-weight:bold;
	text-align:left;
}
