/* Cascading Style Sheet - www.customkitpro.com */
/* $Id: basic.css,v 1.5 2006/10/27 12:04:14 pete Exp pete $ */

/* ******************************************************************************* */
/* body style for the page */

body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #ddd;
	font-family: Verdana, "Lucida Grande", Geneva, Arial, Lucida, Helvetica, sans-serif;
}

body.small {
	background-color: #fff;
}


/* ******************************************************************************* */
/* heads */

h1, h2, h3, h4, h5, h6 {
	text-align: left;
	font-family: Verdana, "Lucida Grande", Geneva, Arial, Lucida, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 17pt;
	line-height: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	color: #933;
}

h1.sitename {
	text-align: center;
	background-image: url("images/ckpheader.gif");
	background-repeat: no-repeat;
	width: 408px;
	height: 95px;
	margin: 0;
	padding: 0;
}

h2.small {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	margin: 0;
	padding: 0;
}

h3.copy {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 4px 0;
	padding: 0;
}


/* ******************************************************************************* */
/* text blocks */

p, div, blockquote, ul, ol, dt, dd, dl, th, td {
	font-family: Verdana, "Lucida Grande", Geneva, Arial, Lucida, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 135%;
	color: #000;
	margin: 25px 0 0 0;
	padding: 0;
}

p.small {
	margin: 12px 0 0 0;
}

p.products, p.copy {
	margin: 0 0 20px 0;
	padding: 0;
}

ul {
	margin: 0 0 0 20px;
	padding: 0;
}

ul.homeleftgrad {
	height: 140px;
	list-style-type: none;
	background-image: url("images/homeleftgrad.gif");
	background-repeat: no-repeat;
	padding: 12px;
	margin: 14px 0 0 0;
}

li.homeleftgrad {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #933;
	margin: 0;
	padding: 0 0 12px 0;
	line-height: 130%;
}

ul.subleftgrad {
	height: 100px;
	list-style-type: none;
	background-image: url("images/homeleftgrad.gif");
	background-repeat: no-repeat;
	padding: 8px;
	margin: 0 0 10px 0;
	/* border: 1px #f3c dotted; /* DEBUG */
}


div  {
	margin: 0;
}

.footer {
	position: relative;
	bottom: 0;
	font-size: 8pt;
	font-weight: bold;
	color: #fff;
	margin: 15px 0 0 0;
	padding: 0;
}

.hmeta {
	text-transform: uppercase;
	color: #633;
	margin: 0;
	padding: 0;
	border-width: 0;
}

.textdiv {
	color: #000;
}

ul.nav {
	margin: 4px 0;
	padding: 0;
}

li.nav {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline;
	padding: 2px 25px;
}

/* ******************************************************************************* */
/* fixed-width stuff */

pre, tt, code {
	font-family: Courier, "Courier New", monospace;
}


/* ******************************************************************************* */
/* other stuff */

img {
        margin: 0;
	padding: 0;
        border-width: 0;
}

hr {
	background-color: #ccc;
	height: 2px;
	border: 0;
}



/* ******************************************************************************* */
/* links */

a:link {
	color: #3f221e;
	text-decoration: underline;
}

a:visited {
	color: #3f221e;
	text-decoration: underline;
}

a:hover {
	color: #3f221e;
	text-decoration: underline;
}

a:active {
	color: #3f221e;
	text-decoration: none;
}


/* nav */

a.nav:link {
	color: #000;
	text-decoration: none;
}

a.nav:visited {
	color: #333;
	text-decoration: none;
}

a.nav:active {
	color: #933;
	text-decoration: none;
}

a.nav:hover {
	color: #933;
	text-decoration: none;
}


/* leftnav */

a.leftnav:link {
	color: #933;
	text-decoration: none;
}

a.leftnav:visited {
	color: #933;
	text-decoration: none;
}

a.leftnav:active {
	color: #a66;
	text-decoration: none;
}

a.leftnav:hover {
	color: #a66;
	text-decoration: none;
}


/* footer */

a.footer:link {
	color: #fff;
	text-decoration: none;
}

a.footer:visited {
	color: #fff;
	text-decoration: none;
}

a.footer:active {
	color: #fff;
	text-decoration: none;
}

a.footer:hover {
	color: #fff;
	text-decoration: none;
}


/* ******************************************************************************* */
/* site */

.fir {
	display: none;
}

.navbttn {
	margin: 0 8px;
}


/* ******************************************************************************* */
/* form */

label {
	font-weight: normal;
	color: #333;
}

.formtxt {
	color: #000;
	background-color: #eee;
	padding: 1px;
}

.formbttn {
	color: #000;
	background-color: #eee;
	padding: 3px;
	border: 1px #000 solid;
}


