body {
	margin: 0;
	padding: 0px;
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
  text-align:center;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5481AB;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
  padding-bottom:10px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}

a:link {
	color: #3B0700;
	text-decoration: none;  
}

a:hover, a:active {
	text-decoration: underline;
	color: #3B0700;
}

a:hover{
	color: #5181AB;
}

a:visited {
	color: #3B0700;
	text-decoration: none;    
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
  display:inline;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Header */

#header {
	width: 957px;
	margin: 0;
}

/* Menu */

#menu {
	float: left;
	width: 957px;
	height: 80px;
  padding-left:140px;
  color:#000;
  background: url(images2/header_bg.jpg) no-repeat left top;  
}

#menu ul, #menu55 ul {
	margin: 15px 0 0 30px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li, #menu55 li {
	display: block;
	float: left;
}

#menu a, #menu55 a{
/*	display: block; */
/*	float: left; */
	margin-right: 3px;
	padding: 0 10px;
	text-decoration: none;
	text-transform: capitalize;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
  color:#000;  
}

#menu a:hover, #menu55 a:hover { 
	text-decoration: none; 
	color: #5481AB;
}

/** LOGO */

#logo {
	float: left;
	width: 939px;
	height: 0px;
	margin-left: 10px;
/*  background: url(images2/header_bg.jpg) no-repeat left top;*/
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 60px 0 0 140px;
	line-height: normal;
}

#logo h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 46px;
	font-style: italic;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	margin: 0;
	padding: 0 0 0 140px;
	font: italic 15px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#logo p a {
	text-decoration: none;
	color: #B6ACA2;
}

#logo p a:hover { text-decoration: underline; }

#wrapper {
	width: 959px;
	margin: 0 auto;
  text-align:left;   
	background: url(images/img01.gif) repeat-y left top;
}

/* Page */

#page {
	width: 939px;
	margin: 0 auto;
  text-align:left;     
}

/* Content */

#content {
	float: right;
	width: 677px;
	padding: 15px 30px 0 0;
}


#content_2 {
	float: right;
	width: 845px;
	padding: 15px 30px 0 0;
}

/* Post */

.post {
}

.post .title {
}

.post h1 {
}

.post h2 {
}

.post .entry {
	padding-top: 10px;
}

.post .meta {
	padding: 7px 0 40px 0;
	border-top: 1px dotted #D1D1D1;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding-right: 20px;
}

.post .meta .comments {
}

.post .meta b {
	display: none;
}

/* Sidebar */

#sidebar {
	float: left;
  text-align:left;
	width: 215px;
	padding: 30px 0 0 10px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	padding-bottom: 20px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 2px 0 2px 0;
}

#sidebar h2 {
	height: 32px;
}

/* Search */

#search {
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 135px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #3A0700;
}

#x {
	padding: 3px;
	border: none;
	background: #3A0700;
	text-transform: lowercase;
	font-size: 11px;
	color: #FFFFFF;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */
#footer-wrap {
	width: 957px;
	height: 90px;
	margin: 0 auto;
	background: #999999;
}

#footer {
	margin: 0 auto;
	height: 90px;
	min-height: 24px;
	padding: 0;
	text-align: left;  
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footer a:hover{
text-decoration:underline;
}

html>body #footer {
	height: auto;
}

#footer p {
}

#legal {
	clear: both;
	padding-top: 15px;
  font-size:1.3em;
  text-align:left;
	color: #000000;
}

#legal a {
	text-decoration: none;
	color: #000000;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #5481AB;
  color: #FFFFFF;
  font-weight: bold;
}

.productListing-heading a{
  color: #FFFFFF;
  font-weight: bold;
}


TR.productListing-odd {
  background: #ffffff;
}

TR.productListing-even {
  background: #E8E8E8;
}

.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #EEEEEE;
  color: #000000;
  padding: 2px;
}

.headerNavigation
{
color:#00FF00;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

.xsellBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  border-style: solid;
  border-color: black;
  border-width: 0px;
  border-bottom-width: 1px;  
}

.xsellBoxHeading {
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  border-bottom: none;
  border-style: solid;
  border-color: black;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
}

.xsellBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  border: none;
 
}


TD.pageHeading, DIV.pageHeading, H1.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #5181AB;
}

A.pageHeading, A.pageHeading:visited {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #003366;
}

A.pageHeading:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  color: #003366;
}

A.productListing, A.productListing:visited {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #003366;
}

A.productListing:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
  color: #003366;
}

.productPrice
{
  font-weight: bold;
}

.more
{
font-size:0.8em;
color: #5181AB;
}


.boxText { font-family: Verdana, Arial, sans-serif; font-size: 12px; }

A.topCategory {
  font-family: Verdana, Arial, sans-serif;
  color: #5181AB;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

