#leftsidebar {
	background-color: #000000;
	background-image: url(images/leftsidebar.jpg);
	background-repeat: repeat-y;
	z-index: auto;
}
#rightsidebar {
	background-image: url(images/rightsidebar.jpg);
	background-repeat: repeat-y;
	background-color: #000000;
}
body, p, ul, il, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}
h1 {
	color: #333333;
	font-size: 16px;
	margin: 0px;
	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	margin: 0px;
}
#centerwrap {
	background-color: #FED2EB;
	text-align: center;
	margin: 0px;
	width: 100%;
	background-position: top;
	vertical-align: top;
}
#content {
	height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-position: center center;
	text-align: center;
	margin: 0px;
	font-weight: bold;
	vertical-align: middle;
	border: thin none #333333;
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	text-align: center;
	margin: 0px;
}
#header {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	margin: 0px;
	height: 100%;
	width: 100%;
}
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: underline;
}
a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #0000CC;
}
.seperator {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-color: #FE0DBA;
}
td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}
th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}
.AuthorizeNetSeal {
	background-position: center;
	text-align: center;
	vertical-align: middle;
	height: 100px;
	width: 100px;	
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Cartweaver 3.
You may use the CSS above, or remove it and attach
your own CSS file in addition to cartweaver.css
*/

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

input.formButton {
	background: #002252;
	border-bottom: 1px solid #00357D;
	border-left: 1px solid #00357D;
	border-right: 1px solid #001128;
	border-top: 1px solid #001128;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}

/* 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 #696969;
	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: #FED2EB;
	background-color: #FED2EB;
	color: #FFFFFF;
}

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

/* 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;
}#AuthorizeNetSeal {
	height: 200px;
	width: 200px;
	background-position: center;
}
