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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFCC;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}
a {
	text-decoration: none;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
}

p, h3{
	padding-left: 30px;
	width: 280px;
	color: #FFFFCC;
	font-weight: lighter;
}
strong {
	color: #FFCC00;
	width: 350px;
}

.infotext {
	color: #000000;
	background-image: url(images/white50background.png);
	padding: 4px;
	text-align: right;
	}
	
.header {
	background-image: url(images/jkf_logo.png);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	height: 120px;
	width: 800px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-align: right;
	}

.navbar {
	background-color: #000000;
	height: 3px;
	width: 800px;
	z-index: 3;
}


.nav_menu {
	background-color: #666666;
	position: relative;
	width: 800px;
	height: 25px;
}

.mainimage {
	position: relative;
	z-index: 1;
}

.maintext {
	position: relative;
	text-align: left;
	z-index: 3;
	height: 400px;
	width: 740px;
	top: -400px;
	background-image: url(images/products/40whiteblock.png);
	background-repeat: no-repeat;
	background-position: -60px top;
}

.maintextsmimage {
	position: relative;
	text-align: left;
	z-index: 3;
	height: 400px;
	width: 740px;
	top: -400px;
	background-image: url(images/products/40whiteblocksm.png);
	background-repeat: no-repeat;
	background-position: -60px top;
}

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: lighter;
	color: #FFCC00;
	padding-left: 30px;
	padding-top: 50px;
}

.footer {
	background-color: #000000;
	height: 3px;
	width: 800px;
	top: -400px;
	position: relative;
}

.footer2 {
	background-color: #990000;
	height: 15px;
	width: 800px;
	top: -397px;
	position: relative;
}
.footer3 {
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7px;
	font-weight: lighter;
	text-transform: uppercase;
	top: -395px;
	height: 40px;
	position: relative;
}


#page-wrap {
	width: 270px;
	padding-right: 80px;
	min-height: 500px;
	height: auto !important;
	text-align: left;	
}

#contact-area {
	padding-left: 30px;
	width: 270px;
	
}

#contact-area input, #contact-area textarea {
	width: 270px;
	border: 1px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	width: 270px;
	border:2px solid #ccc;
	
	
}

#contact-area input.submit-button {
	width: 50px;
	float: left;
}

label {
	float: left;
	text-align: left;
	width: 100px;
	padding-top: 2px;
	padding-bottom: 3px;
	color: #FFFFCC;
}
