/* CSS Document */

body {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-image: url(../images/bg_sub.jpg);
	background-position: bottom;
	background-color: #B5DEF4;
}
#logo {
	margin-top: 0px;
	margin-left: 37px;
	background-position: left top;
	height: 176px;
	background-image: url(../images/bg_top.gif);
	background-repeat: no-repeat;
}

#content {
	margin-left: 37px;
	background-position: left top;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
	margin-right: 0px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 0px;
	width: 730px;
	padding-bottom: 0px;
	height: 100%;
}
#footer {
	background-image: url(../images/bg_bottom.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 767px;
	margin-left: 37px;
	text-align: center;
}
#about_pics {
	width: 98%;
	height: 150px;
	border: 1px none #EFEFEF;
	padding: 0px;
	margin: 0px;
}
#intro {
	background-position: center center;
	height: 100%;
	width: 100%;
}
a:link {
	color: #345F81;
}
a:visited {
	color: #576EB1;
}
a:hover {
	color: #8CA26B;
	text-decoration:none;
}
a:active {
	color: #76685D;
	text-decoration:none;
}

hr{
	color: #76685D;
	height: 1px;
	width: 90%;
}

h1 {
	color: #576EB1;
	font-size: 14px;
	margin: 0px;
	border-bottom:3px double #8CA26B;
}

h2 {
	color: #76685D;
	font-size: 18px;
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #576EB1;
	border: 1px inset #576EB1;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Cartweaver 2.
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: #576EB1;
	border-bottom: 1px solid #688C40;
	border-left: 1px solid #688C40;
	border-right: 1px solid #141C0D;
	border-top: 1px solid #141C0D;
	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 #76685D;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 5px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #576EB1;
	color: #FFFFFF;
}

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

.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}#shoppingcart {
	text-align: left;
	width: 100%;
}
#categories {
	text-align: left;
	width: 100%;
}
#home {
	background-repeat: no-repeat;
	background-position: right center;
	margin: 0px;
	width: 100%;
	padding: 0px;
}
