/* ---------------------
basic layout
--------------------- */

* {
	font-family: Verdana, Helvetica, sans-serif;
}

body {
	background:#C6D6D5;
	margin:0;
	color:#333333;
}

div,
td,
p {
	font-size:12px;
	line-height:18px;
	color:#333333;
}

a,
a:link,
a:active,
a:visited {
	text-decoration:underline;
	color:#000000;
}

a:hover {
	text-decoration:underline;
	color:#3973AC;
}

ul {
	margin: 5px;
	padding: 5px;
	list-style: none;
	list-style-type: square;
}

li {
	line-height: 18px;
	padding-left: 5px;
	padding-top: 0px;
	list-style-position: inside;
}

/** clear the banner to make it sit in the bottom **/
.clear {
	clear:both;
}

/* ---------------------
template layout
--------------------- */

/** wrapper to make the page center **/
#container {
	width:100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #fff;
	position: relative;
	clear: both;
}
#inner { width: 98%;
	padding-top: 22px;
	/* max-width: 1060px;
	min-width: 780px; */
	text-align: left;
	padding-left: 1%;
	display: table;
	}

#leftmenu {
	position:relative;
	float:left;
	clear:left;
	width:22%;
	
}

#contentmid {
	position:relative;
	width:70%;
	max-width: 780px;
	float:right;
	clear:right;
}
#pichome {
	padding-right: 15px;
	}

/** div container for top menu. position:top **/
#topmenu {
	position:relative;
	float:left;
	clear:left;
	background-color:#25826F;
	width: 100%;
	height: 29px;
	text-align: center;
}

#topmenu img {padding: 0px 4px;}

#leftfeature {

	float:left;
	width:350px;
	padding-right: 10px
}

#rightfeature {
	float: right;
	width: 140px;
}

.ctr {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	width: 99%;
}

h1#home {
	background: url(http://www.supplementsetc.com/CMS/templates/se/images/welcomehead.gif) no-repeat left bottom;
	height: 40px;
	padding-bottom: 8px;
	margin-top: 0px;
}
h1#home span {
	display: none;
}
p.herbs {background: none; text-align: left;}
/** copyright **/

#copyright {
	position:relative;
	width:99%;
	display:block;
	clear:both;
	float:left;
}

#copyright div {
	color:#555;
	font-size:10px;
	font-weight:bold;
	display:block!important;
	width:99%;
	float:left;
	clear:left;
	margin:-10px 0 0 0;
	text-align:left;
}



/* ---------------------
mambo content layout
--------------------- */

/** pathway block **/
span.pathway {
	display:block;
	text-align:left;
	color:#000000;
	font-size:10px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	height:20px;
	margin-bottom:10px;
}

/** content title **/
.componentheading {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size: 20px;
	line-height:25px;
	padding: 5px 0 5px 0;
	display:block;
}

td.contentheading {display: none}
table.moduletablefeature table.contentpaneopen .contentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#3973AC;
	font-weight: bold;
	padding-top: 0px;
	background-color:inherit;
	display:block;
}

.contentpagetitle,
a.contentpagetitle:link,
a.contentpagetitle:active,
a.contentpagetitle:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#3973AC;
	font-weight: bold;
	padding-top: 25px;
	background-color:inherit;
	display:block;
}

.contentpaneopen {
	width:98%;
}

.sectiontableheader {
	font-weight: bold;
}

.category, .categorytitle {
	font-weight: bold;
	color:#3973AC;
	background-color:inherit;
}

.sectiontableentry1 {
	background-color: #EFEFEF;
	padding: 2px;
	color:#333333;
}

.sectiontableentry2 {
	background-color: #FFFFFF;
	padding: 2px;
	color:#333333;
}

/** blog Styles **/
.blogsection {
	color:#3973AC;
	background-color:inherit;
}

.blog_more {
	font-weight: bold;
	line-height: 25px;
	padding-top: 20px;
	color: #3973AC;
	border-bottom: 1px solid #E5E5E5;
	background-color:inherit;
}

/** small text in content **/
.small {
	color:#999999;
	font-size:10px;
	font-weight: bold;
	background-color:inherit;
}

/** table of content layout **/
table.contenttoc {
	border:1px solid #000000;
	padding:1px;
	width:130px;
	margin: 0 0 10px 10px;
}

/** table of content header **/
.contenttoc th {
	color:#FFFFFF;
	background-color:#666666;
	font-size:11px;
	display:block;
	width:124px;
}

/** unordered list for latest news module **/
ul.latestnews li,ul.mostread li {
	line-height: 18px;
	font-size:11px;
	font-weight:bold;
	list-style-type: none;
	list-style-position: outside;
}


/** fix opera table width for content list in table category**/
table.contentpane td.contentdescription {
	width:100%!important;
}


/* ---------------------
Links
--------------------- */

/*** read more link ***/
.readon,
a.readon:link,
a.readon:active,
a.readon:visited {
	color:#555;
	font-weight:bold;
	text-align:left;
	margin-top:10px;
	letter-spacing: 2px;
	font-size:10px;
	text-decoration:none;
}

/*** blog links ***/
a.blogsection:link,
a.blogsection:active,
a.blogsection:visited {
	color:#3973AC;
	text-decoration:none;
}

/** generic menu item link **/
a.mainlevel:link,
a.mainlevel:active,
a.mainlevel:visited,
a.sublevel:link,
a.sublevel:active,
a.sublevel:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	line-height: 28px;
}

/** generic menu item link on mouseover **/
a.mainlevel:hover,
#leftcol a.mainlevel:hover {
	background-color:#484848;
	color:#FFFFFF!important;
	text-decoration:none!important;
}

/** specific top right column menu item link **/
a.mainlevel-right:link,
a.mainlevel-right:active,
a.mainlevel-right:visited,
a.sublevel-right:link,
a.sublevel-right:active,
a.sublevel-right:visited {
	color:#000000;
	text-decoration:none;
	font-size:11px;
}

/** specific top right column menu item link on mouseover **/
a.mainlevel-right:hover {
	background-color:#CCCCCC;
	text-decoration:none;
}


/** pathway link item **/
a.pathway:link,
a.pathway:link,
a.pathway:active,
a.pathway:visited {
	color:#999999;
	text-decoration:none;
}

/** table of content list **/
a.toclink:link,
a.toclink:active,
a.toclink:visited {
	color:#3973AC;
	font-size:11px;
	padding:2px 10px 2px 10px;
	display:block;
	text-decoration:none;
}

.pagenavbar a:link,
.pagenavbar a:active,
.pagenavbar a:visited  {
	letter-spacing:2px;
	color:#000000;
	font-size: 11px;
	text-decoration: none;
}

.pagenavbar a:hover {
	color:#3973AC;
}

/** latestnews and popular **/
.latestnews,
.mostread {
	color:#000000;
}

a.latestnews:link,
.mostread a:link,
.latestnews a:active,
.mostread a:active,
.latestnews a:hover,
.mostread a:hover,
.latestnews a:visited,
.mostread a:visited {
	color:#000000;
	text-decoration:underline;
}
#header {
	background: url(../images/topbg2008.gif) no-repeat right top;
	height: 126px;
	padding-top: 10px;
	text-align: left;
	padding-right: 5%;
}


/** underline on hover **/
a.toclink:hover,
a.latestnews:hover,
a.mostread:hover,
a.pathway:hover,
a.sublevel:hover,
a.sublevel-right:hover,
a.blogsection:hover,
a.readon:hover,
a.pagenav:hover ,
a.pagenav_next:hover,
a.pagenav_pre:hover,
a.latestnews:hover {
	text-decoration:underline;
	color:#3973AC;
	background-color:inherit;
}

#leftcol a:hover {
	color: #93B7DB;
	text-decoration:none;
}


/* ---------------------
mambo module layout
--------------------- */

/** general module table **/
table.moduletable,
{
	width:100%;
	float:left;
	clear:left;
}

/** general module title **/
table.moduletable th {
	border: 1px solid #000000;	
	color:#FFFFFF;
	font-family: Palatino, "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size:15px;
	line-height:20px;
	background-color:#484848;
	height:25px;
	text-align:left;
	padding-left:15px;
	font-weight:normal;
}
hr	{
	width: 90%;
}
/** generic menu item **/
.mainlevel  {
	display:block;
	height:25px;
	line-height:25px;
	padding-left:15px;
	background:transparent url(../images1/bg_mainlevel.gif) repeat-x center top;
	font-weight:bold;
	text-decoration:none;
}


/** search div in top right column. position:user4 **/
div.search {
	margin-left:10px;
}

/** search field in search div **/
.search .inputbox {
	width:15em;
	border: 1px solid #777;
}

.button
{
	font-size:11px;
	color:#666666;
	font-weight:bold;
	background-color:#CCCCCC;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
	margin-top: 10px;
}

label {display: none}
.search  {
	margin-top:30px;
}
#features {clear:both; padding-top: 14px; display: table; min-width: 600px;}
td.main2 {padding-left: 25px; padding-top: 40px;}
table.moduletablelefty td {padding-bottom: .25em; font-size: 1em;}
a.mainlevelcatalog:link {color: #25826F; text-decoration: underline; }
a.mainlevelcatalog:visited {color: #000; text-decoration: underline; }
a.mainlevelcatalog:hover {color: #aa2299; text-decoration: none;}