
/* LAYOUT STYLES */

#header {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 822px;
	height: 67px;
	background: url(images/header.jpg) no-repeat;
}

#shoppingcart {
	position: relative;
	margin: 0;
	padding: 0;
	width: 822px;
	height: 27px;
	background: url(images/shoppingcart.jpg) no-repeat;
	text-align: right;
}

#banner {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 763px;
	height: 215px;
	background: url(images/banner.jpg) no-repeat;
}

#menubar {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 763px;
	height: 35px;
	background: url(images/menubar.jpg) no-repeat;
	text-align: center;
}

#footer {
	position: relative;
	float: left;
	margin: 0 auto;
	padding: 0;
	width: 822px;
	height: 89px;
	background: url(images/footer.jpg) no-repeat;
}

#bigcontainer {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 763px;
	background: url(images/bigcontainer.jpg) repeat-y #6490cf;
	min-height: 400px;
}

#biggercontainer {
	position: relative;
	margin: 4px auto 0 auto;
	padding: 0;
	width: 822px;
	border-right: solid 1px #FFF;
	border-left: solid 1px #FFF;
	background-color: #6490cf;
}

#navigation {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 165px;
	min-height: 400px;
}

#middlecontainer {
	position: relative;
	margin: 0;
	padding: 0 30px 10px 10px;
	float: left;
}

#featuredproduct {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	width: 165px;
	min-height: 400px;
}


/* SHOPPING CART-RELATED */

#shoppingcart ul {
	position: relative;
	margin: 0 40px 0 0;
	padding: 0;
	list-style: none;
}

#shoppingcart ul li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}

#shoppingcart ul li p {
	position: relative;
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: bold;
}

#shoppingcart ul li a {
	position: relative;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}

#shoppingcart ul li a:hover {
	text-decoration: underline;
}


/* MENUBAR-RELATED */

#menubar a {
	position: relative;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #28539b;
	font-weight: bold;
}

#menubar a:hover {
	text-decoration: underline;
	color: #172f57;
}

#menubar ul {
	position: relative;
	margin: 0;
	padding: 0;
	top: 9px;
	list-style: none;
}

#menubar ul li {
	position: relative;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: inline;
	text-align: center;
}

.menuspacer {
	color: #999999;
	margin: 0;
	padding: 0;
}


/* MAIN CONTENT AREA OF THE PAGE - MIDDLECONTAINER */

#middlecontainer p {
	color: #28539b;
	font-weight: normal;
	text-align: justify;
}

#middlecontainer h2 {
	position: relative;
	margin: 0 0 5px 20px;
	padding: 0;
	font-size: 16px;
	color: #94a55e;
	font-family: Century Gothic, Arial, sans-serif, Verdana;
	font-weight: normal;
}


/* NAVIGATION-RELATED */

#navigation h2 {
	position: relative;
	margin: 0 0 0 20px;
	padding: 0;
	font-size: 16px;
	color: #94a55e;
	font-family: Century Gothic, Arial, sans-serif, Verdana;
	font-weight: normal;
}

#navigation ul {
	position: relative;
	margin: 0px 0 0 15px;
	padding: 0;
	list-style: none;
}

#navigation ul li {
	position: relative;
	margin: 0.3em 0 0 20px;
	padding: 0;
	font-family: Arial, sans-serif, Verdana;
	list-style: url(images/whitearrow.jpg);
}

#navigation ul li a {
	position: relative;
	color: #28539b;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 0 0.5em;
	top: -2px;
}

#navigation ul li a:hover {
	text-decoration: underline;
	color: #172f57;
}


/* FEATURED PRODUCTS */

#featuredproduct h2 {
	position: relative;
	margin: 0 20px 5px 5px;
	padding: 0;
	font-size: 16px;
	color: #94a55e;
	font-family: Century Gothic, Arial, sans-serif, Verdana;
	font-weight: normal;
}



/*GENERIC STYLES */

body {
	margin: 0;
	padding: 0;
	background-color: #BCCEE7;
	font-family: Arial, sans-serif, Verdana;
	font-size: 12px;
	color: #28539b;

}


#h1container {
  margin: 0 auto;
  width: 822px;
  text-align: center;
  color: #ffffff; 
  font-size: 11px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
} 

#copyright {
  margin: 0 auto;
  width: 822px;
  text-align: center;
  color: #ffffff; 
  font-size: 11px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
} 

A.sitemaplink {
  color: #ffffff; 
  font-size: 11px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
  text-decoration: none; 
} 

A:hover.sitemaplink {
  color: #FCBF05; 
  font-size: 11px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
  text-decoration: underline; 
}

A.webhublink { 
  color: #ffffff; 
  font-size: 11px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
  text-decoration: underline; 
}

A:hover.webhublink { 
  color: #FFB71C; 
  font-size: 11px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
  text-decoration: underline; 
}

A.statslink {
  color: #ff0000; 
  font-size: 10px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
  text-decoration: none; 
} 

A:hover.statslink {
  color: #70c21b; 
  font-size: 10px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
  text-decoration: underline; 
}

img.middle {
  vertical-align: middle;
}

a {
	color: #94a55e;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
  text-align: justify;
  text-indent:0px;
  margin-top: 0px; 
  margin-bottom: 10px; 
  margin-left: 1px; 
  margin-right: 1px; 
}

h1 {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
  margin: 0px;
  padding: 2px;
  text-align: right; 
}

h1.heading {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #a2b173;
  margin: 0px;
  padding: 10px;
  text-align: center; 
}

h2 {
  font-family: Arial, sans-serif;
  font-size: 20px;
  color: #0F3F6F;
  margin: 0px;
  padding: 0px;
}

h3 {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #0F3F6F;
  margin: 0px;
  padding: 0px;
  padding-bottom: 5px;
}

form {
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px;
}

input {
  font-family: Arial, sans-serif; 
  font-size: 11px; 
  font-weight: normal; 
  color: #000000;
  padding: 1px;
}

select {
  font-family: Arial, sans-serif; 
  font-size: 11px; 
  font-weight: normal; 
  color: #000000;
  padding: 1px;
}

textarea {
  font-family: Arial, sans-serif; 
  font-size: 11px; 
  font-weight: normal; 
  color: #000000;
  padding: 1px;
}

table {
  margin-left: auto;
  margin-right: auto;
}

ul {
  margin: 0px;
  padding: 0px 0px 0px 15px;
}

ol {
  margin: 0px;
  padding: 0px 0px 0px 15px;
}

li {
  margin: 0px;
  padding: 0px 0px 0px 15px;
}

.floatright { 
  float: right; 
  margin: 3px 3px 3px 10px;
}

.floatleft { 
  float: left; 
  margin: 3px 10px 3px 3px; 
}

.center {
  text-align: center; 
}

.left { 
  text-align: left;
} 

.right { 
  text-align: right; 
}

.italic {
  font-style: italic;
}

.bold { 
  font-weight: bold; 
}

.red { 
  color: #C30000;
}

.greentext { 
  font-family: Arial, sans-serif; 
  font-size: 12px; 
  font-weight: normal; 
  font-style: normal; 
  text-decoration: none; 
  color: #59672d; 
}

.errorheading { 
  font-family: Arial, sans-serif; 
  font-size: 30px; 
  font-weight: bold; 
  font-style: normal; 
  text-decoration: none; 
  color: red; 
}

.errortext { 
  font-family: Arial, sans-serif; 
  font-size: 14px; 
  font-weight: bold; 
  font-style: normal; 
  text-decoration: none; 
  color: #000000; 
}

.fineprint { 
  font-family: Arial, sans-serif; 
  font-size: 10px; 
  font-weight: normal; 
  font-style: italic; 
  text-decoration: none; 
  color: #aaaaaa; 
}

.stats {
  font-family: Arial, sans-serif; 
  font-size: 11px; 
  font-weight: normal; 
  text-decoration: none; 
} 

.referer { 
  font-family: Arial, sans-serif; 
  font-size: 12px; 
  font-weight: normal; 
  text-decoration: none; 
  color: #ff0000; 
}

div.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}