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

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

.waterbody {
	background-color:#103894;
	margin:0;
	color:#333333;
}

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

h1 {
   color: #FF0000;
   font-size:16px;
   font-weight: bold;
   padding-left: 110px;
   margin-top: 20px;
}
html>body h1 {
   color: #FF0000;
   font-size:16px;
   font-weight: bold;
   padding-left: 110px;
   margin-top: 20px;
}

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

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

li {
line-height: 15px;
	list-style-image: url(../images/li_dot.gif);
	color: #103894;
}


<!--[if IE]>
li {
font-size: 10px;
}
<![endif]-->

<!--[if IE]>
ul {
	list-style-type: disc; color: #FF0000;
}
<![endif]-->


.clear {
	clear:both;
}

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

/** wrapper to make the page center **/
#container {
	width:814px;
	min-height: 405px;
	margin: 27px auto;
	padding:0;
	text-align: left;
}

/**
holds background
**/

div #logo {
	position: relative;
	width: 100%;
	height:85px;
   top: 0;
   right: 0;
	z-index: 2;
	color: yellow;
	background-color: #FFFFFF;
	text-align: left;
	clear: both;
}
#logo_container {
   width:270px;
   float:left;
}

.banner_message {
	float:right; 
	width:465px; 
	font-size:25px;
	line-height:32px; 
	margin: 10px 10px 0 0;
	text-align:right;
}

#containerbg {
	position:relative;
	width: 100%;
	background-color: #FFFFFF;
	float:left;
	top:0;
	left:0;
	height: 494px;

}


hr {
   border:1px solid red;
	color: #ff0000;
background-color: #ff0000;
}

.red_divider_head {
	position: relative;
	top: 0px;
	left: 0px;
	border-bottom:5px solid #FC0A16;
	width: 814px;
}

html>body .red_divider_head {
	position:relative;
	float:left;
	clear:left;
	background-color:#FC0A16!important;
	width: 100%;
	height:85px;
}

#container_inner {
	position:relative;
	float:left;
	clear:left;
	width:100%;
	min-height: 405px;
}

/** div container for left column **/
#leftcol {
	position:relative;
	padding-top: 60px;
	float:left;
	clear:left;
	width:195px;
	background:#FFFFFF;
}


/** div container for mainbody **/
#content_main {
	position:relative;
	float:left;
   z-index: 1;
	width:616px;
	height: 405px;
	margin:0px 0 0px 0px;
	background-color: transparent;
}



#frontpage_text {
   position:absolute;
   color: #FF0000;
   font-size: 15pt;
   width: 300px;
   font-family: "Arial Black", Arial, Helvetica;
   top: 145px;
   left: 95px;
}

/** copyright **/
#copyright {
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	display:block!important;
	width:814px;
	float:left;
	clear:left;
	margin:0 0 0 0;
	text-align: right;
}



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


/** 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;
}

.contentheading,
.contentpagetitle,
a.contentpagetitle:link,
a.contentpagetitle:active,
a.contentpagetitle:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FF0000;

	font-weight: bold;
	padding-top: 25px;
	background-color:inherit;
	display:block;
}

.contentpaneopen {
	width:100%;
}


/** pdf, printer version, and email to friend button **/
.buttonheading {
	width: 16px!important;
	text-align:right;
}

.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;
}



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

/** date info in content **/
#content_main .createdate {
	color:#4A87C4;
	font-size:10px;
	padding: 0 0 15px 0;
	line-height:8px;
	background-color:inherit;
}

#content_main .modifydate {
	color:#999999;
	font-size:10px;
	padding: 0;
	background-color:inherit;
}

/** toc page navigation  **/
.pagenav_prev,
.pagenav_next {
	font-size:11px;
}


/** content item navigation  **/
.pagenavbar  {
	display:block;
	width:100%;
	background-color:inherit;
	height:20px;
	line-height:25px;
	text-align:right;
	letter-spacing:2px;
	color:#999999!important;
	clear:both;
	font-size: 11px!important;
	margin-top: 10px;
	background-image: url(../images/bg_pagenav.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;	
}

.pagenav {
	height:20px;
	line-height:25px;
	text-align:right;
	letter-spacing:2px;
	color:#999999;
	clear:both;
	font-size: 11px;
	margin-left: 0;
	margin-right: 0;
	background-color:inherit;
}

.back_button {
	display:block;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	width:100%;
	margin-bottom:10px;
	letter-spacing:2px;
}

/** highlight word search result **/
.highlight {
	font-weight:bold;
	background-color: #FFFF00;
	padding: 2px 0 2px 0;
	
}

/** table of content layout **/
table.contenttoc {
	border:1px solid #FFFFFF;
	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;
}


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


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

/** any left column link **/
#leftcol a:link,
#leftcol a:visited {
	color:#003399;
	font-size: 15px;
}

a#ag_link:link,
a#ag_link:active,
a#ag_link:visited {
	color: #9E9E9E;
	font-weight: bold;
	font-size: 11px
}
a#ag_link:hover {
   color: green;
   font-weight: bold;
   font-size: 11px
}

/** generic menu item link **/
a.mainlevel:link,

a.mainlevel:visited,
a.sublevel:link,
a.sublevel:active,
a.sublevel:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
}


/** generic menu item link on mouseover **/
#leftcol a:active {
   color: red;
}

a.mainlevel:hover,
#leftcol a.mainlevel:hover {
	background-color:#FFFFFF;
	color:red!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;
}


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


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

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

/** general module table **/
#rightcol table,
#leftcol table td {
	font-size:11px !important;
	color:#CCCCCC;
}

#rightcol table,
#rightcol table td {
	font-size:11px !important;
	color:#030303;
}



/** generic menu item **/
.mainlevel  {
	display:block;
	height:25px;

	padding-right: 60px;
	text-align: right;
	background:transparent url(../images/nav_ico.gif) no-repeat 140px 1px;
	
	font-weight:bold;
	text-decoration:none;
}


/* 
mambo top menu layout
you need to add menu class suffix: -nav
*/

/** unordered list top menu **/
ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

/** unordered list item for top menu **/
ul#mainlevel-nav li
{
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	width: auto !important;
	font-size: 11px;
	line-height: 23px;
	white-space: nowrap;
}

/** unordered list item link for top menu **/
ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold;
}

/** unordered list item link for top menu for firefox only **/
#topmenu>ul#mainlevel-nav li a {
	width: auto;
}

/** unordered list item for top menu for firefox only **/
ul#mainlevel-nav li a:hover {
	background: #535353;
	text-decoration:none;
}

#bottompadding	{
	position:relative;
	width:900px;
	display:block;
	height:0px;
	margin-top:-100px;
}


/* Main contents default right image */
#page_bg_image {
   position: absolute;
   background: #FFFFFF;
   float: left;
   top: 0px;
   right: -2px;
   z-index: -1;
   height:404px;
   width: 642px;
}


/* Used to used a different image for the right side of the websites main content. */
/*.home_style #page_bg_image {
   position: absolute;
   background: #FFFFFF url(../images/right_images/bg_coconut.jpg) no-repeat top right;
   float: left;
   top: 0px;
   right: -2px;
   z-index: -1;
   height:404px;
   width: 642px;
}*/

/* other pages images */
.yoghurts_stl #page_bg_image {
   background: #FFFFFF url(../images/right_images/yoghurt.jpg) no-repeat top right;
}

.nutrition-info_stl #page_bg_image {
   background: #FFFFFF url(../images/right_images/nutrition.jpg) no-repeat top right;
}

.faqs_stl #page_bg_image {
   background: #FFFFFF url(../images/right_images/faq.jpg) no-repeat top right;
}

.events_stl #page_bg_image {
   background: #FFFFFF url(../images/right_images/events.jpg) no-repeat top right;
}

.testimonials_stl #page_bg_image {
   background: #FFFFFF url(../images/right_images/testimonials.jpg) no-repeat top right;
}

.quality-assurance_stl #page_bg_image {
   background: #FFFFFF url(../images/right_images/productlist.jpg) no-repeat top right;
}

.wholesale_stl #page_bg_image {
   background: #FFFFFF url(../images/right_images/wholesale.jpg) no-repeat top right;
}

.thank-you_stl #page_bg_image {
   background: #FFFFFF url(../images/right_images/wholesale.jpg) no-repeat top right;
}

.contact-us_stl #page_bg_image {
   background: #FFFFFF url(../images/right_images/contactus.jpg) no-repeat top right;
}



#page_content {
   width: 375px;
   overflow: auto;
   height: 340px;
   padding-right: 10px;
   
   scrollbar-face-color: #FC0A16;
   scrollbar-highlight-color: #CCCCCC;
   scrollbar-3dlight-color: #CCCCCC;
   scrollbar-darkshadow-color: #000000;
   scrollbar-shadow-color: #FC0A16;
   scrollbar-arrow-color: #FFFFFF;
   scrollbar-track-color: #CCCCCC;
}



#front_content {
   width: 600px;
   
   height: 405px;
   overflow: visual;
}

._stl #page_content {
   padding-right: 0px;
   overflow: visible!important;
}

.home_stl #page_content {
   padding-right: 0px;
   overflow: visible!important;
}


.nutrition-info_stl p {
   line-height: 17px; 
}
.faqs_stl #page_content {
   overflow: auto!important;
   height: 340px;
   padding-right: 10px;

scrollbar-face-color: #FC0A16;
scrollbar-highlight-color: #CCCCCC;
scrollbar-3dlight-color: #CCCCCC;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #FC0A16;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #CCCCCC;

}

.contact-us_stl #page_content {
   padding-top: 1px;
   height: 340px;
}

.contact-us_stl a:link{
	color: #FF0000!important;
	font-weight: bold;
	font-size: 12px
}
.contact-us_stl a:active{
	color: #FF0000!important;
	font-weight: bold;
	font-size: 12px
}
.contact-us_stl a:visited {
	color: #FF0000!important;
	font-weight: bold;
	font-size: 12px
}

.contact-us_stl a:hover {
	color: #FF9595!important;
	font-weight: bold;
	font-size: 12px
}

.testimonials_stl #page_content {
   overflow: auto!important;
   padding-right: 10px;
   scrollbar-face-color: #FC0A16;
   scrollbar-highlight-color: #CCCCCC;
   scrollbar-3dlight-color: #CCCCCC;
   scrollbar-darkshadow-color: #000000;
   scrollbar-shadow-color: #FC0A16;
   scrollbar-arrow-color: #FFFFFF;
   scrollbar-track-color: #CCCCCC;
}

.quality-assurance_stl #page_content {
   padding-right: 35px;
}
.quality-assurance_stl li {
	list-style-image: url(../images/tick.gif);
	color: #103894;
}

.wholesale_stl #page_content {
   padding-right: 45px;
}

.thank-you_stl #page_content {
   padding-right: 35px;
}

.map_stl {
   padding-top: 40px;
}

.map_stl #map {
   float: left;
   
   width: 200px;
}
.map_stl .cities {
   padding-top: 30px;
   float: left;
   width: 200px;
   scrollbar-face-color: #FC0A16;
scrollbar-highlight-color: #CCCCCC;
scrollbar-3dlight-color: #CCCCCC;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #FC0A16;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #CCCCCC;
}

.map_stl .stores {
   padding-top: 25px;
   float: left;
   text-align: right;
   width: 200px;
   height: 220px;
   scrollbar-face-color: #FC0A16;
scrollbar-highlight-color: #CCCCCC;
scrollbar-3dlight-color: #CCCCCC;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #FC0A16;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #CCCCCC;
}

#sel_city {
   font-size: 19px;
   font-weight: bold;
   padding-right: 20px;
   color: red;
   text-align: right;
}

.cities #sel {
   font-size: 14px;
   font-weight: bold;
   color: red;
}

.map_stl .data {
   margin-top: 10px;
   padding-right: 10px;
   overflow: auto;
}

.stores .data {
   height: 270px;
}

.cities .data {
   height: 290px;
}