/* Standard CSS Stylesheet */
/* Karl Peschel */

/* ============================================== */
/* Default Tag Styles */

* html {
	overflow: hidden;
}

body, h1, h2, h3, h4, a, img, p, div, span, ol, ul, li, blockquote {
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	background-color: #000000;
}

img {
	border: 1px solid #F4F4F4;
}

p {
	padding: 5px;
	font-size: 100%;
	text-align: left;
	line-height: 150%;
}

blockquote {
	margin: 0 0 0 15px;
	padding: 0 0 0 10px;
	border-left: 3px solid #F0F0F0;
}

#screen-wid {
	margin: 20px 0px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: left;
	background-color: #000000;
	color: #FFFFFF;
}


/* ============================================== */
/* Header Text Styles */

h1, h2, h3, h4 {
	text-align: left;
}

h1 {
	padding: 10px 0px;
	font-size: 150%;
	background-color: transparent;
}

h2 {
	padding: 10px 0 5px 0;
	font-size: 120%;
}

h3 {
	padding: 10px 0 5px 0;
	font-size: 110%;
	font-weight: bold;
	text-decoration: underline;
}

h4 {
	padding: 5px 0px;
	font-size: 100%;
	text-decoration: underline;
}

/* ============================================== */
/* Default Anchor Styles */

a {
	text-decoration: none;
	color: #FFFF99;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	background-color: #F4F4F4;
	color: #000000;
}

a:active {
	text-decoration: none;
}


/* ============================================== */
/* Header Page Styles */

#header {
	position: relative;
	height: 150px;
	width: 900px;
	background-image: url(images/headerbg.jpg);
	background-repeat: no-repeat;
}

#header h1 {
	padding: 30px 0 0 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 250%;
}

#header-rt {
	padding: 20px 10px 10px 10px;
	width: 210px;
	height: 120px;
	float: right;
	position: relative;
	font-size: 120%;
	font-weight: bold;
}

#tagline {
	width: 880px;
	position: absolute;
	top: 100px;
	left: 30px;
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
}


/* ============================================== */
/* Top Navigation Styles */

#top-nav {
	width: 900px;
	height: 25px;
	clear: both;
	position: relative;
}

#top-nav ul {
	padding-top: 5px;
	list-style: none;
	text-align: center;
}

#top-nav ul li {
	display: inline;
	font-size: 90%;
	font-weight: bold;
}

#top-nav ul li a {
	padding: 5px 15px;
	color: #CCCCCC;
}

#top-nav ul li a.urhere {
	text-decoration: underline;
}

#top-nav ul li a:hover {
	background-color: #D7743B;
	color: #000000;
}

/* ============================================== */
/* Main content Styles */

#container {
	position: relative;
	width: 900px;
}

#content {
	padding: 10px;
	width: 880px;
	position: relative;
	float: left;
}

/*  for customizing pages  body.home, .gallery,
 .about, .products, .contact */

/* Customization for home page*/
body.home #content {
	padding: 10px;
	width: 590px;
	position: relative;
	float: left;
}

body.home #sidebar {
	padding: 10px 5px;
	width: 280px;
	float: right;
}

#samples {
	text-align: center;
}

#samples img {
	padding: 10px;
	margin: 5px 0;
	display: block;
}

/* for the Produc/Price/FAQ page */
p.price {
	text-align: right;
	font-weight: bold;
}

p.ques {
	font-weight: bold;
}

p.ans {
	padding: 0 0 0 15px;
}

/* Customization for Contact page*/
body.contact #content {
	padding: 10px;
	width: 350px;
	position: relative;
	float: left;
}

body.contact #sidebar {
	padding: 60px 10px 10px 10px;
	width: 510px;
	float: right;
}

#contact-form {
	text-align: center;
}

/* Customization for Photo Gallery page*/
body.gallery #content {
	padding: 10px;
	width: 320px;
	position: relative;
	float: left;
}

body.gallery #content h3 {
	padding-left: 20px;
}

body.gallery #content p.poems {
	font-size: 90%;
	text-align: center;
}

#fakeframe {
	width: 335px;
	height: 400px;
	overflow: auto;
	border: 1px solid #808080;
}

body.gallery #sidebar {
	padding: 20px 0px 10px 5px;
	width: 540px;
	float: right;
}

/* Customization for Products/Pricing page*/
body.products #content {
	padding: 0 10px;
	width: 430px;
	position: relative;
	float: left;
}

body.products #content ul {
	padding-left: 30px;
}

body.products #sidebar {
	padding: 0 10px;
	width: 428px;
	float: right;
	border-left: 2px solid #FFFFFF;
}

/* Customization for About page*/
body.about #content p {
	padding: 0 30px;
}

/* ============================================== */
/* Footer Styles */

#footer {
	padding: 10px 0 10px 0;
	clear: both;
	width: 900px;
	position: relative;
	background-image: url(images/footerbg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#footer p {
	text-align: center;
	line-height: 100%;
	font-size: 90%;
	font-weight: bold;
}

#footer p.copyright {
	font-size: 90%;
}

#footer p.kp-tagline {
	font-size: 80%;
	text-align: right;
}

#footer-nav {
	padding: 0px 10px;
	background-color: transparent;
	color: #FFFFFF;
}

#footer-nav ul {
	padding: 5px;
	list-style: none;
	text-align: center;
}

#footer-nav ul li {
	display: inline;
	font-size: 80%;
}


/* ============================================== */
/* Misc Styles */

.clearboth {
	clear: both;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.hilite {
	background-color: #FFFF33;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.textcenter {
	text-align: center;
}

