body img{
    border: 0px !important;
}
body {
    background-image:url('/images/dark_dotted.png');
	/*background: #F16422;*/
	/*background: #000000;*/
	margin: 0px 0px 25px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
}
a {
	color: #DE520E;
}
#page {
	width: 100%;
	background: url(/images/page_bg.gif) repeat-y center top;
}
#doc {
	background: #FFFFFF;
	width: 886px;
	margin-right: auto;
	margin-left: auto;
    min-height: 800px;
}
#banner {
	/*background: url(/images/banner.gif);*/
	height: 228px;
}
#nav ul {
	list-style: none;
	margin: 5px 0px 10px;
	font-weight: bold;
	color: #F16422;
	text-align: center;
}
#nav li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 13px;
}
#nav a {
	color: #F16422;
	text-decoration: none;
}
.form_table td {
	border-bottom: 1px dashed #999999;
}


#products td {
	background: url(/images/product_bg.gif) no-repeat center top;
	height: 298px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
}

.contact_button {
	background: #F16422;
	color: #FFFFFF !important;
	padding: 3px 5px;
	border-top: 2px solid #F3824B;
	border-right: 2px solid #CF4D0E;
	border-bottom: 2px solid #CF4D0E;
	border-left: 2px solid #F59B70;
	font-weight: bold;
	text-decoration:	none;
}
.contact_button:hover
{
	background: #F3824B !important;
}
#products h2 {
	font-size: 17px;
	color: #FFFFFF;
	text-align: center;
	margin: 0px 0px 8px;
}
#products p {
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px;
	text-align: justify;
	line-height: 13px;
}
		
#copyright {
	color: #FFFFFF;
	text-align: center;
	margin-top: 15px;
    padding-bottom: 15px;
}
input, textarea, select {
	width: 250px;
}

#content {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 50px;
	padding-left: 50px;
    overflow: auto;
}
#content h3 {
	color: #F16422;
	text-align: center;
	font-size: 20px;
}

#content h2 {
	color: #F16422;
	font-size: 18px;
}
#products {
	margin-bottom: 15px;
}
#products h2 a {
	color: #FFFFFF;
}
#dropdown {
	color: #FFFFFF;
	background: #F16422;
	padding: 8px;
	position: absolute;
	width: 180px;
	border: 1px solid #FFFFFF;
}
#dropdown a{
	color: #FFFFFF;
}
#dropdown li {
	display: block;
	text-align: left;
	margin: 3px;
	list-style: none;
}

