body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #170d0d;
	background-image: url(../images/body-rept.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, input, textarea {
	padding: 0px;
	margin: 0px;
}
#topmenu {
	background-image: url(../images/menu-rept.jpg);
	background-repeat: repeat-x;
}
#topmenu ul {
	width: 100%;
	height: 54px;
	list-style-type: none;
}
#topmenu ul li {
	height: 54px;
	float: left;
}
#topmenu ul li a {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	line-height: 54px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 54px;
	padding-right: 25px;
	padding-left: 25px;
}
#topmenu ul li a:hover {
	color: #fff600;
	background-image: url(../images/menu-hov-rept.jpg);
	background-repeat: repeat-x;
}

.content-top {
	background-image: url(../images/content-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 19px;
}
.welcome {
	padding-right: 40px;
	border-right: dashed 1px #7e0202;
}
.title {
	font-size: 24px;
	font-weight: normal;
	line-height: 100%;
	color: #fdac2d;
	margin: 5px 0 15px 0;
}
.yellow {
	color: #fdac2d;
}
.sub-heading{
	color: #fdac2d;
	font-size: 12px;
	font-weight: bold;
	padding:0 0 4px 0;

	
}
.list_item{ list-style-type:none;}

.list_item li{ margin:0 0px 12px 0;}
a.more {
	font-size: 11px;
	font-weight: bold;
	color: #9e0000;
	text-decoration: none;
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 75px;
	padding-left: 10px;
}
a.more:hover {
	color: #FFFFFF;
}
.welcome-right {
	padding-left: 35px;
	padding-right: 10px;
}
ul.ul-list1 {
	margin: 0 0 20px 10px;
	list-style-image: url(../images/bullet.jpg);
}
ul.ul-list1 li {
	margin-top: 7px;
}
.section-bg {
	background-color: #a46005;
	background-image: url(../images/section-rept.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.section-bottom {
	background-image: url(../images/section-bottom.jpg);
	background-repeat: no-repeat;
}
.subtitle {
	font-size: 18px;
	line-height: 33px;
	font-weight: normal;
	color: #ffae00;
	background-image: url(../images/section-title-rept.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 33px;
}
a.read-more {
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
	color: #191919;
	text-decoration: none;
}
a.read-more:hover {
	color: #FFFFFF;
}
#footer ul {
	list-style-type: none;
}
#footer ul li {
	font-size: 12px;
	line-height: 61px;
	color: #606060;
	display: inline;
}
#footer ul li a {
	color: #606060;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#footer ul li a:hover {
	color: #FFFFFF;
}
