body {
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.footer {
	font-family: Verdana;
	font-size: 12px;
	color: #584109;
	text-decoration: none;
	padding-left: 45px;
}

a.bottomlinks {
	font-family: Verdana;
	font-size: 12px;
	color: #584109;
	text-decoration: none;
}

a.bottomlinks:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #584109;
	text-decoration: underline;
}.copyright {
	font-family: "Century Gothic";
	font-size: 10px;
	color: #584109;
	text-decoration: none;
	padding-left: 45px;
}
form {
	margin: 0px;
}
.textbox {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	height: 16px;
	width: 140px;
	border: 1px solid #4D3A10;
}

a.newsletter {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

a.newsletter:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
.servicestext {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.email {
	font-family: Verdana;
	font-size: 12px;
	color: #382A07;
	text-decoration:underline ;
}

a.email:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #382A07;
	text-decoration: none;
}

.textbox1 {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #F9F9F9;
	border: 1px solid #E3E3E3;
	width: 180px;
	height: 18px;
}
.btn {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #876609;
	border: 1px solid #423105;
	font-weight: bold;
	height: 22px;
	width: 60px;
}



.listbox {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #F9F9F9;
	border: 1px solid #E3E3E3;
	width: 182px;
	height: 22px;
}


.messbox {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #F9F9F9;
	border: 1px solid #E3E3E3;
	width: 180px;
	height: 80px;
}


/*Menus*/


.urbangreymenu{
width: 200px; /*width of menu*/
}

.urbangreymenu .headerbar{
	font: bold 13px Verdana;
	color: white; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase; /*31px is left indentation of header text*/
	background-color: #453207;
	background-repeat: no-repeat;
	background-position: 8px 6px;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 10px;
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: white;
display: block;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
	color: #666666;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
	background-color: #F4F4F4;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.urbangreymenu ul li a:visited{
color: #666666;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	color: #333333;
	background-color: #E8E8E8;
}

