/* 		JogjaCamp Standard CSS 				*/


/* Body Style */
body {
	font-size: 12px;
	color: #000;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}


body, p, h1,h2,h3,h4,h5,h6,div,ol,li,td,th,a,form,input,select,textarea,option,label {
	font-family: georgia, Arial, Helvetica, sans-serif;
}

p, td, th, span, div{
	line-height: 130%;
}


p {
	margin: 4px 0px 4px 0px !important;
}

/* standard Hyperlink */
a {
	text-decoration: none;
	color: #ab171d;
}

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

/* standard Form */
form {
	margin: 0px;
}

input,select,textarea,option,label {
	font-size: 11px;
}

/* standard form select + option*/
select{
}

/* standard form textarea */
textarea {
}

/* standard cell */
td, th {
	vertical-align: top;
	line-height: 150%;
}

td.text, td.form {
	padding: 4px;
}

img {
	border: none;
}
.floatRight{
 	float: right;
	margin-left: 18px;
}
.floatLeft{
 	float: left;
	margin-right: 18px;
}

.center{
	text-align: center;
}

.left{
	text-align:left;
}
.right{
	text-align: right;
}
.justify{
	text-align:justify;
}

.clear {
	clear: both;
	padding: 0px !important;
	margin: 0px !important;
	height: 0px;
	overflow: hidden;
}

/* --------- warper element -------- */
.body{
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.mainPage{
	width: 926px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background-color: #d11e1a;
}
.wrapper {
	min-height: 560px;
	background: url(../images/bgMain.jpg) top left no-repeat;
}
*html .wrapper {
	height: 560px;
	overflow: visible;
}

.main {
	padding: 27px 55px;
}

.mainContent {
	border: 5px solid #fff;
	padding: 2px;
}
.mainContent .content {
	padding: 20px 30px;
	min-height: 460px;
	background-color: #fff;
}
*html .mainContent .content {
	height: 460px;
	overflow: visible;
}

h1.title {
	margin: 10px 0px !important;
	padding: 0px !important;
	font-size: 2.25em;
	font-weight: bold;
	font-family: arial;
	color: #f1aa05;
}

.banner {
	width: 816px;
	height: 290px;
	padding: 0px;
	overflow: hidden;
	margin-bottom: 8px;
}	
ul.column {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}
ul.column li {
	float: left;
	margin-left: 8px;
}
ul.column li.first {
	margin-left: 0px !important;
}
ul.column li .banner {
	width: 404px;
	height: 210px;
	padding: 0px;
	overflow: hidden;
	margin-bottom: 8px;
}


/* --------- header element -------- */
.header {
	height: 167px;
	padding: 0px;
	overflow: hidden;
	background: url(../images/bgHeader.gif) bottom left repeat-x #fff;
}
.innerHeader {
	position: absolute;
	width: 926px;
	height: 167px;
	padding: 0px;
	overflow: hidden;
	background: url(../images/headerImg.jpg) top left no-repeat;
	z-index: 1;
}
.outerHeader {
	position: absolute;
	width: 926px;
	height: 45px;
	margin-top: 118px;
	padding: 0px;
	overflow: hidden;
	z-index: 3;
}
a.sitename {
	width: 222px;
	height: 114px;
	padding: 35px 0px 0px 35px;
	overflow: hidden;
	float: left;
	display: block;
}
.nav {
	width: 400px;
	height: 16px;
	padding: 7px 2px;
	overflow: hidden;
	float: right;
	display: block;
	background: url(../images/bgNav.gif) top left no-repeat;
}
.nav p {
	margin: 0px !important;
	padding: 0px !important;
	display: inline;
	font-size: 9px;
	font-weight: bold;
}
.nav p.first a {
	border: none !important;
}
.nav p a {
	padding: 0px 10px;
	color: #ab171d;
	border-left: 1px solid #ab171d;
}
.nav p a:hover {
	color: #986f35;
}

.menu {
	padding: 0px 0px 0px 237px;
}
.menu ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}
.menu ul li {
float: left;
margin-right: 6px;
height: 45px;
}

.menu ul li a {
	float: left;
	height: 45px;
	padding: 0px;
	overflow: hidden;
	background-position: 0px 0px;
}

#mn1 {
width: 117px;
background: url(../images/menu/our_products.gif) no-repeat;
}
#mn2 {
width: 102px;
background: url(../images/menu/whats_new.gif) no-repeat;
}
#mn3 {
width: 85px;
background: url(../images/menu/about_us.gif) no-repeat;
}
#mn4 {
width: 199px;
background: url(../images/menu/why_natural.gif) no-repeat;
}
#mn5 {
width: 117px;
background: url(../images/menu/shop_online.gif) no-repeat;
}

#mn1:hover, #mn2:hover, #mn3:hover, #mn4:hover, #mn5:hover {
	background-position: 0px -45px;
}
.menu ul li a.active {
	background-position: 0px -90px !important;
}

/* --------- footer element -------- */
.footer {
	
}
.footerCell {
	
}

/* update Nov 05, 2008 */

.mainContent {
	border: 8px solid #691c22;
	padding: 2px;
	background-color: #353130;
}
.mainContent .content {
	padding: 20px 30px;
	min-height: 460px;
	border: 1px solid #f5cf14;
	background-color: #fff;
}
*html .mainContent .content {
	height: 460px;
	overflow: visible;
}

p.bigger {
	margin: 25px 0px !important;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 130%;
}
p.thinner {
	font-size: 11px;
}
h2.subtitle {
	color: #cd0704;
	border-top: 2px solid #cd0704;
	font-size: 1.5em;
	font-weight: lighter;
	padding-top: 15px !important;
}

table.contactForm {
	margin: 20px 0px;
	border: none;
	background-color: #fef8ec;
}
table.contactForm td {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
}
table.contactForm td.tdLeft {
	padding-left: 45px;
	padding-top: 8px;
	width: 100px;
	font-size: 13px;
}
table.contactForm td.tdLeft span {
	font-size: 11px;
}

table.contactForm td img {
	margin-left: 25px;
	border: 1px solid #cfcdc1;
}

input.text01 {
	width: 376px;
	border: 1px solid #f1b902;
	padding: 3px 2px;
	font-size: 12px;
}
input.text02 {
	width: 120px;
	border: 1px solid #f1b902;
	padding: 3px 2px;
	font-size: 12px;
}
input.text03 {
	margin-left: 25px;
	width: 110px;
	border-top: 1px solid #beb8ac;
	border-left: 1px solid #beb8ac;
	border-bottom: 1px solid #f0eade;
	border-right: 1px solid #f0eade;
	background-color: #fef8ec;
	padding: 3px 2px;
	font-size: 12px;
}
select.select01 {
	width: 110px;
	border: 1px solid #f1b902;
	padding: 3px 2px;
	font-size: 12px;
}
textarea.tarea01 {
	width: 376px;
	height: 40px;
	border: 1px solid #f1b902;
	padding: 3px 2px;
	font-size: 12px;
	overflow: auto;
}
textarea.tarea02 {
	width: 376px;
	height: 100px;
	border: 1px solid #f1b902;
	padding: 3px 2px;
	font-size: 12px;
	overflow: auto;
}
input.button01 {
	border: 1px solid #211604;
	background-color: #211604;
	color: #fff;
	font-family: arial;
	font-size: 14px;
	margin-left: 25px;
	margin-top: 15px;
	cursor: pointer;
	padding-left: 8px;
	padding-right: 8px;
}
input.button02 {
	border: 1px solid #211604;
	background-color: #fff;
	color: #211604;
	font-family: arial;
	font-size: 14px;
	margin-left: 10px;
	margin-top: 15px;
	padding-left: 8px;
	padding-right: 8px;
	cursor: pointer;
}