body {
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	font:"Courier New", Courier, monospace;
/*	font:Geneva, Arial, Helvetica, sans-serif;*/
	background:#999999;
	background-image:url(../Images/body_bg.jpg);
	background-repeat:repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-size:14px;
}	

a
{
    color:#999999;
    text-decoration: none;
}
a:link
{
	text-decoration:none;
	color:#0066FF;
}
a:hover
{
	color:#FFFFFF;
	text-decoration:none;
}
a:visited
{
	text-decoration:none;
}

a img
{
	border:none;
	text-decoration:none;
}

.cc6633
{
	color:#cc6633;
}

.top_bg
{
	width:100%;
	background-color:#944002;
	margin-top:0px;
	height:10px;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background::#000000; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin: 0 auto;
}
.oneColFixCtrHdr #header {
	background:#1D1D1D;
	padding: 0 0px 0 0px;
	margin-right:0px;
	margin-bottom: 0px;
}
.header_logo_left
{
	width:250px;
	float:left;
	text-align:center;
	vertical-align:top;
	margin-top: 15px;
	margin-left: 5px;
	background:transparent;
	padding-left: 5px;
}
.header_top
{
	margin-top:15px;
	width:500px;
	padding-right:10px;
	float:right;
}
/*on 13.03*/
.header_top_nav
{
	margin-top:15px;
	width:477px;
	padding-right:0px;
	float:right;
	height:50px;*/

}
.div_header_top_nav1
{
	float:left;
	margin-left:-5px;
}

.div_header_top_nav2
{
	float:left;
	margin-left:0px;
}

	
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	/*background: #DDDde3;*/
	background-color:#000000;
	height:auto;
	padding: 0;
}
.MainContent_top
{
	/*background-image:url(../Images/a.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:366px;*/
	margin-top:0px;
	padding-top:5px;
	
}
.main_bg
{
	background-image:url(../Images/service.png);
	background-position:bottom;
	background-repeat:no-repeat;
	
}
.main_right
{
	width:300px;
	padding-right:20px;
	height:auto;
	margin-left:450px;
	margin-top: 320px;
	padding-top: 0px;
	/*background-color: #000000;*/
	border-bottom-style: solid;
	border-width:2px;
	border-top-style:solid;
	border-color: #FFFFFF;
}
.Main_tag
{
	/*background-image:url(../Images/header_bg.png);
	background-position:center;
	background-repeat:repeat-y;*/
	width:780px;
	height:auto;
	margin-left:0px;
	margin-top:0px;
	
}
.main_middle
{
	width:740px;
	margin-left:0px;
	margin-bottom:10px;
	text-align:left;
	padding:0px 20px 20px 20px;
	margin-top: 20px;
	text-decoration:none;
	margin-right: 0px;
}
.main_bottom
{
	/*width:100%;*/
	margin-top:5px;
	height:auto;
	text-align:left;
	padding-left:10px;
	padding-top: 10px;
	/*padding-right: 20px;*/
}

.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size:10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.mainContent_bottom
{
	padding-left:20px;
	padding-right:20px;
	margin-top:0px;
}
.main_content_35
{
	float:left;
	padding-left:5px;
	padding-right:5px;
	border:solid grey 1px;
}
.main_content_65
{
	float:left;
	border:solid gray 1px;
	padding-top: 10px;
	padding-left: 10px;
	/*padding-left:10px;*/
	
}
.clr
{
	clear:both;
}

.footer_top
{
	background-color:#5D1D02;
	background-position:center;
	margin-top:0px;
	width:780px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	
}
.footer_bottom
{
	margin-top:0px;
	width:740px;
	padding-top:3px;
	padding-bottom:10px;
	font-size:9px;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
	background-color: #300D07;
}
ul
{
	margin-left:0;
}
li
{
	background-image:url(../Images/list_bg.png);
	background-position:left;
	background-repeat:no-repeat;
	/*height:16px;*/
	text-align:left;
	list-style:none;
	padding-left:25px;
	vertical-align:bottom;
}

.red
{
	color:red;
}

.main_bottom_content_left
{
	float:left;
	width:410px;
	padding:20px;
	margin-top: 5px;
}
.main_bottom_content_right
{
	float:right;
	width:300px;
	padding-right:20px;
	/*height:auto;*/
	/*background-color: #000000;*/
	border-bottom-style: solid;
	border-width:2px;
	border-top-style:solid;
	border-color: #FFFFFF;
}

.main_border_top_btm
{
	border-top:solid grey 2px;
	border-bottom:solid gray 2px;
	padding-top: 10px;
	padding-left: 10px;
	/*padding-left:10px;*/
}

.tbl_contact_us
{
	
	padding-right:20px;
	/*height:auto;*/
	/*background-color: #000000;*/
	border-bottom-style: solid;
	border-width:2px;
	border-top-style:solid;
	border-color: gray;
}