@charset "UTF-8";
/* CSS Document */

/* ------------------------------------------------------------
	Reset
------------------------------------------------------------ */
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}
body {
	line-height: 1;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
ul, ol {
	list-style: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
/* ---------------------------------------------------------- */

html, body {
	width:100%;
	height:100%;
	overflow:hidden;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	background-color: #000;
}
#background img, #background a {
	height:100%;
	width:100%;
	display:none;
}
#background .activeslide, #background .activeslide img {
	display:inline;
}
h1 {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #333;
	padding-bottom: 2px;
}
h2 {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #333;
	padding-top: 4px;
	padding-bottom: 2px;
}
q {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #333;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
h3 {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #333;
	padding-top: 10px;
	padding-left: 2px;
}
p {
	text-align: left;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	line-height: normal;
	color: #333;
}
a {
	color: #9a8b60;
	padding: 2px 2px 2px 2px;
}
a:hover {
	color: #FFF;
	background-color: #000;
}

td {
	vertical-align: top;
}
#logo {
	display: block;
	height: 40px;
	width: 180px;
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: 100;
	left: 20px;
	top: 20px;
}
#logo a:hover {
	background-color: transparent;
}
#wrapper {
	display: block;
	z-index: 100;
	position: absolute;
	bottom: 40px;
	left: 20px;
	right: 20px;
}
#header {
	padding-bottom: 20px;
	height: 100%; /* IE fix */
}
#contentwrapper {
	display: block;
	width: 100%;
	background-image: url(../img/body/bg.png);
	background-repeat: repeat;
	padding-top: 20px;
	padding-bottom: 20px;
}
#subnav {
	margin-left: 20px;
	margin-right: 20px;
	float: left;
	width: 100px;
}
#subnav ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#subnav ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
}
#subnav ul li a {
	display: block;
	color: #9a8b60;
	font-family: Times, serif;
	font-style:italic;
	text-decoration: none;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #C0C0C0;
}
#subnav ul li a:hover {
	color: #FFF;
	background-color: #000;
}
#subnav ul li a.selected {
}
#content {
	width:640px;
	overflow:hidden;
}
#panel div {
	padding-bottom: 150px;
}
#company {
	padding-left: 20px;
}
#production {
	padding-left: 20px;
	font-size: 10px;
	color: #999;
}
#production a {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	color: #333;
	text-decoration: none;
}
#production a:hover {
	background-color:transparent;
	color: #9a8b60;
}
#contact {
	font-size: 11px;
}
#contact img a:hover {
	background-color: transparent;
}

form {/* set width in form, not fieldset (still takes up more room w/ fieldset width */
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #333;
	text-align: center;
	width:400px;
	padding-top: 4px;
}
form label {
	display: block;
	float:left;
	width: 60px;
	font-variant: small-caps;
	padding-top: 4px;
}
form input, form textarea {
	float: left;
	padding: 3px;
}
form input.textField {
	height:10px;
}
form input.textField, form textarea {
	width: 300px;
	border: 1px solid #DBDBDB;
}
form input.textField:focus, form textarea:focus {
	width: 300px;
	border: 1px solid #DBDBDB;
	background-color: #EAEAEA;
}
form input.button {
	border: 1px solid #DBDBDB;
	background-color: #EAEAEA;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333;
	text-align: center;
}
textarea {
	height: 50px;
	width:400px;
}
#nav {
	padding-top: 20px;
	text-indent: -9999px;
}

#nav ul li {
	padding-bottom: 1px;
}
#nav ul li a:hover {
	background-color: transparent;
}
#footer {
	display: block;
	position: absolute;
	visibility: visible;
	z-index: 100;
	left: 20px;
	bottom: 20px;
}
#footer_grey {
	display: block;
	position: absolute;
	visibility: visible;
	z-index: 100;
	right: 20px;
	bottom: 20px;
}
#footer_grey a:hover {
	background-color: transparent;
}
#nav_company {
	width : 110px;
	height : 12px;
	background-image : url(../img/body/nav_company.png);
	background-repeat: no-repeat;
	display: block;
	cursor: pointer;
}
#nav_company:hover {
	background-image : url(../img/body/nav_company_hover.png);
}
#nav_production {
	width : 110px;
	height : 12px;
	background-image : url(../img/body/nav_production.png);
	background-repeat: no-repeat;
	display: block;
	cursor: pointer;
}
#nav_production:hover {
	background-image : url(../img/body/nav_production_hover.png);
}
#nav_press {
	width : 110px;
	height : 12px;
	background-image : url(../img/body/nav_press.png);
	background-repeat: no-repeat;
	display: block;
	cursor: pointer;
}
#nav_press:hover {
	background-image : url(../img/body/nav_press_hover.png);
}
#nav_contact {
	width : 110px;
	height : 12px;
	background-image : url(../img/body/nav_contact.png);
	background-repeat: no-repeat;
	display: block;
	cursor: pointer;
}
#nav_contact:hover {
	background-image : url(../img/body/nav_contact_hover.png);
}
/* ---------------------------------------------------------- */
