/* reset stuff */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Main */

body {

	background-position: 0 0px;
	background-repeat: repeat-x;
	background-image: url(../images/main_bkg.jpg);
}

a {
	color: #391800;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

p,h1,h2,h3,h4,h5,h6 {
	color: #391800;
	font-family: Verdana, Verdana, Geneva, sans-serif;
}

h2 {
	font-size: 12px;
}

p {
	font-size: 14px;
	line-height: 20px;
	margin: 10px 0px 10px 0px;
	text-align: justify;
	text-justify: newspaper; 
}

/* Grid */

.filler01,
.spritesnav,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

.container_12 {
	margin: 0 auto 10px;
	width: 960px;
	background-color: #A86F45;
	padding-bottom: 10px;
}

.grid_top_logo {
	margin-top: 6px;
	width:960px;
	height:163px;
	background-image: url(../images/logotop.jpg);
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.filler01 {
	margin: 0px 27px 0px 0px;
	width:102px;
	height:36px;
	background-image: url(../images/filler01.jpg);
}

.grid_12 {
	width:940px;
	background-color: #A86F45;

}

.grid_bean_bg {
	position: absolute;
	left: -39px;
	top: -3px;
	z-index: 10000;
	width: 189px;
	height: 531px;
	background-image: url(../images/bean_bkg.jpg);
}

/* Nav */

#live {
	top: 0px;
}

.spritesnav {
	width: 624px;
	height: 36px;
	background: url(../images/nav_sprite_en.jpg) no-repeat;
}

.spritesnav li {
	display: inline;
}

.spritesnav li div {
	z-index: 0;
}

.spritesnav li a:link,
.spritesnav li a:visited,
.spritesnav li div {
	position: absolute;
	top: 0;
	left: 0;
	height: 36px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}

.spritesnav #about a:link,
.spritesnav #about a:visited ,
.spritesnav #about div{
		left: -2px;
		width: 106px;
	}
	.spritesnav #about a:hover,
	.spritesnav #about a:focus,
	.spritesnav #about div{
		background: url(../images/nav_sprite_en.jpg) no-repeat 2px -36px;
	}
	.spritesnav #about a:active,
	.spritesnav #about div.click {
		background: url(../images/nav_sprite_en.jpg) no-repeat 2px -72px;
	}
	.spritesnav #about.active a:link,
	.spritesnav #about.active a:visited {
		background: url(../images/nav_sprite_en.jpg) no-repeat 2px -108px;
		cursor: default;
	}
.spritesnav #history a:link,
.spritesnav #history a:visited ,
.spritesnav #history div{
		left: 168px;
		width: 82px;
	}
	.spritesnav #history a:hover,
	.spritesnav #history a:focus,
	.spritesnav #history div{
		background: url(../images/nav_sprite_en.jpg) no-repeat -168px -36px;
	}
	.spritesnav #history a:active,
	.spritesnav #history div.click {
		background: url(../images/nav_sprite_en.jpg) no-repeat -168px -72px;
	}
	.spritesnav #history.active a:link,
	.spritesnav #history.active a:visited {
		background: url(../images/nav_sprite_en.jpg) no-repeat -168px -108px;
		cursor: default;
	}
.spritesnav #process a:link,
.spritesnav #process a:visited ,
.spritesnav #process div{
		left: 326px;
		width: 90px;
	}
	.spritesnav #process a:hover,
	.spritesnav #process a:focus,
	.spritesnav #process div{
		background: url(../images/nav_sprite_en.jpg) no-repeat -326px -36px;
	}
	.spritesnav #process a:active,
	.spritesnav #process div.click {
		background: url(../images/nav_sprite_en.jpg) no-repeat -326px -72px;
	}
	.spritesnav #process.active a:link,
	.spritesnav #process.active a:visited {
		background: url(../images/nav_sprite_en.jpg) no-repeat -326px -108px;
		cursor: default;
	}
.spritesnav #products a:link,
.spritesnav #products a:visited ,
.spritesnav #products div{
		left: 478px;
		width: 104px;
	}
	.spritesnav #products a:hover,
	.spritesnav #products a:focus,
	.spritesnav #products div{
		background: url(../images/nav_sprite_en.jpg) no-repeat -478px -36px;
	}
	.spritesnav #products a:active,
	.spritesnav #products div.click {
		background: url(../images/nav_sprite_en.jpg) no-repeat -478px -72px;
	}
	.spritesnav #products.active a:link,
	.spritesnav #products.active a:visited {
		background: url(../images/nav_sprite_en.jpg) no-repeat -478px -108px;
		cursor: default;
	}

/* end spritenav */

/* contact form */

#contactFormContainer {
	position: absolute;
	left: 150px;
	top: 0px;
}

#confirmForm {
	margin-top: -10px;
    width: 640px;
    height: 487px;
    position: relative;
    background-image: url('../images/contact/postcardsent_bkg.jpg');
    background-repeat: no-repeat;
    display: none;
    z-index: 50000;

}

#contactForm {
    width: 640px;
    height: 487px;
    position: relative;
    background-image: url('../images/contact/postcard_bkg.jpg');
    background-repeat: no-repeat;
    display: none;
    z-index: 51000;

}

.nameField,
.emailField,
.contactField {
	position: absolute;
	background-color: black;
  	filter:alpha(opacity=60);
 	opacity: 0.6;
 	color: gray;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.nameField {
    top: 188px;
    left: 310px;
    height: 22px;
    width: 250px;
}

.emailField {
	top: 258px;
	left: 310px;
	width: 250px;
	height: 22px;
}

.contactField {
    top: 188px;
    left: 40px;
    height: 201px;
    width: 241px;
}

.sendButton
{
	border-width: 0px;
	text-indent: -9000px;
    position:absolute;
    top:288px;
    left:486px;
    width:145px;
    height:77px;
    background-color: black;
  	filter:alpha(opacity=00);
 	opacity:0.0;
 	cursor: pointer;
}

#contact {
	position: absolute;
	left: 768px;
	top: 0px;
	height: 36px;
	width: 128px;
	background: url(../images/nav_sprite_en.jpg) no-repeat -628px 0px;
	display: block;
	cursor: pointer;
}

#contact:hover,
#contact:focus {
	position: absolute;
	left: 768px;
	top: 0px;
	height: 36px;
	width: 128px;
	background: url(../images/nav_sprite_en.jpg) no-repeat -628px -36px;
	display: block;
	cursor: pointer;
}

#close_form1 {
	position: absolute;
	left: 579px;
	top: 0px;
	height: 53px;
	width: 61px;
	display: block;
	cursor: pointer;
}

#close_form2 {
	position: absolute;
	left: 579px;
	top: 0px;
	height: 53px;
	width: 61px;
	display: block;
	cursor: pointer;
}

#fade {
	background: white;
	position: fixed;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	top: 0;
	z-index: 49999;
	display: none;
}

/* end contact form */

/* about specific */

.content,
.title,
.slideshow_box {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 4px;
}

.container_12,
ul img,
ul.slideshow li {
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    behavior: url(/css/border-radius.htc);
    border-radius: 10px;
}

.content {
	width: 550px;
	height: 498px;
	margin-left: 150px;
}

.title {
	width: 93px;
	height: 97px;
	background-image: url(../images/t.jpg);
}

.slideshow_box {
	width: 220px;
	height: 498px;
	margin-right: 0px;
}
	
/* slideshow */

ul.slideshow {
	list-style:none;
	width:220px;
	height:498px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}

#slideshow-caption {
	width:220px;
	height:70px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;	
	z-index:1000;	
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:14px;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
	color:#A86F45;
}

/* end slideshow */

/* end about specific */