.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FAE1A2;
	text-decoration: none;
	line-height: 18px;
}
.main span{
	font-size:11px;
	text-align:justify;
	line-height:15px;
	color:#fff;
}
.copyrights {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #D7320B;
}
.menubuttons {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menubuttons:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #7E3F00;
	text-decoration: none;
}
.whitetext {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.whitetext1 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
}
.price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FD8B00;
	text-decoration: none;
}
.items {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F6FF00;
	text-decoration: none;
}
.mail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #F6FF00;
	text-decoration: underline;
}
.mail:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #F6FF00;
	text-decoration: none;
}
.bgforfiled {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #F0EAD4;
}
#menu{
	padding:10px 1px 8px 1px;
	margin:0px;
}
#menu ul{
	margin:0px;
	padding:0px;
}
#menu ul li{
	list-style:none;
	margin:0px;
	padding:0px;
}
#menu ul li a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	padding:5px 45px;
	background:url(images/arrow.png) no-repeat 20px ;
	border-bottom:#d21318 dotted 1px;
	font-size:14px;
	text-shadow:#410001 0 1px 1px;
	text-decoration:none;
	color:#e9e1a2;
}
#menu ul li a:hover{
	background:#900 url(images/arrow.png) no-repeat 20px ;
	border-bottom:#d21318 dotted 1px;
}
	


.arrowlistmenu{
width: 510px;
margin:0px;
padding:0px;/*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: #000;
background:#F90;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding:4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}


