@charset "utf-8";
/* CSS Document */

html {  }
body { background: #406705 url(../images/background.gif) repeat-x; margin: 0; padding: 0; color: black; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; height: 100%; width: 100%; }

hr { border: 0; background: transparent url(../../../common/images/item-spacer.gif) ;  height: 1px; }

a { color: #1f3506; text-decoration: none; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; }

a:hover { color: #667c00; }

img { border: 0; }

.offline { width: auto; margin: 50px auto; text-align: center; font-size: 14px; color: #663333; font-weight: bold; }

/* ========================================= Container */

#container {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	min-height: 100%;
	border-top: 0;
	border-bottom: 0;
	border-left: 1px solid white;
	border-right: 1px solid white;
	background: white;	
	position: relative;
}

#header-container {
	width: 100%;
	height: 145px;
	border: 0;
	margin: 0;
	padding: 0;
	background: #364f00 url(../images/headerbg.gif) repeat-x;
}

#header-left { 
	padding: 0;
	border: 0;
	margin: 0;
	width: 310px;
	height: 100%;
	position: relative;
	float: left;
}

#header-right {
	padding: 0;
	border: 0;
	margin: 0;
	width: 640px; 
	height: 100%;
	position: relative;
	float:right;
	background: transparent url(../images/headerdesign.gif) no-repeat top right;
}

#navigation-container { 
	padding: 0;
	margin: 0;
	border: 0;
	height: 35px;
	width: 950px;
	background: white url(../images/menu/menubg.gif) repeat-x;
	white-space: nowrap;
	text-align: center;
}

#navigation-container ul { 
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation-container li { 
	display: inline; padding: 0; margin: 0;
}

#navigation-container a {
	display: -moz-inline-stack; display: inline-block;
}

#home {  background: transparent url(../images/menu/home.gif) no-repeat 0 0; height: 35px; width: 62px; }
#home:hover { background-position: 0 -35px; }
#products {  background: transparent url(../images/menu/products.gif) no-repeat 0 0; height: 35px; width: 101px; }
#products:hover { background-position: 0 -35px; }
#news {  background: transparent url(../images/menu/news.gif) no-repeat 0 0; height: 35px; width: 64px; }
#news:hover { background-position: 0 -35px; }
#reviews {  background: transparent url(../images/menu/reviews.gif) no-repeat 0 0; height: 35px; width: 86px; }
#reviews:hover { background-position: 0 -35px; }
#videos {  background: transparent url(../images/menu/videos.gif) no-repeat 0 0; height: 35px; width: 74px; }
#videos:hover { background-position: 0 -35px; }
#tips {  background: transparent url(../images/menu/tips.gif) no-repeat 0 0; height: 35px; width: 128px; }
#tips:hover { background-position: 0 -35px; }
#blogs {  background: transparent url(../images/menu/blogs.gif) no-repeat 0 0; height: 35px; width: 68px; }
#blogs:hover { background-position: 0 -35px; }
#gallery {  background: transparent url(../images/menu/gallery.gif) no-repeat 0 0; height: 35px; width: 91px; }
#gallery:hover { background-position: 0 -35px; }
#stockists {  background: transparent url(../images/menu/stockists.gif) no-repeat 0 0; height: 35px; width: 91px; }
#stockists:hover { background-position: 0 -35px; }
#aboutus {  background: transparent url(../images/menu/aboutus.gif) no-repeat 0 0; height: 35px; width: 96px; }
#aboutus:hover { background-position: 0 -35px; }
#contactus {  background: transparent url(../images/menu/contactus.gif) no-repeat 0 0; height: 35px; width: 113px; }
#contactus:hover { background-position: 0 -35px; }
#links {  background: transparent url(../images/menu/links.gif) no-repeat 0 0; height: 35px; width: 56px; }
#links:hover { background-position: 0 -35px; }

#navigation-container span { display: none; }

#content-container { width: 100%; padding: 0; margin: 0; position: relative; background: white; }

#footer-container { 
	width: 950px;
	height: auto;
	border-left: 1px solid white;
	border-right: 1px solid white;
	margin: 0 auto;
	padding: 5px 0;
	background: #364e00 url(../images/footer.gif) repeat-x; 
	color: white;
	text-align: center;
	position: relative; 
}
#footer-container a { color: white; }
#footer-container a:hover { color: #CCCCCC; }

/* template */
#com-header {position: relative; margin: 5px 0 5px auto; width: auto; padding: 0 5px; text-align: right;  }
#contents { position: relative; width: 560px; margin: 5px auto; padding: 0; border: 0; overflow: hidden; }
#top-container { width: auto; height: auto; position: relative; border: 0; margin: auto;  }
#left-container { width: 180px; position: relative; float: left; border: 0; }
#right-container { width: 180px; position: relative; float: right; border: 0; }

#center-left-container { position: relative; width: 100%; margin: auto; text-align: center; padding: 0; border: 0; }
#center-right-container { position: relative; width: 100%; margin: auto; text-align: center; padding: 0; border: 0; }
#after-left-container { position: relative; width: 100%; margin: auto; text-align: center; padding: 0; border: 0; }
#after-right-container { position: relative; width: 100%; margin: auto; text-align: center; padding: 0; border: 0; }

/* ========================================= Container */

.clear { clear: both; height: 5px; }

.error {
	color: #ff2c35;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

.success { 
	color: #006600;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

.mod-spacer { height: 5px; margin: 0; padding: 0; clear: both; }
.mod-title { text-align: right; }
.moduleSpacer { height: 5px; width: 5px; }

/* ========== Login Module */
.mod-login { width: 180px; height: auto; padding: 5px 0; text-align: center;  }
.login-text-box { background: white; font-size: 10px; margin: 1px 0; width: 120px; height: 12px; border: 1px solid #cccccc; padding: 1px 2px 1px 2px;}
.login-submit { font-size: 10px; float: right; }

#password_a.login-text-box { 
	background: white url(../../../common/images/password_a.gif) no-repeat top right;
}
#password_i.login-text-box { 
	background: white url(../../../common/images/password_i.gif) no-repeat top right;
}
#username_a.login-text-box { 
	background: white url(../../../common/images/username_a.gif) no-repeat top right;
}
#username_i.login-text-box { 
	background: white url(../../../common/images/username_i.gif) no-repeat top right;
}

/* ==========  End Login Module */

/* ========== search Module and Component */

.mod-search { width: 180px; height: auto; margin: 0; padding: 5px 0; border: 0; } 
.menu-search { color: #666666; text-align: center; }
.menu-search-code { background: white; font-size: 10px; margin: auto; width: 120px; height: 12px; border: 1px solid #cccccc; padding: 1px 2px 1px 2px; }
.menu-search-submit { background: white url(../../../common/images/find.gif) no-repeat; font-size: 10px; margin: auto; width: 16px; height: 16px; border: 0; padding: 1px 2px 1px 2px; }
.menu-search-submit:hover { cursor: pointer; }

/* ==========  End search Module */

/* ========== features Module */
.mod_features { margin: 0; padding: 0; } 
/* ==========  End features Module */
