 /* Something New's colors:
 
Tiffany blue - #66CCCC - Main site color
Dark main text - #505050 - Regular text
White - #FFFFFF - borders and links
Reddish orange - #CC3300 - links on hover
Light grey - #CCCCCC - borders
Medium grey - #666666 - borders
Dark grey - #333333 - borders
Dark blue/grey - #003333 - news title, featured item titles, button text
Light blue/grey - #CCFFFF - tabular data, cart links background, alternate table rows
Light blue/grey - #99CCCC - tabular data, alternate table rows
Dark red - #993333 - error messages
 
 */

body {
	background-image: url(../site_images/page_bg.jpg);
	margin: 0;
	font-family: Garamond, Georgia, Helvetica;
	font-size: 16px;
	color: #505050;
}
p{margin:12px 0;}
img{border:0}
h1{
	font-size: 25px;
	color: #66CCCC;
	font-weight: normal;
	margin: 12px 0;
}
h2{
	font-size: 20px;
	color: #66CCCC;
	font-weight: normal;
	margin: 12px 0;
}
#ex_page_con {
	margin: 7px auto;
	width: 880px;
	border: 1px solid #FFFFFF;
}
#page_con {
	border: 1px solid #66CCCC;
	padding: 3px 4px;
	background-color:#FFFFFF;
}
#header_con {
	background-image: url(../site_images/header_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 120px;
	border: 3px solid #66CCCC;
}

.header_text {
	float: right;
	font-size: 12px;
	height: 80px;
	padding-top: 10px;
	padding-right: 10px;
	line-height: 1.5;
}

#topnav {
	text-transform: uppercase;
	text-align: center;
}
#topnav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#topnav li{
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}
#topnav a{
	text-decoration: none;
}
#topnav a:hover{color:#66CCCC;}

#search {
	float: left;
	margin-top: 35px;
	padding-left: 10px;
}

#content {
	background: url(../site_images/content_sp.gif) repeat-y 202px top;
}
* html #content {height:1px;}
#left_col {
	float:left;
	width:196px;
	border-right: 1px solid #CCCCCC;
}
#leftnav a:hover{color:#003333; text-decoration: none;}
#leftnav{
	padding:0 0 10px 0;
	border-bottom: 5px solid #333333;
}
#leftnav .clear{
	height:10px;
	border-bottom: 1px solid #CCCCCC;
}
#leftnav ul{
	margin:0;
	padding: 0 0 10px 0;
	border-bottom: 10px solid #CCCCCC;
	list-style-type: none;
}
#leftnav li{
	background: url(../site_images/leftnav_bg.jpg) repeat-x;
	width:100%;
	float:left;
	height:27px;
}
#leftnav a{
	display:block;
	color:#656565;
	background: url(../site_images/arrow.gif) no-repeat 15px center;
	padding:0 0 0 30px;
	line-height:27px;
	text-decoration:none;
	font-weight:bold;
	}

#leftnav li a:hover {
	text-decoration: none;
	color: #003333;
}
	
#news {}

.news_title {
	padding: 0 0 0 10px;
	height:27px;
	line-height:27px;
	background-color: #99CCCC;
	font-size: 20px;
	color: #003333;
	text-align: center;
	font-weight: bold;
}
#right_col {
	float:left;
	width:657px;
	padding-left: 15px;
}

.featured_items {
	height: 167px;	
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 6px solid #CCCCCC;
	margin: 0;
	padding: 0;
	width: 100%;
}
.featured_item {
	font-size: 0.9em;
	color: #003333;
	background-color: #99CCCC;
}
.featured_items_box {
	width: 216px;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 10px;
	height: 200px;
	background-image: url(../site_images/featured_item_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: top;
}
.featured_items_title {
	padding: 0 0 0 10px;
	height:27px;
	line-height:27px;
	margin: 0 45px 10px 0;
	background-color: #99CCCC;
	font-size: 20px;
	color: #003333;
}
.featured_more {
	background-color: #99CCCC;
	padding: 5px;
	border-bottom: 2px solid #66CCCC;
	font-size: 10px;
}


#content_footer{
	border-top:6px solid #333333;
	padding:7px 0;
	text-align:center;
}
#content_footer a{margin:0 45px;}

#footer {
	background: url(../site_images/footer_bg.jpg) repeat-x;
	height: 34px;
	font-size: 12px;
	color: #003333;
	padding-top: 10px;
}

.footer_copyright {
	float: right;
	padding-right: 10px;
}
.footer_links {
	float:left;
	padding-left:10px;
}
.footer_links a:link, .footer_links a:visited, .footer_links a:active {
	text-decoration:underline;
	color:#003333;
	font-size: 12px;
}
.footer_links a:hover {color:#CC3300;}

.img_right{
	float:right;
	margin: 5px 0 0 5px;
}

.img_right{
	float:right;
	margin: 5px 0 0 5px;
}
.img_left{
	float:left;
	margin: 0 10px 10px 0;
}

.border_white{border: 1px solid #FFFFFF;}

.read_more{
	background: url(../site_images/arrow_2.gif) no-repeat left center;
	color: #003333;
	text-decoration: none;
	font-weight: bold;
	padding: 0 0 0 12px;
}

.padding10{padding:0 10px;}

.bold{font-weight:bold;}

.clear{
	font-size: 1px;
	line-height: 1px;
	clear: both;
	height: 1px;
}
.hr{
	border-bottom:1px solid #CCCCCC;
	margin:10px 0;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.cartlinks {
	background-color: #CCFFFF;
	padding: 5px 0;
	text-align: center;
	font-size: 11px;
}

.search{
	text-align: center;
	padding-top: 5px;
}
.search input, .search select{
	font-size: 12px;
	width: 180px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: url(../site_images/button_bg.jpg) repeat-x;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	color: #003333;
	font-size: 14px;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
	cursor: pointer;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #666666;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #FFFFFF;
	color: #000000;
}

table.tabularData h1 {
	color: #000000;
	font-size: 20px;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #F0F0F0;
}
.altRowOdd{
	background-color: #FFFFFF;
}

/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
}
.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}

/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td {
	vertical-align:top;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/



/* CSS File for Dagon Design Formmailer Script */
/* http://www.dagondesign.com */

/* COLOR/BORDERS CSS */

form.ddfm h1,
form.ddfm h2 {
	color: #606060;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	color: #606060;
}

form.ddfm .fmcheck p, 
form.ddfm .fmradio p,
form.ddfm textarea, 
form.ddfm .fmfullblock, 
form.ddfm .fmhalfblock, 
form.ddfm .fmselect, 
form.ddfm input.fmtext,
form.ddfm input.fmverify,
form.ddfm textarea.fmtextwide,
form.ddfm .submit,
form.ddfm .credits {
	color: #333333;
}

form.ddfm .required {
	color: #993333;
}

.ddfmerrors {
	color: #993333;
}

/* TEXT CSS */

.ddfmwrap {
}

form.ddfm h1,
form.ddfm h2 {
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
}


form.ddfm h1 {
}

form.ddfm h2 {
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	font-weight: bold;
}

form.ddfm .credits {
}

form.ddfm legend {
}

.ddfmerrors {
	font-weight: bold;
}




/* STRUCTURE CSS */

.ddfmwrap {
	margin: 0 auto;
	width: 500px;

}

.ddfmwrap p.fieldwrap {
	padding: 1px;
	margin: 1px;
	clear: left;
}

form.ddfm {
	text-align: left;
	padding: 10px;
	width: 430px; 
}

form.ddfm fieldset {
	padding: 0 10px 2px 10px;
	margin: 0 0 13px 0;
	display: block;
}

form.ddfm legend {
	padding: 0 6px 0 6px;
	margin: 0 0 0 10px;	 
}

form.ddfm label {
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  
}

form.ddfm label.fmtextlblwide {
	display: block;  
	float: left; 
	text-align: left;
	margin: 0 10px 0 1px; 
	padding-bottom: 8px; 
	width: 100%;
}

form.ddfm select.fmselect {
	float: left; 
	display: block;
	width: 65%; 
	margin-bottom: 15px;  
	padding: 3px; 
}

form.ddfm .fmcheck {
	width: 65%; 
	float: left;
	display: block;  
	margin-bottom: 15px;
}

form.ddfm .fmradio {
	width: 65%;
	float: left;
	display: block;
	margin-bottom: 15px;
}

form.ddfm .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm textarea {
	float: left; 
	position: relative;
	width: 65%;
	margin-bottom: 15px;
	padding: 3px;
}

form.ddfm .fmfullblock {
	padding-left: 0px;
	float: left; 
	width: 100%;
	margin-bottom: 13px;
	display: block;
}

form.ddfm .fmhalfblock {
	width: 65%;
	padding-left: 29%;
	margin-bottom: 13px;
	float: left; 
	display: block;
}

form.ddfm input.fmverify {
	float: left; 
	width: 22%;
	margin-bottom: 15px; 
	padding: 3px;
	position: relative;
	display: block;
}

form.ddfm img {
	margin: 1px 0 0 10px; 
    float: left;
}

form.ddfm input.fmfile,
form.ddfm input.fmtext {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
}

form.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px; 
	padding: 3px;
}

form.ddfm .credits {
	text-align: right;
	margin-top: 7px;
	width: 97%;
}

form.ddfm .submit {
	text-align: right;
	clear: both; 
	width: 97%;
}

.ddfmwrap .ddfmerrors {
	display: block; 
	float: left; 
	width: 27%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
}

.ddfmwrap .errorlist {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
	text-align: left;
}

.ddfmwrap .recaptcha {
	width: 100%;
	text-align: right;
	clear: both; 
	height: 120px;
	margin-right: 7px;
	padding-bottom: 10px;
}

.ddfmwrap .recaptcha-inner {
	float: right;
	margin-right: 3px;
}

/* CSS File for Dagon Design Formmailer Script */
/* http://www.dagondesign.com */