@charset "UTF-8";

/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GLOBAL STYLES */

body {
  background: #CFE7B3 url(images/bg.jpg) top center repeat-x;
  font-family: 'lucida grande', verdana, arial, sans-serif;
  font-size: 14px;
  color: #555;
}

.clear {
  clear: both;
  height: 1px;
}
	
.center {
  text-align: center;
}	
	
/* STRUCTURE STYLES */	

#wrapper {
  width: 980px;
  margin: 0 auto;
  padding: 0 10px;
  background: url(images/bgContent.png) top center repeat-y;
}

/* NAV STYLES */

#nav {
  height: 55px;
}	

#nav ul li {
  display: inline;
  font-family: Helvetica;
  text-align: center;
}

#nav ul li a {
  display: block;
  height: 37px;
  padding-top: 18px;
  background: url(images/bgNav.jpg) top center repeat-x;
  float: left;
  color: #FFF;
  font-size: 16px;
  text-decoration: none;
  text-align:center;
}

#nav ul li a:hover {
  background: url(images/bgNavOn.jpg) top center repeat-x;
}

#home {
  width: 150px;
  margin-right: 2px;
}

#ordering {
  width: 200px;
  margin-right: 2px;
}

#products {
  width: 155px;
  margin-right: 2px;
}

#careers {
  width: 155px;
  margin-right: 2px;
}

#about {
  width: 155px;
  margin-right: 2px;
}

#contact {
  width: 155px;
}

#nav .active a {
  background: url(images/bgNavOn.jpg) top center repeat-x;
}

.active{
	background: url(images/bgNavOn.jpg) top center repeat-x;
	}

/* HEADER STYLES */	

#header {
  background: url(images/bgHeader.jpg) top left no-repeat;
  height: 135px;
}

#header h1 a {
  float: left;
  height:110px;
  width: 500px;
  text-indent: -9000px;
} 

#formLogin {
  float: right;
  width: 210px;
} 

#formLogin h3 {
  color: #3152A1;
  font-family: Helvetica;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 5px;
}

#formLogin p {
 font-size: 9px;
 padding-top: 5px;
 text-align: right;
}

#formLogin p a {
  color: #3152A1;
  text-decoration: none;
}

#formLogin p a:hover {
  text-decoration: underline;
}

#header dt {
  float: left;
  width: 75px;
  color: #3152A1;
  font-size: 11px;
  padding-top: 3px;
}

#header dd {
  float: left;
  width: 125px;
}

.inputLogin {
  border: 1px solid #3152A1;
  padding: 3px 1px;
  width: 123px;
  color: #3152A1;
  margin-bottom: 1px; 
}

.submitLogin {
  margin-left: 75px;
  width: 127px;
  text-align: center;
  padding: 4px 0;
  color: #FFF;
  background: #3152A1;
  border: 1px solid #3152A1;
  font-weight: bold;
  cursor: pointer;
  font-size: 11px;
}

/* CONTENT STYLES */

#content {
  padding: 0 15px;
}	

#content h2 {
  color: #4E5353;
  font-size: 22px;
  margin: 20px 0 10px 0;
}

#content h3 {
  color: #4E5353;
  font-size: 16px;
  margin: 10px 0 10px 0;
}

#content h4 {
  color: #4E5353;
  font-size: 18px;
  margin: 20px 0 10px 0;
}

#content h5 {
  color: #4E5353;
  font-size: 22px;
  margin: 20px 0 10px 0;
}

#content h6 {
  color: #666;
  font-size: 14px;
  margin-bottom: 3px;
}

#content p {
  line-height: 21px;
  padding: 7px 0;
}

#content .feature {
  font-size: 12px;
}

#content a {
  color: #3152A1; 
  font-weight: bold;
  text-decoration: none;
}

#content a:hover {
  color: #3152A1; 
  text-decoration: underline;
}

/* COLUMN STYLES */

#column {
  float: left;
  width: 475px;
  display: inline;
  margin: 0 0 0 180px;
}

#columnThin {
  float: right;
  width: 225px;
  display: inline;
  text-align: right;
  margin-right: 50px;
}

.subColumnA {
  float: left;
  width: 240px;
}

/* HOME STYLES */

#bannerHome {
  border: 10px solid #BEDA92;
  min-height: 567px;
  background: url(images/bgBannerHome.jpg) top left no-repeat;
}

#intro {
  float: left;
  width: 400px;
  margin: 15px 0 0 50px;
}

#video {
  width: 250px;
  float: right;
  border: 5px solid #D2E6B7;
  text-align: center;
  padding: 10px;
  margin: 15px;
  background: #FFF;
  font-size: 11px;
}

.lockPadding {
  margin-left: 105px;
}

.introBuffer {
  padding-top: 25px;
}

.signUp {
  margin-left: 95px;
}

#thumbs {
  width: 800px;
  margin: 0 auto;
  font-size: 13px;
  padding: 20px 0;
}

.centerThumb {
  margin: 0 40px;
}

.featured {
  font-size: 15px;
  font-weight: bold;
}

.trusted {
  padding-top: 25px;
  text-align: center;
}

.thumbDescription {
  margin: 0 15px;
}

/* INSIDE STYLES */

.listMft {
  padding: 25px 15px 25px 25px;
  border: 1px solid #999;
  height: 170px;
  margin: 20px 0;
}

.listMft li {
  float: left;
  margin: 0 3px 0 3px;
  padding-bottom: 20px
}

.listCircle {
  margin: 15px 25px 20px 25px;
}

.listCircle li {
  list-style: circle;
  line-height: 18px;
  margin-bottom: 5px;
}

.buffer {
  padding-top: 20px;
}

/* LOGOS STYLES */	

.listLogos {
  text-align: center;
  margin: 10px 0;
}

.listLogos li {
  margin: 0 3px;
  display: inline;
}

.listLogosInside {
  margin: 40px 0 10px 0;
}

.listLogosInside li {
  margin: 0 3px;
  display: inline;
}

.listNone {
  margin: 0 0 10px 0;
}

.listNone li {
  line-height: 18px;
  margin-bottom: 4px;
}

.imgRight {
  float: right;
  margin: 10px;
}

.imgLeft {
  float: left;
}

/* FOOTER STYLES */	

#footer {
 background: url(images/bgFooter.jpg) top left no-repeat;
 height: 50px;
 padding: 30px;
 color: #FFF;
}

#footer ul {
 float: left;
 width: 700px;
 clear: left;
}

#footer ul li {
 float: left;
 margin: 0 5px;
}

#footer a {
 color: #FFF;
 text-decoration: none;
}

#footer a:hover {
 color: #FFF;
 text-decoration: underline;
}

.listSubNav {
 font-size: 16px;
}

.listDisclaimer {
 font-size: 14px;
 margin-top: 10px;
}

.terms {
 float: right;
 text-align: right;
 width: 200px;
 font-size: 14px;
}

.ControlPanel{
	width:100%;
	background-color:#fff;
	margin-bottom:20px;
	}
	
.ModuleTitle_SubMenu{
	background-color:#fff;
	color:#000;
	}
	
.MainMenu_MenuBar{
background-color:#fff;
color:#000;
}

.MainMenu_MenuItem{
	background-color:#fff;
	cursor:pointer;
}
