/*************************************************************
** HTML elements
*/
body {
  margin: 0;
  padding: 0;
  color: #3e8daa;
  font: 76% "Century Gothic", sans-serif;
}
#main {  background: url(images/bg.gif);}
h1, h2, h3, h4, h5, h6 {margin-bottom: 0.5em;}
h1 {font-size: 1.3em;}
h2 {font-size: 1.2em;}
h3, h4, h5, h6 {font-size: 1.1em;}
p {margin-top: 0.5em; margin-bottom: 0.9em;}
a {text-decoration: none; color: #74b8d1;}
a:link {}
a:visited {}
a:hover {text-decoration: underline;}
fieldset {border: 1px solid #ccc;}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0;
}
.comment .links {
  margin-bottom: 0;
}

/*************************************************************
** Page layout blocks / IDs
*/
#header {
  	width: 838px;
  	height: 141px;
  	margin: 0 auto;
  	background: url(images/header.gif) no-repeat;
	position: relative;  

}
#content{
	background: #ffffff;
	margin: 0 auto;
	width: 838px;
	min-height: 300px;
	padding: 0;
}

/* header styles */
#header .logo{
	width: 181px;
	height: 125px;
	text-indent: -900px;
	position:absolute; 
	top: 13px; 
	left: 332px;
}

.top-left-nav {
	position: absolute;
	top: 75px;
	left: 40px;
	height: 25px;
	width: 265px;
}

.top-right-nav {
	position: absolute;
	top: 75px;
	left: 558px;
	height: 25px;
	width: 265px;
}

.top-left-nav img, .top-right-nav img {
	margin-right: 28px;
}
.top-left-nav .last, .top-right-nav .last {
	margin-right: 0px;
}
/* END header styles */

#menu {
  padding: 0.5em 0.5em 0 0.5em;
  text-align: right;
  vertical-align: middle;
}
#navlist {
  font-size: 1.0em;
  padding: 0 0.8em 1.2em 0;
  color: #9cf;
}
#navlist a {
  font-weight: bold;
  color: #fff;
}
#subnavlist {
  padding: 0.5em 1.2em 0.4em 0;
  font-size: 0.8em;
  color: #9cf;
}
#subnavlist a {
  font-weight: bold;
  color: #9cf;
}
ul.links li {
 /* border-left: 1px solid #9cf; */
 
}
ul.links li.first {
  border: none;
}
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}
#search .form-text {
  width: 8em;
  padding: 0 0.5em;
}
.site-name {
  margin: 0.6em 0 0 0;
  padding: 0;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin: 0;
  font-style: italic;
  font-weight: bold;
}
#main-col {
	width: 665px;
	background: url(images/content-top.gif) top left no-repeat;
	margin: 0 0 0 0;
	padding: 65px 0 0 0;
	float: left;  
	position: relative;
}
#main-col .logo {
	left: 152px;
	top: 0;
	width: 215px;
	height: 50px;
	position: absolute;
	text-indent: -9000px;
}
#main-col .inside {
	padding: 0 0 0 10px;
}
#mission, .node .content, .comment .content {
  line-height: 1.4em;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}



/* Sidebar styles */

#sidebar-left {
	width: 153px;	
	float: left;
	margin: 0 0 0 3px;
}


#block-menu-menu-fit-2b-mom   /*  This is the "Fit 2b Mom menu */
{
	width: 153px;
	background: #a1c855 url(images/leftbot_green.gif) bottom no-repeat;
	padding: 0 0 12px 0;
}
#block-menu-menu-fit-2b-mom h2 {
	text-indent: -9000px;
	background: url(images/lefttop_green.gif) top left no-repeat;
	height: 42px;
	width: 153px;
}


#block-menu-menu-be-fit-   /*  This is the "Be Fit menu */
{
	width: 153px;
	background: #f28433 url(images/leftbot_orange.gif) bottom no-repeat;
	padding: 0 0 12px 0;
}
#block-menu-menu-be-fit- h2 {
	text-indent: -9000px;
	background: url(images/lefttop_orange.gif) top left no-repeat;
	height: 42px;
	width: 153px;
}

/* link styles */
#block-menu-menu-fit-2b-mom ul, #block-menu-menu-be-fit- ul {
	padding: 0;
}

#block-menu-menu-fit-2b-mom ul li, #block-menu-menu-be-fit- ul li {
	list-style: none;
	text-transform: lowercase;
	color: #795834;
	font-size: 140%;
}

#block-menu-menu-fit-2b-mom ul li a, #block-menu-menu-be-fit- ul li a {
	color: #795834;
}

/* END Sidebar styles */

/* footer styles */
#footer {
	width: 838px;
	background: url(images/footer.gif) no-repeat;
	height: 53px;
	margin: 0 auto;
	padding: 0;
}

#footer .nav {
	padding: 21px 0 0 0;
	height: 25px;
	text-align: center;
}
#footer .nav img {
	margin-right: 30px;
}
#footer .nav .last {
	margin-right: 0;
}

/* END footer styles */



/* copyright styles */
.copyright {
	width: 838px; 
	margin: 10px auto 20px; 
	color: #795834; 
	font-size: 11px;
}
.copyright a {
	color: #795834; 
	font-size: 11px; 
}
.copyright .alignright { float: right;}
.copyright .alignleft { float: left; }

/* END copyright styles */


.clear{clear: both;}



/**************************************************************
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
  font-weight: normal;
  font-size: 24px;
  color: #86b42d;
  margin: 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #999;
}
.links a {
  font-weight: bold;
}
.block, .box {
  padding: 0 0 1.5em 0;
}
.block {
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2em 0;
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .5em 0 .5em 0;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding-left: 1.5em;
}
.node .picture {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}










/**************************************************************
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.admin-panel .description {
  color: #999;
}
div.admin-panel .body {
  background: #f4f4f4;
}
div.admin-panel h3 {
  background-color: #69c;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}


/*** Homepage ***********************************************************/
.homepage { width: 660px; margin: 0 auto 20px; }
.slideshow { height: 342px; width: 654px; }

.level1 {}
.level1 .col1 { width: 182px; float: left; }
.level1 .col2 { width: 471px; float: right; }

.level2 {}
.level2 .col1 { width: 314px; float: left; }
.level2 .col2 { width: 340px; float: right; }


.level3 {}
.level3 .col1 {color: #7b9a12; font-size: 12px; }
.level3 h2 { color: #795834; text-align: center; font-size: 30px; margin: 0; padding: 0; }
.level3 h3 { color: #218b8b; font-size: 22px; margin: 0; padding: 0; }

.level4 {}
.level4 .col1 { text-align: center; }

.level4 h3 { color: #795834; text-align: center; }
.level4 p { color: #218b8b; }

.left {float: left;}
.right {float: right;}

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

/*** Page Content ***********************************************************/

#main-col .node h1.title { font-size: 24px; color: #86b42d; font-family: "Century Gothic", sans-serif; font-weight: normal; border-bottom: 1px solid #f2e8c6; margin-bottom: 10px;  padding: 0 0 7px 0; }
#main-col .node p { color: #795834; font-size: 12px; }
#main-col .node a { color: #629bb4; text-decoration: none; }
#main-col .node h1 { font-size: 24px; color: #f28433; font-weight: normal; }
#main-col .node h2 { font-size: 18px; color: #5893b0; font-weight: normal; }
#main-col .node h3 { font-size: 14px; color: #73a415; font-weight: normal; }
#main-col .node h4 { font-size: 14px; color: #f28433; font-weight: normal; }

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

/*** Calendar ***********************************************************/
.calendar-calendar ul.links { text-align: right; }
.calendar-calendar ul.links li { background: url(images/green_tab.gif) no-repeat; height: 27px; 
width: 60px; text-align: center;float: right; padding: 0; margin-left: 10px; }
.calendar-calendar ul.links li a { text-transform: lowercase; color: #fff; font-size: 14px; }
.calendar-calendar .date-nav { clear: right; }
/************************************************************************/

/*** Store **************************************************************/

.categorytitle { font-size: 24px; text-transform: lowercase; font-family: "Century Gothic"; color: #54b6d1; font-weight: normal; }

.categorypage { font-size: 12px; color: #795834; width: 600px; margin: 0 auto; }
.categorypage img.category { display: none; }
.categorypage table { margin: 15px 0; border: 1px solid #e3f3c3; color: #f28433; text-transform: lowercase; font-size: 18px; }
.categorypage table a { color: #f28433; }
.categorypage table thead { display: none; }
.categorypage table tr.even, .categorypage table tr.odd { background: #fff; border-bottom: 1px solid #e3f3c3; }
.categorypage table .list-add-to-cart { background: url(images/btn_order.gif) no-repeat; height: 41px; width: 82px; border: none; margin: 10px; }
.categorypage table img { padding: 10px; }
.categorypage table .uc-price-sell-price { padding: 10px; }


.product { width: 600px; margin: 0 auto; }
.product h2 { font-size: 24px; color: #54b6d1; text-transform: lowercase; font-weight: normal; }
.product .productbox { border: 1px solid #e3f3c3; padding: 10px; width: 580px; }

.product .productbox .col1 {width: 250px; float: left; }
.product .productbox .col1 #image {}

.product .productbox .col2 { width: 310px; float: right; }
.product .productbox .col2 p { color: #795834; }
.product .productbox .col2 ul li { list-style: none; background: url(images/icn_greendot.gif) left no-repeat; padding: 0 0 0 15px; }
.product .productbox .col2 #price { text-align: center; font-size: 18px; }
.product .productbox .col2 #price span { font-size: 14px;  }
.product .productbox .col2 #price p {color: #f28433; }
.product .productbox .col2 .add-to-cart {text-align: center; }

.product .productbox .col2 .add-to-cart .attributes { color: #f28433; }
.product .productbox .col2 .add-to-cart .attributes label { color: #f28433; font-weight: normal; font-weight: 14px; padding: 0 0 3px 0; }
.product .productbox .col2 .add-to-cart .attributes input, .product .productbox .col2 .add-to-cart .attributes select { color: #795834; border: 1px solid #9f9f9f; background: #fff; width: 175px; }

.product .productbox .col2 .add-to-cart .node-add-to-cart { width: 82px; height: 41px; background: url(images/btn_order.gif) no-repeat; border: none; cursor: pointer; }


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


