body {
	font-family:lucida, "Lucida Grande", "Lucida Sans Unicode", arial, helvetica, verdana, sans-serif;
	font-size:12px;
	background-color:white;
	color:#333;
	margin:0;
}

/* tags */

p, td, th, li { line-height:130%; }
p { margin:0.6em 0 0.8em 0 }
h1, h2, h3, h4, h5 {
	font-family:georgia;
	font-weight:normal;
	/* color:#333; */
	color:#3C6897;
	margin-bottom:0.4em;
	line-height:130%;
}
h1 { font-size:24px; }
h2 { font-size:20px; }
h3 { font-size:18px; }
h4 { font-size:16px; }
h5 { font-size:14px; }

th, td {
	text-align:left;
	vertical-align:top;
	padding-left:0;
	padding:0.5em 0.5em 0.5em 0;
	border-bottom:1px solid #ccc;
}

th { border-color:#999; }
th.header { font-size:16px; font-weight:normal; font-family:georgia; padding-top:1em }
table { border-collapse: collapse; }

a { color:#3C6897; }
a:hover { color:#000; }
a img { border:0 }

h1 a, h2 a, h3 a, h4 a {
	text-decoration:none;
}

address { font-style:normal; }

/* For Internet Explorer */
hr { text-align: center; width: 100%; height: 1px; color: #AABFD4; border: none; clear:both; }
/* For Gecko-based browsers */
html>body hr { margin-right: 0; width: 100%; height: 1px; background-color: #AABFD4; border: none; }
/* For Opera and Gecko-based browsers */
html>body hr { margin-right: 0; width: 100%; height: 1px; background-color: #AABFD4; border: 0px solid #AABFD4; }

/* utility classes */

.clear { clear:both }
.note { color:#666; }
.small { font-size:11px; }
.underline { border-bottom:1px solid #ccc; }
img.right { float:right; margin:0 0 1em 1em; border:1px solid #ccc }
.hilite { color:green; }
.hilite_box {
	border:1px solid #AABFD4;
	padding:0.6em;
}
.info {
	padding-left:22px;
	background:url(../images/info.png) top left no-repeat transparent;
	color:#666;
}

.big_info {
	border:1px solid green;
	padding:15px 15px 15px 50px;
	color:green;
	font-size:13px;
	background:url(../images/info_big.png) transparent 15px 15px no-repeat;
}

/* form elements */

form { margin:0 }

legend { color:#3C6897; font-weight:bold; margin-top:0 }
fieldset { border:1px solid #ccc; background:url(../images/form-bkgd.png) bottom center #fff repeat-x; }

fieldset table { margin:0 auto }

input, select, textarea {
	font-family:lucida, "Lucida Grande", "Lucida Sans Unicode", arial, helvetica, verdana, sans-serif;
	font-size:12px;
	background-color:white;
	color:#3C6897;
	border:1px solid #3C6897;
}

input.button {
	border-style:outset;
	padding:0.2em;
	font-weight:normal;
	text-transform:uppercase;
	font-family:georgia;
}

input:focus, select:focus { border-color:black; color:black; }

input.checkbox { border:0; background-color:transparent; }

label.checked { color:#3C6897 }

.required, .req { color:green; font-size:20px; font-weight:bold; vertical-align:middle; }


#frame {
	width:781px;
	margin:20px auto 0 auto;
}

#top {
	background:url(../images/top_bkgd2.gif) no-repeat white top left;
	height:130px;
}

#main {
	background:url(../images/body_bkgd.gif) repeat-y white top left;
	padding-top:0px;
}

#main h2 { margin-top:0; padding-top:1em }
#main_last_p { margin-bottom:0 }



#inner_main { clear:both; padding:0 25px 0 25px; }

.home_splash { 
	background:url(../images/home_splash.jpg) top center no-repeat transparent;
	min-height:245px;
}

#splash {
	padding-right:350px;
	padding-bottom:30px;
}

#splash p { line-height:150%; }

#footer {
	background:url(../images/footer_bkgd.gif) no-repeat white top left;
	padding-top:20px;
}

#footer p { margin:0; padding:1em 0; font-size:11px; color:#aaa; text-align:right }
#footer a { color:#999; }
#footer a:hover { color:#333; }

/*
.feature {
	width:228px;
	float:left;
	background:url(../images/feature_bkgd.jpg) bottom left no-repeat transparent;
	margin-right:20px;
}

.feature h3 {
	margin-bottom:0.5em;
	background:url(../images/feature_title_bkgd.jpg) no-repeat top left transparent;
}

.feature h3 a {
	display:block;
	color:#fff;
	padding:4px;
	font-size:14px;
	text-decoration:none;
	font-weight:normal;
}

.feature_content {
	padding:0 8px;
	margin-bottom:10px;
}

.feature_content p {
	font-size:11px;
	color:#fff;
	margin:0;
}

*/

#feature_table td {
	background:url(../images/feature_bkgd.jpg) bottom left no-repeat transparent;
	border:0;
	padding:0;
}

#feature_table div {
	width:212px;
	margin-right:10px;
	border:0;
	font-size:11px;
	color:#fff;
	padding:0 8px;
	color:#fff;
}

#feature_table h3 {
	margin:0;
	background:url(../images/feature_title_bkgd.jpg) no-repeat top left transparent;
	height:35px;
}

#feature_table a { color:#9cf; }
#feature_table a:hover { text-decoration:underline; }

ul.inlineList {
	padding:1em 0 0 0;
	margin:0;
	list-style:none;
	list-style-image:none;
}

ul.inlineList li {
	display:inline;
	font-size:11px;
}

ul.inlineList li.first a { padding-left:0 }
ul.inlineList li.last a { border:0 }

ul.inlineList li a { 
	padding:0 0.6em;
	color:#999;
	text-decoration:none;
	border-right:1px solid #ccc;
}

ul.inlineList li a.selected, ul.inlineList li a:hover { 
	color:#333;
}

#main ul { list-style-image:url(../images/list-dot.gif); }

.cat_title { clear:both; border-bottom:1px solid #ccc; }

.product_listing {
	clear:both;
	overflow:auto;
	border-bottom:1px solid #ccc;
	margin:5px 0;
}

.product_listing_image {
	float:left;
	width:200px;
	margin-right:30px;
}

.product_listing_content {
	float:left;
	width:490px;
	font-size:11px;
}

.product_listing_content h4 { margin:0.5em 0 }

a.button {
	padding:0.3em 0.6em;
	border:1px outset #3C6897;
}
a.button:hover { border-color:#000 }

.paging { text-align:right }

#product_detail {
	overflow:auto;
}

#product_detail h2 {
	margin-bottom:0.2em;
}

#product_detail h5 {
	margin:0.5em 0;
}


#product_detail_left {
	float:left;
	width:350px;
	padding-right:30px;
}

#product_detail_right {
	float:left;
	width:350px;
}

#product_thumbs img {
	margin-right:12px;
	border:1px solid #ccc;
}

#product_detail_left table {
	width:100%;
}

#product_detail_left tr { color:#666; }

#product_detail_left th, #product_detail_left td {
	text-align:left;
	border-bottom:1px solid #ccc;
	padding:0.3em 1em 0.3em 0;
}

#product_detail_left th.header {
	color:#333;
	border:0;
	font-weight:normal;
	font-size:14px;
	padding-top:1em;
}

tr.highlightrow { background-color:#ffc; color:#000 }

#product_detail_left tr.highlightrow { background-color:#ffc; color:#000; }

table.data_table {
	width:100%;
}

#contact_form {
	float:left;
	width:525px;
}

#contact_side {
	float:left;
	width:185px;
	padding-left:15px;
}

.card_logos img { vertical-align:middle; padding-right:10px; }

.summary_table {
	float:left;
	width:350px;
}

.summary_table td {
	font-size:11px;
}

.half {
	float:left;
	width:340px;
	margin-right:40px;
}

.third {
	float:left;
	width:226px;
	margin-right:20px;
}

.half h3, .third h3 { margin-top:0; }

.imageholder {
	float:right;
	width:200px;
	margin:0 0 1em 1em;
	padding:3px;
	border:1px solid #ccc;
	font-size:11px;
	color:#666;
}

blockquote {
	background:url(../images/quotemark_left.gif) top left no-repeat transparent;
	padding:0;
	margin:0;
}

blockquote div {
	background:url(../images/quotemark_right.gif) bottom right no-repeat transparent;
	padding:0 40px;
}

#testimonials {
	font-size:10px; font-family:verdana;
	margin:2em 0;
}

#delivery_cost {
	color:green;
	font-size:14px;
	font-family:georgia;
}