h1, h2, h3, h4, h5 {
  margin: 0px;
  padding: 0px;
  color: #CC1100;
}
h3.heading  { 
	background: #CC1100 url(img/bg9.png) bottom left repeat-x;
	border: 1px solid #000;
	color: #fff;
	padding: 5px 0 5px 5px;
	margin: 5px 0;
	text-decoration: none;
	text-shadow: 1px 1px 2px #000;
	font: bold 13px arial, sans-serif;
	-moz-border-radius: 1px 5px / 1px 5px;
	border-radius: 1px 5px / 1px 5px; 
}

legend  { 
	background: #CC1100 url(img/bg9.png) bottom left repeat-x;
	border: 1px solid #000;
	color: #fff;
	padding: 5px 0 5px 5px;
	margin: 5px 0;
	text-decoration: none;
	text-shadow: 1px 1px 2px #000;
	font: bold 13px arial, sans-serif;
	-moz-border-radius: 1px 5px / 1px 5px;
	border-radius: 1px 5px / 1px 5px; 
}
.in1, .custom_input {
    width: 300px;
}
.in1.sm, .custom_input.sm {
    width: 200px;
}
.button1 {
	background: #CC1100 url(img/bg9.png) bottom left repeat-x;
	border: 1px solid #000;
	color: #fff;
	padding: 5px;
	margin: 5px 0;
	text-decoration: none;
	text-shadow: 1px 1px 2px #000;
    font-weight:bold;
    border-radius:5px;
    cursor: pointer;
}

#navigation {
	background: #CC1100 url(img/bg9.png) bottom left repeat-x;
	color: #fff;
	height: 30px;
	margin: 1px 0px 8px 0px;
	padding:10px 10px 0 10px;
	text-align: left;
}
#navigation li a:hover {
	color: #CC1100;
	background: #ddd url(img/bg9.png) bottom left repeat-x;
	background: #fff url(img/bg8.png)  top left repeat-x;
	border: 0px solid #fff;
	text-shadow: 1px 1px 2px #fff;
}
#navigation td {
	border: 0;
    padding: 0;
    text-align: left;
}

#search {
	float: right;
	text-align:left;
    margin:-5px 0 0 0;
    padding: 0;
    width: 200px;
    height: 30px;
    background: url(img/searchbg.png) no-repeat;
}

.searchbox {
    float: left;
    position: relative;
    border:0;
    background: transparent;
    margin: 0;
    padding: 0;
    width: 149px;
    padding: 7px;

}

.searchgo {
        border: 0;
    background: transparent;
    width:36px; 
    height: 30px;
}

.category_menu li{
	background: #f2f2f2;
	margin: 1px 0;
	padding: 3px 3px 3px 20px;
}

td span.rank {
	text-shadow: none;
    position: relative;
	top:  -1px; 
	left: -1px;
	font: bold 11px tahoma, sans-serif;
	color: #fff; 
	background: darkred;
 	margin: 0px;
 	padding: 3px;
	border: 2px solid #fff;
    border-radius: 7px;
}

#foot {
	margin: 0px;
	padding: 20px 0;
	text-align: center;
    background: #CC1100 url(img/light.png) top left no-repeat;/* footer background color and image */
    color: #fff; /* footer text color */
    border-top: 9px solid #ddd;
}

.box {
	border-right: 1px solid #a10005;
	border-left: 1px solid #a10005;
	padding: 20px;
	text-align: left;
}

.third {
	margin: 0;
	width: 265px;
	float: left;
}
.start {border-left: 0;border-top:0;}
.end {border-right: 0;border-bottom:0;}
