/*----Undo HTML------------------------------------------------------------*/

body, h1, h2, h3, h4, h5, h6, pre, code, table { font-size: 1em; }
* { margin: 0; padding: 0; }
a img, :link img, :visited img { border: none; }

/**/

/*----General classes--------------------------------------------------*/

.clearfix:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}

.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.center {
	text-align: center;
}

/**/

/*----HTML Structural Elements---------------------------------------------*/

a {
	color: #3880d9;
	font-weight: bold;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

h1, .pageHeading {
	font-size: 185%;
	font-weight: normal;
	margin-bottom: 1.3em;
}

h2 {
	font-size: 138%;
	font-weight: normal;
	margin: .5em 0 1em 0;
}

h3 {
	font-size: 123%;
	margin: .5em 0 1em 0;
}

img {
	display: block;
}

p {
	margin-bottom: 2em;
}

/**/

/**----Blockquote Styles------------------------------------------------------*/

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 150px 0 20px;
	padding-left: 20px;
}

/**/

/**----Unordered List Styles--------------------------------------------------*/

ul {
	list-style: none;
	margin: 0 0 2.5em 20px;
}

li {
	margin-bottom: 1em;
	padding-left: 20px;
}

/**/

/**---Form Styles-------------------------------------------------------------*/
	
fieldset {
	display: none;
}

/**/

/**---Table Styles-------------------------------------------------------------*/

table {
	border: none;
	border-collapse: collapse;
	line-height: normal;
	margin: 0;
	padding: 0;
}

th {
	text-align: left;
}

th, td {
	
}

/**/

/*----Page Structural Elements/Wraps---------------------------------------*/

#wrap {
	font-size: 130%;
	line-height: 1.4em;
	position: relative;
	text-align: left;
}

#content {

}

#shadow_left, #shadow_right {
	display: none;
}

#copy {
	color: #666;
}

/**/

/*----Header-------------------------------------------------------------*/

#header {
	margin-bottom: 35px;
}

#header h1 {
	display: none;
}

#header img {
	margin: 0;
	padding: 0;
}

#contact_search {
	line-height: normal;
	position: absolute;
	right: 0;
	top: 0;
}

#contact_search address {
	color: #666;
	font-size: 85%;
	font-style: normal;
}

#contact_search .search {
	display: none;
}

#contact_search .submit {
	display: none;
}

/**/

/*----Nav-------------------------------------------------------------*/

#nav {
	display: none;
}

/**/

/*----Footer-------------------------------------------------------------*/

#footer {
	border-top: 1px solid #000;
	padding-top: 35px;
}

#footer p {
	color: #999;
	font-size: 85%;
}

/**/

/*------------------------------------------------------------------------------*/
/*----BEGIN PAGE STYLES---------------------------------------------------------*/
/*------------------------------------------------------------------------------*/

.pageHeading {
	color: #212a60;
	font-size: 185%;
	font-weight: normal;
	padding-bottom: .6em;
}

/*----Content Page-------------------------------------------------------------*/

img.pic_right {
	border: 5px solid #e7eff9;
	float: right;
	margin: 0 0 20px 20px;
}

/**/

/*----Product Index Page------------------------------------------------------*/

p.totalItems, p.pagination {
	background-color: #e7eff9;
	padding: .5em;
	text-align: center;
}

ul.categoryListRow li {
	background: #fff;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	text-align: center;
	text-transform: none;
	width: 170px;
}

ul.categoryListRow img {
	border: 2px solid #e7eff9;
	margin-bottom: 3px;
	padding: 8px;
}

/**/

table#productList {
	font-size: 85%;
	margin-bottom: 2em;
	width: 100%;
}

table#productList tr.alt {
	background-color: #f6f8fb;
}

table#productList th, table#productList td {
	border: 1px solid #e7eff9;
	padding: 7px;
}

table#productList td.productName {
	width: 300px;
}

table#productList td.productName strong {
	color: #f00;
	text-transform: uppercase;
}

table#productList s {
	color: #f00;
	font-weight: bold;
}

table#productList .price {
	font-size: 118%;
}

table#productList span.productSpecialPrice {
	color: #390;
	font-weight: bold;
}
