@charset "UTF-8";

/*--------------------------------------------------------------------*/
/* Global default style sheet for kpinc.com/doors.htm                 */
/* Last Updated: 01.26.2009 by Cory Perry                             */
/*--------------------------------------------------------------------*/

/* For Links styling - refer to links.css file------*/
/* For Form styling - refer to forms.css file-------*/
/* For Navigation styling - refer to nav.css file---*/



/* Base Reset.css to reset all default browser styles-----------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*--// end reset.css--------------------------------------------------*/

body {
	background: #FFF;
	color: #000;
	font-family: Verdana, "Lucida Grande", Tahoma, sans-serif;
}

/* spans---------------------------------------*/

/* headers-------------------------------------*/
h1 {font-size: 2.0em;}
h2 {font-size: 1.7em;}
h3 {font-size: 1.4em;}

/* main layout IDs (framework)-----------------*/
#wrapper {
	width: 900px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

p.info {
	width: 425px;
	height: auto;
	font-size: 12px;
	line-height: 18px;
	position: absolute;
	bottom: 30px;
	right: 0px;
	text-align: right;
}

p.info span.bold {
	color: #FF0000;
	font-weight: bold;
	font-size: 18px;
}


