/*
Reclaim Media stylesheet version 081118
*/

/* CSS RESET
----------------------------------------------------- */

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,
b, u, i, center,
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-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
	font-size: 62.5% /* Sets 1em at 10px */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear-both {clear: both;}

/*		BASIC LAYOUT
----------------------------------------------------- */

body	{
			background: #AAA;
			line-height: 1.4;
			font-family: Verdana, Arial, sans-serif;
			}
			
#container {
			position: relative;
			margin: 0 auto;
			padding: 0 4px;
			width: 748px;
			background: #FFF url(images/bg_strip.gif);
			}
			
img#banner {
			border-bottom: 1px solid #555;
			}
			
#left-col {
			float: left;
			width: 156px;
			}
			
#main-col {
			float: right;
			margin-right: 10px;
			width: 568px;
			}
			
#footer {
			margin: 0 auto;
			font-size: 12px;
			width: 756px;
			padding-top: 15px;
			text-align: center;
			background: url(images/bg_bottom.gif) top no-repeat;
			}
			
/* 		BASIC TYPOGRAPHY
----------------------------------------------------- */

p			{
			margin-bottom: 10px;
			}
			
/* 		MAIN NAVIGATION
----------------------------------------------------- */

ul#main-nav {
			margin: 7px 0 0;
			width: 156px;
			font-size: 12px;
			}
			
ul#main-nav li a {
			display: block;
			margin: 0;
			width: 136px;
			line-height: 18px;
			color: #222;
			text-decoration: none;
			padding: 3px 10px;
			background: #F5F3E9;
			border-bottom: 1px solid #FFF;
			}
			
ul#main-nav li a:hover,
ul#main-nav li a.current {
			background: #BCE162;
			}
			
ul#main-nav li.top-cap,
ul#main-nav li.bottom-cap {
			margin: 0;
			width: 156px;
			height: 6px;
			}
			
ul#main-nav li.top-cap {
			background: url(images/nav-top.gif) left bottom no-repeat;
			}
			
ul#main-nav li.bottom-cap {
			background: url(images/nav-bottom.gif) left top no-repeat;
			}
			
/* 		ORDER NAVIGATION (GET PRICE, PLACE ORDER, ETC...)
----------------------------------------------------- */

ul#order-nav {
			margin: 3px 0 0;
			padding: 0;
			list-style: none;
			font-size: 1.4em;
			}
			
ul#order-nav li {
			float: left;
			}
			
ul#order-nav li a {
			text-decoration: none;
			line-height: 40px;
			background: #197A9A url(images/buttonish_bg.gif) repeat-x;
			color: #FFF;
			padding: 8px 9px;
			font-weight: bold;
			border: 1px solid #444;
			}
			
ul#order-nav li a:hover,
ul#order-nav li a.current {
			background: #26ADD9;
			background: #BCE162;
			color: #222;
			}
			
/*		TESTIMONIALS
----------------------------------------------------- */

#testimonial {
			position: relative;
			margin-top: 20px;
			padding: 0 0 0 10px;
			font-size: 12px;
			}
			
.quotation-mark {
			position: relative;
			top: 3px;
			font-family: Georgia, serif;
			font-size: 1.8em;
			line-height: 0;
			margin: 0 0 0 -.1em;
			}
			
a.testimonial-link {
			display: block;
			margin: 10px 0;
			font-size: 12px;
			padding: 0 10px;
			}
			
/* MAIN COLUMN CONTENT
----------------------------------------------------- */

#content {
			clear: both;
			padding-top: 6px;
			margin: 10px 0 15px 0;
			font-size: 13px;
			}
			
#content ul {
			list-style: disc;
			padding: 0px 0px 0px 17px;
			}
			
#content img {
			margin: 0 10px 10px 0;
			border: 1px solid #222;
			}
			
a.buttonish {
			border: 1px solid #444;
			padding: 6px 7px;
			line-height: 40px;
			font-weight: bold;
			text-decoration: none;
			color: #FFF;
			background: #197A9A url(images/buttonish_bg.gif) repeat-x;
			font-size: 1.3em;

			}

a.buttonish:hover {
			background: #26ADD9;
			color: #111;
			background: #BCE162;
			}
			
a			{
			color: #197A9A;
			}
			
h1		{ /* These are the main headers */
			width: 100%;
			font-size: 1.4em;
			font-weight: bold;
			background: #BCE162;
			margin-top: 1px;
			margin-bottom: 10px;
			color: #222;
			padding-left: 4px;
			padding-top: 2px;
			padding-bottom: 2px;

			}
			
table	{
			margin-bottom: 10px;
			}
			
/* FORMS
----------------------------------------------------- */

form input {
			margin: 0 5px 10px 10px;
			vertical-align: middle;
			}
			
input {
			margin: 5px 5px 0 10px;
			}

input.craigsubmit {
			margin: 3px 0 0;
			padding: 0;
			list-style: none;
			font-size: 1.4em;

			text-decoration: none;
			line-height: 40px;
			background: #197A9A url(images/buttonish_bg.gif) repeat-x;
			color: #FFF;
			padding: 4px 5px;
			font-weight: bold;
			border: 1px solid #444;
			margin-top: 10px;
			width: 210px;
}

input.craigsubmit:hover {
	background: #BCE162;
	color: #111;	

}
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			

