/*********************************************TOP ELEMENTS*********************************************************/
* { padding: 0; margin: 0; outline: 0;}

body {
	margin: 20px 0; 	padding: 0;
	font: normal 12pt Arial, Helvetica, sans-serif;
	color: black;
	background: #2C5700 url(images/wood-walnut-background-tile.jpg);
	text-align: center;	
	height: 100%;	
}
/***********************************************************TABLE****************************************************/
table {
	font: normal 9pt Arial, Helvetica, sans-serif;
	width: 740px;
	border: 2px solid #D5D5D5;
	margin: 10px 30px 5px 30px;
}

th {
	font: bold 10pt Arial, Helvetica, sans-serif;
	text-align: center;
	border: 1px solid #D5D5D5;
	vertical-align:bottom;
	padding: 5px 5px 5px 5px;
}

td {
	text-align: center;
	border: 1px solid #D5D5D5;
	padding: 5px 5px 5px 5px;
}
price {	
	font: bold 9pt Arial, Helvetica, sans-serif; color: #A83A01;
}

/***********************************************************LINKS*****************************************************/
a { background: inherit; color: #A83A01; text-decoration: none; }
a:hover { background: inherit; color: #E93301; text-decoration: underline; }



/***************************************************HEADERS***********************************************************/
h1, h2, h3 {
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #2C5700;
}
h1 { font-size: 1.6em; }
h2 { font-size: 1.4em;}
h3 { font-size: 1.4em; }

p {
	margin: 0px 30px 0px 30px;
}

center {
	margin: 0px 30px 5px 30px;
}

ul, ol {
	margin: 0px 30px 0px 50px;	
}

/*******************************************************IMAGES********************************************************/
img {
  border: 3px solid #FFE3B5; 
  background-color: #FFF;
}
img.float-right {
  margin: 10px 30px 10px 15px;  
}
img.float-left {
  margin: 10px 15px 10px 30px;
}
img.center {
  margin: 10px 30px 10px 30px;
}

/***************************************************BLOCK QUOTE*****************************************************/
blockquote.style1 {
	margin: 5px 35px 10px 35px; 	padding: 0 0 0 10px;  	
  	background: #FFF;
	background-image: url(images/quote.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 0px;
	border: none; 
	font: bold 16px Georgia, "Times New Roman", Times, serif; 
	color: #A83A01;	
}

blockquote.style1 span {
     display: block;
     background-image: url(images/closequote.gif);
     background-repeat: no-repeat;
     background-position: bottom right;
   }


/*****************************************************LAYOUT**********************************************************/
#wrap {
	width: 800px;
	margin: 0 auto;
	background: #FFF;
}

/****************************************************HEADER*********************************************************/
#header {
	position: relative;
	height: 90px;
	text-align: left;		
	margin: 0; padding: 0;	
	background: #FFF;
}

#header #logo-box {
	position: absolute;
	left: 15px ; top: 15px; right: 15px;
	width: 770px;
	height: 70px;	
	background: #FFF;
}
#logo-box h1#logo {
	position: absolute;	
	font: bold 50px Arial, Helvetica, sans-serif;
	letter-spacing: 2px; 
	color: #FFF;
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the logo */
	top: 15px; left: 34px;
}
#logo-box h1#logo a {
	text-decoration: none;
	color: #2C5700;
}
#logo-box #slogan {
	position: absolute;	
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-transform: lowercase;
	color: #A83A01;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 45px; left: 350px;
}

/************************************************HEADER MENU***************************************************/
#menu {	
	clear: both;
	margin: 0; 
	padding: 0 0 10px 0;		
	width: 800px;		
	background: #FFF;
	float: left;
}
#menu ul {
	font: bolder 14px Arial, Helvetica, sans-serif;
	width: 770px;
	color: #FFF;
	background-color: #FC9D00;		 	
	margin: 0 15px;
	padding: 0;
	display: inline;
	border-bottom: 6px solid #FFF;
	float: left;	
}
#menu li {
	float: left;
	list-style: none;
}
#menu li a {
	display: block;
	padding: 5px 15px;	
	color: #FFF;	
	text-decoration: none;	
}
#menu li a:hover {
	background: #E93301;
	color: #FFF;
}
#menu li a#current  {
	background: #E93301;
	color: #FFF;
}

/***********************************************************CONTENT*********************************************/
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}
#content {
	width: 800px;	
	clear: both;
	text-align: left;	
	padding: 0;
	margin: 0 auto;			
}

/*************************************************************MAIN***********************************************/
#main {
	float: left;
	width: 100%;		
}
#main h1 {
	padding: 0px 0px 0px 0px;
	margin: 20px 30px 5px 30px;
	border-bottom: 2px solid #D5D5D5;	
}
#main h2 {
	padding: 0px 0px 0px 0px;
	margin: 10px 30px 0px 30px;
	
}
#main h3 {
	padding: 0px 0px 0px 0px;
	margin: 10px 30px 0px 30px;	
}

#main ul li {
	list-style-image: url(images/bullet.png);
}

#main hr {
	margin: 0px 0px 0px 0px; padding: 0;
}

/************************************************************FOOTER*******************************************/
#footer {
	clear: both;
	margin: 0; padding: 12px 0 20px 0;
	font: normal 11pt Arial, Helvetica, sans-serif;
	height: 120px;
	background: #FFF;
	color: #666666;
	text-align: center;
}
#footer p {
	margin: 0px 30px 0px 30px;
	text-align: left;
}
#footer hr { 
	margin: 0 30px 5px 30px; padding: 0;
}
#footer a {
	text-decoration: none;
	color: #A83A01;
}
#footer a:hover {
   	color: #E93301;
}

/**************************************************ALIGNMENT CLASSES*************************************/
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }
.align-center {text-align: center; }

/***********************************************ADDITIONAL CLASSES***************************************/
.clear { clear: both; }
.gray  { color: #BFBFBF; }



