* {
  padding:0;
  margin:0;
	border:0;
}

body {
	font: 62.5%/1.7 arial, times;
	background:#fff;
	color:#000;
}

#page {
	position: relative;
	font-size:1.3em;
	background:white;
	margin: 0 auto;
	width:803px;
}

p {
	color:#808080;
	line-height:1.3em;
	margin:0.5em;
	text-align:justify;
}

a {
	color:#0066cc;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	font-family: arial, sans-serif;
	font-weight: normal;
}

h1 {
	font-size:1.8em;
	padding:0.4em 0 0 0;
	word-spacing: 0.1em;
	letter-spacing: -1px;
}

h1 a {
	color: #222;
	text-decoration: none;
}

h2 {
	position:relative;
	font-size:1em;
	color:#fff;
	line-height: 1.3;
	font-weight:bold;
	padding:0.2em 0 0.2em 0.5em;
}

h2 a {
	color:#fff;
	text-decoration:underline;
}

h3 {
	position:relative;
	font-size:0.9em;
	font-weight:bold;
	color:#666;
	line-height: 1.5;
	padding-left:1.5em;
}

h4 {
	color:#fff;
	background:#aaa;
	font-size:1em;
	font-weight:bold;
	line-height: 1.3;
	padding:0.3em 0 0.3em 0.5em;
	margin-bottom:0.2em;
}

h4 a {
	color:#fff;
	text-decoration:underline;
}


h5 {
	font-size:1em;
	color:#0066cc;
	font-weight:bold;
	margin:0.1em 0 0 0.5em;
}

h6 {
	font-size:1.8em;
	line-height: 1.8em;
	padding:0 0 0 0.3em;
}

/* header */
#header {
	position:relative;
}

/* navigation */
#navigation {
	position:absolute;
	right:0;
	bottom:0;
	list-style: none;
	text-align:right;
}

#navigation li {
	float:left;
	border-left:1px solid white;
	text-transform:uppercase;
	font-size:0.85em;
	background:#c2c2c2;
}

#navigation li a {
	color:#000;
	text-decoration:none;
	display:block;
	padding:0 1em;
}

ul#navigation li a.active {
	color:#fff;
	background:#0066cc;
}

#navigation li a:hover {
	color:#fff;
	background:#0066cc;
}

/* special offers */

#special_offers {
	width:350px;
	background:#eee;
	margin:0.5em auto;
	padding:0.5em;
	border:1px solid #0066cc;
}

#special_offers p {
	color:#0066cc;
	margin:0;
	text-align:center;
}

/* main content */

#main_content {
	position:relative;
	float:left;
	width:803px;
	margin-top:1em;
	padding: 0;
}

/* categories */

.category_title {
	position:relative;
	float:left;
	background:#aaa;
	width:165px;
	margin:0 16px 0.2em 16px;
	border:1px solid #aaa;
}

.category_list {
	width:165px;
	border:1px solid #ccc;
	float:left;
  	margin:0 16px;
}

.category_list img {
	padding:1em 0 1em 38px;
}

.category_list img.buy {
	padding:2em 0 0.7em 12px;
}

.category_list em {
	color:#ff0000;
	font-style:normal;
	text-transform:uppercase;
}

.category_list ul {
	font-size:0.85em;
	color:#0066cc;
	line-height:1.3em;
	margin: 1em 0 1em 1.5em;
}

/* central banners */

#central_banners {
	text-align:center;
}

#central_banners img {
	border:1px solid #ccc;
}

/* two columns */

.two_columns_container {
	width:720px;
	margin:0 auto;
}

/* home reviews */

.reviews {
	float:left;
	margin:1px;
	padding:0.1em;
	width:353px;
	border:1px solid #ccc;
}

.reviews em {
	font-size:0.8em;
	color:#333;
	font-style:normal;
}

/* product pages */

.products {
	float:left;
	margin:1px;
   	padding:0.1em;
	width:353px;
}

.products img {
	float:left;
}

.products img.buy {
	padding-left:133px;
	margin-bottom:1.5em;
}

.products ul {
	font-size:0.85em;
	color:#0066cc;
	line-height:1.3em;
	margin:1em 0 1em 140px;
}

#main_container {
	margin:0 auto;
	width:720px;
}

.main_title {
	background:#0066cc;
	width:353px;
	margin-left:0.2em;
}
	

/* footer */
#footer {
	position:relative;
	clear: both;
	margin:1.5em 0;
	background:#ededed;
	text-align:center;
	border-top:1px solid #999;
}

#footer ul {
	width:30.5em;
	display:block;
	margin:0 auto 0;
	color:#0066cc;
	font-size:0.9em;
	list-style:none;
}

#footer li {
	float:left;
	font-variant:small-caps;
	padding:0 1em;
	width:8em;
}

/* user messages */
#flash_notice {
	position:relative;
	top:-2em;
	width:50%;
	text-align:center;
	padding:0.8em;
	display:block;
	margin:0 auto;
	font-size:1.2em;
	background-color:#ffffc5;
	border:1px solid #ffab00;
}

/* lists */
ol, ul {
	margin:0 0 0 2em;
}

/* accessability */
#skip_to_content {
	display:none;
}
