/*
--------------------------------------------------------
AKNKS.com CSS Stylesheet
Author: Christopher Jack   http://plusinteresting.com/
Version:  03 Augest 2007
-------------------------------------------------------- */


/* -------------->>> Body styles <<<---------------------- */
* {
	margin: 0;
	padding: 0;
	border: 0;
	color: #333;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #fff url(../images/imgs/bg_body.gif) repeat-x left 18px;
	line-height: 150%;
}
a, a:link, a:visited, a:hover, a:active { text-decoration: none; }
a, a:link { color: #039; }
a:visited { color: #690097; }
a:hover {
	color: #930;
	text-decoration: underline;
}
a:active { color: #c63; }
h1, h2, h3, h4, h5, p {
	font-weight: normal;
	color: #300;
}
ul, li {
	list-style: none;
}
hr {
	color: #efefef;
	height: 2px;
	background-color: #efefee;
	border: none;
}
table {
	border: 0;
	margin: 0 0 18px 0;
	padding: 0;
}
table tr td { padding: 2px; }


/* ---------------->>> Holder styles <<<---------------------- */

#mainholder {
	width: 850px;
	margin: 0 auto;
}
#holder {
	width: 100%;
	position: relative;
	background: #fdfbf9 url(../images/imgs/bg_holder.gif) repeat-x 0 0;
	z-index: 10;
	border-bottom: 6px solid #8de;
	border-top: 1px solid #fff;
}


/* -------------->>> Header styles <<<---------------------- */

#header {
	width: 100%;
	height: 100px;
	position: relative;
	background: #8de url(../images/imgs/bg_header.jpg) no-repeat 0 bottom;
	z-index: 11;
	border-bottom: 6px solid #c00;
}
#logo {
	position: absolute;
	top: 10px;
	left: 30px;
}

/* -------------->> Language bar <<--------------- */
#header ul.lang_bar {
	float: right;
	position: relative;
	top: 1.5em;
	right: .5em;
}
ul.lang_bar li {
	margin: 0 .5em;
	float: left;
	height: 19px;
}
ul.lang_bar li.icon_flag_eng {
	background: url(../images/imgs/icon_flag.jpg) no-repeat 0 -19px;
}
ul.lang_bar li.icon_flag_jap {
	background: url(../images/imgs/icon_flag.jpg) no-repeat 0 0;
}
ul.lang_bar li a {
	font-size: 1em;
	padding-left: 2.7em;
	color: #666;
	text-decoration: underline;
	/*height: 19px; for no flag style.
	width: 2.5em;
	display: block;*/
}
ul.lang_bar li a:visited {
	color: #666;
	text-decoration: underline;
}
ul.lang_bar li a:hover {
	color: #930;
}

/* ----------------->> NAV. <<------------------ */
#nav {
	width: 588px;
	height: 50px;
	position: absolute;
	padding: 4px 0 0 32px;
	background: #eaf3f7 url(../images/imgs/bg_nav.jpg) no-repeat 0 0;
	top: 60px;
	left: 212px;
	z-index: 12;
}
ul#nav li {
	font-size: 1.3em;
	font-weight: bold;
	font-family: tahoma;
	margin-right: .2em;
	float: left;
}
ul#nav li a {
	color: #2c588b;
	display: block;
	background: transparent;
	height: 38px;
	padding: 12px 12px 0 12px;
	float: left;
}
ul#nav li.active {
}
ul#nav li.active a {
	color: #fff;
	background: #524438 url(../images/imgs/bg_nav_li_hover.gif) repeat-x center center;
}
ul#nav li a:hover {
	color: #fff;
	background: #524438 url(../images/imgs/bg_nav_li_hover.gif) repeat-x center center;
	text-decoration: none;
}


/* ------------>>> #holder(main content area) styles <<<------------------ */

/* ----------------->> Left <<------------------ */
#left {
	width: 169px;
	height: 950px;
	float: left;
	position: relative;
	background: #eae2d1 url(../images/imgs/bg_left.gif) repeat-x 0 0;
	margin-right: 43px;
	z-index: 7;
}
#left ul.block {
	width: 186px;
	padding: 0 4px 0 5px;
	position: absolute;
	top: 17px;
	left: -5px;
	background: transparent url(../images/imgs/bg_left_ul.gif) repeat-y 0 0;
	z-index: 8;
}
#left ul.block li h2 {
	line-height: 24px;
	border-top: 1px solid #e0d5bc;
	border-bottom: 1px solid #e0d5bc;
	padding: 1px 0;
	background: #fff url(../images/imgs/bg_left_ul_li_h2.gif) repeat-x 0 center;
	font-size: 12px;
	padding-left: 1em;
}
#left ul.block ul {
	margin: 0 0 1.5em 0;
	width: 100%;
	display: block;
}
#left ul.block ul li {
	padding: 2px 0;
	margin: 0 3px;
	border-bottom: 1px solid #f2eee7;
}
#left ul.block ul li a {
	width: 156px;
	display: block;
	padding: 5px 0 5px 24px;
	background: url(../images/imgs/bullet_left_ul_li_li.gif) no-repeat 1em 9px;
}
#left ul.block ul li a:visited { color: #083888;}
#left ul.block ul li a:hover {
	background: #e9f7fd url(../images/imgs/bullet_left_ul_li_li.gif) no-repeat 1em 9px;
	color: #930;
	text-decoration: none;
}
.bderTop4px { border-top: 4px solid #bfa076; }
.btmShadow { 
	width: 196px;
	height: 8px;
	margin-bottom: 0px;
	padding: 0px;
	background: url(../images/imgs/bg_left_ul_bottom_shadow.gif) no-repeat 0 bottom; 
	position: relative; 
	left: -5px; 
	bottom: -5px;
}

/* ----------------->> Right <<------------------ */
#right {
	width: 621px;
/*	height: 549px;*/
	float: left;
	position: relative;
	margin: 35px 0 0 0;
}
#right .blocks {
	margin: 0 0 .5em 0;
}
.banner_aboutUs {
	width: 100%;
	border-bottom: 4px solid #c00;
}
#right p { margin: .5em 0; }
#right h1 {
	font-size: 1.8em;
	font-family: Georgia;
	border-bottom: 2px solid #c00;
	display: inline;
	padding: 0 .2em 0 0;
	line-height: 2em;
}

/* -------------> product gallery <------------ */
.blocks .prod_gallery {
	border: 1px solid #fff;
	background: #f4f9fa url(../images/imgs/bg_prod_gallery.gif) repeat-x 0 top;
	padding: 1.2em;
}
.blocks .prod_gallery .col {
	margin: 0 0 1.2em 0;
}
.prod_gallery .thumbs {
	float: left;
	margin-right: 1.8em;
}
.prod_gallery img {
	width: 94px;
	height: 94px;
	margin: 0 auto;
	padding: 4px;
	background: #fff;
	border: 1px solid #c7d4d6;
}
.prod_gallery h5 {
	font-size: 1em;
	background: url(../images/imgs/bullet_blocks_h5.gif) no-repeat 0 5px;
	padding-left: 1.3em;
	line-height: 130%;
	width: 90px;
	padding-top: .2em;
}
.prod_gallery h5 a { color: #930;}

#right p.contactUs {
	border: 1px dotted #ded8cb;
	background: #f5f1e9;
	padding: .5em;
	margin: .2em 0;
}


/* ------------------->>> Right <<<--------------------- */

#footer {
	height: 63px;
	text-align: center;
	background: #e8d8a8 url(../images/imgs/footer.gif) 0 0;
	margin: .2em 0 .5em;
	padding: 0em;
}
#footer p {
	position: relative;
	top: .5em;
}


/* -------------->>> Global classes styling <<<--------------------- */

.clear {
	clear: both;
	line-height: 0;
}
.error_message {
	color: red;
	margin-left: 12.5em;
}
.required, .optional {
	margin: 0 0 1em 0;
}
input,textarea,select,radio{
	border: 1.1px solid #32561d;
	border-top-color: #588431;
	border-right-color: #94C067;
	border-bottom-color: #98B68;
	border-left-color: #467728;
	padding: 0.1em 0.2em;
}
