/*----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; }

.ir {
	background: no-repeat 0 0;
	display: block;
	height/**/:/**/ 0 !important;
	overflow: hidden;
}

.center {
	text-align: center;
}

/**/

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

a {
	color: #3880D9;
	font-weight: bold;
	text-decoration: none;
}

address {
	font-style: normal;
}

a:hover {
	color:#51b100;
}

body {
	background: #fff url(extra/bg_body.gif) repeat-x 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
}

h1, .pageHeading {
	color: #000;
	font-size: 185%;
	font-weight: normal;
	margin: .1em 0 1em 0;
}

h2 {
	clear: both;
	color: #000;
	font-size: 138%;
	font-weight: normal;
	margin: .5em 0 1em 0;
}

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

h4 {
	color: #000;
	font-size: 123%;
	margin: .5em 0 1em 0;
}

img {
	display: block;
}

p {
	margin-bottom: 2em;
}

small {
	font-size: 85%;
}

/**/

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

blockquote {
	background: url(extra/bg_blockquote.gif) no-repeat 0 5px;
	color: #76a8e5;
	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 {
	background: url(extra/bg_bullet.gif) no-repeat 0 5px;
	margin-bottom: 1em;
	padding-left: 20px;
}

/**/

/**---Form Styles-------------------------------------------------------------*/
	
fieldset {
	border: none;
	margin-bottom: 20px;
}

legend {
	display: none;
}

input, textarea {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

input.text, textarea {
	border: 1px solid #a3c2e9;
	border-top-width: 3px;
	padding: 3px;
	margin-bottom: 1em;
	padding: 3px;
	width: 200px;
}

textarea {
	font-size: 100%;
	margin-bottom: 1em;
	width: 485px;
	width/**/:/**/ 477px;
}

td input {
	font-size: 118%;
}

input.small {
	width: 100px;
}

input.submit {
	padding: 2px;
}

label {
	display: block;
	font-weight: bold;
	margin-bottom: .3em;
}

select {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 118%;
	padding: 1px 1px 1px 0;
	width: 150px;
}

/**/

/**---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 {
	background: #fff url(extra/bg_wrap.gif) no-repeat 0 0;
	font-size: 130%;
	line-height: 1.4em;
	margin: 13px auto 30px auto;
	position: relative;
	text-align: left;
	width: 915px;
}

#content {
	background: #fff url(extra/bg_content.gif) repeat-y 0 121px;
	padding: 0 0 30px 57px;
}

#shadow_left, #shadow_right {
	background: #fff url(extra/bg_shadow_left.gif) no-repeat 0 0;
	height: 176px;
	left: 0;
	position: absolute;
	top: 118px;
	width: 17px;
}

#shadow_right {
	background: #fff url(extra/bg_shadow_right.gif) no-repeat 0 0;
	left: 898px;
}

#copy {
	color: #666;
	display: inline; /* IE double-float margin bug */
	float: right;
	margin-right: 57px;
	width: 600px;
}

/**/

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

#header {
	margin: 0 17px 10px 17px;
}

#header h1 {
	display: none;
}

#header img {
	display: inline; /* IE double-float margin bug */
	float: left;
	margin: 60px 0 0 40px;
}

#contact_search {
	display: inline; /* IE double-float margin bug */
	float: right;
	line-height: normal;
	margin: 40px 38px 20px 0;
	width: 220px;
}

#contact_search address {
	background: url(extra/icon_phone.gif) no-repeat left center;
	color: #666;
	font-size: 85%;
	font-style: normal;
	padding: 10px 0 14px 37px;
	margin-bottom: 12px;
}

#contact_search .search {
	background: url(extra/icon_search.gif) no-repeat 158px center;
	margin-right: 4px;
	padding: 3px;
	width: 174px;
	width/**/:/**/ 170px;
}

#contact_search .submit {
	margin-bottom: 7px;
}

/**/

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

#nav {
	display: inline; /* IE double-float margin bug */
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	width: 160px;
}

#nav ul {
	line-height: normal;
	margin: 0 0 20px 0;
}

#nav ul ul {
	font-size: 91%;
}

#nav li {
	background: none;
	margin: 0;
	padding: 0;
}

#nav li a {
	background-color: #76a8e5;
	border-bottom: 1px solid #fff;
	color: #fff;
	display: block;
	padding: 9px 15px;
	width: 160px;
	width/**/:/**/ 130px;
}

#nav li a:hover {
	background-color: #88b6ef;
	text-decoration: none;

}

#nav li.current a, #nav li.current a:hover {
	background: #0c51a7 url(extra/bg_nav_current.gif) no-repeat 0 0;
	border-bottom: 1px solid #1e4473;
}

#nav li a.first_node {
	background: #76a8e5 url(extra/bg_nav_first.gif) no-repeat 0 0;
}

#nav li a.first_node:hover {
	background: #7fafea url(extra/bg_nav_first_over.gif) no-repeat 0 0;
}

#nav li.current a.first_node, #nav li.current a.first_node:hover {
	background: #0c51a7 url(extra/bg_nav_first_current.gif) no-repeat 0 0 !important;
	border-bottom: 1px solid #1e4473;
}

#nav li a.last_node {
	background: #76a8e5 url(extra/bg_nav_last.gif) no-repeat left bottom;
}

#nav li a.last_node:hover {
	background: #7fafea url(extra/bg_nav_last_over.gif) no-repeat left bottom;
}

#nav li.current a.last_node, #nav li.current a.last_node:hover {
	background: #3091ff url(extra/bg_nav_last_current.gif) no-repeat left bottom;
	border-bottom: none;
}

#nav ul ul {
	background-color: #3880d9;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 10px 0;
}

#nav li li a, #nav li.current li a {
	background: #3880d9;
	border: none;
	font-weight: normal;
	margin-bottom: 1px;
	padding: 5px 15px;
}

#nav li li a:hover, #nav li.current li a:hover {
	background: url(extra/bg_nav_current_current.gif) repeat-y 0 0;
	border: none;
	text-decoration: none;
}

#nav li li.current a {
	background: url(extra/bg_nav_current_current.gif) repeat-y 0 0;
	border: none;
	font-weight: bold;
}

/**/

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

#footer {
	background: url(extra/bg_footer.gif) no-repeat 0 0;
	padding-top: 35px;
}

#footer p {
	color: #999;
	font-size: 85%;
	margin-left: 257px;
}

/**/

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

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

/*----Homepage--------------------------------------------*/

div.teaser {
	background: url(extra/bg_teaser_bot.gif) no-repeat left bottom;
	float: left;
	height: 17.5em;
	line-height: 1.2em;
	margin: 20px 21px 3em 0;
	position: relative;
	width: 186px;
}

div#teaser-3 {
	margin-right: 0;
}

div.teaser h3 {
	background: url(extra/bg_teaser_top.gif) no-repeat;
	font-size:18px;
	font-weight:normal;
	margin: 0;
	padding: 10px 15px 20px 14px;
}

div.teaser ul {
	margin: 0 0 1em 0;
	padding: 0 15px 8px 15px;
	position: relative;
}

div.teaser ul li {
	font-size: 85%;
	margin-bottom: 0;
}

div.teaser img {
	border: 1px solid #a3c2e9;
	margin: 0 0 10px 14px;
	padding: 0;
}

div.teaser p {
	font-size: 85%;
	margin: 0 14px 8px 14px;
}

div.teaser a.more {
	display: block;
	margin: 0 14px 8px 14px;
	text-align: right;
}

div.teaser a.more img {
	border: none;
	margin: 0;

}

/**/

/*----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;
}

div#copy ul.categoryListRow {
	margin: 2em 0 1em 0;
}

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;
	display: block;
	margin: 0 auto;
	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;
}

span.greetUser {
	font-weight: bold;
}

/**/

/*----Product Detail Page-------------------------------------------------------------*/

div#product {
	background-color: #e7eff9;
	border: 5px solid #e7eff9;
	float: right;
	font-size: 85%;
	margin: 0 0 20px 20px;
	overflow: hidden;
	padding: 5px;
	width: 160px;
	width/**/:/**/ 150px;
}

div#product img {
	margin: 0 auto 5px auto;
}

div#product h3 {
	margin: 0;
}

/**/

/*----Contact Us Page-------------------------------------------------------------*/

address#contactInfo {
	float: left;
	margin-bottom: 2em;
	width: 200px;
}

address#contactInfo span {
	color: #000;
	display: block;
	font-size: 123%;
	margin-bottom: 0;
}

#map {
	border: 1px solid #979797;
	float: right;
	height: 230px;
	width: 348px;
}

#map h3 {
	margin: 0;
}

#map small {
	line-height: normal;
}

#map span {
	display: none;
}

/**/
