html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html
{
	overflow-Y: scroll !important;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}

/* Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 12px/1.5 Arial,Helvetica,sans-serif;
	background: #fff;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
	color: #E51489;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
}

/* Container
----------------------------------------------------------------------------------------------------*/
#container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	/* background: #fff url(images/16_col.png) repeat-y; */
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display: inline;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
#container .grid_4 {
	width: 230px;
}
#container .grid_8 {
	width: 470px;
}
#container .grid_12 {
	width: 710px;
}
#container .grid_16 {
	width: 950px;
}
.alpha {
	margin-left: 0;
}
.omega {
	margin-right: 0;
}
#container .grid_1 {
	width: 50px;
}
#container .grid_2 {
	width: 110px;
}
#container .grid_3 {
	width: 170px;
}
#container .grid_5 {
	width: 290px;
}
#container .grid_6 {
	width: 350px;
}
#container .grid_7 {
	width: 410px;
}
#container .grid_9 {
	width: 530px;
}
#container .grid_10 {
	width: 590px;
}
#container .grid_11 {
	width: 650px;
}
#container .grid_13 {
	width: 770px;
}
#container .grid_14 {
	width: 830px;
}
#container .grid_15 {
	width: 890px;
}
#container .prefix_4 {
	padding-left: 240px;
}
#container .prefix_8 {
	padding-left: 480px;
}
#container .prefix_12 {
	padding-left: 720px;
}
#container .prefix_1 {
	padding-left: 60px;
}
#container .prefix_2 {
	padding-left: 120px;
}
#container .prefix_3 {
	padding-left: 180px;
}
#container .prefix_5 {
	padding-left: 300px;
}
#container .prefix_6 {
	padding-left: 360px;
}
#container .prefix_7 {
	padding-left: 420px;
}
#container .prefix_9 {
	padding-left: 540px;
}
#container .prefix_10 {
	padding-left: 600px;
}
#container .prefix_11 {
	padding-left: 660px;
}
#container .prefix_13 {
	padding-left: 780px;
}
#container .prefix_14 {
	padding-left: 840px;
}
#container .prefix_15 {
	padding-left: 900px;
}
#container .suffix_4 {
	padding-right: 250px;
}
#container .suffix_8 {
	padding-right: 490px;
}
#container .suffix_12 {
	padding-right: 730px;
}
#container .suffix_1 {
	padding-right: 70px;
}
#container .suffix_2 {
	padding-right: 130px;
}
#container .suffix_3 {
	padding-right: 190px;
}
#container .suffix_5 {
	padding-right: 310px;
}
#container .suffix_6 {
	padding-right: 370px;
}
#container .suffix_7 {
	padding-right: 430px;
}
#container .suffix_9 {
	padding-right: 550px;
}
#container .suffix_10 {
	padding-right: 610px;
}
#container .suffix_11 {
	padding-right: 670px;
}
#container .suffix_13 {
	padding-right: 790px;
}
#container .suffix_14 {
	padding-right: 850px;
}
#container .suffix_15 {
	padding-right: 910px;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* Header
----------------------------------------------------------------------------------------------------*/
#header
{
	text-align:left;
}
#header hr
{
	height:5px;
	background-color:#9D0A0E;
	margin: 0 0 10px 0;
}
#navigation
{
	margin: 0;
	padding: 0;
	height: 26px;
	clear: both;
	overflow: hidden;
}
#navigation li
{
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	width:auto;
	margin-left:0px;
}
#navigation a
{
	background-image:url(images/buttons.png);
	background-position: 0px 0px;
	display:block;
	height:26px;
	text-align:center;
	width: 100px;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	line-height:2.3;
}
#navigation li a:hover
{
	background-position: -100px 0px;
	color:#bb0000;
}
#navigation li.selected a
{
	background-position: -200px 0px;
}
#navigation li.selected a:hover
{
	background-position: -100px 0px;
	color:#bb0000;
}
/* Node
----------------------------------------------------------------------------------------------------*/
div.node
{
	padding: 0;
	margin: 0 0 8px 0;
}
.nodeheader .left, .nodeheader .middle, .nodeheader .right, .nodeheader .middle table
{
	height: 26px;
}
.nodeheader
{
	background: url(images/skin/skin2bg.gif) repeat-x;
}
.nodeheader .left
{
	background: url(images/skin/skin2tl.gif) no-repeat left;
}
.nodeheader .middle table
{
}
.nodeheader .middle div.headerleft
{
}
.nodeheader .middle div.headertitle
{
	padding: 0px;
	color : #9D0A0E;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height:2;
}
.nodeheader .middle
{
	margin: 0 9px 0 9px;
}
.nodeheader .right
{
	background: url(images/skin/skin2tr.gif) no-repeat right;
}
.nodecontent
{
	background-color: #ffffff;
	padding: 0px;
}
.nodecontent .left
{
	border-left: 1px solid #999999;
}
.nodecontent .middle
{
}
.nodecontent .right
{
	border-right: 1px solid #999999;
}
.nodefooter .left, .nodefooter .middle, .nodefooter .right
{
	height: 10px;
	font-size: 1px;
	background: url(images/skin/skin2bbg.gif) top repeat-x;
	margin: 0 0 10px 0;
}
.nodefooter .left
{
	background: url(images/skin/skin2bl.gif) top left no-repeat;
}
.nodefooter .middle
{
	margin: 0 7px 0 7px;
}
.nodefooter .right
{
	background: url(images/skin/skin2br.gif) no-repeat top right;
}
.nodenoheader .left, .nodenoheader .middle, .nodenoheader .right
{
	height: 10px;
	background: url(images/skin/skin2tbg.gif) repeat-x;
}
.nodenoheader .left
{
	background: url(images/skin/skin2tl2.gif) no-repeat;
}
.nodenoheader .middle
{
	margin: 0 7px 0 7px;
}
.nodenoheader .right
{
	background: url(images/skin/skin2tr2.gif) no-repeat top right;
}
.nodecontent .overflow
{
	width: 650px;
}
.nodemargin
{
	display:inline-table;
	margin:8px 8px 0pt;
	width: 634px;
}

/* Block
----------------------------------------------------------------------------------------------------*/
div.block
{
	padding: 0;
	margin: 0 0 8px 0;
}
.blockheader .left, .blockheader .middle, .blockheader .right, .blockheader .middle table
{
	height: 26px;
}
.blockheader
{
	background: url(images/skin/skin2bg.gif) repeat-x;
}
.blockheader .left
{
	background: url(images/skin/skin2tl.gif) no-repeat left;
}
.blockheader .middle table
{
}
.blockheader .middle div.headerleft
{
}
.blockheader .middle div.headertitle
{
	padding: 0px;
	color : #9D0A0E;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height:2;
}
.blockheader .middle
{
	margin: 0 9px 0 9px;
}
.blockheader .right
{
	background: url(images/skin/skin2tr.gif) no-repeat right;
}
.blockcontent
{
	background-color: #ffffff;
	padding: 0px;
}
.blockcontent .left
{
	border-left: 1px solid #999999;
}
.blockcontent .middle
{
}
.blockcontent .right
{
	border-right: 1px solid #999999;
}
.blockfooter .left, .blockfooter .middle, .blockfooter .right
{
	height: 10px;
	font-size: 1px;
	background: url(images/skin/skin2bbg.gif) top repeat-x;
	margin: 0 0 10px 0;
}
.blockfooter .left
{
	background: url(images/skin/skin2bl.gif) top left no-repeat;
}
.blockfooter .middle
{
	margin: 0 7px 0 7px;
}
.blockfooter .right
{
	background: url(images/skin/skin2br.gif) no-repeat top right;
}
.blocknoheader .left, .blocknoheader .middle, .blocknoheader .right
{
	height: 10px;
	background: url(images/skin/skin2tbg.gif) repeat-x;
}
.blocknoheader .left
{
	background: url(images/skin/skin2tl2.gif) no-repeat;
}
.blocknoheader .middle
{
	margin: 0 7px 0 7px;
}
.blocknoheader .right
{
	background: url(images/skin/skin2tr2.gif) no-repeat top right;
}
.blockcontent .overflow
{
	width: 290px;
}
.blockmargin
{
	display:inline-table;
	margin:8px 8px 0pt;
	width: 274px;
}

/* Products node
----------------------------------------------------------------------------------------------------*/
div.productnode
{
	padding: 0;
	margin: 0 0 8px 0;
}
.productnodeheader .left, .productnodeheader .middle, .productnodeheader .right, .productnodeheader .middle table
{
	height: 26px;
}
.productnodeheader
{
	background: url(images/skin/skin2bg.gif) repeat-x;
}
.productnodeheader .left
{
	background: url(images/skin/skin2tl.gif) no-repeat left;
}
.productnodeheader .middle table
{
}
.productnodeheader .middle div.headerleft
{
}
.productnodeheader .middle div.headertitle
{
	padding: 0px;
	color : #9D0A0E;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height:2;
}
.productnodeheader .middle
{
	margin: 0 9px 0 9px;
}
.productnodeheader .right
{
	background: url(images/skin/skin2tr.gif) no-repeat right;
}
.productnodecontent
{
	background-color: #ffffff;
	padding: 0px;
}
.productnodecontent .left
{
	border-left: 1px solid #999999;
}
.productnodecontent .middle
{
}
.productnodecontent .right
{
	border-right: 1px solid #999999;
}
.productnodefooter .left, .productnodefooter .middle, .productnodefooter .right
{
	height: 10px;
	font-size: 1px;
	background: url(images/skin/skin2bbg.gif) top repeat-x;
	margin: 0 0 10px 0;
}
.productnodefooter .left
{
	background: url(images/skin/skin2bl.gif) top left no-repeat;
}
.productnodefooter .middle
{
	margin: 0 7px 0 7px;
}
.productnodefooter .right
{
	background: url(images/skin/skin2br.gif) no-repeat top right;
}
.productnodenoheader .left, .productnodenoheader .middle, .productnodenoheader .right
{
	height: 10px;
	background: url(images/skin/skin2tbg.gif) repeat-x;
}
.productnodenoheader .left
{
	background: url(images/skin/skin2tl2.gif) no-repeat;
}
.productnodenoheader .middle
{
	margin: 0 7px 0 7px;
}
.productnodenoheader .right
{
	background: url(images/skin/skin2tr2.gif) no-repeat top right;
}
.productnodecontent .overflow
{
	width: 650px;
}
.productnodemargin
{
	display:inline-table;
	margin:8px 8px 0pt;
	width: 934px;
}

/* Footer
----------------------------------------------------------------------------------------------------*/
#footer
{
    text-align: center;
	margin: 0 0 15px 5px;
	font-size: x-small;
	color: #000000;
	background-color: #ffffff;
}
#footer a
{
	font-size: x-small;
	color: #000000;
	font-family : Verdana, Arial, sans-serif;
	text-decoration: none;
	font-weight : bold;
	font-style: normal;
	text-transform: none;
}
#footer a:hover
{
	color: #bb0000;
	text-decoration: underline;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
}
#footer a:visited
{
	font-size: x-small;
	color: #000000;
	font-family : Verdana, Arial, sans-serif;
	text-decoration: none;
	font-weight : bold;
	font-style: normal;
	text-transform: none;
}
#footer a:visited:hover
{
	font-size: x-small;
	color: #bb0000;
	font-family : Verdana, Arial, sans-serif;
	text-decoration: underline;
	font-weight : bold;
	font-style: normal;
	text-transform: none;
}
#footer hr
{
	height:5px;
	background-color:#9D0A0E;
	margin: 0 0 10px 0;
}

/* News
----------------------------------------------------------------------------------------------------*/
div.news p
{
	background:transparent url(images/icon_news.gif) no-repeat scroll 0 0;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:3px;
	padding-left:20px;
	color:#666666;
	line-height:1.5em;
	margin:0 0 7px;
	font-size:0.9em;
}
div.news a
{
	color:#524D4D !important;
	font-weight:bold;
	font-size:1.1em;
}
div.fullnews h1
{
	font-size:110%;
	font-weight: bold;
	text-align: left;
	margin-bottom: 2px;
	color: #9D0A0E;
}
div.fullnews h2
{
	font-size:0.9em;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
	color:#666666;
	border-bottom:1px solid #CCCCCC;
}
div.fullnews p
{
	padding-bottom:3px;
	line-height:1.5em;
	margin:0 0 7px;
}
/* Poll
----------------------------------------------------------------------------------------------------*/
.pollform
{
	margin:0;
	width:100%;
	padding:0;
}
#poll h2
{
	text-align:left;
	margin-left:14px;
	margin-bottom:10px;
}
#poll ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#poll label
{
	float:left;
	width:15em;
}
#poll input
{
	float:left;
	font-size:10px;
	margin-right:1ex;
	margin-bottom:8px;
}
#poll button
{
	clear:both;
	margin-left:14px;
	height:27px;
	background:#9D0A0E;
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}
.pollBar {
	height: 10px;
	background: #ff0000;
	border: 1px solid #000000;
	margin-left:3px;
	margin-right:3px;
}
#pollBar1 {
	background: #ff0000;
}
#pollBar2 {
	background: #00ff00;
}
#pollBar3 {
	background: #0000ff;
}
#pollBar4 {
	background: #ffff00;
}
#pollBar5 {
	background: #00ffff;
}
#pollBar6 {
	background: #ff00ff;
}
#pollBar7 {
	background: #ff00ff;
}
#pollBar8 {
	background: #ff00ff;
}
#pollBar9 {
	background: #ff00ff;
}

/* Forms
----------------------------------------------------------------------------------------------------*/
#stylized{
	border:solid 1px #d9d7d6;
	background:#EDECEB;
}
#stylized h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
#stylized p{
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #999999;
	padding-bottom:10px;
}
#stylized label
{
	color:#524D4D;
	display:block;
	font-weight:bold;
	text-align:right;
	width:185px;
	float:left;
	padding:0 12px 0 0;
}
#stylized label.option{
	display:block;
	font-weight:bold;
	text-align:right;
	width:300px;
	float:left;
	padding:0 12px 0 0;
}
#stylized label.optionlabel{
	display:block;
	font-weight:bold;
	text-align:right;
	width:20px;
	float:left;
	padding:0 12px 0 0;
}
#stylized .asterisk{
	color: red;
	font-size:14px;
}
#stylized .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:185px;
}
#stylized input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #d9d7d6;
	width:300px;
	margin:2px 0 20px 10px;
}
#stylized input.zip{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #d9d7d6;
	width:80px;
	margin:2px 0 20px 10px;
}
#stylized input.option{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #d9d7d6;
	width:20px;
	margin:2px 0 20px 10px;
}
#stylized textarea{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #d9d7d6;
	width:300px;
	margin:2px 0 20px 10px;
}
#stylized select{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #d9d7d6;
	width:300px;
	margin:2px 0 20px 10px;
}
#stylized button{
	clear:both;
	margin-left:207px;
	width:125px;
	height:27px;
	background:#9D0A0E;
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}

/* Product submenu
----------------------------------------------------------------------------------------------------*/
div.submenu
{
	padding: 5px 22px 5px 12px;
}
div.submenu p
{
	background:transparent url(images/arrows_gray.gif) no-repeat scroll 0 0;
	padding-bottom:3px;
	padding-left:20px;
	color:#666666;
	line-height:1.5em;
	margin:0px;
	font-size:0.9em;
}
div.submenu p.selected
{
	background:transparent url(images/arrows_red.gif) no-repeat scroll 0 0;
	padding-bottom:3px;
	padding-left:20px;
	color:#666666;
	line-height:1.5em;
	margin:0px;
	font-size:0.9em;
}
div.submenu a
{
	color:#524D4D !important;
	font-weight:bold;
	font-size:1.1em;
}

/* Page elements
----------------------------------------------------------------------------------------------------*/
p{margin-bottom:4px;}
a:link{color:#990000;}
a:visited{color:#330000;}
a:hover{color:#bb0000;}
h1{font-size:130%; font-weight: bold; text-align: left; margin-bottom: 8px; color: #9D0A0E;}
h1 a:link
{
	color:#9D0A0E;
	text-decoration: none;
}
h1 a:visited
{
	color:#9D0A0E;
	text-decoration: none;
}
h1 a:hover
{
	color:#9D0A0E;
	text-decoration: none;
}
h2
{
	padding: 0px;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	color: #9D0A0E;
}
h2 a:link
{
	color:#9D0A0E;
	text-decoration: none;
}
h2 a:visited
{
	color:#9D0A0E;
	text-decoration: none;
}
h2 a:hover
{
	color:#9D0A0E;
	text-decoration: none;
}
h3{font-size:105%; font-weight: bold; text-align: left; margin-top:10px; margin-bottom:4px; color:#000000;}
li{margin-left:15px;}
img{border: 0;}
.award{margin: 2px;}
.ss{padding-left: 8px;}
.note
{
	border: #999999 1px solid;
	padding: 8px;
	background-color: #eeeeee;
	margin-top: 4px;
	margin-bottom: 4px;
}
.purchase
{
	border-spacing: 0px;
	border-collapse: collapse;
	margin-top: 4px;
	margin-bottom: 4px;
}
.purchase th
{
	border: #999999 1px solid;
	padding: 5px;
	background-color: #999999;
}
.purchase td
{
	border: #999999 1px solid;
	padding: 5px;
	background-color: #eeeeee;
	vertical-align: middle;
}
.hidden
{
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-top: 0px;
	margin-bottom: 0px;
}
.hidden th
{
	border-width: 0px;
	padding: 0px;
}
.hidden td
{
	border-width: 0px;
	padding: 0px;
}
hr
{
	background-color:#999999;
	border:0px none;
	color:#999999;
	height:1px;
}
#copy
{
	font-size: x-small;
	color:#999999;
	text-align:center;
}
.supportform
{
	margin:0 auto;
	width:550px;
	padding:14px;
}