/* main selectors */
body {
	padding: 0;
	margin: 0;
	background: #535846;
	font: 12px 'Trebuchet Ms', Trebuchet, sans-serif;
	color: #DBE1BF;
}

a {
	color: #B1D522;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: middle;
}

p {
	padding: 0 0 12px 0;
	margin: 0;
}

ul, ol {
	margin: 0 0 12px 20px;
	padding: 0;
}

dl, dt {
	margin: 0;
	padding: 0;
}

dd {
	margin: 0;
	padding: 0 0 12px 0;
}

div.section, dl.faq dd {
	border-bottom: 1px dashed #6D7557;
	margin-bottom: 12px;
	width: 100%;
}

dl.faq dd.l {
	margin: 0;
	border: none;
}

blockquote {
	display: block;
	margin: 0;
	padding: 0;
}

cite {
	font-style: italic;
}

em {
	color: #FF8A5C;
	font-style: normal;
}

/* form elements */
form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

/* headlines */
h1 {
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 22px;
	font-weight: normal;
	color: #80D0E1;
}

h2, dl.faq dt {
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	color: #80D0E1;
}

h3, p.order {
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	color: #80D0E1;
}

h2 span {
	color: #DBE1BF;
	background-color: #343A23;
	padding: 4px 6px;
}

h2 span.extra {
	background-color: #BC623F;
}

/* main layout */
#main {
	padding: 4px;
}

/* hidden boxes */
#support, div.support, div.testimonials, #order-submit-button {
	display: none;
}

#nswitch {
	display: none !important;
}

/* visible boxes */
#order-submit {
	display: block !important;
}

/* header section */
#header ul {
	margin: 0 0 14px 0;
	padding: 0;
	list-style: none;
}

#header ul li {
	display: inline;
}

#header ul a {
	color: #F7FFCF;
}

#header ul li a.active {
	text-decoration: none;
}

#header ul li.order a {
	color: #C8EF2D !important;
	font-weight: bold;
}

/* logo section */
strong.logo a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 132px;
	height: 32px;
	background: url(../images/logo-handheld.gif) no-repeat;
}

q.seo {
	display: block;
	font-style: italic;
	margin: 12px 0;
}

/* footer section */
#footer {
	border-top: 1px solid #595E49;
	background-color: #4D5342;
	padding: 20px 4px;
}

#footer p {
	padding: 0;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul li {
	display: inline;
}

#footer ul a {
	display: none;
}

#footer div.bookmarks {
	display: none;
}

/* content section */
#content {
	margin-bottom: 12px;
	border-top: 1px dashed #6D7557;
	border-bottom: 1px dashed #6D7557;
	padding-top: 12px;
}

/* icons section */
ul.icons {
	margin-left: 0;
	list-style: none;
}

ul.icons li {
	padding-bottom: 4px;
}

/* order form section */
div.order-form ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.order-form #total {
	font-size: 18px;
	font-style: normal;
}

/* schedule section */
div.schedule {
	border-top: 1px dashed #6D7557;
	padding-top: 12px;
}

div.schedule dl {
	padding-bottom: 12px;
}

div.schedule dd {
	padding-bottom: 0px;
}