/* CSS Document */

body{
	margin-left:0px;
	margin-top:0px;
	margin-bottom: 0px;
	margin-right: 0px;
	background-color: #0e0e0e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #3a3b3b;
}
#bg {
	background-color: #FFFFFF;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


h1, h2, h3, h4, h5 {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
p {
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
}


#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 126px;
}
#logo {
	float: left;
}
#nav {
	float: right;
	height: 126px;
	background-image: url(images/nav-lines.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 4px;
	width: 432px;
	padding-left: 1px;
}
#nav a {
	width: 90px;
	float: left;
	display: block;
	height: 35px;
	text-align: center;
	padding-top: 91px;
	margin-right: -4px;
	font-size: 12px;
	font-weight: bold;
	color: #4c5056;
	text-decoration: none;
}
#nav a:hover {
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url(images/nav_bg.jpg);
	text-decoration: none;
	color: #764a0c;
}

#page1 #nav1, #page2 #nav2, #page3 #nav3, #page4 #nav4, #page5 #nav5{
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url(images/nav_bg.jpg);
	text-decoration: none;
	color: #764a0c;
}

#page1 #fnav1, #page2 #fnav2, #page3 #fnav3, #page4 #fnav4, #page5 #fnav5{
	text-decoration: none;
	color: #d3d2b5;
}


#content {
	clear: both;
	padding-top: 20px;
	padding-bottom: 30px;
}
#picture {
	height: 435px;
	background-image: url(images/picture_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 24px;
}
#tagline {
	height: 280px;
	width: 193px;
	padding-left: 553px;
	padding-top: 20px;
}
#tagline h1 {
	color: #6a6956;
	font-size: 14px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9b6523;
	padding-bottom: 10px;
	font-weight: bold;
	line-height: 24px;
}
#tagline em {
	font-style: normal;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	color: #9b6523;
}
#tagline p {
	line-height: 24px;
	font-size: 10px;
	color: #9b6523;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 3px;
	margin: 0px;
}
#tagline a {
	color: #9b6523;
	text-decoration: underline;
	font-size: 10px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
}

#home-products {
	background-image: url(images/blue-line.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 12px;
	padding-left: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#home-products p {
	clear: both;
}

#home-products p a{
	color:#3a3b3b;
}

#home-products h1 {
	font-size: 24px;
	color: #727e94;
	display:inline;
	background-color: #f4ed25;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

#home-products h1 a{
	font-size: 24px;
	color: #727e94;
}

#home-products h2 {
	color: #f4ed25;
	background-color: #727e94;
	font-size: 15px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

#home-products h2 a{
	color: #f4ed25;
	font-size: 15px;
}

#home-products h1 a, #home-products h2 a, #home-products p a, .product h1 a, .product h2 a {
	font-size: inherit;
	padding: 0;
	margin: 0;
	color: inherit;
	background: inherit;
	text-decoration: none;
	font-weight: normal;
}

.product-left {
	width: 354px;
	float: left;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b2eafd;
	padding-bottom: 12px;
	padding-top: 12px;
}
.product-left img {
	float: left;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-right: 10px;
}
.product-left p {
	text-align: left;
}



.product-left h2 {
	float:right;
	margin-top: 8px;
}

.product-right {
	width: 354px;
	float: right;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b2eafd;
	padding-bottom: 12px;
	padding-top: 12px;
}
.product-right img {
	float: left;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 3px;
}


.product-right h2 {
	float:left;
	margin-top: 8px;
}
.more a {
	background-color: #dee2e3;
	text-align: right;
	display: block;
	line-height: 18px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 13px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 267px 7px;
}


.more a:hover {
	background-color: #f4ed25;
	text-decoration: none;
}
#info {
	padding-left: 12px;
	display: block;
	padding-right: 12px;
	padding-top: 12px;
	font-size: 10px;
	clear: both;
}
#info ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 14px;
}
.product-list li {
	list-style-type: none;
	height: 20px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
	margin-left: -14px;
}

.product-list a{
	color: #727E94;
	background-color: #F4ED25;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	height: 20px;
}
.product-list a:hover {
	padding-right: 3px;
	padding-left: 6px;
}


#info h3 {
	font-size: 16px;
	color: #727e94;
	background-color: #f4ed25;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	display: block;
	width: 212px;
	font-weight: bold;
}
#info img {
	padding-top: 8px;
}


.info-box {
	float: left;
	width: 225px;
	padding: 10px;
}
.info-box2 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b2eafd;
	border-left-color: #b2eafd;
	float: left;
	padding: 10px;
	width: 224px;
}
#content h4 {
	font-size: 29px;
	line-height: 50px;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #727E94;
	margin-bottom: 20px;
}
#contact {
	width: 400px;
	float: left;
}

#contact span {
	width: 100px;
	display: block;
	float: left;
	padding-right: 10px;
	text-align: right;
}


.field_contact {
	background-color: #f4ed25;
	border: 1px solid #727E94;
	height: 16px;
	width: 230px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 16px;
	color: #4c5056;
}
.field_contactbox {
	background-color: #f4ed25;
	border: 1px solid #727E94;
	height: 220px;
	width: 230px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	color: #4c5056;
	background-image: url(images/field-contactbox_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#text {
	padding-right: 12px;
	padding-left: 12px;
}
#text p {
	line-height: 20px;
}
#text img {
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 3px;
}
#products {
	padding-right: 12px;
	padding-left: 12px;
}
.product {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b2eafd;
	padding-top: 12px;
	padding-bottom: 12px;
}


.product img {
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top:0px;
	float: left;
}
.ptitle {
	margin-bottom: 8px;
}


#products h1 {
	font-size: 24px;
	color: #727e94;
	display:inline;
	background-color: #f4ed25;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-bottom:8px;
	height: 30px;
}

#products h1 a{
	font-size: 24px;
	color: #727e94;
	background:none;
	padding:0px;
	font-weight:normal;
}

#products h2 {
	color: #f4ed25;
	background-color: #727e94;
	font-size: 15px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	display:inline;
	clear: none;
	height: 20px;
	margin-top: 8px;
}

#products h2 a{
	color: #f4ed25;
	font-size: 15px;
	background:none;
	padding:0px;
	font-weight:normal;
}

.product a {
	color: #727E94;
	background-color: #F4ED25;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	display: inline;
	height: 20px;
}
.table {
	background-color: #E0F7FE;
	margin-bottom: 20px;
}

.table td {
	padding-right: 8px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0099FF;
	padding-top: 2px;
	padding-bottom: 2px;
}
.table-title {
	background-color: #f4ed25;
	font-weight: bold;
}












#footer {
	height: 133px;
	background-color: #0e0e0e;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
#footer-nav {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer-logo.gif);
	background-repeat: no-repeat;
	background-position: 280px top;
	display: block;
	height: 29px;
	padding-bottom: 29px;
}
#footer-nav a {
	color: #f4ed25;
	padding-top: 19px;
	height: 10px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f4ed25;
	text-transform: uppercase;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	text-decoration: none;
	line-height: 10px;
	display: block;
}
#footer-nav a:hover {
	color: #000000;
}


#footer-info {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	line-height: 20px;
	position: relative;
}
#footer-info a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer-info a:hover {
	color: #f4ed25;
	text-decoration: none;
}
#artkod {
	width: 130px;
	position: absolute;
	right: 0px;
	color: #727272;
	top: 40px;
}
#artkod a {
	color: #727272;
}







a {color: #3a3b3b; text-decoration: underline;}
a:hover {color: #3a3b3b; text-decoration: none;}
a:focus {outline: none;}

.clr {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}
