/* resets */
body {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 12px 0;
	font-weight: normal;
}
a img {
	border: 0;
}
a {
	outline: none;
}

/* cms styles */
#main .page_video {
	text-align: center;
	margin: 24px 0;
}
#main .photoset {
	margin: 12px 0;
}
#main .photoset img {
	float: left;
	margin: 6px 15px 9px 0;
}
#main .rf-paragraph {
	margin: 0 0 18px 0;
}
#main ul.link_list {
	list-style-type: none;
	margin-bottom: 24px;
}
#main ul.link_list li {
	margin-bottom: 6px;
}
#main img.page_image {
	margin: 0 0 12px 12px;
	float: right;
}
#main img.right, #main div.right {
	margin: 6px 0 12px 12px;
    float: right;
}
#main img.left, #main div.left {
	margin: 6px 12px 12px 0;
    float: left;
}

/* styles */
body {
	background: #000208;
}
#body {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #000;
	background: url(/images/bg.jpg) repeat-x #011034;
}
#body_int {
	background: url(/images/bodybg.jpg) top center no-repeat;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(/images/wrapperbg.gif);
}
#wrapper_int {
	background: url(/images/wrapperintbg.jpg) no-repeat top center;
}
#header {
	height: 94px;
	position: relative;
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
}

#main {
	padding: 15px 0;
}
ul#nav {
	display: none;
}
ul#store_nav {
	display: none;
}
#sidebar {
	display: none;
}

#content {
	float: none;
	width: 100%;
}
#content_int {
	padding: 0;
}
#breadcrumb {
	margin-bottom: 12px;
}

#footer_wrap {
}
#footer {
	width: 960px;
	margin: 0 auto;
}
#footer_int {
	font-size: 10px;
	padding: 15px 0;
}
#footer a {
	color: #ccbe00;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
#footer_content {
	display: none;
}

#footer_details {
	text-transform: uppercase;
	line-height: 18px;
}
#footer_details .badge {
	display: none;
}
#footer_details .redundant_nav {
	display: none;
}
#footer_details .poweredby {
	display: none;
}

/* styles */

#main h1 {
	color: #005081;
	font: normal normal bold 21px Verdana, Arial, sans-serif;
}
#main h2 {
	color: #252525;
	font: normal normal bold 18px Verdana, Arial, sans-serif;
}
#main h3 {
	
}
#main h4 {

}

#main div.date {
	color: #999;
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 12px;
}

#main a {
	color: #005081;
}
#main a:hover {
	color: #1E6A23;
	text-decoration: underline;
}

#main .rf-paragraph h2 {
	margin-bottom: 6px;
}

#banner {
	margin-bottom: 18px;
}

#main form {
	margin: 24px 0;
}
#main form label {
	width: 100px;
	padding: 3px 15px 3px 0;
	text-align: right;
	float: left;
}
#main form input.text {
	border: 1px solid #999;
	padding: 2px;
	width: 200px;
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #666;
}
#main form textarea {
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #666;
	border: 1px solid #999;
	padding: 2px;
	width: 300px;
	height: 150px;
}
#main form .form_item {
	margin: 0 0 12px 0;
}


/* news */

#main #news .news_article {
	margin-bottom: 18px;
}
#main #news .news_article h2 {
	margin-bottom: 3px;
}
#main #news .news_article h2 a {
	color: #252525;
	font: normal normal bold 18px Verdana, Arial, sans-serif;
	text-decoration: none;
}
#main #news .news_article div.date {
	margin-bottom: 3px;
}
#main #news .news_article p {
	margin-bottom: 6px;
}

/* contact us */
#main .map {
	margin-bottom: 24px;
}
#main .map  iframe {
	border: 2px solid #005081;
}
#main .map  small a {
	display: none;
}


/* homepage styles */
#body.section-homepage {
	background: url(/images/bg-home.jpg) repeat-x #011034;
}
#body.section-homepage #body_int {
	background: url(/images/bodybg-home.jpg) top center no-repeat;
}
#body.section-homepage #wrapper {
	background: none;
}
#body.section-homepage #wrapper_int {
	background: url(/images/wrapperintbg-home.jpg) no-repeat top center;
}
#body.section-homepage #content {
	float: none;
	width: 100%;
}
#body.section-homepage #main {
	padding: 0 30px;
	color: #fff;
}
#feature {
	height: 250px;
	padding-bottom: 11px;
}
#feature .feature_image {
	float: left;
	width: 280px;
	height: 250px;
	margin-right: 40px;
}
#feature .feature_text {
	float: left;
	width: 580px;
	font-size: 15px;
	line-height: 19px;
	height: 236px;
	overflow: hidden;
}
#feature .feature_text h1 {
	color: #cf3;
	font: 30px Verdana, sans-serif;
	font-style: italic;
}
#feature .feature_text .learn_more {
	height: 19px;
	line-height: 19px;
	background: url(/images/learn_more_arrow.gif) no-repeat right center;
	padding-right: 16px;
	display: block;
	float: right;
	color: #cf3;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
#feature .feature_text a {
	color: #cf3;
}
#feature .feature_text a:hover {
	color: #fff;
}
#feature .feature_text a.learn_more:hover {
	text-decoration: none;
}
#triptych {
	padding: 20px 35px;
	font-size: 13px;
}
#triptych a {
	color: #ccbe00;
	text-decoration: none;
}
#triptych a:hover {
	color: #fff;
	text-decoration: none;
}
#triptych .tri { 
	float: left;
	width: 220px;
	min-height: 242px;
}
#triptych .tri_title {
	font: 26px Verdana, sans-serif;
	font-weight: bold;
	color: #fff;
	margin-bottom: 12px;
}
#tri1 {
	padding-right: 39px;
	background: url(/images/tridiv.jpg) no-repeat top right;
}
#tri2 {
	width: 235px !important;
	padding: 0 30px 0 40px;
}
#tri3 {
	padding-left: 41px;
	background: url(/images/tridiv.jpg) no-repeat top left;
}

/* store styles */
#footer_news .footer_stuff ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#display_menu_1 {
	margin-bottom: 18px;
}
#display_menu_1 table.nav td.nav img {
	display: none;
}
#display_menu_1 table.nav td.nav a {
	color: #005081;
	text-decoration: none;
}
#display_menu_1 table.nav td.nav a:hover, #display_menu_1 table.nav td.nav_selected a {
	color: #2E9136;
}
#display_menu_1 table.nav td.nav {
	padding: 0 0 6px 0;
	font-size: 15px;
}
#display_menu_1 table.nav td.subnav {
	padding-left: 20px;
	font-size: 13px;
}


td.colors_backgroundneutral {
	background: #f6f6f6;
	border: 1px solid #ebebeb;
	padding: 9px 6px 6px 6px;
}
td.colors_backgroundneutral table.colors_backgroundlight img {
	display: none;
}
td.colors_backgroundneutral td.colors_backgroundneutral {
	border: 0;
	padding: 0;
}
td.colors_backgroundneutral table td {
	vertical-align: top;
}
td.colors_backgroundneutral a.subcategory_link {
	display: block;
	font-weight: bold;
}
td.colors_backgroundneutral span.PageText_L669n {
	display: block;
	padding-left: 8px;
}
#body.section-store #content_int form {
	margin-top: 0;
}
#body.section-store table b {
	font-weight: normal;
}
#body.section-store .colors_pricebox select {
	width: 200px;
}

#body.section-store #main form select {

	margin-bottom: 5px;

}
#body.section-store #main #search_section input#search_field {
	float: left;
	border: 1px solid #999;
	padding: 2px;
	width: 130px;
	margin-right: 10px;
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #666;
}

#qe_toolbar {
	display: none;
}

/* other styles */
.clear {
	clear:both;
}
.fakelink {
	color: #999;
	text-decoration: underline;
}