/* 
PRINT CSS EXCEPTIONS
*/
@import url("carousel.css");
body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	text-align: center;
	color: #383d44;
	background: #f3f1e9;
}

/* links */

a:link, a:visited {
	color: #326ea1;
}
a:hover {
	color: #f30;
}
a.learnmore {
	display:block;
	width: 159px;
	height: 45px;
	background: url('/img/learnmore_bw.gif') no-repeat;
}
a.learnmore:hover {
	background: url('/img/learnmore.gif') no-repeat;
}
a.learnmore img {
	display:none;
}

/* page structure
---------------------------------------------------------- */

#main-body {
	width: 900px;
	margin: 20px auto 20px;
	padding: 0;
	font-size: 95%;
	line-height: 1.6em;
	text-align: left;
}

#content div.content {
	float:left;
	width: 640px;
}
#content div.gallery {
	clear:both;
}
#content div.side {
	float:right;
	width: 220px;
	font-size: 85%;
}

/* home page splash */
#splashmain {
	margin: 0;
	padding: 0;
	font-size: 95%;
	line-height: 1.3em;
	text-align: left;
	background: #f3f1e9 url('/img/splash_bg.gif') no-repeat;
}
#biggerbox {
	width:900px;
	background: #f3f1e9 url('/img/kpr01.jpg') no-repeat;
	overflow:hidden;
}
#specialbox {
	width: 100px;
	height: 100px;
	background: #f3f1e9 url('/img/kpr02.jpg') no-repeat;
}
#splashbox {
	width: 225px;
	margin: 0;
	padding: 25px 0px 25px 25px;
	min-height: 368px;
	background: #fff;
	float:right;
}
h2.splashtxt {
	font-family: Georgia, serif;
	font-size: 20px;
}

/* doublecolumn */
/* 
PRINT CSS EXCEPTIONS

#columnleft {
	width: 310px;
	float:left;
}
#columnright {
	margin-left: 20px;
	width: 310px;
	float:right;
}*/
	
/* header
---------------------------------------------------------- */

#header {
	font-size: 95%;
	border-bottom: 1px solid #25292e;
	background: #090c0c url('/img/header_bg.gif') repeat-x top;
}
	
/* language menu */
#language {
	position: absolute;
	float:right;
	padding: 0 0 0 60px;
	background: url('/img/language_bg.gif') no-repeat top left;
	right: 0px;
}
#language ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
#language li {
	margin: 0;
	padding: 0;
	float:left;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 90%;
	text-transform: uppercase;
}

#language li a {
	float:left;
	padding: 7px 7px 20px 7px;
	text-decoration: none;
	border: none;
	color: #fff;
	background: url('/img/language_li_bg.gif') repeat-x top;
}
#language li a:hover {
	color:#fff;
	background: url('/img/language_li_bg_on.gif') repeat-x top;
}

/* logo */

#logo {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#logo span, #logo a {
	display: block;
	width: 410px;
	height: 68px;
	padding-top: 25px;
	border-style: none;
	background: url('/img/kprlogo.gif') no-repeat bottom left;
}	
/* 
PRINT CSS EXCEPTIONS
#logo img  {
	display: block;
	width: 0;
}
*/
/* navigation */

#nav {
	width: 900px;
	margin: 15px auto 0;
	padding: 0;
	border-top: 1px solid #354648;
	background: #243031;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	float: left;
	margin: 0;
	font-family: Georgia, serif;
	font-size: 80%;
	letter-spacing: 2px;
	text-transform: uppercase;
	
}
#nav li a {
	float: left;
	padding: 10px 10px;
	text-decoration: none;
	color: #fff;
	border: none;
	background: url('/img/nav_bg_side.gif') no-repeat bottom right;
}
#nav li a:hover {
	color: #fff;
	background: #4e6164;
}
#nav li a.active {
	font-weight: bold;
	color: #e0ff6e;
	background: #1a2526 url('/img/nav_bg_on.gif') repeat-x top;
}
	
/* content
---------------------------------------------------------- */

/* basic phrase element styles */

em {
	font-style: italic;
}
strong {
	font-weight: bold;
}

/* content styles */

span.amp {
	font-size: 110%;
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style: italic;
}

h3 span.amp {
	font-weight: normal;
	font-size: 120%;
}

/* whatsnew
---------------------------------------------------------- */

#whatsnew {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	background: #e6e3d7;
}
#whatsnew div.entry {
	margin: 0 20px 0;
}
#whatsnew dl {
	margin:0;
	padding:0;
}
#whatsnew h3 {
	margin: 0 0 20px 0;
	padding: 6px 45px 6px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	font-size: 90%;
	letter-spacing: 2px;
	text-transform: uppercase;
	background: url('/img/icon_whatsnew.gif') no-repeat left;
	border-bottom: 1px solid #ccc8ba;
}
#whatsnew dt {
	margin: 0;
	padding: 0 0 0 10px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#whatsnew dd {
	margin: 0;
	padding: 0 10px 20px 30px;
}
#whatsnew img.left {	float:left; padding: 0 20px 5px 10px;}
#whatsnew img.right { float:right; padding: 0 10px 5px 20px;}

/* content-inner
---------------------------------------------------------- */

#content-inner {
	margin: 0 0 20px 0;
	padding: 0;
}
#content-inner h3 {
	margin: 5px 0px 5px;
	font-size: small;
}
#content-inner p {
	margin: 0 0 20px 0;
}
#content-inner img {
	border: 8px solid #fff;
	margin-bottom: 15px;
}
#content-inner img.left {	float:left; margin-right: 15px;}
#content-inner img.right {	float:right; margin-left: 15px;}

/* div.gallery
---------------------------------------------------------- */

#content div.gallery {
	margin: 0;
	padding: 0;
}
#content div.gallery h3 {
	margin: 0;
	padding: 10px 20px 10px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	font-size: 90%;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-top: 1px solid #b6af9f;
}
#content div.gallery ul {
	margin: 0 ;
	padding: 0 0 0 20px;
	list-style: none;
	clear: both;
}
#content div.gallery li {
	float: left;
	margin: 0 5px 5px 0;
	padding: 0;
}
#content div.gallery img {
	border:none;
}
#content div.gallery a {
	float: left;
	padding: 6px 6px 15px 6px;
	background: #e6e3d7;
}
#content div.gallery a:hover {
	background: #f30;
}

/* div.side
---------------------------------------------------------- */

#content div.side {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border: 1px solid #ccc8ba;
}
#content div.side h3 {
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 35px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	font-size: 90%;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc8ba;
}
#content div.side h3.awards {
	background: url('../img/icon_awards.gif') no-repeat left;
}
#content div.side h3.newspaper {
	background: url('../img/icon_newspaper.gif') no-repeat left;
}
#content div.side h3.terms {
	background: url('../img/icon_terms.gif') no-repeat left;
}
#content div.side h3.affiliate {
	background: url('../img/icon_affiliate.gif') no-repeat left;
}
#content div.side h3.links {
	background: url('../img/icon_links.gif') no-repeat left;
}
#content div.side p {
	margin: 10px 10px 0;
	padding: 0;
}
#content div.side ul {
	margin: 0;
	padding: 0 15px 0 25px;
	list-style-image: url('/img/icon_bullet.gif');
	line-height: 1.5em;
}
#content div.side li {
	margin: 0 0 10px 0;
}
#content div.side img.center { padding: 0 30px 0;}

/* data tables
---------------------------------------------------------- */

table.data {
	width: 640px;
	margin: 0 0 2em 0;
	padding: 0;
	border-collapse: collapse;
	}
table.data thead {
	text-transform: uppercase;
	font-size: 90%;
}
table.data tfoot {
	font-size: 85%;
}
table.data th, table.data td {
	margin: 0;
	padding: 5px 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc8ba;
	}
table.data tfoot th, table.data tfoot td {
	border-bottom: none;
	}
table.data th {
	text-align: left;
	}
	
/* forms
---------------------------------------------------------- */
#formfield {
	margin:0;
	padding:0;
}
/* 
PRINT CSS EXCEPTIONS

#contactform {
	margin: 0 0 20px 0;
	padding: 0 0 30px 0;
	width: 640px;
	background: #e6e3d7;
}*/
#contactform div.spacer {
	padding: 8px 0 8px;
	width: 450px;
}
#contactform table {
	width: 660px;
}
#contactform td {
	vertical-align:top;
}
#contactform h3.form {
	margin: 0;
	padding: 10px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	font-size: 90%;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc8ba;
	
}
#contactform label {
	margin-left: 25px;
}
/*
#contactform input,
*/
#contactform textarea {
	padding: 2px;
	color: #444;
	border: 1px solid #b6af9f;
}
#contactform textarea {
	width: 300px;
	height: 60px;
	font-family: inherit;
	font-size:100%;
	}
#contactform input.xx-small {	
	width: 20px;
	padding: 2px;
	color: #444;
	border: 1px solid #b6af9f;
}	
#contactform input.x-small {	
	width: 90px;
	padding: 2px;
	color: #444;
	border: 1px solid #b6af9f;
}
#contactform input.small {	
	width: 200px;
	padding: 2px;
	color: #444;
	border: 1px solid #b6af9f;
}
#contactform input.medium {
	width: 300px;
	padding: 2px;
	color: #444;
	border: 1px solid #b6af9f;
}
#contactform input.large {	
	width: 600px;
	padding: 2px;
	color: #444;
	border: 1px solid #b6af9f;
}

#contactform span.lowast { font-weight:bold; color:#f30;font-size:150%;}
#contactform span.note { font-size:90%; font-style:italic; color:#777;}


/* loading
---------------------------------------------------------- */
/* 
PRINT CSS EXCEPTIONS

input.button {
	width: 100px;
	height: 30px;
	margin-right: 7px;
	background: #ccc8ba;
}
input.button:hover {
	color:white;
	background: #f30;
}
div.loadBar,
div.emailSuccess,
div.buttonBox {
	width: 400px;
	height: 60px;
	margin: 10px 0 0;
}
div.loadBarTxt {
	height: 32px;
	padding: 5px 0 0 45px;
	font-weight: bold;
	font-size: 150%;
	background: url('/img/icon_loading.gif') no-repeat top left;
}
div.emailOKTxt {
	padding: 5px 0 0 45px;
	font-weight: bold;
	font-size: 150%;
	background: url('/img/icon_OK.gif') no-repeat top left;
}
div.emailNOTOKTxt {
	padding: 5px 0 0 45px;
	font-weight: bold;
	font-size: 150%;
	background: url('/img/icon_NOTOK.gif') no-repeat top left;
}
div.emailSuccessNote {
	font-size: small;
	font-weight: normal;
	font-style: italic;
}
*/

/* extra styles
---------------------------------------------------------- */

#extra {
	padding: 20px 0 0 0;
	font-size: 95%;
	background: #e6e3d7 url(../img/1206/form-bg.gif) repeat-x top left;
	clear: both;
	}
#extra-inner {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
#extra h3 {
	margin: 0 0 15px 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	font-size: 90%;
	letter-spacing: 2px;
	text-align: left;
	text-transform: uppercase;
	color: #383d44;
	}
#extra div.extra {
	float: left;
	width: 231px;
	}
#extra div.one h3, #extra div.one p {
	margin-right: 29px;
	}
#extra div.littlethings {
	width:20%;
	}

/* footer
---------------------------------------------------------- */

#footer {
	/* 
	PRINT CSS EXCEPTIONS
	padding: 15px 0 30px 0;*/
	font-size: 95%;
	line-height: 1.5em;
	text-align: left;
	background: #ccc8ba;
	}
#footer-inner {
	width: 900px;
	margin: 0 auto;
	padding-left: 40px;
	background: url('/img/footer_logo.gif') no-repeat 0 1px;
	}
#footer p {
	margin: 0;
	padding: 0;
	font-size: 90%;
	}

/* shared styles
---------------------------------------------------------- */

/* contactinfo */

dl.contactinfo {
	margin: 0;
	padding: 0;
	}
dl.contactinfo dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
	}
dl.contactinfo dt a {
	float: left;
	display: block;
	margin: 2px 10px 0 0;
	padding: 2px;
	border: 3px solid #ccc8ba;
	background: #fffefa;
	}
dl.contactinfo dt a img {
	float: left;
	}
dl.contactinfo dt a:hover {
	padding: 2px;
	border-color: #fff;
	background: #fff;
	}
dl.contactinfo dd {
	margin: 0 0 10px 0 !important;
	padding: 0 0 0 15px;
	font-size: 95%;
	line-height: 1.4em;
	}
dl.contactinfo dd.address {
	margin: 0 0 10px 0 !important;
	padding: 0;
}
dl.contactinfo dd em {
	font-style: normal;
	color: #888;
	}


/* misc.
---------------------------------------------------------- */

hr, .hide {
	display: none;
	}
a img {
	border: none;
	}
.clear {
	clear:both;
}
/* self-clearing floats */

#nav ul:after, 
#main-body:after,
#flickr:after,
#extra:after,
#footer:after,
#port:after, 
#work-simple:after,
.prod-feature:after, 
dl.teaser:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
