/* Cascading Style Sheet - Colby Construction */
/* $Id: basic.css,v 1.1 2007/10/10 16:33:43 pete Exp pete $ */

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

body {
	text-align: center;
	margin: 0 auto 5px auto;
	padding: 0;
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #f4f4c1;
}

body#p247 div#container, body#p247 div#subcontainer, body#p247 div#footer,
body#product, body#product div#container, body#product div#subcontainer, body#product div#footer {
	background-color: #fff;
}


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

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15pt;
	line-height: 100%;
	margin: 5px 0 27px 0;
	padding: 0;
	color: #900;
}

h2 { font-size: 14pt; }
h3 { font-size: 13pt; }
h4 { font-size: 12pt; }
h5 { font-size: 11pt; }
h6 { font-size: 10pt; }

h2.tight { margin-bottom: 4px; }

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

p, div, blockquote, ul, ol, dt, dd, dl, th, td {
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #666;
	margin: 2px 0 10px 0;
	padding: 0;
}

div  {
	margin: 0;
}

ul,
ol {
	margin-left: 16px;
	padding-left: 16px;
}

ul.flat {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
}

li {
	margin: 0 0 4px 0;
}

ul.flat li {
	margin: 0 0 1px 0;
}

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

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


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

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

img.blackbar {
	margin-top: 20px;
}

img.prodbttns {
	margin: 0 0 20px 0;	
}


hr {
	border: none 0; 
	border-top: 0px solid #a6987b;
	border-bottom: 1px solid #a6987b;
	height: 1px;
	margin: 6px 0;
}


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

a:link {
	color: #669;
	font-size: 8pt;
	text-decoration: underline;
}

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

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

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



/* top nav */

#topnav ul, #midnav ul {
	text-align: left;
	list-style-type: none;
	width: 855px;
	height: 40px;
	margin: 0;
	padding: 0;
	/* border: 1px #f00 dotted; /* DEBUG */
}

#midnav ul {
	text-align: right;
	width: 855px;
	height: 21px;
}

#topnav li, #midnav li {
	display: inline;
	margin: 0;
	padding: 0;
}


/* footer nav */

#footer p,
#footer div {
	margin: 0;
	padding: 0;
	color: #666;
}


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

form label {
	font-weight: normal;
	margin: 2px 0 0 0;
	padding: 2px;
}

form input,
form textarea {
	font-weight: normal;
	margin: 2px 2px 0 0;
	padding: 2px 3px;
	color: #333;
	background-color: #eee;
}

form input.radio {
	border-width: 0;
	background-color: transparent;
}

form input.formbttn {
	font-weight: bold;
	margin: 2px 2px 0 0;
	padding: 2px 6px;
	background-color: #eee;
	color: #461010;
}

.required {
	font-weight: bold;
	color: #f00;
	margin-left: -5px;
}


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

.nodisp {
	display: none;
}

acronym, abbr {
	border-width: 0;
}


a.z2link:link, a.z2link:visited {
	font-size: 9px;
	font-weight: normal;
	color: #ccc;
	text-transform: uppercase;
	text-decoration: none;
}

a.z2link:active, a.z2link:hover {
	font-size: 9px;
	font-weight: normal;
	color: #eee;
	text-transform: uppercase;
	text-decoration: underline;
}

