
/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	/*background: url(images/bg01.jpg) repeat left top;*/
    /*background:#324972;*/
    background:#C7D4DA;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

/** HEADINGS */

h1, h2, h3 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*color: #7E6A55;*/
        color: #008FE2;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: justify;
	line-height: 120%;
        white-space:normal;
        
}

/** LINKS */

a {
	color:#1C5ABD;
        text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
	margin: 0px;
	letter-spacing: -2px;
	font-size: 26px;
	color: #534331;
}

.style2 {
	margin: 0px 0px 20px 0px;
	letter-spacing: -1px;
	font-size: 14px;
	color: #9DA55C;
}

.style3 {
	margin-bottom: 20px;
	font-size: 21px;
	color: #F6FFCE;
}

.style4 {
	margin-bottom: 5px;
	font-size: 11px;
	color: #FFF9DC;
}

/** LISTS */

.list1 {
	position: relative;
	margin: 0px;
	padding: 0px;
	color: #A68252;
}

.list1 dt {
	float: left;
	padding: 7px 0px 5px 21px;
	background: url(images/homepage08.gif) repeat-x left top;
}

.list1 dd {
	padding: 7px 21px 5px 0px;
	text-align: right;
	background: url(images/homepage08.gif) repeat-x left top;
}

.list1 .first {
	background: none;
}

.list1 a {
	color: #ACC999;
}

/** BACKGROUNDS */

.bg1 {
	margin: 15px -11px 0px -23px;
	padding: 15px 11px 0px 23px;
	/*background: url(images/bg07.jpg) no-repeat left top;*/
}

.bg2 {
	margin: 0px -24px 0px -10px;
	padding: 15px 24px 0px 10px;
	background: url(images/bg08.jpg) no-repeat left top;
}

/** MISC */

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

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

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 20px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 20px;
}

img.border {
}

hr {
	display: none;
}

.hr1 {
	height: 1px;
}

.comments {
	padding-left: 20px;
	background: url(images/homepage05.gif) no-repeat left center;
}

.permalink {
	padding-left: 16px;
	background: url(images/homepage06.gif) no-repeat left center;
}

/** WRAPPER */

#wrapper {
	/*background: url(images/bg02.jpg) repeat-x left top;*/
}

#wrapper2 {
	
	/*background: url(images/bg03.jpg) no-repeat center top;*/
}

#wrapper3 {
	background: url(images/bg04.jpg) repeat-y center top;
}

#wrapper4 {
	background: url(images/bg05.jpg) no-repeat center top;
}

#wrapper5 {
	background: url(images/bg09n.jpg) no-repeat center top;
        height:113px;
}

#clear {
	background: url(images/bg06.jpg) no-repeat center bottom;
}

/** HEADER */

#header {
	width: 976px;
	margin: 0px auto;
}

/** LOGO */

#logo {
	float: left;
	width: 550px;
	height: 80px;
	background: url(images/homepage01.jpg) no-repeat left bottom;
}

#logo h1, #logo h2 {
	text-indent: -9999em;
}

/** SEARCH */

#search {
	float: right;
	width: 277px;
	height: 28px;
	padding: 52px 0px 0px 149px;
}

#search input {
	float: left;
	font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #F6FFCE;
}

#keywords {
	width: 186px;
	height: 20px;
	background: #142C04;
	border-top: 1px solid #0C1A02;
	border-right: 1px solid #132B04;
	border-bottom: 1px solid #1F4A06;
	border-left: 1px solid #132B04;
}

#search-submit {
	margin-left: 12px;
}

/** MENU */
.menu{
    width: 952px;
    background:url(images/mbg.jpg) repeat;
    
}
#wmenu {
	width: 930px;
	padding: 0px 23px;
}

#wmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#wmenu li {
	float: left;
	height: 24px;
	padding: 25px 20px 0px 20px;
	font-weight: bold;
	color: #F6FFCE;
}

#wmenu ul li form{
	float: right;
	height: 24px;
	
	font-weight: bold;
	color: #F6FFCE;
    margin-left:50px;
    padding-left:50px;
}

#wmenu li ul {
	/*position: absolute;*/
	display: none;
	width: 930px;
	/*top: 250px;
	left: 0px;*/
}

#wmenu li li {
	display: inline;
	height: auto;
	padding: 8px 20px 0px 20px;
	background: none;
}

#wmenu a {
	text-decoration: none;
	color: #F6FFCE;
}

#wmenu li.show {
	background: url(images/homepage03.gif) repeat-x left top;
	color: #6D543B;
}

#wmenu li.show ul {
	display: block;
}

#wmenu li.show a {
	color: #6D543B;
}

#wmenu .active li a {
	height: auto;
	color: #897965;
}

#wmenu li li a:hover {
	background: none;
}

#active {
}

/** PAGE */

#page {
	width: 976px;
	margin: 0px auto;
	padding: 20px 0px;
}

#page2 {
	width: 928px;
	margin: 0px auto;
	padding: 25px 0px;
}

#single {
	width: 929px;
	padding: 0px 0px 0px 23px;
}

/** CONTENT */

#content {
	float: right;
	width: 654px;
	padding: 0px 23px 10px 0px;
}

/** BOX STYLE A */

.boxA {
	margin-bottom: 15px;
	padding-bottom: 30px;
	background: url(images/bg1_03.jpg) no-repeat left bottom;
}

.boxA .title {
	height: 42px;
	padding: 8px 0px 0px 20px;
	background: url(images/bg1_01.jpg) no-repeat left top;
	font-weight:bolder;
	font-size: 14px;
	color: #F6FFCE;
}

.boxA .titlec {
	height: 42px;
	padding: 8px 0px 0px 20px;
	background: url(images/bg1_01.jpg) no-repeat left top;
	font-weight:bolder;
	font-size: 12px;
	color: #ffffff;
}
.boxA .titlec a{
    color: #ffffff;
}
.boxA .content {
	padding: 10px 21px 1px 21px;
	background: #F5F1D6 url(images/bg1_02.jpg) repeat-y right top;
}

/** BOX STYLE B */

.boxB {
	margin-bottom: 15px;
	padding-bottom: 30px;
	background: url(images/bg1_06.jpg) no-repeat left bottom;
}

.boxB .title {
	height: 42px;
	padding: 8px 0px 0px 20px;
	background: url(images/bg1_04.jpg) no-repeat left top;
	font-size: 14px;
	color: #F6FFCE;
}

.boxB .content {
	padding: 10px 21px 1px 21px;
	background: #F5F1D4 url(images/bg1_05.jpg) repeat-y right top;
}

/** BOX STYLE BM */

.boxBM {
	margin-bottom: 15px;
	padding-bottom: 30px;
	background: url(images/bg1_06m.jpg) no-repeat left bottom;
}

.boxBM .title {
	height: 42px;
	padding: 8px 0px 0px 20px;
	background: url(images/bg1_04m.jpg) no-repeat left top;
	font-size: 14px;
	color: #F6FFCE;
}

.boxBM .content {
	padding: 10px 21px 1px 21px;
	background: #F5F1D4 url(images/bg1_05m.jpg) repeat-y right top;
        height:350px;
}

/** BOX STYLE C */

.boxC {
	width: 317px;
	background: url(images/bg1_08.jpg) repeat-y left top;
	color: #C8BD99;
}

.boxC .title {
	height: 30px;
	padding: 10px 0px 0px 20px;
	background: url(images/bg1_07.jpg) no-repeat left top;
	
	font-size: 14px;
	color: #F6FFCE;
}

.boxC .title span {
	color: #B7C36C;
}

.boxC .content {
	padding: 20px 21px;
	background: url(images/bg1_09.jpg) no-repeat left top;
}

.boxC .bg {
	background: url(images/bg1_10.jpg) no-repeat left bottom;
}

.boxC a {
	color: #ACC999;
}

.boxC .links {
	clear: left;
	padding-top: 20px;
}

/** BOX STYLE D */

.boxD {
	margin-bottom: 15px;
	padding-bottom: 30px;
	background: url(images/subpage2_03.jpg) no-repeat left bottom;
}

.boxD .title {
	height: 42px;
	padding: 8px 0px 0px 20px;
	background: url(images/subpage2_01.jpg) no-repeat left top;
	
	font-size: 14px;
	color: #F6FFCE;
}

.boxD .content {
	padding: 10px 21px 1px 21px;
	background: #F5F1D6 url(images/subpage2_02.jpg) no-repeat right top;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 254px;
	padding-left: 24px;
}

/** BOX1 */

#box1 {
	margin: 0px 0px 0px 0px;
}

/** BOX2 */

#box2 {
}
#box2m {
    width:210px;
    padding-right:5px;
    
}

/** BOX3 */

#box3 {
}

/** BOX4 */

#box4 {
	float: left;
}

/** BOX5 */

#box5 {
	float: left;
	margin-left: 20px;
}

#box5 .title {
	background-image: url(images/bg1_11.jpg);
}

/** BOX6 */

#box6 {
	float: left;
	width: 610px;
	padding: 0px 0px 0px 20px;
	color: #C8BD99;
}

#box6 p {
	line-height: 150%;
}

#box6 a {
	color: #ACC999;
}

/** BOX7 */

#box7 {
	float: right;
	width: 270px;
	padding-top: 10px;
}

#box7 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#box7 li {
	float: left;
	padding: 0px 0px 11px 16px;
}

/** BOX8 */

#box8 {
}

/** FOOTER */

#footer {
}

#footer p {
	margin: 0px;
	padding: 0px 0px 30px 0px;
	text-align: center;
	color: #ffffff;
}
/* PRODUCT LIST*/
.productList {
    /*margin-top:3px;
    margin-bottom: 5px;
    margin-left:30px;
    margin-right:10px;*/
    /*width:650px;*/
        height:100%;
    overflow: hidden;
    margin: 0px auto;
    text-align:center;
}
.productList .items {
    
    margin:0px auto;
    width :540px;
    text-align:center;
    
}
.productList .item { 
    float:left;
    
    width:160px;
    height:210px;
    /*border: 1px solid #DADADA;*/
    /*padding: 2px;*/
    padding:7px;
    text-align:center;
    
    
}
.productList .itemn { 
    float:left;
    
    width:160px;
    height:160px;
    /*border: 1px solid #DADADA;*/
    /*padding: 2px;*/
    padding:7px;
    text-align:center;
    
    
}
.kdesc{
    height:300px;
    overflow:auto;
}
.pimage{
    width:150px;
    height:150px;
    margin:0px auto;
    text-align:center;
}
.productList .item a{
    color:#AE7809 ;
}

.productList h2{
    padding-left: 10px;
    padding-bottom:2px;
    margin-bottom:8px;
    
    background: url(../images/h3n.gif) no-repeat left center;
    font-size:12px;
}
.productList h3 a{
    color:#AE7809 ;
}
.sepretor_hr {
    border-bottom:1px dotted #6b2d00;}

#accordion li{border-bottom:solid 1px #DEDEDE;}
#accordion li a{padding:3px 6px; display:block; text-decoration:none;}
#accordion li a:hover{background:#EFEFEF;}

.business{
    padding:10px;
    font-size:11px;
}
.business ul{
    float: left;
    width: 580px; 
    margin:0;
    text-align:left;
    list-style: none;
}
.business li{
    float: left;
    width: 16em;
    /*height:40px;*/
    margin: 0;
    list-style: none;
    padding: 1em 0 0 0em;
    font-weight:bold;
}

#searchform {
    float:right;
    margin: 0px;
    padding: 5px 20px 0px 0px;
    overflow: hidden;
    display: inline;
}

#s {
    background: #EEEEEE;
    width: 100px;
    color: #000000;
    font-size: 11px;
    font-family: Arial, Tahoma, Verdana;
    font-weight: normal;
    margin: 0px 10px 0px 0px;
    padding: 2px 0px 2px 5px;
    border-top: 1px solid #666666;
    border-right: 1px solid #DDDDDD;
    border-left: 1px solid #666666;
    border-bottom: 1px solid #DDDDDD;
    display: inline;
}

#sbutt {
    /*background: #7B7B7B url(images/subbutton.gif);*/
    color: #2359BD;
    font-size: 11px;
    font-family: Arial, Tahoma, Verdana;
    margin: 0px 0px 0px 5px;
    padding: 1px;
    font-weight: bold;
    border-top: 1px solid #DDDDDD;
    border-right: 1px solid #666666;
    border-left: 1px solid #DDDDDD;
    border-bottom: 1px solid #666666;
    display: inline;
}

/* ~ Pagination  ~ */
#pagination{clear:both;padding:15px;text-align:center;font-size:12px;font-weight:bold;color:#999;margin:10px auto 6px auto;}
#pagination li{margin:0 1px 0 1px;display:inline;list-style-type:none;}
#pagination li a{padding:5px 5px 5px 5px;background:#4faed0;color:#FFF;border:1px solid #CCC;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
#pagination li em{padding:5px 5px 5px 5px;color:#43a9ce;border:1px solid #43a9ce;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
#pagination li a:hover{text-decoration:none;padding:5px 7px 5px 7px;color:#43a9ce;border:1px solid #43a9ce;background:#F0F4F7;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
#pagination .active a{background:#43a9ce;color:#FFF;border:1px solid #0364ae;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
#pagination .extreme a{border:0;color:#555;font-size:14px;}
#pagination .extreme a:hover{border:0;color:#006699;font-size:14px;background:#FFF;}
#pagination .active a:hover{background:#1584d9;color:#FFF;border:1px solid #0364ae;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
#pagination .inactive{background:#F0F4F7;color:#CCC;padding:5px 7px 5px 7px;;border:1px solid #43a9ce;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}


#pagination2{clear:both;padding:5px;text-align:center;font-size:12px;font-weight:bold;color:#999;margin:5px auto 5px auto;}
#pagination2 li{margin:0 1px 0 1px;display:inline;list-style-type:none; padding-right:75px;}
#pagination2 li a{padding:1px 7px 1px 7px;width:50px;}