* {
	padding: 0;
	margin: 0;
}
html {
	padding: 0;
	margin: 0;
}
Body {
	color: #000;
	font: 70%/2em Tahoma, "Lucida Grande", Verdana, Arial, sans-serif;
	background: #0C2577 url(/images/bg.jpg) repeat-x top;
}
h2 {
	font-family: "Tahoma", Lucida, Verdana, sans-serif;
}
h3 {
	color: #000;
	font-weight: bold;
	font-size: 18px;
	padding: 0px 0px 10px 0px;
}
h4 {
	color: #000;
	font-weight: bold;
	font-size: 16px;
	padding: 0 0 8px 0;
	margin: 0;
}
ul {
	list-style-position: inside;
	margin: 5px 0 15px 0;
}
ol {
	list-style-position: inside;
	margin-bottom: 10px;
	list-style-type: decimal;
}
/* Global */



#layout {
	width: 850px;
	margin: auto;
}
#primary, #secondary {
	width: 830px;
	min-height: 500px;
	text-align: left;
	padding-left: 20px;
	padding-top: 0px;
	margin-top: -5px;
	background-color: #fff;
}
/* Header */



#head {
	padding: 5px 5px 110px 10px;
}
#header {
	background: transparent url(/images/header.jpg) no-repeat center top;
	height: 167px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#header-logo {
	float: right;
}
p.tdSize {
	font-size: 10px;
	line-height: 12px;
}
/* Navigation */



#navigation {
	width: 450px;
	float: left;
}
#page-nav {
	margin-left: 0px;
	margin-top: 140px;
	padding: 10px 15px 0px 15px;
	float: left;
	width: 425px;
}
#page-nav #news, #page-nav #contact, #page-nav #home {
	float: right;
	position: relative;
}
#page-nav #news a, #page-nav #contact a, #page-nav #home a {
	height: 50px;
	display: block;
	overflow: hidden;
	float: none;
}
#page-nav #news a {
	width: 86px;
}
#page-nav #contact a {
	width: 100px;
}
#page-nav #home a {
	width: 86px;
}
#page-nav #news a:hover, #page-nav #contact a:hover, #page-nav #log a:hover, #page-nav #home a:hover {
	display: block;
}
#page-nav #contact a:hover {
	text-indent: -100px;
}
#page-nav #news a:hover {
	text-indent: -86px;
}
#page-nav #home a:hover {
	text-indent: -86px;
}
#navigate-cart {
	padding: 0px 0px 0px 0px;
	text-align: center;
}
#navigate-cart a, #navigate-cart a:link, #navigate-cart a:visited {
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}
#navigate-cart a:hover {
 /  *color: #9E1434;
 */  color: #FFF;
	text-decoration: underline;
}
/* Primary */



#primary-left {
	width: 444px;
	float: right;
}
#primary-left h1 {
	color: #FFF;
	font-size: 1.25em;
	padding-bottom: 5px;
}
#primary-right {
	color: #FFF;
	font-size: 1.25em;
	line-height: 1.55em;
	width: 261px;
	float: left;
}
#primary-right a, #primary-right a:link, #primary-right a:visited, #primary-left h1 a, #primary-left h1 a:link, #primary-left h1 a:visited {
	color: #9E1434;
	text-decoration: none;
}
#primary-right a:hover, #primary-left h1 a:hover {
	color: #FFF;
	text-decoration: underline;
}
.feature {
	width: 175px;
	padding: 0px 20px 20px 0;
	float: left;
}
.feature-specials {
	padding-bottom: 10px;
}
.feature img {
	background-color: #000;
	padding: 7px;
	border: 1px solid #FFF;
}
.feature a:hover img {
	background-color: #999;
	padding: 7px;
	border: 1px solid #FFF;
}
.feature-specials img {
	background-color: #000;
	padding: 7px;
	border: 1px solid #FFF;
}
.feature-specials a:hover img {
	background-color: #999;
	padding: 7px;
	border: 1px solid #FFF;
}
#primary .feature-desc {
	font-size: 1.14em;
	line-height: 1.4em;
	padding: 5px 5px 0;
}
.feature-desc a, .feature-desc a:link, .feature-desc a:visited {
	color: #473714;
	text-decoration: none;
}
.feature-desc a:hover {
	color: #000;
	text-decoration: none;
}
#newsletter {
	background: url(/images/subscribe.jpg) no-repeat center top;
	margin-top: 10px;
	padding-top: 33px;
	height: 1px;
}
#newsletter-body {
	color: #000;
	text-align: center;
	padding: 14px 7px 0px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-top: -2px;
}
#searchform {
	background: url(/images/search.gif) no-repeat center top;
	margin-top: 10px;
	padding-top: 33px;
}
#searchform-body {
	color: #000;
	text-align: center;
	padding: 0px 7px 0px;
	border-left: 1px solid #9E1434;
	border-right: 1px solid #9E1434;
	border-bottom: 1px solid #9E1434;
}
#signup {
	color: #473714;
	font: 1.2em Tahoma, "Lucida Grande", Verdana, Arial, sans-serif;
	width: 95%;
	margin-bottom: 5px;
	padding: 3px;
	border-top: 2px solid #888;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#events {
	font-size: 1.25em;
	line-height: 1.5em;
	margin-right: 20px;
	padding: 5px 0 10px;
	border-top: 2px solid #c3ce61;
}
#events a, #events a:link, #events a:visited {
	color: #34280e;
	text-decoration: none;
}
#events a:hover {
	color: #578ea1;
	text-decoration: none;
}
#primary #clients {
	padding-top: 20px;
}
#primary #clients p {
	padding-bottom: 15px;
}
/* Secondary */



#secondary {
	border: 2px #0C2577 solid;
	font-size: 1.2em;
	line-height: 1.5em;
}
#secondary-left {
	width: 170px;
	float: left;
}
#secondary-left h1 {
	color: #34280e;
	font-size: 2em;
	padding-bottom: 7px;
}
#secondary-left #clients {
	padding-right: 20px;
}
#secondary a, #secondary a:link, #secondary a:visited {
	color: #3333FF;
}
#secondary a:hover {
	color: #87C521;
	text-decoration: none;
}
#secondary-right {
	width: 560px;
	float: left;
	padding-left: 0px;
}
#secondary-right h1 {
	color: #000;
	font-size: 2em;
	font-weight: 300;
	padding-bottom: 30px;
	padding-left: 40px;
	padding-top: 15px;
}
#secondary-right ul {
	padding-bottom: 10px;
}
#secondary-right li {
	padding-left: 25px;
	list-style-type: disc;
	list-style-position: inside;
	padding-top: 10px;
}
#secondary-cms {
	width: 610px;
	float: left;
	padding: 0 20px 0px 30px;
	padding-top: 20px;
	text-align: justify;
}
#secondary-cms img {
	padding: 10px;
}
img#manualimg {
	padding: 0;
}
#secondary-cms h1 {
	color: #000;
	font-size: 2em;
	font-weight: 300;
	padding-bottom: 0px;
	text-align:left;
	line-height:35px
}
#secondary-blog {
	width: 405px;
	float: left;
	padding-left: 30px;
	padding-top: 20px;
	text-align: justify;
}
#secondary-blog h1 {
	color: #000;
	font-size: 1.8em;
	font-weight: 300;
	padding-bottom: 0px;
	line-height: 28px;
	text-align:left;
	line-height:35px
}
#triple-right {
	width: 180px;
	float: left;
	border: 1px solid #fff;
	margin-left: 20px;
	margin-top: 0px;
	background: url(/images/specials_bg.jpg) repeat-y;
}
#triple-right h1 {
	color: #FFF;
	font-size: 1.7em;
	font-weight: lighter;
	padding-bottom: 22px;
	padding-top: 20px;
	text-align: center;
}
#secondary .feature {
	width: 128px;
	padding: 0 18px 10px 40px;
	float: left;
}
#secondary .feature-desc {
	font-size: 0.85em;
	line-height: 1.4em;
	padding: 5px 5px 0;
}
#secondary .feature-specials {
	text-align: center;
}
#secondary .feature-desc-specials {
	font-size: 0.85em;
	line-height: 1.4em;
	width: 120px;
	margin: 0 auto;
	padding-top: 6px;
}
#paginate {
	font-size: 1.1em;
	text-align: center;
}
#paginate a, #paginate a:link, #paginate a:visited {
	color: #578ea1;
	text-decoration: none;
}
#paginate a:hover {
	color: #34280e;
	text-decoration: none;
}
.active {
	color: #c8b71a;
	text-decoration: none;
}
ul#listline {
	margin-right: 20px;
	padding-bottom: 10px;
	border-top: 1px dotted #000;
}
ul#collections {
	padding-bottom: 20px;
	padding-top: 20px;
	font-size: 15px;
}
ul#collections li, ul#listline li {
	list-style-type: none;
	border-bottom: 1px dotted #000;
	line-height: 24px;
	display: block;
	list-style-position: outside;
}
ul#collections2 {
	border-top: 1px dotted #FFF;
	padding-bottom: 20px;
}
ul#collections2 li, ul#listline2 li {
	padding: 3px 7px 2px;
	list-style-type: none;
	border-bottom: 1px dotted #FFFFFF;
	line-height: 25px;
	display: block;
}
#tags {
	color: #578ea1;
}
/* Product */



#prod-left {
	width: 620px;
	float: left;
}
#prod-left h1 {
	color: #FFF;
	font-size: 1.7em;
	font-weight: 100;
	padding-bottom: 7px;
}
#prod-right {
	width: 268px;
	float: right;
}
.theprod img {
	background-color: #000;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 40px;
	padding: 5px;
	border: 1px solid #FFF;
	float: right;
	text-align: right;
}
.theprod a:hover img {
	background-color: #999;
	padding: 5px;
	border: 1px solid #FFF;
}
.theprod_general img {
	background-color: #FFF;
	margin-bottom: 22px;
	margin-left: 20px;
	margin-right: 12px;
	padding: 5px;
	border: 1px solid #000;
	float: right;
	text-align: right;
	clear: both;
}
.theprod_blog img {
	background-color: #FFF;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 5px;
	border: 1px solid #000;
	float: right;
	text-align: right;
	margin-top: 40px;
	clear: both;
}
.theprod-mini-odd img {
	background-color: #f1ff77;
	width: 120px;
	margin: 0 20px 20px 0;
	padding: 4px;
	float: left;
	border: 4px solid #c3ce61;
}
.theprod-mini-even img {
	background-color: #f1ff77;
	width: 120px;
	margin: 0 0 20px;
	padding: 4px;
	float: left;
	border: 2px solid #c3ce61;
}
.theprod-mini-odd a:hover img, .theprod-mini-even a:hover img {
	background-color: #f1ff77;
	padding: 4px;
	border: 2px solid #b1bc59;
}
ul#listline {
	margin-bottom: 10px;
}
ul#prod-list {
	padding-bottom: 25px;
}
ul#prod-list li {
	padding: 3px 0 2px;
	list-style-type: none;
}
.strike {
	color: #578ea1;
	font-size: 0.92em;
	text-decoration: line-through;
	vertical-align: text-top;
}
.prod-type {
	margin-top: 3px;
	padding-top: 3px;
	border-top: 1px dotted #FFFFFF;
}
/* Shopping Basket */



#cart-content {
	font-size: 1.25em;
	color: #FFF;
}
#cart-content a, #cart-content a:link, #cart-content a:visited {
	color: #FFF;
	text-decoration: none;
	padding-left: 5px;
}
#viewsuburb {
	color: #FFF;
}
}
#cart-content a:hover {
	color: #FFF;
	text-decoration: underline;
}
#cart-content h1 {
	color: #578ea1;
	font-size: 1.6em;
	padding-bottom: 7px;
}
#cart-content h3 {
	font-size: 1.3em;
	padding: 0 10px 10px 0;
}
#cart-content .feature-desc {
	font-size: 0.85em;
	line-height: 1.4em;
	padding: 5px 5px 0;
}
ul.cartlist {
	padding: 0;
	border-top: 1px solid #999;
	list-style-type: none;
}
ul.cartlist li {
	padding: 0;
	border-bottom: 1px solid #999;
}
.thecartodd, .thecarteven {
	padding: 7px 10px;
}
.thecarteven {
	background: #9E1434;
}
.cartimg {
	background-color: #f1ff77;
	margin-right: 10px;
	padding: 5px;
	float: left;
	border: 7px solid #c3ce61;
}
a:hover .cartimg {
	background-color: #f1ff77;
	padding: 5px;
	border: 7px solid #b1bc59;
}
.cartdesc {
	width: 440px;
	padding-top: 7px;
	float: left;
}
.cartright {
	text-align: right;
	padding-top: 5px;
	float: right;
}
.cart-right {
	text-align: right;
	padding-top: 15px;
}
/* Search */



#searchresults #q, #secondary-left #q {
	color: #578ea1;
	padding: 5px;
	border-top: 2px solid #888;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#searchresults #q {
	font: 2em Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 55%;
}
#secondary-left #q {
	font: 1.15em Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 90%;
	margin: 5px 0 3px;
}
#searchresults {
	font-size: 1.25em;
	background: #9E1434 url(/images/primary.png) repeat-x left top;
	margin: 0 20px 0 5px !important;
	padding: 10px 35px 25px;
}
#searchresults a, #searchresults a:link, #searchresults a:visited, #searchresults h3 a, #searchresults h3 a:link, #searchresults h3 a:visited {
	color: #578ea1;
	text-decoration: none;
}
#searchresults a:hover, #searchresults h3 a:hover {
	color: #000;
	text-decoration: underline;
}
.highlight {
	color: #c8b71a;
}
.result-image img {
	width: 0px;
	height: 0px;
	visibility: hidden;
}
#searchresults li {
	padding-bottom: 20px;
	border-bottom: 1px dotted #473714;
	list-style-position: inside;
}
/* Footer */



#footer {
	width: 855px;
	color: #FFF;
	font-size: 1.0em;
	font-weight: 400;
	margin: 0px auto;
	text-align: center;
}
#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #999;
	text-decoration: underline;
}
/* Random */



a, a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #ccc;
	text-decoration: underline;
}
hr {
	margin: 5px 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom: 1px dotted #000;
	border-left-style: none;
}
.clear {
	clear: both;
}
.cleared {
	clear: left;
}
.right {
	float: right;
}
img {
	border: none;
	padding: 0;
	margin: 0;
}
p {
	padding-bottom: 10px;
}
a {
	text-decoration: none;
}
.button {
	margin-right: 5px;
}
.buttoner {
	margin-left: 5px;
}
.buttoned {
	margin: -12px 5px 0 0;
	float: left;
}
.links {
	font-size: 1.25em;
}
#lightbox {
	border: 0 !important;
}
.search_result {
	height: 42px;
	width: 175px;
	display: inline-block;
	margin-top: 1px;
	padding: 1px;
	border: 1px solid #9E1434;
	font: 10px Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #9E1434;
	color: #ECE1CD;
	text-align: left;
}
.search_result_over {
	height: 42px;
	width: 175px;
	display: inline-block;
	margin-top: 1px;
	padding: 1px;
	border: 1px solid #9E1434;
	font: 10px Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #ECE1CD;
	color: #9E1434;
	text-align: left;
}
.search_result_listing {
	height: 42px;
	width: 950px;
	display: inline-block;
	margin-top: 2px;
	margin-right: 12px;
	padding: 4px;
	border: 1px solid #fff;
	font: 10px Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fff;
}
.search_result_listing_over {
	height: 42px;
	width: 950px;
	display: inline-block;
	margin-top: 2px;
	margin-right: 12px;
	padding: 4px;
	border: 1px solid #ccc;
	font: 10px Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #ccc;
	color: #000;
}
#secondary-left-new {
	width: 261px;
	margin-top: 72px;
	float: right;
}
#secondary-left-new h1 {
	color: #34280e;
	font-size: 2em;
	padding-bottom: 7px;
}
#secondary-left-new #clients {
	padding-right: 20px;
}
#secondary-right-new {
	width: 444px;
	float: left;
}
#secondary-right-new h1 {
	color: #000;
	font-size: 2em;
	padding-bottom: 7px;
}
#secondary-right-new ul {
	padding-bottom: 10px;
}
#secondary-right-new li {
	padding-left: 25px;
	list-style-type: disc;
	list-style-position: inside;
}
.tablerow td {
	background-color: #81367F;
	text-align: left;
	padding: 5px;
}
.tableheading td {
	background-color: #000;
	border: 1px solid #fff;
	text-align: left;
	padding: 3px;
	padding-left: 5px;
	color: white;
	letter-spacing: 3px;
}
.tableheading_backend td {
	border: 1px solid #9E1434;
	background-color: #9E1434;
	text-align: left;
	padding: 5px;
	color: white;
	font: 12px Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
}
.tablerow_admin td {
	background-color: #ECE1CD;
	text-align: left;
	padding: 5px;
	font: 10px Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
	border: 1px solid #9E1434;
}
tr.tablerow_admin td a {
	color: #578ea1;
	background-color: #ECE1CD;
	text-align: left;
	font-family: Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 10px;
}
.tablerow_admin_over td {
	background-color: #ECE1CD;
	text-align: left;
	padding: 5px;
	font: 10px Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
	border: 1px solid #666;
}
tr.tablerow_admin_over td a {
	background-color: #ECE1CD;
	text-align: left;
	font: 10px Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #578ea1;
}
/* Page Numbers */



.pages {
	padding-top: 1em;
	clear: left;
	font-size: 70%;
}
.pages a, .pages span {
	display: block;
	float: left;
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	border: 1px solid #999;
}
.pages span.current {
	border: 1px solid #333;
	font-weight: bold;
	background: #333;
	color: #9E1434;
}
.pages a {
	border: 1px solid #333;
	text-decoration: none;
}
.pages a:hover {
	border-color: #333;
	text-decoration: none;
}
.pages a.nextprev {
 //font-weight: bold;
}
.pages span.nextprev {
	color: #A7001F;
}
.pages span.nextprev {
	border: 1px solid #ddd;
	color: #666;
}
.topmenu_items {
	padding: 6px 5px 6px 0;
	margin: 0;
	width: 100%;
	text-align: left;
	font: bold 18px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	color: #630460;
}
.topmenu_items li {
	list-style: none;
	display: inline;
	padding-right: 12px;
}
.topmenu_items li a {
	padding: 3px 0.5em;
	text-decoration: none;
	color: #000;
}
.topmenu_items li a:hover {
	color: #630460;
}
.topmenu_items li a:visited {
	color: #000;
}
.blog-archives {
	float: right;
	width: 200px;
	font-size: 11px;
	padding-left: 0px;
	padding-right: 5px;
	min-height: 400px;
	margin-top: 65px;
}
.blog-archives li {
	list-style-type: none;
	list-style-position: inside;
	padding: 5px 0px 0px 2px;
	border-bottom: 1px #000 dotted;
	list-style-position: outside;
	margin-right: 10px;
	text-decoration: none;
}
.blog-archives h3 {
	padding: 0;
	margin: 0;
}
#side_menu {
	margin-top: 20px;
	list-style-type: none;
	text-transform: lowercase;
	font: 16px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-weight: 600;
	width: 170px;
	line-height: 30px;
	color: #fff;
}
#side_menu li.selected {
	color: #fff;
	padding-left: 10px;
	padding-bottom: 3px;
	border: 1px solid #000;
	background: #5567A0;
}
#side_menu li {
	margin-top: 2px;
	padding-bottom: 3px;
	color: #fff;
	padding-left: 10px;
	border: 1px solid #999;
	background: url(/images/button_bg.gif) repeat-x left center;
}
#side_menu li a {
	color: #fff;
	text-decoration: none;
}
#side_menu li a, #side_menu li a:link, #side_menu li a:visited {
	float: none;
	color: #fff;
	text-decoration: none;
}
#side_menu li:hover {
	background: url(/images/button_bg_over.gif) repeat-x left center;
}
#side_menu li.selected:hover {
	background: #5567A0;
}
#newsletter-holder {
	width: 170px;
	float: left;
}
#news-summary {
	width: 610px;
	float: right;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 20px;
	border: 1px solid #999;
}
#news-header {
	background: url(/images/news.jpg) repeat-x left top;
	height: 33px;
	margin-bottom: 10px;
}
.news-bits {
	float: left;
	padding: 8px 0px 15px 10px;
	font-size: 11px;
	line-height: 16px;
	color: #000;
}
#news-summary a, #news-summary a:link, #news-summary a:visited {
	float: none;
	color: #000;
	text-decoration: underline;
}
#news-summary a:hover {
	color: #87C521;
	text-decoration: underline;
}
#creditfooter {
	display: none;
}
.feedburnerFeedBlock {
	border: 1px solid #999;
	background-color: #ccc;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 7px;
}
.feedburnerFeedBlock li {
	list-style-type: none;
	padding-bottom: 10px;
	color: #333;
}
.feedburnerFeedBlock ul {
	padding-left: 0px;
	padding-top: 5px;
	line-height: 15px;
}
.feedTitle {
	font-weight: bold;
	font-size: 18px;
}
.headline {
	color: #000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.headline a, .headline a:link, .headline a:visited {
	text-decoration: none;
}
img#sideimg {
	padding-bottom: 15px;
}
