body	 { margin: 0; padding: 0; font-family: Arial, sans-serif; background: #666666; }
a {color: #000;text-decoration: underline;}
a:hover {text-decoration: none;color: #FF0000;}

h1 {font-size: 40px; font-weight: normal;	margin: 0; padding: 0 0 10px;}
h2 {font-size: 30px; font-weight: normal;	margin: 0; padding: 0 0 10px;}
h3 {font-size: 20px; font-weight: normal;	margin: 0; padding: 0 0 10px;}
h4 {font-size: 18px; font-weight: normal;	margin: 0; padding: 0 0 10px;}
h5 {font-size: 14px; font-weight: normal;	margin: 2px;}
h6 {font-size: 2.5vw; font-weight: normal;margin: 0; padding: 0 0 10px;}

p	{ margin: 0 0 20px; font-size: 13px; line-height: 22px; color: #000; }
.subp {font-size: 12pt;line-height:13pt;}
.smallp {font-size: 12px;margin: 5px 0 0 0;line-height: 12px}
.wrapper { position: relative; max-width: 1250px; margin: 0 auto; padding: 0 0;}
.content { margin: 0 0;width:100%;background: #fff;position: absolute;}
.content .pic	{ margin: 50px 0; }
.content .pic img{ display: block; max-width: 100%; }
.contentleft {padding: 5px;width:72%;min-width:280px;float: left;background: #fff;}
.contentright {width:26%;float:left;background: #fff;}

#short-description {font-size: 0.9em;line-height: 1em}

/* Footer */
#footer {display: inline-block;padding-left: 2px;padding-right:2px;background: #666666;color: #fff;font-size:11px;}
#footer a {color: #fff;}
#footer a:hover {text-decoration: none;color: #FF0000;}
#sidebar-wrapper {margin:0 5px 0 2px;padding-left:10px;background-color:rgba(237, 237, 237, 0.75);height:100%;min-height: 500px;}
#sidebar .major {
    font-size: 11px;
    color: #755923;
    font-style: italic;
    margin: 0px 0px 0px;
    padding: 0px;
    line-height: 11pt;
}
#sidebar .default {
    margin-top: 0px;
    padding: 0 0 0 5px;
}
#sidebar .default li {
    font-size: 11pt;
    list-style-type: none;
    margin: 0px;
    padding: 5px 0px 0px;
    line-height: 11pt;
}
.menuhalf {width:50%;float: left;}

/* Dak Form */
.dak-form {
    border-radius: 10px;
    margin-left:auto;
    margin-right:5px;
    max-width: 390px;
    float: left;
    background: #E4E0DA;
    padding: 25px 5px 25px 10px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #000;
}
.dak-form h1 {
    font-size: 25px;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom:1px solid #E4E4E4;
    margin: -10px -15px 30px -10px;;
    color: #888;
}
.dak-form h1>span {
    display: block;
    font-size: 11px;
}
.dak-form label {
    display: block;
    margin: 0px;
}
.dak-form label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #000;
}
.dak-form div>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 0px;
    color: #000;
}
.dak-form input[type="text"], .dak-form input[type="email"], .dak-form textarea, .dak-form select {
    border: 1px solid #DADADA;
    color: #000;
    height: 30px;
    margin-bottom: 10px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 75%;
    font-size: 12px;
    line-height:13px;
}
.dak-form textarea{
    padding: 5px 3px 3px 5px;
}
.dak-form select {
    background: #FFF url('down-arrow.png') no-repeat right;
    background: #FFF url('down-arrow.png') no-repeat right);
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    width: 70%;
    line-height: 25px;
}
.dak-form textarea{height:100px;}
/*div target*/
.target {width:100%;}
.target > div {display:none;}
.target > div:target{display:block;}
/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #a6967f; /* Old browsers */
    background: -webkit-linear-gradient(top, #ffffff 0%, #a6967f 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #ffffff 0%, #a6967f 100%); /* W3C */ 
	outline: none;
    border: none;
	border-radius: 2px;
	color: #000;
	display: inline-block;
	padding: 0; 
    margin: 0 2px 0 2px; 
    min-width: 16px;
	text-decoration: none;
    font-size: 10pt;
}
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #a6967f; /* Old browsers */
    background: -webkit-linear-gradient(top, #ffffff 0%, #39342C 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #ffffff 0%, #39342C 100%); /* W3C */ 
	outline: none;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #a6967f; /* Old browsers */
	background: -webkit-linear-gradient(top, #a6967f 0%, #39342C 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #a6967f 0%, #39342C 100%); /* W3C */
	border: none;
	border-top: 1px solid #39342C;
	padding: 0;
}
/*mouseover*/
.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 999999;
}
.thumbnail span{ 
position: absolute;
background-color: #CFC7BA;
padding: 3px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span img{
max-width: 200px;
border-width: 0;
padding: 2px;
}
.thumbnail:hover span{ 
visibility: visible;
top: -200px;
left: -5px; 
}
/*mouseover ccc*/
.thumbnailccc{
position: relative;
z-index: 0;
}
.thumbnailccc:hover{
background-color: transparent;
z-index: 999999;
}
.thumbnailccc span{ 
position: fixed;
background-color: #CFC7BA;
padding: 3px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnailccc span img{
max-width: 490px;
border-width: 0;
padding: 2px;
}
.thumbnailccc img {
margin-right: 3px;
margin-bottom: 3px;
}
.thumbnailccc:hover span{ 
visibility: visible;
top: 0px;
left: 0px; 
}
/*wokerS*/
#workers {width: 100%;float: left;}
#workers-wrap {
    width: 31%;
    min-width: 135px;
    min-height: 185px;
    float: left;
    margin: 2px;
    padding: 0.5%;
    border-style: solid;
    border-width: 1px;
    border-color: #888888;
}
/*worker*/
#worker-form {width: 47%;float: left;min-width:280px;display: block}
/*product*/
#product {width: 100%;float: left;}