/* CSS Document */
body {
	margin: 0px;
	background-image:url(img/bg.gif);}

.head {
	background-image:url(img/header.jpg);
	background-repeat:no-repeat;
	height: 60px;
	width: 750px;
	margin: 0px auto 0px auto;
	border-right: 1px solid #D3C0B8;
	border-left: 1px solid #D3C0B8;}

.container {
	background-color:#F3EEEB;
	width: 720px;
	margin: 0px auto 0px auto;
	padding: 15px;
	border-bottom: 3px double #D3C0B8;
	border-right: 1px solid #D3C0B8;
	border-left: 1px solid #D3C0B8;}

.foot {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: small;
	color:#A6806F;
	width: 750px;
	margin: 0px auto 0px auto;
	padding: 5px;}

h1, h2, h3, h4 {
	font-family:Arial, Helvetica, sans-serif;}

h1 {
	color: #2E070F;
	text-decoration: underline;}

h2 {
	color: #333333;
	border-bottom: 5px double #333;}

h3 {
	color: #D6B129;}

h4 {
	color: #550D1C;}

a:link {
	color:#7C5116;
	border-bottom: 1px solid #D6B129;
	text-decoration:none;}

a:visited {
	color:#7C5116;
	border-bottom: 1px solid #D6B129;
	text-decoration:none;}

a:hover{
	color: #D6B129;}

#dhtmlgoodies_menu ul li ul{
		display:none;	/* Needed to display ok in Opera */
	}
		
	#dhtmlgoodies_menu{
		background-color:#F3EEEB;
		height: 29px;
		min-height: 30px;
		visibility:hidden;
		width: 750px;
		margin: 0px auto 0px auto;
		padding-top: 10px;
		border-bottom: 3px double #550D1C;
		border-right: 1px solid #D3C0B8;
		border-left: 1px solid #D3C0B8;
	}
	#dhtmlgoodies_menu ul{
		margin:0px;	/* No indent */
		padding:0px;	/* No indent */
	}
	#dhtmlgoodies_menu li{
		list-style-type:none;	/* No bullets */
	}	
	#dhtmlgoodies_menu a{

		margin:0px;
		padding:0px;
	}
	/* End general configuration CSS */
	
	
	/* Cosmetic */
	
	/***********************************************************************
		CSS - MENU BLOCKS
	 	General rules for all menu blocks (group of sub items) 
	***********************************************************************/
	#dhtmlgoodies_menu ul{
		background-color:#F3EEEB;
	}
		
	#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */
		border:0px;
		overflow:visible;
	}
	#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - main menu items */
		border:0px;
	}
	
	/***********************************************************************
		CSS - MENU ITEMS
	 	Here, you could assign rules to the menu items at different depths.
	***********************************************************************/
	/* General rules for all menu items */
	#dhtmlgoodies_menu a{
		color: #550D1C;
		font-family:Arial, Helvetica, sans-serif;
		text-decoration:none;
		padding-left:2px;
		padding-right:2px;
		font-size: 13px;
	}
	
	/*
	Main menu items 
	*/
	
	#dhtmlgoodies_menu .currentDepth1{
		width: auto;
		margin-left: 5px;
		border-left: 1px solid #D4B910;
		padding: 5px 15px 5px 15px;
		background-image: url(img/nav-bg2.gif);
		background-position:top right;
		background-repeat:no-repeat;
	}
	#dhtmlgoodies_menu .currentDepth1over{
		width: auto;
		margin-left: 5px;
		border-left: 1px solid #D4B910;
		padding: 5px 15px 5px 15px;
		background-image: url(img/nav-bg3.gif);
		background-position:top right;
		background-repeat:no-repeat;		
	}
	#dhtmlgoodies_menu .currentDepth1 a{
		border: 0px;
		background-color:;
		color:#550D1C;
		font-size: 13px;	
	}
	#dhtmlgoodies_menu .currentDepth1over a{	/* Text rules */
		border: 0px;
		background-color:;
		color:#550D1C;
		font-size: 13px;		
	}
	
	/* Sub menu depth 1 */
	#dhtmlgoodies_menu .currentDepth2{
		width: auto;
		padding-left:4px;
		padding-right:4px;
		background-color:#F2EAB8;
		border-bottom:1px solid #D4B910;
		border-right:1px solid #D4B910;
		border-left: 1px solid #D4B910;
	}
	#dhtmlgoodies_menu .currentDepth2over{
		width: auto;
		padding-left:4px;
		padding-right:4px;
		background-color:#E1CE59;
		border-bottom:1px solid #D4B910;
		border-right:1px solid #D4B910;
		border-left: 1px solid #D4B910;
	}
		#dhtmlgoodies_menu .currentDepth2 a{	/* Text rules */
		border: 0px;
		background-color:;
		color:#550D1C;
		font-size: 13px;
	}	
	#dhtmlgoodies_menu .currentDepth2over a{	/* Text rules */
		border: 0px;
		background-color:;
		color:#550D1C;
		font-size: 13px;	}	
		

/* --------------------- [Synergos Design] --- */
/* Created by Teddy Hwang =------------------- */
/* http://www.synergosdesign.com ------------- */
/* ------------------------------------------- */

.left {
	float: left;
}

.clear {
	clear: both;
}

.box {
	width: 350px;
	
}

.box img {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.description {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	font-size: 12px;
}

.description span {
	font-size: 13px;
	font-weight: bold;
}


