/* ||||||||||||||||||||||||||||||||||||||||||||| */
/* |CSS Stylesheet (C) Copyright 2005 Zen Webs | */
/* ||||||||||||||||||||||||||||||||||||||||||||| */

/* | Main Layout Styles | */
body {
 	margin: 5px 0 0 0;
 	padding: 5px 0 0 0;
	text-align: center;	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #FFF;
}
div#wrapper {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
   	width: 720px;
}
div#logo {
	text-align: left;
	height: 50px;
	clear: both;
}
div#logoName {
	float: left;
	height: 50px;
	width: 300px;
}
div#address {
	float: right;
	height: 50px;
	vertical-align: bottom;
	text-align: right;
	clear: right;
}
div#header {
	padding: 5px;
	border: solid 1px #75848A;
	text-align: center;
}
div#contentWrapper {
	margin: 5px 0;
	padding: 5px;
	border: solid 1px #75848A;
	text-align: left;
	background-color: #FFF;
}
div#leftColumn {
	float: left;
	border: solid 1px #75848A;
	width: 130px;
	margin-bottom: 5px;
	clear: none;
}
div#leftMenu {
	background-color: #F1F3F3;
}
div#content {
	float: right;
	padding: 5px;
	clear: right;
	width: 550px;
}
div#footer {
	clear: both;
	margin-top: 5px;
	padding: 5px;
	border: solid 1px #75848A;
	background-color: #C8CED0;
	text-align: center;
	color: #333;
}
div#leftText {
	padding: 5px 10px;
	color: #333;
	font-size: 11px;
}

/* | Site Link Colors | */
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
div#leftMenu a {
	text-decoration: none;
	display: block;
	border-bottom: 2px groove #F1F3F3;	
	padding: 5px 5px 5px 25px;
}
.firstLink {
	border-top: 2px groove #F1F3F3;
}
div#leftMenu a:link, div#leftMenu a:visited, div#leftMenu a:active {
	text-align: center;
	padding: 5px 25px 5px 5px;
	color: #333;
}
div#leftMenu a:hover {
	text-align: center;
	padding: 5px 25px 5px 5px;
	color: #FFF;
}
div#content a {
	font-weight: bold;
	text-decoration: none;
	color: #4297B6;
}
div#content a:hover {
	color: #E0C452;
}
div#footer a {
	padding-right: 3px;
}
div#footer a:link, div#footer a:visited, div#footer a:active {
	color: #333;
	text-decoration: none;
}
div#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* | Heading Colors | */

h1 {
	font-size: 14px;
	line-height: 125%;
	font-weight: bold;
	color: #19AADF;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #E0C452;
}
h3, h4, h5, h6 {
	font-size: 13px;
	color: #666666;
}
div#leftMenu h1 {
	margin: 0;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	color:#333;
	background-color: 19AADF;
}

/* | Miscellaneous Styles | */

.copy {
	font-size: 10px;
	margin: 0 15px 0 5px;
}
.imgBorder {
	border: solid 1px #999;
	padding: 5px;
}
.imgPadding {
	padding: 5px;
	border: 0;
}
li {
	list-style-position: outside;
	list-style-image: url(../images/list1.gif);
	line-height: 150%;
}
li li  {
	list-style-position: outside;
	list-style-image: url(../images/list2.gif);
}
li li li{
	list-style-position: outside;
	list-style-image: url(../images/list3.gif);
}
.purpleText {
	color: #6633CC;
	font-weight: bold;
}
.blueText {
	color: #3366CC;
}
.pullquote {
	background-color: #FFCC99;
	width: 300px;
	border: 1px dashed #999999;
	padding: 8px;
	color: #000000;
	line-height: 130%;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
}
.productBlock {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 450px;
}
.productImage {
	float: left;
	text-align: center;
	padding-top: 5px;
	width: 100px;
}
.productDetail {
	float: left;
	padding-top: 5px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	width: 325px;
}