/*************************************************************************
// General DIV Definitions
**************************************************************************/
#wrap {
	color: #ffffff;
	margin: 0;
	padding: 0;
	border-left: 2px solid #6f6345;
	border-right: 2px solid #6f6345;
	width:750px;
}
#full {
	background-image: url("/Images/y.gif");
	background-repeat: repeat-y; 
	width: 100%;
	background-position: center;
}
#bground	{
	height: 380px;
	background-image: url("/Images/home/bg2.jpg");	
}
#footer {
	margin: 15px 0 10px 0;
	padding: 0;
	width: 760px;
	text-align: center;
	color: black;
	font-size: 9pt;
}
#content {
	padding-left: 8px;
	padding-right: 8px;
}
#bottom-info-left {
	background-color: #eae4d3;
	border-top: 3px solid #6f6345;
	border-bottom: 3px solid #6f6345;
	padding: 5px;
	height: 100%;
	color: #000000;
}
#bottom-info-right {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	height: 100%;
	width:50%;
	color: white;
}
/*************************************************************************
// General HTML Alterations
**************************************************************************/
body {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	border: 0;
	background-color: #eae4d3;
	color: #000000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
.white {
	color:#FFFFFF;
	text-align:center;
}
.white-left {
	color:#FFFFFF;
	text-align:left;
	vertical-align:top;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 5px 10px 5px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: transparent;
}
h1 {
	font-size: 12px;
	color: #000000;
}
h2 {
	font-size: 14px;
	color: #000000;
}
h3 {
	font-size: 16px;
	color: #000000;
}

p {
	margin: 0 5px 12px 5px;
	padding: 0;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    color: #606060;
	line-height:1.5;
}

ul, ol {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
    color: #808080;
    text-align: left;
}
a, a:link  {	color: #545454;	text-decoration: none; font-weight: bold;		background-color: transparent;		font-size: 11px; }
a:hover   {	color: #8a7b54;	text-decoration: underline; background-color: transparent;						 }
a:visited {	color: #aa9b75;	text-decoration: none; background-color: transparent;						 }

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px;
}

hr {
  	border: 1px dashed;
  	width: 100%;
	color: #DDEEFF;
	background-color: #ffffff;
	height: 1px;
}

/*************************************************************************
// General STYLE Alterations
**************************************************************************/

#border-td {
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid white;
} 

#block-menu {
	border-bottom: 1px solid white;
	border-left: 0px solid white;
	background-color: #796e52;
} 
#block-menu2 {
	border-bottom: 1px solid white;
	border-left: 0px solid white;
	background-color: #b19e6c;
} 

#block-menu-top {
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	border-top: 1px solid white;
}
#block-menu-bottom {
	border-left: 1px solid white;
	border-bottom: 1px solid white;
}
#border-bottom {
	border-bottom: 1px solid #6f6345;
	background-color: #6f6345;
} 

#border-content-right {
	border-right: 1px dashed #c0c0c0;
} 
.style3 {
	color: black;
	font-size: 7pt;
}
/* Cool Big Menu Thing */
#kwicks_container 	{		height: 103px; 		}
#kwicks 			{		position: relative;	} 
#kwicks .kwick 		{		float: left;
							border-right: 2px solid #ffffff;
							display: block;
							width: 107px;
							height: 92px;
							overflow: hidden;	} 
#kwick_acc {background-color: #6f6345;/* dark brown*/}
#kwick_clo {background-color: #aa9b75; /* light brown*/}
#kwick_pan {background-color: #6f6345;/* dark brown*/}
#kwick_lau {background-color: #aa9b75; /* light brown*/}
#kwick_gar {background-color: #6f6345;/* dark brown*/}
#kwick_sto {background: #ffffff url(../Images/menu/storage.gif) repeat scroll 0%;/* light brown*/
			border-right: 0pt none;
			}
		
