/* ElectraSol Pty Ltd */
/* Copyright [M9Media] 2012 */

* {
	margin: 0 auto;
	padding: 0;
	border: none;
}
body, html {
	background: #000 url('strip.jpg') repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #222;
	text-align: center;
}
h1 {
	margin: 0px;
	padding: 0px 10px 15px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #f07900;
}
h2 {
	margin: 0px;
	padding: 0px 10px 0px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #222;
}
a {
	color: #007f15;
	font-weight: bold;
}
a:hover {
	color: #007f15;
	font-weight: bold;
	text-decoration: underline;
}
p {
	padding: 0px 0px 12px 0px;
	margin: 0px;
}
ul {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}
ul li {
	list-style: none;
	padding: 0px 0px 6px 0px;
	margin: 0px;
}
ul li ol {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}
ul li ol li {
	list-style: lower-alpha;
	padding: 0px 0px 6px 0px;
	margin: 0px 0px 0px 20px;
}
ol {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}
ol li {
	list-style: square;
	padding: 0px 0px 6px 0px;
	margin: 0px 0px 0px 15px;
}
fieldset {
	background-color: #81bbe6;
	padding: 10px;
}
input {
	border: 1px #ccc solid;
}
textarea {
	border: 1px #ccc solid;
}
.wrapper {
	width: 980px;
	margin: 0 auto;
}
#container {
	width: 980px;
	margin: 0 auto;
}
#masthead {
	width: 352px;
	height: 194px;
	float: left;
	margin: 0px;
	padding: 0px;
	background: url('masthead.png') top no-repeat;
}
#navh {
	width: 613px;
	height: 28px;
	float: left;
	margin: 0px;
	padding: 166px 0px 0px 15px;
	background: url('topnav.png') top no-repeat;
	z-index: 9999;
}
#banner {
	width: 980px;
	height: 277px;
	padding: 0px;
	clear: both;
	background: url('banner.png') top no-repeat;
}
#content {
	width: 940px;
	height: auto;
	float: left;
	padding: 0px 0px 0px 40px;
	text-align: left;
}
#left {
	width: 240px;
	float: left;
	height: auto;
	padding: 30px 0px 5px 20px;
	background: url('sideStrip.jpg') top left repeat-y;
	color: #444;
	font-size: 14px;
	font-weight: bold;
}
#left li a {
	color: #444;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#left li a:hover {
	color: #f07900;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	margin-left: 3px;
}
#left li ul {
	margin: 10px 0px -18px 5px;
}
#left li ul li a {
	color: #999;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#left li ul li a: hover {
	color: #f07900;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	margin-left: 3px;
}
#right {
	width: 587px;
	float: left;
	height: auto;
	padding: 30px 30px 30px 30px;
	background-color: #fff;
}
#footer {
	width: 940px;
	height: 50px;
	float: right;
	padding: 10px 32px 0px 0px;
	text-align: right;
	color: #666;
	font-size: 10px;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #666;
	text-decoration: underline;
}
.clear {
	clear: both;
}
.error {
	width: 90%;
	background-color: #ffffcc;
	border: 1px #ff0000 solid;
	padding: 15px;
	margin: 0px 0px 15px 0px;
	color: #ff0000;
}
.hr {
	width: 100%;
	height: 1px;
	padding: 0px;
	margin: 20px 0px;
	background-color: #ffffff;
}

/* Navigation CSS */

#nav {
	padding: 0px 0px 0px 5px;
	margin: 0;
	list-style:none;
	position: relative;
	z-index: 9999;
}
#nav li.top {
	display: block;
	float: left;
}
#nav li a.top_link {
	display: block;
	float: left;
	height: 40px;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 11px;
	cursor: pointer;
}
#nav li a.top_link_end {
	display: block;
	float: left;
	height: 36px;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
	padding: 0px;
	cursor: pointer;
}
#nav li a.top_link span.down {
	float: left;
	display: block;
	padding: 0px;
	height: 40px;
}
#nav li:hover a.top_link {
	color: #f07900;
}
#nav li:hover a.top_link span {
	background: none;
}
#nav li:hover a.top_link span.down {
	background: none;
	padding-bottom: 0px;
}

/* Default list styling */

#nav li:hover {
	position:relative; 
	z-index:9999;
}

#nav li:hover ul.sub {
	left: -1px; 
	top: 36px; 
	background: #323232; 
	padding: 5px; 
	white-space: nowrap; 
	width: 200px; 
	height: auto; 
	z-index: 9999;
}
#nav li:hover ul.sub li {
	display: block; 
	height: 20px; 
	position: relative; 
	float: left; 
	width: 200px; 
	font-weight: bold;
}
#nav li:hover ul.sub li a {
	display: block; 
	font-size: 11px; 
	height: 18px; 
	width: 200px; 
	text-indent: 5px; 
	color: #eee; 
	text-decoration: none;
}
#nav li ul.sub li a.fly {
	background: #999 url(arrow.gif) 180px 6px no-repeat;
}
#nav li:hover ul.sub li a:hover {
	background: #666; 
	color:#fff;
}
#nav li:hover ul.sub li a.fly:hover {
	background: #666 url(arrow_over.gif) 180px 6px no-repeat; 
	color:#fff;
}
#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul {
	left: 185px; 
	top: -4px; 
	background: #666; 
	padding: 5px; 
	white-space:nowrap; 
	width: 200px; 
	z-index: 9999; 
	height: auto;
	color: #888;
}
#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul {
	position: absolute; 
	left: -9999px; 
	top: -9999px; 
	width: 0; 
	height: 0; 
	margin: 0; 
	padding: 0; 
	list-style: none;
}
#nav li:hover li:hover a.fly,
#nav li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover li:hover a.fly {
	background: #333 url(arrow_over.gif) 180px 6px no-repeat; 
	color: #fff;
} 

#nav li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li:hover li a.fly {
	background: #000 url(arrow.gif) 180px 6px no-repeat; 
	color: #888; 
} 

/* Slideshow CSS */

ul.slideshow {
	list-style:none;
	width:980px;
	height:277px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	
ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}
ul.slideshow li.show {
	z-index:500;	
}
ul img {
	border:none;	
}
#slideshow-caption {
	width:908px;
	height:29px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
	margin-left: 39px;
	font-weight: bold;
	font-size:14px;
}
#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;		
	z-index:1000;
}
#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:14px;
}
#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}

/* Special Page Formatting */

.specialsDiv {
	width: 570px;
	height: 20px;
	margin: 10px 0px;
	background: url(div.jpg) left repeat-x;
}
.specials {
	width: 570px;
	float: left;
	margin: 20px 0px 0px 0px;
	border-bottom: 4px #bbb solid;
}
.specialsLast {
	width: 570px;
	float: left;
	margin: 20px 0px 0px 0px;
}
.specialsDesc {
	width: 250px;
	float: left;
}
.specialsWas {
	width: 160px;
	float: left;
}
.specialsNow {
	width: 160px;
	float: left;
}
.priceLarge {
	font-size: 28px;
}
.strikeoutLarge {
	font-size: 28px;
	text-decoration: line-through;
	color: #999999;
}
.smallNote {
	margin-top: 20px;
	font-size: 9px;
	color: #666666;
}
.prod {
	text-align: center;
	background-color: #ccc;
	padding: 5px 0px;
}
.first {
	margin-top: 10px;
}
