/*
* {
	border-style: none;
	padding: 0px;
	margin: 0px;
}
*/

* {
	-webkit-text-size-adjust: none;
}

body {
	text-align: center;
	margin-top: 10px;
	background-color: #eeeeee;
	color: #333;
	line-height: 1.50;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
}

p,ul,ol {
	margin: 1em 0;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 1.20;
	color: #cf0005;
	margin: 1.4em 0 0;
}

h2 {
	color: #cf0005;
	font-size: 1.7em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	margin: 1em 0;
	font-size: 1.1em;
}
a img {
	border-style: none;
}

.inner {
	margin: 0 auto;
	width: 770px;
	text-align: left;
}

.box {
	padding: 0 1em;
	margin: 1em 0;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	background-color: #eeeeee;
}

hr {
	clear: both;
	visibility: hidden;
}

.clear {
	clear: both;
}

.floatLeft {
	margin-bottom: 1em;
	margin-right: 10px;
	float: left;
}

.floatRight {
	margin-left: 10px;
	margin-bottom: 1em;
	float: right;
}

#footer {
	margin: 30px 0;
	margin-bottom: 0;
	font-size: .8em;
}
#footer .inner {
	padding-bottom: 20px;
	border-top-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
}
#main {
	width: 530px;
	float: left;
}

#side {
	font-size: .9em;
	width: 200px;
	float: right;
}

#logo {
	margin-right: 20px;
	float: left;
	margin-top: 10px;
}
#logo a {
	display: block;
	background-position: -22px 0px;
	background-repeat: no-repeat;
	background-image: url(images/cyclone_logo.gif);
	width: 115px;
	height: 63px;
}

#header .inner {
	position: relative;
	display: block;
	clear: both;
 	padding-top: 2px;
	padding-bottom: 30px;
	background-color: #fff;
}

#header h1 {
	font-family: sans-serif, Helvetica, Arial, Verdana;
	letter-spacing: 0.2em;
	font-weight: normal;
	color: white;
	font-size: 2em;
	line-height: 1em;
	margin: 0px;
	position: absolute;
	left: 20px;
	top: 20px;
}

#header img {
	display: block;
	margin: 0;
}

#top {
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(images/shadowTop.gif);
}
#top .inner {
	z-index: 1000;
	position: relative;
	padding-top: 10px;
}
#top h1 {
	display: block;
	padding-top: 20px;
	color: #888888;
	font-size: 1.2em;
	margin: 0;
}
#top h1 span {
	display: block;
}

#topNav {
	background: #fe0000;
	margin: 0px;
	width: 100%;
	float: left;
	padding: 0px;
	list-style-type: none;
	font: 1.1em Helvetica, Arial, Verdana, sans-serif;
}

#topNav li {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #700000;
	float: left;
}

#topNav li.first {
	border-left-style: none;
}
#topNav li.last {
	border-left-style: solid;
}

#topNav li a {
	font-weight: bold;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #000;
	padding: 10px;
}

#topNav li a:hover {
	background-color: #a20000;
	color: white;
}

#topNav li ul {
	display: none; 
	position: absolute;
	background-color: #a20000;
	list-style-type: none;
	margin: 0px;
	padding:	0;
	z-index: 1000;
	
}

#topNav li li {
	display: block;
	float: none;
	border-bottom-color: #700000;
	border-bottom-width: 1px;
	border-left-style: none;
	border-bottom-style: solid;
	border-right-style: none;
	margin: 0;
	padding: 0;
}

#topNav li li a {
	background-color: #a20000;
	padding-left: 10px;
	padding-bottom: 7px;
	padding-right: 25px;
	padding-top: 7px;
	font-style: normal;
	font-weight: normal;
	display: block;
	margin: 0px;
	font-size: .9em;
	text-align: left;
}

#topNav li li a:hover {
	background-color: #fd0000;
}

#topNav li:hover ul, #topNav li.hover ul {
	display: block;
}

#topNav li:hover, #topNav li.hover {
	background-color: red;
}

#topNav li li.first {
	border-top-style: none;
}

#topNav li a.drop {
	background-position: 0px -45px;
	background-repeat: no-repeat;
	background-image: url(images/drop_icon.gif);
}
#topNav li a.drop:hover, #topNav li.hover a.drop {
	background-repeat: no-repeat;
	background-image: url(images/drop_icon.gif);
	background-position: 0 0px;
	background-color: #a30000;
	color: #fff;
}
#subNav {
	clear: both;
	text-align: right;
	font-weight: bold;
	margin: 0px;
	font-size: .9em;
	list-style-type: none;
	padding: 0px;
	padding-bottom: 15px;
}

#subNav li {
	display: inline;
}

#subNav li a {
	color: #555;
	text-decoration: none;
	padding: 7px 10px;
}

#subNav li a:hover {
	color: #fe0000;
}

#content .line {
	background-repeat: repeat-y;
	background-position: 550px 0px;
	background-image: url(images/line.gif);
}

.show {
	display: block;
}

.hide {
	display: none;
}
.sideLeft #main {
	float: right;
}
.sideLeft #side {
	float: left;
}
.sideLeft  #content .line {
	background: url(images/line.gif) repeat-y 220px;
}
#content .first {
	margin-top: 0px;
}
#content .last, #content p.last {
	margin-bottom: 0px;
}
table {
	width: 528px;
	margin-top: 1em;
	margin-bottom: 1em;
	background: #dde8ef;
	color: #000000;
	border-style: solid;
	border-color: #3e759f;
	border-width: 1px;
}
th, td {
	padding: 5px;
	text-align: left;
}
td.qty {
	font-weight: bold;
	color: #cf0005;
}
.alt {
	background: #cfdfe8;
}
th {
	background: #86abc4;
}
.single #side {
	display: none;
}
.single #main {
	margin: auto;
	float: none;
}
.single  #content .line {
	background: url(none);
}
.box h3 {
	margin-top: 0.5em;
}
#content ul, #content ol {
	margin: 1.5em 0px;
	padding-left: 15px;
	list-style: outside;
}
#content li {
	line-height: 1.3em;
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}
#wrap {
	background-color: #eeeeee;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(images/shadowMid.gif);
}
#footer {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url(images/shadowBot.gif);
}
#content a, #footer a {
	color: #00568f;
}
#content a:hover, #footer a:hover {
	color: #d40000;
}
#main ul, #main ol {
	padding-left: 30px;
}
#content ul.pdf {
	list-style-type: none;
	padding: 0px;
}
#content ul.pdf a {
	padding-left: 20px;
	padding-bottom: 3px;
	padding-right: 0px;
	padding-top: 0px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(images/icon_pdf.gif);
	display: block;
}
#content ul.pdf a:hover {
	color: #999999;
}
.threeUp {
	position: relative;
	font-size: .9em;
	background-color: #dee9f0;
	border-width: 1px;
	border-style: solid;
	float: left;
	margin-right: 20px;
	width: 161px;
}
#content .threeUp.last {
	float: left;
	margin-right: 0px;
	width: 162px;
}
.threeUp * {
	padding: 0 10px;
}
.threeUp a {
	bottom: 0px;
	position: absolute;
	display: block;
	padding: 5px 0;
}
.threeUp h3 {
	padding-top: 5px;
	font-size: 1.3em;
	margin-top: 0px;
}
.threeUp span {
	height: 150px;
	display: block;
	padding: 0px;
}
.threeUp span.hover {
	background-color: #bfd4e1;
}
.left {
	width: 240px;
}
.contact {
	background-color: #dde8ef;
}
.contact strong span {
	font-size: 1.5em;
	display: block;
	letter-spacing: -0.1em;
}
p.line {
	line-height: 0;
	display: block;
	margin: 2em 0;
	border-bottom: solid 1px #999;
	background-image: url(none);
}
.delivery {
	color: #fe0000;
}
#content ul.links {
	padding: 0px;
	list-style-type: none;
}
#content .links a {
	margin: 0px;
	text-decoration: none;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(images/icon_webLink.gif);
	display: block;
}
#content .links a:hover {
	color: #333;
	color: red;
}
#content .links li {
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-bottom-color: #999999;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}
img.frame {
	border: solid 1px #999;
	padding: 4px;
}
p.caption small {
	color: #999999;
	margin-top: 1em;
	display: block;
}
#quote {
	padding-right: 20px;
	background-image: url(images/icon_webLink.gif);
	background-position: right center;
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.3em;
	top: 20px;
	right: 0px;
	z-index: 2000;
	position: absolute;
	color: #d30000;
}
#quote:hover {
	color: #00568f;
}
.priceMatch {
	border-color: #d30000;
	background-color: white;
}
.priceMatch strong {
	display: block;
	font-size: 1.3em;
	color: #d30000;
}

#siteBy {
	font-size: 0.75em;
	padding-bottom: 20px;
}

#siteBy p {
	margin: 0;
}
