@import "/shared/css/common/frwk_handheld.css";

html, body {
  background: #FFFFFF;	
}

p {
  color: #333333;	
}

h1,h2,h3,h4,h5,h6,dt {
  color: #008A5F;
}

/*----------------------------------------------/
	Project: .menu
/----------------------------------------------*/
.menu {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0px; 
  background: #DBEFF1 !important;
}

.menu li {
  background: #DBEFF1;
}

.menu li a, .menu dt a {
  color: #008A5F;
}

.menu li a.current {
  color: #004029;
  background: #DBEFF1 !important;
}

.menu ul ul li a:visited, .menu ul ul li.first a, .menu li.first ul li a {
	background: #DBEFF1 !important;
}

/*----------------------------------------------/
	Project: .menu-sub
/----------------------------------------------*/
.menu-sub li {
	border-bottom: 1px solid #FFFFFF;
	background: #2F6A32 ;
}

.menu-sub li a.current, .menu-sub li a:focus,.menu-sub li a:hover,.menu-sub li a:active {
	background: #CCECF3 !important;
}

.menu-sub li li.last {
	border-bottom: none;
}

#menu_sub_wrap {
	border-top: 2px solid #FDC41E;
}

/*----------------------------------------------/
	ART SPECIFIC
/----------------------------------------------*/

.brand {
	line-height: normal;
	width: 165px;
	height: 60px;
	margin-left:0 auto;
    margin-right:0 auto;
	float: none;
}

.canvasInner {
    background: #FFFFFF;
}

.gradient {
	background-image: none !important;
}
#logo_wrapper {
    background: #F1F1F1;
}

#right_form {
	display: none;
}

.Mystery-Riders-Form input {
	max-width: 240px;
}

p input {
	float: left !important;
}

#txtName. #txtEmail, #txtComment {
	display: block;
	width: 300px !important;
}


