body {
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/intro_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
a {
	color: #B2A982;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #4E96BC;
	font-weight: bold;
	text-decoration: underline;
}
#wrap {
	margin: 0px 0px 0px 27px;
	width: 950px;
}
#top {
	clear: both;
	height: 93px;
}
#header {
	clear: both;
	height: 101px;
	width: 977px;
	background-image: url(../images/head_bg.gif);
	background-repeat: repeat-x;
}
h1 {
	color: #4E96BC;
	font-size: 18px;
	margin-top: 0px;
}
h2 {
	color: #B2A982;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	margin-top: 40px;
	margin-bottom: 1px;
	font-family: Times New Roman;
}
h3 {
	color: #B2A982;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	margin: 0px;
	font-family: Times New Roman;
}
#middle {
	padding: 25px 0px 0px 0px;
	margin: 0px;
}
#masterdiv {
	width: 190px;
	padding: 0px 0px 0px 20px;
	float: left;
	line-height: 20px;
}
#content {
	padding: 20px;
	margin: 0px;
	float: right;
	line-height: 22px;
	width: 698px;
	border: 1px solid #B2A982;
	min-height: 350px;
}
#content hr {
	height: 1px;
	border: 1px solid dotted;
	color: #999999;
}
.product {
	text-align: right;
	font-family: Times New Roman;
	font-size: 15px;
	font-weight: normal;
}
img.right {
	float: right;
	margin: 0 0 5px 20px;
	border: 0px;
}
img {
	border: 0;
}
#footer {
	text-align: center;
	font-size: 11px;
	color: #888888;
	padding-top: 20px;
	padding-bottom: 10px;
	clear: both;
}
input {
	border: 1px solid #B2A982;
}
#button1 {
	border: none;
	color: #B2A982;
	font-weight: bold;
	background-color: #FFFFFF;
	cursor: pointer;
}
#button2 {
	border: none;
	color: #B2A982;
	font-weight: bold;
	background-color: #FFFFFF;
	cursor: pointer;
}
#textarea {
	border: 1px solid #B2A982;
}
select {
	border: 1px solid #B2A982;
}
#dhtmlgoodies_listMenu a{	/* Main menu items */
	display : block;
	width : 135px;
	padding : 8px 5px 0px 20px;
	text-decoration : none;
	color : #B2A982;
	font-weight : bold;
	background-image: url('../images/masterdiv.gif');
	background-repeat: no-repeat;
}
#dhtmlgoodies_listMenu a:hover{	/* Main menu items */
	color : #4E96BC;
	text-decoration : none;
}
#dhtmlgoodies_listMenu ul li a{	/* Sub menu */ 
	background: none;
	color: #B2A982;
	font-weight: normal;		
}	   
#dhtmlgoodies_listMenu ul li a:hover{
	color: #4E96BC;
	text-decoration: none;
}
#dhtmlgoodies_listMenu ul li ul li a{	/* Sub Sub menu */
	color: #B2A982;
	font-style:italic;
	font-size:0.9em;
	font-weight:normal;		
}			
#dhtmlgoodies_listMenu ul li ul li a:hover{
	color: #4E96BC;
	text-decoration: none;
}
#dhtmlgoodies_listMenu .activeMenuLink{	/* Styling of active menu item */
	color: #B2A982;
}
/*
No bullets
*/	
#dhtmlgoodies_listMenu li{
	list-style-type:none;	
}
/*
No margin and padding
*/
#dhtmlgoodies_listMenu, #dhtmlgoodies_listMenu ul{
	margin:0px;
	padding:0px;
}
/* Margin of sub menu items */
#dhtmlgoodies_listMenu ul{
	display:none;
	margin-left:10px;
}	 

