
body {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background: #000000;
	margin: 20px 0px 20px 0px;
}
	
#main {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #a5a5a5;
	padding: 0px 0px 0px 0px;
	width: 750px;
	background-color: #ffffff;
}

#header {
	position: relative;
	margin: 0px;
	margin-bottom: -103px;
	z-index: 10;
}
#footer {
	width: 750px;
	position: relative;
	font-size: 7pt;
	text-align: center;
	background: #000000;
	color: #cccccc;
	margin: 20px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	z-index: 15;
}
html>body #header {
	margin-bottom: -106px;
}

#content {
	margin: 10px;
	background-color: #ffffff;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	position: relative;
	float: left;
	width: 150px;
	font-size: 9pt;
	font-weight: normal;
	background: #000000;
	color: #ffffff;
	z-index: 15;
}

#menu li ul {
	position: absolute;
	display: block;
	top: 1.50em;
	left: 0;
}

#menu li>ul {
	top: auto;
	left: auto;
}

#menu li ul li ul {
	position: absolute;
	display: block;
	top: 0;
	left: 150px;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

#menu li:hover ul { display: block; }
#menu li:hover>ul { visibility: visible; }
#menu ul ul { visibility: hidden; }
#menu ul, li { margin: 0; }

#menu ul a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #ffffff;
	background: #000000;
	padding: 1px 5px 1px 5px;
	border: 1px solid black;
}


#menu li ul a {
	position: relative;
	text-decoration: none;
	color: #ffffff;
	background: #000000;
	padding: 1px 5px 1px 5px;
	border: 1px solid black;
} 

#menu ul a:hover { color: #ff0000; background: #000000; } 
#menu li ul a:hover { color: #ff0000; background: #2f2f2f; }

#menu li a.submenu { padding-left: 15px; background: #000000 url("images/v_arrow.gif") no-repeat left; }
#menu li a.submenu:hover {background: #000000 url("images/v_arrow.gif") no-repeat left;}
#menu li ul a.submenu {background: #000000 url("images/r_arrow.gif") no-repeat left;}
#menu li ul a.submenu:hover {background: #000000 url("images/r_arrow.gif") no-repeat left;}


.rightfloateybox, .leftfloateybox {
	position: relative;
	float: right;
	margin: 5px 0px 5px 5px;
	padding: 5px 5px 5px 5px;
	font-size: x-small;
	color: #a5a5a5;
	text-align: center;
}
.leftfloateybox {
	position: relative;
	float: left;
	margin: 5px 5px 5px 0px;
}

h1 {
	font-size: large;
	font-weight: bold;
	text-align: left;
	margin: 45px 0px 0px 0px;
}

h2, .productdetailsubheading {
	font-size: medium;
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-weight: bold;
	color: #a5a5a5;
}

h3 {
        background: #a5a5a5;
        color: #ffffff;
        font-size: x-small;
        font-weight: bold;
        margin: 10px 0px 2px 0px;
}

#productdetails .productdetailsubheading {
	margin: 1em -20px 0.5em -20px;
	border-bottom: 1px solid silver;
}

.address {
	font-size: xx-small;
	font-weight: bold;
	color: #000000;
	width: 320px;
}
.address td {
	width: 155px;
	border-bottom: 10px solid #ffffff;
	vertical-align: top;
}

.address td img {
	margin-top: 10px;
}

ul {
	list-style: disc inside;
}

.equipmentcontainer {
	border: 0;
}

.equipmentbox, .categorynavigator {
	width: 350px;
	height: 220px;
	border: 1px solid #a5a5a5;
	margin: 4px;
	padding: 0px;
}

.categorynavigator {
	width: auto;
	height: auto;
	margin-bottom: 20px;
}

.equipmentheader {
	width: 346px;
	background: #a5a5a5;
	color: #ffffff;
	font-size: small;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
}

.equipmentbox img {
        float: left;
        margin-top: 10px;
        margin-left: 10px;
}

.categorynavigator .equipmentheader {
	width: auto;
}

.categorynavigator img {
	float: left;
	margin: 10px 30px 10px 10px;
}

.equipmentimage {
	float: left;
	width: 240px;
}

.equipmentbox ul {
	position: relative;
	margin-left: 180px;
	margin-top: 20px;
	font-size: x-small;
}

html>body .equipmentbox ul {
	margin-left: 150px;
}

.equipmentbox table {
	margin-top: -10px;
}

.equipmentbox table tr td {
	vertical-align: top;
}

.equipmentbox table tr td ul {
	margin-left: 10px;
}

html>body .equipmentbox table tr td ul {
	margin-left: -30px;
}

.equipmentbox table ul li {
	font-size: x-small;
	margin-bottom: 0px;
}

html>body .equipmentbox table ul li {
	margin-bottom: 5px;
}

.equipmentbox .description {
	margin: 10px;
}

a:link { color: #ff0000; text-decoration: underline; }
a:hover { color: #000000; text-decoration: none; }
a:visited { color: #ff0000; text-decoration: underlin; }
a:visited:hover { color: #000000; text-decoration: none; }

.equipmentbox a:link, .categorynavigator .equipmentheader a:link { color: #FFFFFF; text-decoration: underline; }
.equipmentbox a:hover, .categorynavigator a:hover { color: #FF0000; text-decoration: none; }
.equipmentbox a:visited, .categorynavigator .equipmentheader a:visited { color: #FFFFFF; text-decoration: underline; }
.equipmentbox a:visited:hover, .categorynavigator .equipmentheader a:visited:hover { color: #FF0000; text-decoration: none; }

img {
	border: 0;
}



.button {
	border: 1px solid black;
	background-color: #cccccc;
}

.button:hover {
	background-color: #eeeeee;
}

.form_submission {
	margin-left: 300px;
}

.innermessage {
        margin: 40px 20px 20px 20px;
        padding: 5px;
	position: relative;
	z-index: 20;
}

.gallery td img {
        border: 0px;
}

.product {
        border: 1px solid silver;
        background-color: #fefefe;
        margin: 2em 0px 20px 0px;
        width: 100%;
        font-size: small;
}

.product th {
	height: 1em;
        font-weight: normal;
}

.product .product_name {
	width: 50%;
	text-align: left;
}

.product .product_company {
	text-align: right;
}

.bigpiccontainer {
        overflow: hidden;
        text-align: center;
	height: 240px;
        width: 220px;
        border-right: 1px solid #f0f0f0;
	color: silver;
	background-color: #ffffff;
	font-size: 80%;
}

th.product_titlebar {
        color: #d7112e;
        background-color: #f1f1f1;
        padding: 2px 10px 2px 10px;
}

.product_name {
        float: left;
        font-weight: bold;
}

.product_price {
        float: right;
        color: #000000;
        font-weight: normal;
        text-align: right;
}

.product_shortdesc {
        padding: 10px;
        vertical-align: top;
}

.product_availability {
        padding-right: 10px;
        text-align: right;
        font-weight: bold;
        height: 1em;
}

.product_category {
        margin: 5px 10px 0px 10px;
	vertical-align: bottom;
        font-weight: normal;
	font-size: 80%;
        height: 1em;
}

.thumbnailcontainer {
        text-align: right;
        vertical-align: middle;
        overflow: hidden;
	height: 60px;
}

.thumbnail {
	vertical-align: bottom;
        padding: 0px 2px 0px 2px;
}

.product_footer {
        background-color: #f1f1f1;
	height: 20px;
}

.product_category {
	width: 200px;
	text-align: left;
	display: inline;
}

.product_admin_functions {
	display: inline;
	float: right;
}

.product_footer .product_admin_functions img {
        border: 0;
        padding: 1px 10px 1px 0px;
}

.magnifyicon, .pdficon, .videoicon {
	float: left;
	margin: 1px 0px 0px 2px;
	border: 1px solid black;
}

hr {
        height: 1px;
        color: #ff0000;
        background-color: #ff0000;
}

.add_product_table {
	font-size: small;
}

.add_product_table th {
        text-align: right;
	white-space: nowrap;
	padding-right: 15px;
}

.add_product_table {
	margin-top: 50px;
}

.add_product_table td input,
.add_product_table td select,
.add_product_table td textarea {
	position: relative;
	z-index: 20;
	border: 1px solid black;
	padding: 1px 0px 0px 2px;
	width: 470px;
}

.add_product_table td select {
	font-size: x-small;
	width: 220px;
}

.add_product_table td input.radio {
	width: auto;
	display: inline;
	vertical-align: top;
	border: 0px;
}

.instructions {
	color: #888888;
	font-style: italic;
}

.error {
	color: #ff0000;
}

.category_table, .company_table {
	margin-left: 50px;
}

.category_table th, .company_table th {
	text-align: left;
}

.category_table td, .company_table td {
	padding: 1px 5px 1px 2px;
}

.category_table img, .company_table img {
	margin: 0px 5px 0px 5px;
}

.shaderow_light {
	background-color: #efefef;
}
.shaderow_dark {
	background-color: #e2e2e2;
}

#productdetails {
	margin-top: 70px;
	z-index: 14;
}

#productdetailheader {
	position: relative;
	width: 100%;
	margin-top: 70px;
	margin-bottom: 10px;
	z-index: 14;
}

#productdetailname {
	position: relative;
	font-size: 150%;
	font-weight: bold;
	z-index: 14;
}

#productdetailcompany {
	position: relative;
	color: #a5a5a5;
	font-size: 120%;
	margin-top: 5px;
	z-index: 14;
}

#productdetailoverview, #productdetaillongdesc, #productdetailfeatures, #productdetailspecifications, #productdetailaddtlinfo {
	margin: auto 20px auto 20px;
}

#productdetailfeatures ul {
	font-size: 90%;
	line-height: 130%;
}

#productdetailspecifications table.specificationtable {
	width: 100%;
	font-size: x-small;
	border: 1px solid #e0e0e0;
}

#pictureblock {
	float: right;
	height: 270px;
	border: 1px solid #a5a5a5;
	background-color: #ffffff;
	text-align: center;
	padding: 0;
	margin-left: 10px;
}

.pictureblockthumbnails {
	width: 124px;
	float: right;
}

.pictureblockthumbnails td {
	height: 60px;
	border: 1px solid #a5a5a5;
	text-align: center;
	vertical-align: middle;
}

#pictureblockbigpic {
	display: table-cell;
	height: 240px;
	vertical-align: middle;
}

.bigPicture {
	margin: 10px 0px 0px 0px;
}

.bigPictureCaption {
	display: block;
	text-align: center;
	font-size: x-small;
	color: #a5a5a5;
	background-color: #ffffff;
	padding: 0px 5px 0px 5px;
}

.product .fullpageview {
	float: right;
}

.floathack {
        clear: both;
        line-height: 0;
        height: 0;
}

table.gallery td {
	border: 1px solid #e0e0e0;
	height: 120px;
}

#pic_cell_8 {
	border: 1px solid #aa0000;
	background-color: #f5f5f5;
}

.filelist {
	margin-top: 3em;
}

.filelist table td {
	vertical-align: middle;
}

.filelist img {
	padding-top: 5px;
	margin: 0px 0px 0px 30px;
}
