﻿/*
Template name: Bitter Sweet
Template URI: http://templates.arcsin.se/bitter-sweet-website-template/
Release date: 2006-10-02
Last updated: 2009-08-17
Description: Lime flavoured template with two columns.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
html,body { /* footer always stay at bottom of webpage */
	margin:0;
	padding:0;
	height:100%;
}
a {color: #682;}
a:hover {color: #9A6;}
body {
	background: #5F8000 url('../images/bg.gif') repeat-y center top;
	color: #333;
	font: normal 62.5% Calibri;
	text-align: justify;
}
ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
code {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
cite {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
p {
	font: Calibri;
	font-size: 14px;
	text-align:justify;
	padding-bottom: 1.2em;
	text-indent:20px;
}
ul {margin-left: 1.2em;}
li {list-style-image: url('../images/li.gif');
}
h1 {
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
}
blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}
h3 {color: #654;}

h2 {color: #654;}

h1 {color: #654;}

/* misc */
.clearer {	clear: both;}

/* structure */
.container {
	background: url('../images/bgcontainer.gif') repeat-y;
	margin: auto;
	width: 918px;
	height:auto;

	min-height:100%; /* use for footer */
	position:relative; /* use for footer */
}

/* top */
.top {
	background: #FFFFFF;
	height: 60px;
	margin: 1px;
	width: 890px;
}
.logo {
	padding-top: 7px;
	padding-right: 95px;
}
.top span {padding-left: 24px;}
.top a:hover {
	background: #688B00;
	color: #FFF;
}
.language {
	position:absolute;
	top:10px;
	right:60px;
	font-size:12px;
	color: #99CC00;
}
.language a {
	text-decoration:none;
}

/* header */
.header {
	background: url('../images/header.jpg') no-repeat;
	height: 165px;
	margin: 1px;
	width: 891px;
}
.header_bar {
	padding-top: 85px;
	padding-left: 15px;
	font-size: 24px;
	font-family: Verdana;
	color: #ffffff;
}

.header1 {
	background: url('../images/header1.jpg') no-repeat;
	height: 165px;
	margin: 1px;
	width: 891px;
}
.header_bar1 {
	padding-top: 60px;
	padding-left: 15px;
	font-size: 24px;
	font-family: Verdana;
	color: #ffffff;
}
/* item */
.item {clear: both;}
.item .content {
	float: left;
	margin-top: -1px;
	padding-left: 2px;
	height: auto;
	width: 739px;
}
.item h1 {
	background-image:url('../images/title_bg1.gif');
	color: #000000;
	line-height: 32px;
	padding-left: 17px;
}
.item .body {padding: 12px 19px;}

/* main */
.main {
	float: left;
	padding-bottom:40px;   /* Height of the footer */
}

/* visitor track */
.visitor_track {
	float: left;
	margin-left: 1px;
	width: 150px;
	background: url('../images/visitor_frame.gif') repeat-x;
	margin-top: 20px;
	height: 145px;
}
.visitor_track table {
	margin-top: 5px;
	margin-left: 2px;
}

/* navigation */
.navigation {
	float: left;
	margin-left: 1px;
	width: 150px;
}
.navigation h1 {
	background: #81AC00;
	color: #FFF;
	font-size: 1.2em;
	line-height: 40px;
	padding-left: 12px;
}
.navigation ul {margin: 0; padding: 0;}
.navigation ul li.main_li {
	position: relative;	/* this line is needed to make the hidden submenu display beside the button */
	border-bottom: 1px solid #D5E8AD;
	list-style: none;

}
.navigation li.main_li a {
	background: #E8F6BF url('../images/bgnavigation.gif') repeat-x;
	color: #553;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.navigation li.main_li a:hover {
	background: #FFFFC6;
	color: #553;
}

/* sub_nav */
.sub_nav ul li.sub_li {
	background: #c9e37e;
	list-style: none;
	margin-left:12px;
	padding: 8px 4px 8px 12px;
	border-bottom: 1px dashed #E8F6BF ;
}
.sub_nav li.sub_li:last-child {
	border-bottom: none;
}
.sub_nav li.sub_li a {
	/*background: #E8F6BF url('images/bgsubnav.gif') repeat-x;*/
	display: block;
	font-size: 0.9em;
	text-decoration:none;
}
.sub_nav li.sub_li a:hover {
	color:#fff;
}

/* sub_nav1 */
.sub_nav1 ul li.sub_li {
	background: #c9e37e;
	list-style: none;
	margin-left:12px;
	padding: 8px 4px 8px 12px;
	border-bottom: 1px dashed #E8F6BF ;
}
.sub_nav1 li.sub_li:last-child {
	border-bottom: none;
}
.sub_nav1 li.sub_li a {
	/*background: #E8F6BF url('images/bgsubnav.gif') repeat-x;*/
	display: block;
	font-size: 0.9em;
	text-decoration:none;
}
.sub_nav1 li.sub_li a:hover {
	color:#fff;
}

.arrow {
	position: absolute;
	top: 0;
	left: 90%;
	display: block;
}
.empty p {
	font: 100% Calibri;
	font-size: 14px;
	text-indent: 0px;
}
/* footer */
.footer {
	background: url('../images/bgfooter.gif') repeat-x;
	color: #FFF;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0;
	width: 893px;
	height:40px; 	/* footer height */

	position:absolute; /* used for footer */
	bottom:0; /* used for footer */
}
.footer a {color: #FFF;}
.footer a:hover {color: #FAFCB0;}
.footer .right {padding: 0 12px;}
.footer .left {padding: 0 12px;}
.footer .right a {text-decoration: none; color: #DEC;}
.footer .right {text-decoration: none; color: #DEC;}
.footer .right a:hover {color: #FFF;}

/* floats */
.left {float: left;}
.right {float: right;}
.newStyle1 {
	visibility: hidden;
}
.word .font_type {
	color:green;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
ul#special {	/*content for iaccess and ennbulb solution*/
	font-size: 14px;
}
.underline {
	text-decoration: underline;
}
.style1{
	font-size: 12px;
	font-family:Calibri;
	text-align: center;
}
.style2 {
	font-size: 12px;
	font-family:Calibri;
	text-align: center;
}
.style3 {
	text-align: center;
}
.navigation .hide {	/* temporary hide button */
	display: none;
	visibility: hidden;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* product webpage */
#prod_main_img {
	padding:50px 5px 5px 5px;
	width:100%;
	text-align:center;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:green;
}
#prod_main_img td span {
	text-decoration:none;
	color:#99CC00;
	font-size:11px;
}
#prod_main_img td a {
	text-decoration:none;
	/*color:#99CC00;*/
	color:blue;
	font-size:11px;
}
#prod_main_img td a:hover {
	/*color: #d8c842;*/
	text-decoration: underline;
}
#prod_main_img td img {
	width:130px; /*change ori:auto*/
	height:130px;
	border: 1px solid #669900;
}


/* product gallery */
/* ennbulb gallery */
.gallery table {
	width:100%;
	text-align:center;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px 5px 5px 5px;
}
.gallery table td img {
	width:150px;
	height:150px;
	border: 1px solid #669900;
}

/* brochure */
.brochure {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #99CC00;
}
.brochure a:hover {
	color: #d8c842;
}

/* product images */
#product_image {
	width:100%;
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;

}
#product_image img {
	width:150px;
	height:150px;
	padding:10px 7px 7px 7px;
	border:1px solid #99CC00;
}

/* buy */
#buy {
	position:relative;
	left:20px;
}
#buy tr {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
#buy tr input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

/* price condition */
#price_condition {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	position:relative;
	left:20px;
}

/* contact information */
#contact_info {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#contact_info td {
	height:23px;
	vertical-align:top;
}
#contact_info textarea {
	resize:none;
}

/* order information */
#order_info {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#order_info td {
	height:23px;
}

/* thanks info */
#thanks_info {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#button_table {
	width:100%;
	text-align:center;
}
#ordered_prod {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#textSize {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

/*#top_img img {
	width:auto;
	height:150px;
	border: 2px solid olive;
}
#top_img div {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#99CC00;
	padding-left:20px;
	line-height:20px;
}
#top_img div b {
	font-size:12px;
	color:gray;
	font-weight:normal;
}
#top_img div input {
	height:24px;
	width:80px;
	color:#fff;
	background-color:#287fe0;
	border-color: #bfd9f6;
	cursor:pointer;

	border-radius: 15px;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}
*/


#top_img {
	text-align:center;
	height:150px;
	width:500px;
}
#top_img img {
	float:right;
	width:auto;
	height:150px;
	border: 1px solid #99CC00;
}
#top_img div {
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#99CC00;
	line-height:20px;
}
#top_img div b {
	font-size:12px;
	color:gray;
	font-weight:normal;
}
#top_img div a {
	font-size:12px;
	color:black;
	font-weight:normal;
}

#top_img div .input_e {
	height:24px;
	width:80px;
	color:#fff;
	background-color:#287fe0;
	border-color: #bfd9f6;
	cursor:pointer;

	border-radius: 15px;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

/* download */
#download td img{
	width:40px;
	height:40px;
}
#download td a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:blue;
}
#download td a:hover {
	text-decoration:underline;
}

input[type="submit"],
input[type="reset"] {
    width: 100px;
    height: 35px;
    background-color: #66cc66;
    border: none;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px 5px;
}

input[type="submit"]:hover,
input[type="reset"]:hover {
    background-color: #558c55;
}
