body, html, p, div, ul, ol, li, img, h1, h2, h3, h4, h5, h6, table, tr, td, label, input, select, dl, dt, dd {
	margin: 0;
	padding: 0;
}

body {
	background: #777F7C url(../img/v2_bg.jpg) top left repeat-x;
	text-align: center;
	font: normal normal 10px/12px verdana, sans-serif;
}

img {
	display: block;
	border: 0;
}

em {
	font-weight: bold;
	font-style: normal;
}

a {
	color: black;
}

body #wrapper #marginbox .clear_fix {
	clear: both;
	font-size: 7px;
	line-height: 0.5;
	border: 0 !important;
	background-color: white;
}

#wrapper {
	width: 805px;
	padding: 0 6px;
	margin: 0 auto;
	background: transparent url(../img/v2_shadow.png) top left repeat-y;
	text-align: left;
}

#marginbox {
	background-color: #e1e1e1;
}

#topbar {
	width: 805px;
	height: 163px;
	background: transparent url(../img/v2_topbar2.jpg) top left no-repeat;
	position: relative;
}

h1 {
	width: 805px; height: 134px;
	position: absolute;
	top: 0; left: 0;
}

h1 a {
	display: block;
	width: 805px; height: 134px;
	text-indent: -9000px;
	overflow: hidden;
}

h2, h3, h4 {
	text-transform: uppercase;
	line-height: 1;
}

h2 {
	font-size: 22px;
	margin: 10px 0 16px 0;
}

h3 {
	font-size: 16px;
	margin-bottom: 10px;
}

h4 {
	font-size: 11px;
	margin-bottom: 4px;
}

h5, h5 a {
	font-size: 12px;
	color: #7b9;
	font-weight: normal;
	font-style: italic;
	font-family: "Times New Roman", times, georgia, serif;
	text-decoration: none;
}


/* MENU */

ul#menuul {
	position: absolute;
	top: 134px; left: 20px;
	height: 29px;
	list-style-type: none;
}

ul#menuul li {
	float: left;
	display: inline;
	background: transparent url(../img/v2_menuitem_border.gif) 0 1px no-repeat;
	padding-left: 1px;
}

ul#menuul li.selected {
	background-image: none;
}

ul#menuul li a {
	color: white;
	text-decoration: none;
	display: block;
	line-height: 29px;
	padding-left: 7px;
	padding-right: 7px;
}

ul#menuul li.selected a {
	color: white;
	background: #7b9 url(../img/v2_menuitem_selected.gif) top left repeat-x;
}


/* SUBMENU */

ul#submenu {
	position: absolute;
	top: 135px; left: 460px;
	height: 28px;
	list-style-type: none;
}

ul#submenu li {
	float: left;
	display: inline;
	background: transparent url(../img/v2_menuitem_border.gif) top left no-repeat;
	padding-left: 1px;
}

ul#submenu li.selected {
	background-image: none;
}

ul#submenu li a {
	color: #77BB99;
	text-decoration: none;
	display: block;
	line-height: 28px;
	padding-left: 7px;
	padding-right: 7px;
}

ul#submenu li.selected a {
	color: white;
	background: #7b9 url(../img/v2_menuitem_selected.gif) top left repeat-x;
}


/* WISHLIST LINK */

div#wishlist_link {
	position: absolute;
	top: 134px; left: 683px;
	width: 100px; height: 29px;
	text-align: right;
}

div#wishlist_link a {
	line-height: 29px;
	text-decoration: none;
	color: #7b9;
}


/* SEARCHBAR */

div#menu {
	width: 765px;
	height: 37px;
	padding: 15px 20px;
	border-bottom: 1px solid #999;
	background-color: white;
}

div#menu select, div#menu input {
	font-size: 10px;
}

div#menu div {
	float: left;
	display: inline;
	background: none;
	margin-right: 12px;
}

div#menu div#from_price_div {
	margin-right: 5px;
}

div#menu label, div#menu select, div#menu input {
	display: block;
	width: 110px;
}

div#menu div.price_div select, div#menu div.price_div label {
	width: 85px;
}

div#menu input {
	width: 55px;
}

div#menu label {
	color: #666;
}

div#menu select {
	margin-top: 2px;
}


/* CONTENT */

div.content {
	background: white url(../img/v2_shadow_content.gif) 0 -2px repeat-x;
}

div.content div.left_col {
	float: left;
	width: 460px;
}

div.content div.right_col {
	float: left;
	display: inline;
	width: 334px;
	margin-left: 11px;

}

div.inner_content {
	background: transparent url(../img/v2_colborder.gif) top left repeat-y;
	overflow: hidden;
	width: 805px;
	border-bottom: 1px solid #888;
	padding-bottom: 10px;
}

* html div.inner_content {
	background-image: none;
}


/* FRONTPAGE */

div#frontpage_content {
	padding-top: 30px;
}

div.main_story {
	overflow: hidden;
	padding-bottom: 10px;
	width: 460px;
}

div.main_story img {
	float: left;
	width: 320px;
}

div.main_story div.story {
	float: right;
	width: 120px;
	padding: 0 10px;
}

div.secondary_stories {
	background: transparent url(../img/v2_secondary_stories_shadow.gif) top left repeat-x;
	border-top: 1px solid #aaa;
}

div.secondary_stories_last {
	border-bottom: 1px solid #aaa;
}

div.secondary_stories img {
	width: 210px; height: 158px;
}

div.secondary_stories div.left img {
	width: 220px;
}

div.secondary_stories div.right img {
	margin-left: 10px;
}

div.secondary_stories div.border_kludge {
	overflow: hidden;
	width: 460px;
	padding-top: 20px;
	background: transparent url(../img/v2_secondary_stories_border.gif) top left repeat-y;
}

div.secondary_stories div.left,
div.secondary_stories div.right {
	float: left;
	width: 230px;
}

div.secondary_stories div.story {
	padding: 10px;
}

div.secondary_stories div.left div.story {
	padding-left: 20px;
}



div#wrapper div.newsitem_first {
	padding-top: 0;
	background-image: none;
}

div.newsitem, div.newsarchive {
	padding: 10px 0;
	border-bottom: 1px solid #aaa;
	background: transparent url(../img/v2_newsitem_shadow.gif) top left repeat-x;
	overflow: hidden;
	width: 334px;
}

div.newsitem img {
	width: 105px;
	float: left;
	display: inline;
	margin-right: 10px;
}

div.newsitem div.story {
	float: right;
	padding-right: 20px;
	width: 199px;
}

div.newsarchive h4, 
div.newsarchive div.archive_pages {
	float: left;
}

div.newsarchive h4 {
	width: 105px;
	padding-right: 10px;
	font-size: 10px;
	margin: 0;
}


/* NORMAL PAGE (News story and Other pages eg. About us) */

div#page_content h5 a {
	font-size: 14px;
}

div#page_content div.story {
	padding: 30px 20px 20px 20px;
}

div#page_content div.right_col {
	width: 305px;
	padding: 30px 20px 20px 9px;
}

div#page_content div.right_col img {
	width: 305px;
	margin-bottom: 20px;
}

div#page_content div.right_col img.last {
	margin-bottom: 0;
}


/* PRODUCTS LIST */

div#products_content div.inner_content {
	padding: 30px 0 20px 0;
	background-image: none;
}

div#products_content div.inner_content h2 {
	font-size: 16px;
	margin-left: 20px;
}

div#products_content table {
	width: 805px;
}

div#products_content table td {
	padding: 30px 28px 28px 0;
	background: transparent url(../img/v2_newsitem_shadow.gif) top left repeat-x;
	border-top: 1px solid #888;
	width: 150px;
	vertical-align: top;
}

div#products_content table td.productinfo {
	background-image: url(../img/v2_productinfo_border.gif);
	width: auto;
}

div#products_content table td.first {
	padding-left: 20px;
}

div#products_content p.add_to_wishlist,
div#products_content p.remove_from_wishlist {
	margin-top: 8px;
}

div#products_content p.add_to_wishlist a,
div#products_content p.remove_from_wishlist a {
	color: #77bb99;
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
	font-family: "Times New Roman", times, georgia, serif;
}

#wishlist_form p {
	margin: 0 0 8px 20px;
}

#wishlist_form label {
	display: block;
}

#wishlist_form textarea {
	width: 300px; height: 200px;
}



/* FOOTER */

div#footer {
	background: #e1e1e1 url(../img/v2_shadow_footer.gif) top left repeat-x;
	padding: 12px 20px;
	color: #666;
}

div#footer a {
	color: #666;
}