body{
	background-color: black;
	color: white;
	margin-top: 30px;
	font-family: arial;
	font-size: 12px;
}

a{
	color: white;
	text-decoration: underline;
}

p{
	line-height: 1.3em;
	margin-bottom: 10px;
}

h1{
	font-size: 18px;
	margin-bottom: 10px;
}

h2{
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 15px;
}

h2.no_top{
	margin-top: 0px;
}

h3{
	font-size: 14px;
	color: lightgrey;
	margin-bottom: 5px;
}

h5{
	text-align: center;
	font-size: 14px;
	margin: 10px 0px;
}

h6{
	text-transform: uppercase;
	margin-bottom: 5px;
}

.red{
	color: red;
}

ol,ul{
	line-height: 1.3em;
	margin-bottom: 15px;
	margin-left: 25px;
}

ol li{
	list-style-type: decimal;
	list-style-position: outside;
}

ul li{
	list-style-type: circle;
	list-style-position: outside;
}

table{
	width: 100%;
	line-height: 1.3em;
	margin-bottom: 10px;
}

div.clear{
	clear: both;
}

#divHeader{
	margin: auto;
	position: relative;
	width: 980px;
	height: 205px;
	background-position: right bottom;
	background-repeat: no-repeat;
}

#divMenuBack{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 50px;
	width: 980px;
	background-color: black;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}

#imgLogo{
	position: relative;
	left: 20px;
}

#divSocial{
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-style: italic;
	font-size: 14px;
	width: 300px;
}

#divSocial img{
	float: left;
	margin-right: 5px;
	margin-top: 4px;
}

#divSocial img.right{
	margin-right: 25px;
}

#ulTopNav{
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-family: verdana;
	line-height: 1em;
	margin: 0px;
}

#ulTopNav li{
	float: left;
	border-left: 1px solid #4E4E4E;
	list-style-type: none;
}

#ulTopNav li.first{
	border-left: 0px;
}

#ulTopNav li a{
	text-decoration: none;
	display: block;
	padding: 19px 25px;
	color: lightgrey;
}

#ulTopNav li a:hover{
	background-color: #272727;
}

#divBigPage{
	background-image: url(/_images/layout/back.jpg);
	background-image: url(/_images/layout/carbon.jpg);
	position: relative;
	padding-bottom: 10px;
	/*background-repeat: repeat-x;*/
	border-bottom: 1px solid #1F1F1F;
}

div.divTransSpan{
	background-color: #333333;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
	height: 8px;
	position: relative;
	top: 1px;
}

#divContent{
	margin: auto;
	width: 980px;
/*	background-image: url(/_images/layout/carbon.jpg);*/
	background-color: #1F1F1F;

	position: relative;
	top: -8px;
}

#divFooter{
	position: relative;
	background-image: url(/_images/layout/footer_back.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 30px;
	background-color: black;
	width: 970px;
	margin: auto;
	font-size: 11px;
	line-height: 2.6em;
	padding-left: 10px;
}

#divFooterLinks{
	position: absolute;
	right: 240px;
	bottom: 3px;
}

#divDate{
	font-family: verdana;
	padding: 10px;
	font-size: 11px;
	text-align: right;
	color: gray;
}

#divLHS{
	float: left;
	width: 300px;
	padding: 0px 10px 0px 20px;
	margin-bottom: 20px;
}

#divRHS{
	float: left;
	width: 620px;
	padding: 0px 20px 0px 10px;
	margin-bottom: 20px;
}

#divAdvert{
	clear: both;
	text-align: center;
	font-size: 10px;
	padding-bottom: 1px;
}

#divAdvert img{
	margin-bottom: 3px;
}

#divAdvert a{
	color: gray;
}

div.badge{
	background-image: url(/_images/layout/badge_back.png);
	width: 95px;
	height: 55px;
}

#divLHS.list{
	width: 200px;
}

#divRHS.list{
	width: 720px;
}

#divLHS.icons li{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

#divLHS.icons a{
	display: block;
	width: 95px;
	height: 55px;
}

#divLHS.icons a:hover{
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
}

#divLHS.list li{
	border-top: 1px solid #404040;
	padding: 6px 5px;
	width: 90%;
}

#divLHS.list li.last{
	border-bottom: 1px solid #404040;
}

#divLHS.list li.logout{
	margin-top: 30px;
	background-color: gray;
}

#divLHS.list a{
	text-decoration: none;
}

#divLHS.list a.on{
	font-weight: bold;
}

#divLHS.list a:hover{
	text-decoration: underline;
}

#divLHS.list ul.sub{
	margin: 0px;
	margin-bottom: 3px;
	margin-top: 1px;
}

#divLHS.list ul.sub li{
	border: 0px;
	padding: 0px;
	margin-left: 15px;
	padding-bottom: 4px;
}

#divLHS.list ul.sub li a.on{
	color: red;
	font-weight: normal;
}

div.divHomebox{
	width: 300px;
	height: 175px;
	border-left: 2px solid lightgrey;
	border-top: 2px solid lightgrey;
	border-right: 2px solid gray;
	border-bottom: 2px solid gray;
	background-color: #303030;
	margin-top: 10px;
	margin-bottom: 15px;
}

div.divHomebox.left{
	float: left;
}

div.divHomebox.right{
	float: right;
}

div.divHomebox img{
	border: 1px solid gray;
	float: left;
	margin-right: 10px;
}

div.divHomebox div.text{
	float: left;
	width: 160px;
}

hr{
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 0px;
	height: 1px;
	background-color: gray;
	clear: both;
	margin-bottom: 10px;
}

hr.hrHome{
	margin: 9px 0px;
}

img.imgNews{
	float: right;
	margin-bottom: 10px;
	border: 1px solid gray;
	margin-left: 10px;
}

img.imgPage{
	border: 1px solid gray;
	width: 300px;
	margin-bottom: 5px;
	margin-top: 5px;
}

img.imgPage.left{
	float: left;
	margin-right: 10px;
}

img.imgPage.right{
	float: right;
	margin-left: 10px;
}

#divDistributors{
	text-align: center;
}

#ulLeftNav{
	margin: 0px;
	line-height: 1em;
}

#ulLeftNav li{
	list-style-type: none;
}

#tblContact{
	width: 70%;
}

#tblContact td{
	width: 50%;
	border: 1px dotted gray;
}

input,textarea,select{
	border: 1px solid gray;
	font-size: 12px;
	padding: 1px;
	font-family: arial;
	color: gray;
}

input:focus,textarea:focus,select:focus{
	background-color: #670001;
	color: white;
}

input.small,textarea.small{
	width: 70px;
}

input.medium,textarea.medium{
	width: 180px;
}

input.long,textarea.long{
	width: 300px;
}

input.full,textarea.full{
	width: 98%;
}

input[type=checkbox]{
	vertical-align: middle;
	margin-right: 5px;
}

textarea{
	height: 150px;
}

input[type=button],input[type=submit]{
	width: auto;
	cursor: pointer;
	color: black;
	padding: 4px 7px;
	font-size: 11px;
}

input[type=button]:hover,input[type=submit]:hover{
	background-color: gray;
}

table.tblForm th{
	text-align: left;
	vertical-align: top;
}

table.tblForm th{
	padding-top: 3px;
}

table.tblForm th,table.tblForm td{
	padding-bottom: 7px;
}

ul.ulModels{
	margin: 0px;
	line-height: 1.8em;
}

ul.ulModels li{
	list-style-type: none;
	float: left;
	margin-right: 10px;
	text-align: center;
	margin-bottom: 35px;
	font-size: 14px;
	width: 48%;
}

ul.ulModels a{
	filter: alpha(opacity=50);
	opacity: 0.8;
	-moz-opacity: 0.8;
	text-decoration: none;
}

ul.ulModels a:hover{
	filter: alpha(opacity=20);
	opacity: 1;
	-moz-opacity: 1;
}

ul.ulModels a img{
	filter: alpha(opacity=80);
	width: 240px;
	height: 136px;
}

ul.ulModels a:hover img{
	filter: alpha(opacity=100);
}

img.imgManIcon{
	display: block;
	margin-bottom: 7px;
	width: 75px;
}

#divBreadcrumb{
	margin-bottom: 15px;
}

ul.ulParts{
	margin: 0px;
}

ul.ulParts li{
	list-style-type: none;
	float: left;
	text-align: center;
	width: 230px;
	line-height: 1.5em;
	margin-bottom: 10px;
	border-right: 1px solid #404040;
}

ul.ulParts li.hr{
	width: 100%;
	border-bottom: 1px solid #404040;
	border-right: 0px;
}

ul.ulParts li.right{
	border: 0px;
}

ul.ulParts li div{
	margin: auto;
	width: 102px;
	height: 102px;
	margin-bottom: 5px;
}

ul.ulParts li div img{
	border: 1px solid gray;
}

ul.ulGallery{
	margin: 0px;
	line-height: 1em;
}

ul.ulGallery li{
	list-style-type: none;
	float: left;
	margin: 5px 18px 13px 0px;
	text-align: center;
}

ul.ulGallery li a img{
	border: 3px solid gray;
}

ul.ulGallery li a:hover img{
	border: 3px solid lightgrey;
}

a.gallery_control{
	margin: 0px 2px;
}

ul.ulGallery li a.gallery_control img{
	margin-top: 3px;
	border: 1px solid gray;
}

ul.ulGallery li a.gallery_control:hover img{
	border: 1px solid lightgrey;
}

select.selGalCat{
	margin-left: 5px;
	min-width: 150px;
}

#divPart div{
	float: left;
}

#divPart div.left{
	width: 210px;
}

#divPart div.middle{
	width: 350px;
}

#divPart div.right{
	width: 140px;
	text-align: center;
	border: 1px solid gray;
	margin-left: 10px;
	padding: 10px 0px;
	background-color: #404040;
}

#divPart div.left img{
	border: 1px solid white;
	width: 50px;
	margin-right: 7px;
	margin-bottom: 7px;
}

#divPart div.left img.main{
	width: 198px;
	border: 1px solid gray;
	margin-right: 0px;
}

#imgPDF{
	margin-top: 12px;
	position: relative;
	left: -5px;
}

table.tblVertical th,table.tblVertical td{
	padding: 3px;
	border: 1px solid gray;
	vertical-align: top;
}

table.tblVertical th{
	background-color: black;
	color: white;
	text-align: center;
}

table.tblForm td.checkradio{
	padding-top: 2px;
}

table.tblVertical td.center{
	text-align: center;
}

table.tblVertical tr.alt td{
	background-color: #313131;
}

table.tblVertical a{
	text-decoration: none;
}

table.tblVertical td{
	cursor: pointer;
}

table.tblVertical tr:hover td{
	background-color: #670001;
}

table.tblVertical.filter tr:hover td{
	background: transparent;
}

table.tblVertical.filter td{
	cursor: default;
}

table.tblVertical td.controls{
	cursor: default;
}

table.tblVertical td.controls a{
	margin: 0px 2px;
}

table.tblVertical.filter td{
	padding-top: 6px;
}

table.tblVertical.filter input{
	font-size: 11px;
}

table.tblVertical.filter td.center{
	padding-top: 3px;
}

#pActions{
	border: 1px solid gray;
	background-color: lightgrey;
	color: black;
	padding: 5px 8px;
	font-family: verdana;
}

#pActions a{
	color: black;
}

p.pPagination{
	text-align: right;
	font-family: verdana;
}

p.pPagination a{
	text-decoration: none;
}

p.pPagination a:hover{
	text-decoration: underline;
}

p.pPagination a.on{
	text-decoration: underline;
}

p.pPagination a.off{
	color: gray;
}

#fmClear{
	background-color: orange;
	display: none;
	float: right;
	margin-right: 3px;
}

#aBack{
	float: right;
	font-family: verdana;
	padding-top: 5px;
}

#spnDelete{
	display: block;
	margin-top: 3px;
	display: none;
}

#divGalleryItems{
	display: none;
}

select.selModel{
	display: block;
	margin-top: 5px;
}

select.selModel.top{
	margin-top: 0px;
}

table.tblDocuments{
	width: 100%;
}

table.tblDocuments td{
	vertical-align: top;
	padding-top: 10px;
}

table.tblDocuments td a{
	font-weight: bold;
	font-size: 14px;
}

table.tblDocuments td p{
	margin-top: 3px;
}

table.tblDocuments td.tdDocPic{
	text-align: center;
	padding-right: 7px;
	width: 1px;
}

table.tblDocuments td.tdDocPic img{
	border: 1px solid #ccc;
}