@charset "UTF-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
	
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

html {
	overflow-y:scroll;
	height:100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #f4f1dc;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #187e0d;
}
#frame {
	width: 925px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
a {
	color:#34BB26;	
}
img, a {
	outline:none;
	border:none;
}
strong {
	color:#34bb26;
}
h1 {
	color:#177d0d;
	font-size:130%;
	font-weight:lighter;
}
.box-content h1 {
	margin-top:8px;
	margin-bottom:8px;
}

#top {
	overflow:hidden;	
	color:#595959;
	font-size:80%;
	font-weight:bold;
	margin-top:10px;
}

h4 {
	color:#187e0d;
	text-transform:uppercase;
}

a {
	color:#595959;
	text-decoration:none;
}

p {
	color:#494949;
	font-size:90%;
}

#contactEmail {
	height:32px;
	width:210px;
	background: url(/img/email.png) no-repeat left center;
	padding-left:35px;
	float:left
}

#contactTel {
	height:32px;
	width:130px;
	background: url(/img/phone.png) no-repeat right center;
	padding-right:30px;
	float:right;
	text-align:right;
}


/*White Boxes*/

.box {
	float:left;
	height:100%;
	width:100%;
	position:relative;
	margin:0;
	display:inline;	
}

#oldie .box {
	background-color:#FFF;
}

.box-top-left {
	background-image: url(/img/top-left.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 15px;
}

#oldie .box .box-top-left {
	background:none;
	height:0px;
}

.box-top-right {
	background-image: url(/img/top-right.png);
	background-repeat: no-repeat;
	background-position: top right;
	height: 15px;
}

#oldie .box .box-top-right {
	background:none;
	height:0px;
}

.box-bottom {
	background-color:#FFF;
	height:15px;
	margin:0px 15px;
}

#oldie .box .box-bottom {
	background:none;
}

.box-top {
	
	background-image:url(/img/side.png);
	background-repeat:repeat-x;
	height:15px;
	margin:0px 15px;
}

#oldie .box .box-top {
	background:none;
	height:0px;
	background-color:transparent;
}

.box-bottom-left {
	background-image: url(/img/bottom-left.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 15px;
}

#oldie .box .box-bottom-left {
	background:none;
}

.box-bottom-right {
	background-image: url(/img/bottom-right.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 15px;
}

#oldie .box .box-bottom-right {
	background:none;
}

.box-content {
	background-color:#FFF;	
}

#homeContent .box-content {
	padding:0px 20px;	
	overflow:hidden;
	min-height:538px;
}
	
#ieseven .box-content {
	width:1000px;
}

#logo {
	float:left;	
}

#logo a {
	background: url(/img/logo.png);
	display:block;
	height:111px;
	width:190px;
	text-indent:-9999px;
	margin-left:20px;
}

.info_right {
	float: right;
	color:#494949;
	margin-right: 10px;
	font-size:90%;
}


#menu {
	height:46px;
	width:580px;
	overflow:hidden;
	float:right;
	margin-right:20px;
	top:15px;
	position:relative;
}

#menu #left {
	background: url(img/menu-left.png) no-repeat;
	padding-left:15px;
}

#menu #left #right {
	background: url(img/menu-right.png) no-repeat top right;
	padding-right:15px;
}

#menu #left #right #menu-content {
	background: url(img/menu.png) repeat;
	height:100%;
	width:100%;
}

#menu-content ul {
	list-style-type:none;
	float:left;
}	

#menu-content ul li {
	float:left;
}

#menu-content ul li a {
	float:left;
	display:block;
	height:16px;
	padding:15px 10px;
	color:#FFF;
	text-transform:uppercase;
}

#menu-content ul li a:hover {
	background-color:#27b718;	
}

#search {
	float:right;
	width:210px;
	height:29px;
	margin: 9px 10px 0px 0px
}

#search-box {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(/img/search.png);
	background-color:transparent;
	width:165px;
	border:none;
	padding:5px;
	color:#666;
	font-size:110%;
}

#mainPage {
	clear:both;
	height:100%;
	overflow:hidden;
}

#submenu-top {
	background: url(/img/submenu-top.png) no-repeat;
	padding-top:15px;
	width:211px;
	float:left;
    height: 100%;
}

#submenu-bottom {
	background: url(/img/submenu-bottom.png) no-repeat bottom;
	padding-bottom:15px;
    min-height: 100%;
    height: auto;}

#submenu {
	background: url(/img/menu.png) repeat;
	font-size:80%;
	min-height:538px;
    height: auto;	
	
}





#submenuul, #submenuul li ul {
	list-style-type:none;
}

#submenuul li a {
	color:#FFF;
	display:block;
	height:16px;
	width:190px;
	padding:7px 3px 7px 18px;
	background:url(img/bullet.png) left no-repeat;
	font-weight:600;
}

#submenuul li a:hover, #submenuul li .selected {
	background-color:#27b718;	
}

#submenuul li ul li a {
	background-image:none;
	background-color:#65e158;
	color:#187e0d;
	height:15px;
	font-size:95%;
	padding: 0px 0px 0px 20px;
	width:191px;
	font-weight:700;
	
}

#submenuul li ul {
	overflow:hidden;
}

.slideshow {
	margin-top:10px;	
}

#footer {
	clear:both;	
}

.logo_row_1 {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 550px;
}


.logo_row_1 img {
	float: left;
	margin-right: 20px;
	border: 0;
}


#content .categories {
	float: left;
	width: 176px;
	height: 150px;
	background-color: #f1f1f1;
	padding: 11px;
	margin-left: 9px;
	margin-bottom: 10px;
	color: #187e0d;
	text-align:center;
	font-size:90%;
	font-weight: lighter;
}
#content .categories .picture {
	height:130px;
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
}
#content .categories .hide {
	text-indent:-99999px;
	display:block;
}
#content .categories span {
	display:none;
}
#categories {
	overflow:hidden;	
}

label {
	width:200px;
	display:block;
}

.results {
	margin-left:20px;	
}
#item-image {
	float:right;
	width:200px;
	text-align:center;
}
#datasheets {
	margin-left:20px;
	margin-top:10px;
	clear:both;
}

#specialOffers {
	background-image: url(img/special-offers.png);
	background-repeat: no-repeat;
	height: 711px;
	width: 640px;
	overflow:hidden;
}
#specialOffers h1 {
	display:none;
}
#specialOffers .offer {
	float:left;
	margin-right:3px;
	margin-bottom:3px;
	width:270px;
	height:170px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-bottomleft: 30px;
	border: 2px solid #FFF;
}
#specialOffers .offer a {
	display:block;
	width:100%;
	height:100%;
	padding-top:20px;
	width:100%;
	background-image: url(img/special-offer-overlay.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	font-size: 12px;
}
#specialOffers .offer strong {
	color:#FFF;
	padding-left:5px;
	width:260px;
	display:block;
	overflow:hidden;
}
#specialOffers .offerSale {
	color:#187E0D;
	float:right;
	font-size:110%;
	font-weight:bold;
	margin-right:5px;
	margin-top:100px;
	text-align:center;
	width:105px;
}
#specialOffers #textings {
	clear:both;
	margin-top:20px;
	margin-left:40px;
	width:550px;
	color:#FFF;
}
#specialOffers #textings p {
	color:#FFF;
}
#specialOffers #pane3 {
	overflow:auto; height:357px; margin-top:10px; margin-left:40px; width:610px;
}

.sale {
	text-indent:-99999px;
	height:100%;
	width:100%;
	background-image:url(img/sale-over.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	display:block;
}

a.jScrollArrowUp {
	background: url(http://www.kelvinluck.com/assets/jquery/jScrollPane/images/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(http://www.kelvinluck.com/assets/jquery/jScrollPane/images/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}
.jScrollPaneDrag {
	background-color:#27b718!important;
}
.jScrollPaneTrack {
	background-color:#187e0d!important;
}

#form input[type="text"] {
	width:260px;
}
#form textarea {
	width:260px;
	height:100px;
}
#form .formSubmitRow {
	margin-top:10px;
}
.errorText  {
	background:none repeat scroll 0 0 #FBE3E4;
	border:2px solid #DDDDDD;
	color:#8A1F11;
	margin-bottom:1em;
	padding:5px;
	width:256px;
}
.error label {
	color:#FF0000;
}

/*
.titles {
	display:block;
	background-image:url(img/button.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:22px;
	color:#177d0d;
	font-size:130%;
	font-weight:lighter;
	margin-bottom:10px;
}


#contact {
	color:#34bb26;
	font-weight:lighter;
	text-transform:uppercase;
	font-size: 90%;
	margin-bottom: 2px;
}
#info_right .category {
	color: #519f49;
	font-size: 140%;
	font-weight:lighter;
}

#text {
	width: 600px;
	padding: 10px;
	color: #187e0d;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
#welcome {
	width:500px;
	float:left;
	padding-left:9px;
	text-align:justify;
}
#offers, #searchBox {
	width:270px;
	float:right;
}



.logo_row_2 {
	width: 550px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.logo_row_2 img {
	float: left;
	margin-left: 50px;
	border: 0;
}
#footer {
	font-size: 90%;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
}
#breadcrumb {
	text-align:center;
	margin-bottom:10px;
}
#search-box {
	margin-top: 7px;
	background-image: url(/img/search.jpg);
	background-color: transparent;
	background-repeat:no-repeat;
	height: 21px;
	width: 145px;
	font-size: 100%;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #999;
}
#addr {
	width: 175px;
	text-align: center;
	float: left;
	margin-left: 160px;
	height: 100px;
}
#text_new {
	width: 600px;
	color: #187e0d;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	font-size:120%;
}
#item {
	width:625px;
	text-align:justify;
}
#item-image {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
#datasheets {
	border: 1px solid #666;
	width:500px;
}*/
