/**

 * Magento

 *

 * NOTICE OF LICENSE

 *

 * This source file is subject to the Academic Free License (AFL 3.0)

 * that is bundled with this package in the file LICENSE_AFL.txt.

 * It is also available through the world-wide-web at this URL:

 * http://opensource.org/licenses/afl-3.0.php

 * If you did not receive a copy of the license and are unable to

 * obtain it through the world-wide-web, please send an email

 * to license@magentocommerce.com so we can send you a copy immediately.

 *

 * DISCLAIMER

 *

 * Do not edit or add to this file if you wish to upgrade Magento to newer

 * versions in the future. If you wish to customize Magento for your

 * needs please refer to http://www.magentocommerce.com for more information.

 *

 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)

 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)

 */

/******************************************/

/***********[ Mage_CSS_A Reset ]***********/

/******************************************/



* { margin:0; padding:0; }

/* #######################  GENERAL SETTINGS ############################ */
html{
	height:100%;
}
/* @group Global Reset */
@font-face {
    font-family: "Fontin Sans";
    src: url(fontin_sans.otf);
}

body {
	background:  url('../images/sunwarrior1bg.png') top left fixed no-repeat #FFFFFF;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #686362;
	line-height: 129%;
	text-align: center;
	font: 14px/20px Fontin Sans, Arial, Helvetica, Geneva, sans-serif;
}

a img  {
	border: none;
}
h1, h2, h3, h4, h5, h6, p, pre,blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
li {	
	padding-left: 9px;
	margin: 0px;
}

a {
	color: #8DC371;
}
/*****Custom CSS-By Oliver*****/
.aminoacidtable {
	border-collapse: collapse;
	width: 375px;
	font-family: arial;
}
.aminoacidtable td {
	border-bottom: solid black 1px;
}
.aminoacidtable th {
	border-bottom: solid black 1px;
}
.bulletlist li{
	list-style-type: disc !important;
	list-style-position: inside !important;
}
#ingredients ul li{
	list-style-type: disc;
	list-style-position: inside;
}
#nutritional-info {
	border-collapse: collapse;
	font-family: arial;
	margin: 0px auto;
}
#nutritional-info2 {
	border-collapse: collapse;
	font-family: arial;
}

#nutritional-info2  td{
	padding: 0 10px 0 10px;
	text-align: center;
}
#nutritional-info .btop {
	border-top: 1px solid black;
}
#nutritional-info .btopsub {
	border-top: 1px solid black;
	padding-left: 10px;
}
#nutritional-info .btopbig {
	border-top: 6px solid black;
}
#nutritional-info .bottom {
	border-top: 1px solid black;
	font-size: small;
}
#protein-description ul li{
	list-style-type: disc;
	list-style-position: inside;
}
/*****Store locator page*****/
#storelocator-top {
	text-align: center;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-family: arial;
}
#storelocator-top h3 {
	color: #5B5B5B;
	padding-left: 100px;
	padding-right: 100px;
	font-weight: bold;
}
#storelocator-top h2 {
	color: #333333;
}
#storelocator-top form {
	font-size: 18px;
	color: #848484;
}
#storelocator-top hr {
	color: #D4D4D4;
	height: 1px;
}
#storelocator-text {
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	color: #333333;
}
.storelocator-bottom {
	margin-right: auto;
	margin-left: auto;
	font-family: Arial,Helvetica,sans-serif !important;
}
.storelocator-heading{
	font-weight: bold;
	color: #000000;
	vertical-align: bottom;
}
.storelocator-description {
	font-weight: bold;
	color: #848484;
	vertical-align: top;
	padding-top: 10px;
}
/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}
/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}
a:focus
{
	outline: none;
}
/* @end */

/* @group Typography */

/* Module Column Typography - sightly smaller headings */

.module h1,.moduletable h1 {
	font-size: 18px;
}
.module h2,.moduletable h2 {
	font-size: 16px;
}
.module h4,.moduletable h4 {
	font-size: 14px;
}

/* Basic Typography */
div.main-left-only ol,
div.main-left-only ul,
div.main-right-only ol,
div.main-right-only ul,
div.main-wide ol,
div.main-wide ul,
div.main-both ol,
div.main-both ul {
	margin-left: 20px;
}
p {
	padding-bottom: 10px;
}


h1 {
	font-size: 20px;
	line-height: 125%;
	letter-spacing: -1px;
}

h2 {
	font-size: 18px;
	line-height: 125%;
	letter-spacing: -1px;
}

h3 {
	color: #795522;
	font-weight: bold !important ; 
	font-size: 20px;
	line-height: 125%;
	letter-spacing: -1px;
}

h4 {
	font-size: 14px;
	line-height: 125%;
	letter-spacing: -1px;
}

/* EXTRA STYLES */

p.barley {
	width:670px;
}

p.alert {
	background: #f8bda9 url(../images/exc.png) no-repeat 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #FF0000;
    border-bottom: 2px solid #FF0000;
	color: #57060a;
}


p.info {
    background: #b9cce5 url(../images/info.png) no-repeat 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #466eae;
    border-bottom: 2px solid #466eae;
	color: #000;
}
p.warn {
    background: #faffb5 url(../images/warn.png) no-repeat 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #F7D229;
    border-bottom: 2px solid #F7D229;
	color: #463b0b;
}
/*-----SPECIAL LIST STYLE (CHANGE OR ADD ANOTHER)-----*/

ul.checklist li {
	list-style: none;
	line-height: 16px;
	padding: 2px 0px 2px 18px;
	list-style-position: outside;
}

ul.checklist a {
	text-decoration: underline;
	padding: 1px;
}
ul.checklist a:hover {
	text-decoration: none;
	padding: 1px;
}

/*-----BLOCKQUOTE STYLE-----*/

blockquote {
  padding: 10px;
  font-style: italic;
  padding: 10px;
}

div.code {
  	padding: 10px;
	text-decoration: none;
	font: normal normal normal 11px "Courier New", Courier, mono;
}
/* @end */

/* @group Structure */
#container {width: 100%; height: 100%; text-align: left; margin:auto; margin-top: 0px;}

#map-container	{
	width: 945px !important;
	background: #FFF; border: 1px solid #E7D3AD;
	float: left;
	text-align: left;
}
#promo-container	{
	width: 700px !important;
	background: #FFF; border: 1px solid #E7D3AD;
	float: left;
	text-align: left;
}
#promo-rightcol {
	color: #FFFFFF;
	float: right;
	width: 232px;
	border: solid black;
	position: relative;
	z-index: 200;
	height: 292px;
	text-align: center;
	font-size: 0.9em;
	background: url(../images/promo.png) no-repeat;
}
#promo-rightcol h3{
	color: #FFFFFF;
	padding-top: 40px;
}
/****Subscriber Pages*****/
#subscriber-rightcol {
	color: #FFFFFF;
	float: right;
	width: 232px;
	border: solid black;
	position: relative;
	z-index: 200;
	height: 292px;
	text-align: center;
	font-size: 0.9em;
}

/* Header Text */
#header_text	{width: 968px;margin: 0px auto;}

#header_text h1, #header_text h1 a {
	padding:0px;
	text-decoration: none;
}
#header_text h2 {
	padding: 0px;
	margin: 0px;
}

/* CSS for Header Image */
#header_graphic a img {
	border: none;
}
#header_graphic	{width: 968px;margin: 0px auto;}
#header_text .inside,#header_graphic .inside {padding:0; margin:0;}
#header_graphic h2 {text-indent: -6000em;padding:0px;margin:0px;line-height: 0px;font-size: 0;}
#header_graphic .inside {padding:0; margin:0;}

#pathway {
	margin: 0px 0px 5px 0px;
	font-size: 11px;
}

#main-wrapper	{
	width: 950px;
	margin: 7px auto 0px auto;
}

#mainbody-both {
	padding: 0px;
	margin: 0px;
}
.main-top-right-only,.main-top-both,.main-top-left-only {
	height: 11px;
	width: 968px;
}
.main-top-wide {
	height: 11px;
	width: 968px;
}
.main-both	{
	margin: 0px 210px 0px 200px;
}
.main-wide	{
	margin: 0px auto;
	width: 952px;
	position: relative;
}

#content-container	{
	width: 700px !important;
	background: #FFF; border: 1px solid #E7D3AD;
	float: left;
	text-align: left;
}

.content	{
	padding: 15px;
}

#leftcol {
	float: left;
	width: 188px;
	padding: 0;
	margin: 0;
}
#leftcol .left-inside {
	margin: 0;
	padding: 0px 10px 0px 10px;
}
#rightcol {
	float: right;
	width: 230px;
	/*margin-right: 10px;*/
	position: relative;
	z-index: 200;
	height: 100%;
	text-align: left;
}
#rightcol .right-inside {
	margin: 0;
 	width: auto;
}

.rtbox-1 {
	width: 220px;
	background: url('images/box1_bg.jpg') #368941 top repeat-x;
	border: 1px solid #FFF;
	color: #8DC371;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}

.rtbox-2 {
	width: 220px;
	background: #FFF;
	border: 1px solid #E7D3AD;
	color: #8DC371;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}

/* Footer */
.bottom-right-only,.bottom-both,.bottom-left-only,.bottom-wide	{
	height: 11px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
.footer {
	margin: 0px;
	padding: 0px 10px;
	text-align: center;
	font-size: 11px;
	line-height: 12px;
}
.footer p {
	margin: 0px;
	padding: 2px 0px;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}

/* @end */

/* @group Modules */
 
 /* Header Module */
#headermod {
	float: right;
	overflow: hidden;
	position: relative;
}
#headermod .moduletable h3 {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	padding-top: 8px;
	margin: 0;
	text-indent: 0px;
	background-image: none;
}
#headermod .moduletable {
	font-size: 11px;
	line-height: 145%;
}
#headermod .contentheading,#headermod a.contentpagetitle {
	font-size: 16px;
	line-height: 18px;
}

/* Module  (Default) */
div.module {margin-bottom: 8px;}
div.module div{}
div.module div div  {}
div.module div div div  {padding: 5px 0px 0px 0px;}
div.module div div div div {padding: 0;}
div.module h3,div.moduletable h3 {
	padding: 0;
	line-height: 100%;
	margin: 0 0 5px 0;
	font-weight: normal;
	text-indent: 9px;
	font-size: 16px;
}


/* Module Unstyled */
div.module-none {
	margin-bottom: 10px;
	background: none;
}
div.module-none div {
	background: none;
}
div.module-none div div {
	background: none;
}
div.module-none div div div {
	background: none;
	padding: 0px;
	margin: 0px;
}
div.module-none div div div div {
	background: transparent none;
	padding: 0;
}
div.module-none h3 {
	margin: 10px 0;
	padding:0;
	line-height: 100%;
	height: auto;
	margin: 0 0 5px 0;
	font-weight: normal;
	text-indent: 15px;
	font-size: 18px;
	font-style: normal;
	border: none;
	color: #2F462B;
}
/* Overrides - Must come after module structure */
#showcase, .bottom  {
	margin: 0px;padding: 0px;
}
#leftcol ul#mainlevel li,#rightcol ul#mainlevel li,
#leftcol ul#mainlevel-sidenav li,#rightcol ul#mainlevel-sidenav li {
	background-image: none;
	padding: 0px;
}
#leftcol ul#mainlevel,#rightcol ul#mainlevel,
#leftcol ul#mainlevel-sidenav,#rightcol ul#mainlevel-sidenav {
	background-image: none;
	list-style: none;
}

#leftcol a.mainlevel,#rightcol a.mainlevel,
#leftcol a.mainlevel-sidenav,#rightcol a.mainlevel-sidenav {
	line-height: 27px;
	height: 27px;
	padding-left: 8px;
	margin-bottom: 2px;
	text-decoration: none;
	display: block;
	font-size: 12px;
}
#leftcol a.mainlevel:hover,#rightcol a.mainlevel:hover,
#leftcol a.mainlevel-sidenav:hover,#rightcol a.mainlevel-sidenav:hover {
}
#leftcol a#active_menu.mainlevel,#leftcol a#active_menu.mainlevel:hover,
#rightcol a#active_menu.mainlevel,#rightcol a#active_menu.mainlevel:hover {
}
a.sublevel,a.sublevel-sidenav {
	padding-left: 4px;
	font-size: 12px;
}
a.sublevel.img {
}

/* Banner */
div#banner {
	margin: 0px auto 10px auto;
	text-align: left;
}
/* @end */

/* @group Joomla Styles */
table.contentpaneopen ul, table.contentpaneopen ol {
	list-style-position: inside;
}
/* Tables */
table.contentpaneopen {
	margin: 0;
	padding: 0;
	width: 100%;
}
table.blog table.contentpaneopen {
	white-space: normal;
	border-collapse:separate;
}

table table.contentpaneopen td, table table.contentpane td {
	padding: 0px 4px;
}
table.contentpaneopen, table.contentpane, table.blog {
	border-collapse: collapse;
	width: 100%;
}
div.blog_more {
	padding: 0px 10px;
}
div.blog_more strong {
	position: relative;
}

div.blog_more ul li {
	list-style: none;
	background-image: none;
	padding: 0px;
}
div.blog_more ul li a {
	text-decoration: none;
	display: block;
	padding: 4px;
}
div.blog_more ul li a:hover {
	text-decoration: none;
	display: block;
	padding: 4px;
}

/* Polls Module */
table.pollstableborder {
	width: 100%;
	text-align: left;
}
table.poll {
	font-size: 11px;
}
.smalldark {
white-space: nowrap;
}

.sectiontableentry1 a,
.sectiontableentry2 a {
text-decoration: none;
}
li a.category {
	font-weight: bold;
	text-decoration: none;
}
table.contentpane tr td ul {
	list-style: none;
}
/* Print-PDF-EMail */

body.contentpane {
	background: #fff;
	margin: 25px;
}
span.pagenav {
	color: #9e9984;
}
td.modifydate {
line-height: 30px;
}
div.mosimage {
	margin: 10px;
}
div.mosimage_caption {
	font: 10px/12px Arial, Helvetica, Geneva, sans-serif;
	padding: 2px;
}
div.mosimage img {
	padding: 5px;
}
/* Content Headings */
a.contentpagetitle {
	font-size: 20px;
	font-weight: normal;
	white-space: normal;
	line-height: 145%;
	padding: 4px 0px 0px 0px;
	margin-bottom: 6px;
	text-decoration: none;
}
a.contentpagetitle:hover {
	text-decoration: none;
}
td.contentheading {
	width: 100%;
}
.contentheading {
	font-size: 20px;
	font-weight: normal;
	white-space: normal;
	line-height: 115%;
	padding: 4px 0px 0px 0px;
	margin-bottom: 6px;
	font-style: normal;
	letter-spacing: -1px;
}
.componentheading {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
a.readon {
	float: right;
	padding-left: 18px;
	line-height: 15px;
	font-size: 12px;
	text-decoration: none;
}

.pagenav_next a,.pagenav_prev a {
	margin: 15px 15px 0px 0px;
	padding: 1px 4px;
	text-align: center;
	text-decoration:none;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}
div.back_button a {
	margin: 15px 15px 0px 0px;
	border: 1px solid #adc387;
	padding: 1px 2px;
	text-align: center;
	text-decoration:none;
	float: right;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.pagenav_next a:hover,.pagenav_prev a:hover,div.back_button a:hover {
	text-decoration:none;
}

div.pagenavbar a, div.pagenavbar {
	text-decoration: none;
	font-size: 11px;
}
table.contenttoc {
	font-size: 12px;
}

table.contenttoc th {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-variant: small-caps;
}
table.contenttoc td {
	font-size: 14px;
	padding: 2px 8px;
}
table.contenttoc a.toclink  {
	font-size: 12px;
	text-decoration: none;
}


div.banneritem a,
div.banneritemS1 a,
div.banneritemS2 a,
div.banneritemS3 a,
div.banneritemS4 a,
div.banneritemS5 a,
div.banneritem_text a {
	font: 11px/16px Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}

div.banneritem,
div.banneritemS1,
div.banneritemS2,
div.banneritemS3,
div.banneritemS4,
div.banneritemS5,
div.banneritem_text {
	font: 11px/12px Arial, Helvetica, Geneva, sans-serif;
}

#form-login ul li {
	list-style: none;
}

td.buttonheading {
	vertical-align: top;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

td.buttonheading img {
	padding: 0;
	margin: 1px;
}

td.article_column {
	padding: 4px;
}

ul#mainlevel {
	list-style: none;
}

/* Frontend Editing*/

fieldset {
	margin-top: 5px;
	padding: 5px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom: 1px solid #eee;
	color: #666;
}

/* Tooltips */

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */

#system-message {
	margin-bottom: 20px;
}

#system-message dd.message ul {
	background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;
}

/* System Error Messages */

#system-message dd.error ul {
	color: #c00;
	background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat;
	border-top: 3px solid #DE7A7B;
	border-bottom: 3px solid #DE7A7B;
	margin: 0px;
	padding-left: 40px;
	text-indent: 0px;
}

/* System Notice Messages */

#system-message dd.notice ul {
	color: #c00;
	background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat;
	border-top: 3px solid #F0DC7E;
	border-bottom: 3px solid #F0DC7E;
}
td.sectiontableheader a {color: #fff;}
div.content-container .contentpane {width: 720px; background: #FFF; border: 1px solid #E7D3AD;}
div.main-both .contentpane {width: 525px;}
div.main-wide .contentpane {width: 940px;}


/* @end */


/*  Heading Formatting */


/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */
#header_graphic a img {
	padding-top: 15px; /* Header Text distance from top */

}

/* Total header height */

#header-wrap,#header_text,#header_graphic {
}

/* Header background color/image */

#header-wrap {
	width: 100%;
	margin: 0;
	text-align: center;
}

#header-container {
	background: url(../images/header.png) no-repeat; 
	height: 160px;
	width: 953px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 7px;
	margin-top: 15px;
}
#header_logo a{
	display: block;
	height: 88px;
	float: left;
	width: 431px;
	margin-left: 214px;
	margin-top: 30px;
}

#header_logo h1{
	display: none;
}
/* $headerstyle(text) */

#header_text h1, #header_text h1 a {
	color: #fff; /* Header Text Color */
	padding-top:15px ; /* Header Text distance from top */
	font: bold 40px/50px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; /* Header Text Typograhy */
	letter-spacing: -1px;
}
#header_text h2 {
	color: #abccd6; /* Slogan Text Color */
	font: italic bold 18px/18px Geneva, Verdana, sans-serif;/* Slogan Text Typograhy */
}

.toplinks-bar {
	float: right;
	width: 295px;
	text-align: right;
	font-family: Verdana, san-serif;
	font-size: 10px;
	margin-right: 10px;
	margin-top: 10px;
	
}

.toplinks-bar h4, .toplinks-bar a {
	font-size: 12px;
	color: #EEE8CC;
}
.toplinks-bar a:hover {
	color: #E6DEBA;
}


.toplinks-bar strong {
	float: left;
	width: 30px;
}
ul.top-links {
	float: right;
	list-style: none;
	margin: 0;
	width: 295px;
}

ul.top-links li{
	background: none;
}
.search-bar {
	float: right;
	margin-right: 10px;
}

.search-bar #searchphrase {
	/*position: absolute;
	float: left;
	z-index: 100;
	margin-left: -130px;*/
	width: 120px;
}

.toplinks-bar{
	color:#FFF;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	top: 38px;
}

ul.top-links li a, .toplinks {
	color: #FFF;
	font-size: 11px;
	font-weight:bold;
}

*+html .toplinks-bar {

}

* html .toplinks-bar {
	
}

.toplinks-bar .top-links { 
	padding-left:8px; 
}

.toplinks-bar .top-links, .toplinks-bar .top-links li { 
	display:inline; 
}

.toplinks-bar .top-links li { 
	padding:0 4px 0 1px; 
}

.toplinks-bar .top-links a, .toplinks-bar .top-links a:hover { 
	color:#FFF; 
}

.toplinks-bar .top-links a { 
	padding:0 10px 0 0; 
	background:url(../images/links_separator.gif) no-repeat 100% 50%; 
}

.toplinks-bar .top-links .last a { 
	padding:0; 
	background:none; 
}

.search-bar {
	/*float:left;*/
	line-height:1.25em;
	margin-left:711px;
	margin-top:-50px;
	text-align: left;
}
.search-bar legend {
	display: none;
}
.search-bar form {
display: inline;
}

input#search-button {
	margin-bottom: -5px;
}	
.footer {
	color:#666;
	padding: 10px;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}

.footer .footer-right { 
	float:right; 
	width:307px; 
	text-align:right; 
}

.footer-right legend {
	display: none;
}

.footer-right form {
	display: inline;
}

.footer-right form label{
	float: left;
	line-height: 1.5em;
}

.footer-right form input{
	float: left;
}

.footer-right input#newsletter {
	width: 110px;
}

*+html .footer .footer-right { width:434px; }

* html .footer .footer-right { width:434px;}

.footer .footer-callout         { 
	margin-top:-10px; 
}
ul.footer-links {
	margin-left: -10px;
}
ul.footer-links li{
	background-image: none;
}

.footer .footer-links {
	margin-top: 15px;
	margin-bottom:10px;
	text-align: left;
	float: left;
}

.footer .footer-links li.last a { 
	padding-right:0; margin-right:0; background:none; 
}

.footer ul a { 
	background:url(../images/links_separator.gif) no-repeat 100% 50%; 
	padding-right:12px; 
	margin-right:0px; 
}

.footer ul,

.footer li { 
	display:inline; 
}

.footer a,

.footer a:hover  { 
	color:#444; 
}
#footer_menu_left {
	width: 620px; 
	height: 100%; 
	float: left; 
	margin-right: 15px;
}
#footer_menu_hleft {
	width: 620px; 
	height: 27px; 
	padding: 5px; 
	padding-left: 10px;
	background: url('images/sunwarrior1_lmenucap.png') no-repeat; 
	
}
#footer_menu_leftbod {
	background: url(../images/sunwarrior1_lmenubod.png) repeat-y;
	width: 600px; 
	height: 100%; 
	padding: 10px;
}

#footer_menu_leftbot {
	background: url(../images/sunwarrior1_lmenubot.png) no-repeat; 
	height: 14px;
}
	
#footer_menu_right {
	width: 307px; 
	height: 100%; 
	float: left;
}

#footer_menu_hright {
	width: 307px; 
	height: 32px; 
	padding-top: 5px; 
	padding-left: 10px;
	background: url(../images/sunwarrior1_rmenucap.png) no-repeat; 
}

#footer_menu_hleft h3, #footer_menu_hright h3 {
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding-bottom: 0;
	margin-bottom: 0;
}
#footer_menu_rightbod {
	background: url(../images/sunwarrior1_rmenubod.png) repeat-y;
	width: 307px; 
	height: 100%; 
	padding: 10px;
}
#footer_menu_rightbot {
	background: url(../images/sunwarrior1_rmenubot.png) no-repeat; height: 14px; width: 307px;
}
.footer_col {width: 155px; float: left; margin-right: 15px; padding: 10px;}

.copyrights {
	text-align: left;
	float: left;
}

/* #######################  MENU ############################ */
/* @group Top Menu */

.menubar {
	width: 100%;
	text-align: center;	
}
#navmenu {
	width: 953px;
	margin-left: auto;
	margin-right: auto;
	height: 42px;
	
}
#navleft {
	background: url(../images/menu_medal.jpg) no-repeat; 
	width: 33px; 
	height: 42px;
	float: left;
}

#navmid {
	float: left; 
	height: 42px;
	width: 953px; 
	background: url(../images/menu_bg.png) no-repeat; 
	padding-left: 15px;
}


/* @end */
.ddmx24{
border:0px solid #FFFFFF !important ; 
}
.ddmx24 a.item1,
.ddmx24 a.item1:hover,
.ddmx24 a.item1-active,
.ddmx24 a.item1-active:hover {
	 padding: 0px 11px !important ; 
	 font-size: 12px !important ; 
	 font-family: Arial, Helvetica, sans-serif !important ; 
	 text-align: left !important ; 
	 font-weight: bold !important ; 
	 color: #8B6328 !important ; 
	 text-decoration: none !important ; 
	 display: block; 
	 white-space: nowrap; 
	 position: relative; 
	 height:42px; 
	 background-color: inherit !important ; 
	 line-height: 3.25em;
}
.ddmx24 td.item11 {
	background-color: inherit !important ; 
	padding:0 !important ; 
	border-top: 0px solid #999999 !important ; 
	border-left: 0px solid #999999 !important ; 
	border-bottom: 0px solid #999999;
	border-right: 0 !important ; 
	white-space: nowrap !important ; 
	height:42px; 
}
.ddmx24 td.item11-last {
 background-color: inherit !important ; 
 padding:0 !important ; 
 border: 0px solid #999999 !important ; 
 white-space: nowrap; 
 height:42px; 
}
.ddmx24 td.item11-acton {
 padding:0 !important ; 
 border-top: 0px solid #999999 !important ; 
 border-left: 0px solid #999999 !important ; 
 white-space: nowrap; 
 border-bottom: 0px solid #999999;
 background-color: inherit !important ; 
}
.ddmx24 td.item11-acton-last:hover,
.ddmx24 td.item11-acton-last {
 border: 0px solid #999999 !important ; 
 background-color: inherit !important ; 

}
.ddmx24 .item11:hover,
.ddmx24 .item11-acton:hover,
.ddmx24 .item11-last:hover,
.ddmx24 .item11-acton-last a.item1,
.ddmx24 .item11-acton a.item1,
.ddmx24 .item11-acton-last a:hover,
.ddmx24 .item11-acton a:hover,
.ddmx24 .item11 a:hover,
.ddmx24 .item11-last a:hover,
.ddmx24 a.item1-active,
.ddmx24 a.item1-active:hover {
 color: #8B6328 !important ; 
 background-color: inherit !important ; 
}
.ddmx24 a.item2,
.ddmx24 a.item2:hover,
.ddmx24 a.item2-active,
.ddmx24 a.item2-active:hover {
	 padding: 5px 5px 5px 5px !important ; 
	 font-size: 12px !important ; 
	 font-family: Arial, Helvetica, sans-serif !important ; 
	 text-align: left !important ; 
	 font-weight: bold !important ; 
	 text-decoration: none !important ; 
	 display: block; 
	 white-space: nowrap; 
	 opacity:0.95; 
}
.ddmx24 a.item2 {
	 background-color: #777777 !important ; 
	 color: #FFFFFF !important ; 
	 border-top: 1px solid #666666 !important ; 
	 border-left: 1px solid #666666 !important ; 
	 border-right: 1px solid #666666 !important ; 
}
.ddmx24 a.item2-last {
	 background-color: #777777 !important ; 
	 color: #FFFFFF !important ; 
	 border-bottom: 1px solid #666666 !important ; 
	 z-index:500; 
}
.ddmx24 a.item2:hover,
.ddmx24 a.item2-active,
.ddmx24 a.item2-active:hover {
 background-color: #E6D28A !important ; 
 color: #777777 !important ; 
 border-top: 1px solid #666666 !important ; 
 border-left: 1px solid #666666 !important ; 
 border-right: 1px solid #666666 !important ; 
}
.ddmx24 .section {
	border: 0px solid #FFFFFF !important ; 
	position: absolute; 
	visibility: hidden; 
	display: block; 
	z-index: -1;
 	margin-top:55px;
	margin-left: 10px;
	width: 200px;
}
.ddmx24 .section .section {
	margin-top:0px;
	margin-left: 0px;
}
.ddmx24 .subsection a{
 white-space:normal !important; 
}
.ddmx24frame {
 border: 0px solid #FFFFFF !important ; 
}
.ddmx24 .item11-acton-last .item1 img.seq2,
.ddmx24 .item11-acton .item1 img.seq2,
.ddmx24 img.seq1
{
 display:    inline; 
}
.ddmx24 a.item1:hover img.seq2,
.ddmx24 a.item1-active img.seq2,
.ddmx24 a.item1-active:hover img.seq2,
.ddmx24 a.item2:hover img.seq2,
.ddmx24 a.item2-active img.seq2,
.ddmx24 a.item2-active:hover img.seq2
{
 display:    inline; 
}
.ddmx24 img.seq2,
.ddmx24 .item11-acton-last .item1 img.seq1,
.ddmx24 .item11-acton .item1 img.seq1,
.ddmx24 a.item2:hover img.seq1,
.ddmx24 a.item2-active img.seq1,
.ddmx24 a.item2-active:hover img.seq1,
.ddmx24 a.item1:hover img.seq1,
.ddmx24 a.item1-active img.seq1,
.ddmx24 a.item1-active:hover img.seq1
{
 display:   none; 
}
* html .ddmx24 td { position: relative; } /* ie 5.0 fix */

/* #######################  END MENU ############################ */

a {
	color: #4982a7;
	text-decoration: underline;
}

a:hover {
	color: #335a74;
	text-decoration: underline;
}

li {
/*	background: url(../images/bullet.gif) no-repeat 0 5px;*/
}

/* $headerstyle(graphic) */

#header_graphic a img {
	padding-top: 15px; /* Header Text distance from top */

}

/* Total header height */

#header-wrap,#header_text,#header_graphic {
}

/* Header background color/image */


/* $headerstyle(text) */

#header_text h1, #header_text h1 a {
	color: #fff; /* Header Text Color */
	padding-top:15px ; /* Header Text distance from top */
	font: bold 40px/50px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; /* Header Text Typograhy */
	letter-spacing: -1px;
}
#header_text h2 {
	color: #abccd6; /* Slogan Text Color */
	font: italic bold 18px/18px Geneva, Verdana, sans-serif;/* Slogan Text Typograhy */
}

/* Heading Styles */

h1 {
	color: #795522;
	font-weight: bold !important ; 
}

h2 {
	color: #333;
}

h3 {
	color: #666;
}

h4 {
	color: #727272;
}

blockquote {
	border: 1px solid #cfdbe2;
	background-color: #e9f7fe;
}

.footer {
	color: #6f6f6f;
}

/* @end */

/* @group Newsflash Module */

#headermod {
	height: 98px; /* Module Height */
	width: 500px; /* Module Width */
	top:10px; /* Distance from top */
	color: #dbded3; /* Text Color */
}
#headermod .contentheading,#headermod a.contentpagetitle,#headermod a {
	color: #f9f9f2;/* Heading/Link Color */
}

#headermod td.contentheading,#headermod .moduletable h3 {
	border-bottom: 1px solid #3e6d8d;/* Content/Module Heading Border */
}
.rtbluetop {background:url(../images/modgrey_top.png) no-repeat; width: 300px; height: 17px;}
.rtblue {background: url(../images/modgrey_mid.png) repeat-y; width: inherit; height: 100%; padding: 10px; color: white;}
.rtbluebot {background:url(../images/modgrey_bot.png) no-repeat; width: 300px; height: 21px; margin-bottom: 15px;}
.rtblue a:link {color: white;}
/* @end */

/* @group Joomla! Styles */

/* Category Tables */
td.sectiontableheader {
	color: #fff;
	background-color: #335a74;
	font: 14px/20px Arial, Helvetica, Geneva, sans-serif;
}
table tr.sectiontableentry1 td,
table td.sectiontableentry1 {
background: #fff;
padding: 4px;
border-bottom: 1px solid #f0f0f0;
line-height: 155%;
}
table tr.sectiontableentry2 td,
table td.sectiontableentry2 {
background: #fff;
padding: 4px;
border-bottom: 1px solid #f0f0f0;
line-height: 155%;
}
/* Polls */
table.pollstableborder td.sectiontableentry1 {
color: #3d2518;
background: #f8f8f8;
padding: 2px;
border-bottom: 1px solid #fff;
}
table.pollstableborder td.sectiontableentry2 {
color: #3d2518;
background: #f2f2f2;
padding: 2px;
border-bottom: 1px solid #fff;
}
table.pollstableborder td.sectiontableheader {
padding: 8px;
color: #fff;
border: none;
}
table.pollstableborder tr.sectiontableentry1 td {
border: none;
}
table.pollstableborder tr.sectiontableentry2 td {
border: none;
}
/* Article Overflow */

div.blog_more {
	border-top: 1px solid #e6e6d4;
}
div.blog_more ul li a {
	border-bottom: 1px solid #dadacc;
}
div.blog_more ul li a:hover {
	border-bottom: 1px solid #dadacc;
	background-color: #f9f8ed;
}

/* Mosimages */
div.mosimage {
	border: 1px solid #ccc;
	background: #f7f7f7;
}
div.mosimage_caption {
	color: #666;
	background: #fff;
	border-top: 1px solid #ccc;
}
/* Content Headings */
a.contentpagetitle {
	color: #470705;
}
a.contentpagetitle:hover {
	color: #000;	
}
td.contentheading {
	border-bottom: 1px solid #eaeaea;
	color: #335a74;
}
.contentheading {
	color: #487fa3;
}
.componentheading {
	color: #182b37;
}
a.readon {
	background: url(../images/readon.png) no-repeat left center;
}
span.small,.createdate,.modifydate {
	font: 10px/10px Tahoma, Lucida, Verdana, sans-serif;
	color: #bbc6cc;
}
.pagenav_next a,.pagenav_prev a {
	border: 1px solid #cfdbe2;
	background-color: #e9f7fe;
	color: #44789b;
}
div.back_button a {
	border: 1px solid #cfdbe2;
	background-color: #e9f7fe;
	color: #44789b;
}
.pagenav_next a:hover,.pagenav_prev a:hover,div.back_button a:hover {
	background-color: #fff;
	color: #335a74;
}
table.contenttoc {
	background-color: #f5f2e1;
	border: 1px solid #e8e6d8;
}
table.contenttoc th {
	background-color: #335973;
	color: #fff;
}
/* @end */

/* Conditional Styles - Advanced Edits Only Below This Line */

/* @group Style 1 Modules */

/* Default Style */

div.module h3,div.moduletable h3 {
font-size: 20px; 
font-weight: bolder;
	color: #FFFFFF;

}


/* Module "S1" Text Style */
.moduleS1 {position:relative;margin:0 0 1em;padding:0;background: #427392 url(../images/topright_S1.png) top right no-repeat;color: #FFFFFF;}
div.moduleS1 div {background: url(../images/topleft_S1.png) top left no-repeat;}
div.moduleS1 div div {background: url(../images/botleft_S1.png) bottom left no-repeat; height:1%;}
div.moduleS1 div div div {background: url(../images/botright_S1.png) bottom right no-repeat;padding:10px;}
div.moduleS1 div div div div {background:none;}


/* Module Heading "S1" Style */
div.moduleS1 h3 {padding: 0;line-height: 100%;height: auto;margin: 0 0 5px 0;font-weight: normal;text-indent: 0px;font-size: 16px;letter-spacing: normal;border-bottom: 1px solid #467ea5;color: #fcfcfc;}


/* Module "S1" Link Color */
div.moduleS1 a {color: #FFFFFF;text-decoration:underline;}
div.moduleS1 a:hover {color: #FFFFFF;text-decoration:none;}



/* Module "S1" List Styles */
/*div.moduleS1 ul,div.moduleS1 ul.latestnewsS1,div.moduleS1 ul.mostreadS1 {list-style: none;margin: 0px;padding:0px;}div.moduleS1 ul li,div.moduleS1 ul.latestnewsS1 li,div.moduleS1 ul.mostreadS1 li {padding: 0px 0px 0px 10px;margin: 0px;background: url(../images/bullet_S1.gif) no-repeat 0px 5px;white-space: normal;}
*/

/* Module "S2" Text Style */
.moduleS2 {position:relative;margin:0 0 1em;padding:0;background: #dadacc url(../images/topright_S2.png) top right no-repeat;color: #333333;}
div.moduleS2 div {background: url(../images/topleft_S2.png) top left no-repeat;}
div.moduleS2 div div {background: url(../images/botleft_S2.png) bottom left no-repeat; height:1%;}
div.moduleS2 div div div {background: url(../images/botright_S2.png) bottom right no-repeat;padding:10px;}
div.moduleS2 div div div div {background:none;}


/* Module Heading "S2" Style */
div.moduleS2 h3 {padding: 0;line-height: 100%;height: auto;margin: 0 0 5px 0;font-weight: normal;text-indent: 0px;font-size: 16px;letter-spacing: normal;border-bottom: 1px solid #c2c2b8;color: #888885;}


/* Module "S2" Link Color */
div.moduleS2 a {color: #333333;text-decoration:underline;}
div.moduleS2 a:hover {color: #333333;text-decoration:none;}



/* Module "S2" List Styles */
/*div.moduleS2 ul,div.moduleS2 ul.latestnewsS2,div.moduleS2 ul.mostreadS2 {list-style: none;margin: 0px;padding:0px;}div.moduleS2 ul li,div.moduleS2 ul.latestnewsS2 li,div.moduleS2 ul.mostreadS2 li {padding: 0px 0px 0px 10px;margin: 0px;background: url(../images/bullet_S2.gif) no-repeat 0px 5px;white-space: normal;}
*/

/* Module "S3" Text Style */
.moduleS3 {position:relative;margin:0 0 1em;padding:0;background: #ebebeb url(../images/topright_S3.png) top right no-repeat;color: #6e6e6e;}
div.moduleS3 div {background: url(../images/topleft_S3.png) top left no-repeat;}
div.moduleS3 div div {background: url(../images/botleft_S3.png) bottom left no-repeat; height:1%;}
div.moduleS3 div div div {background: url(../images/botright_S3.png) bottom right no-repeat;padding:10px;}
div.moduleS3 div div div div {background:none;}


/* Module Heading "S3" Style */
div.moduleS3 h3 {padding: 0;line-height: 100%;height: auto;margin: 0 0 5px 0;font-weight: normal;text-indent: 0px;font-size: 16px;letter-spacing: normal;border-bottom: 1px solid #c7c7c7;color: #666;}


/* Module "S3" Link Color */
div.moduleS3 a {color: #427392;text-decoration:underline;}
div.moduleS3 a:hover {color: #427392;text-decoration:none;}



/* Module "S3" List Styles */
/*div.moduleS3 ul,div.moduleS3 ul.latestnewsS3,div.moduleS3 ul.mostreadS3 {list-style: none;margin: 0px;padding:0px;}div.moduleS3 ul li,div.moduleS3 ul.latestnewsS3 li,div.moduleS3 ul.mostreadS3 li {padding: 0px 0px 0px 10px;margin: 0px;background: url(../images/bullet_S3.gif) no-repeat 0px 5px;white-space: normal;}
*/
/* @end */

/* @group Structural */

.main-top-both,.main-top-left-only {background: url(../images/top_has_left.png) no-repeat center bottom;}
.main-top-wide,.main-top-right-only {background: url(../images/top_wide.png) no-repeat center bottom;}
#mainbody-both	{background: url(../images/mid_left_right.png) repeat-y center top;}
#mainbody-left-only	{background: url(../images/mid_leftonly.png) repeat-y center top;}
#mainbody-wide,.mainbody-wide,#mainbody-right-only	{background: url(../images/mid_wide.png) repeat-y center top;}

.bottom-both,.bottom-left-only	{background: url(../images/bot_has_left.png) no-repeat center top;}
.bottom-wide,.bottom-right-only	{background: url(../images/bot_wide.png) no-repeat center top;}
.tplcright a {color: #fff;display: block;margin: 4px 0px 2px 5px;text-align: center;background: url(../images/arrowl.png) no-repeat left center;text-indent: -5000em;width: 75px;height: 12px;line-height: 12px;padding: 0px;}
ul.checklist li {background: url(../images/checklist.png) no-repeat left center;}

/* @end */

