@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	background:url(images/bg.jpg) repeat;
	font:16px verdana;
	color:#323232;
	line-height:24px;
}

#wrapper{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

.header{
	padding:20px;
}

.txt1{
	font:17px Georgia, Times, serif;
	color:#525252;
	font-style:italic;
}
.txt1-1{
	font:15px Georgia, Times, serif;
	color:#525252;
	font-style:italic;
}
.txt1 a,.txt1 a:visited{
	font:17px Georgia, Times, serif;
	color:#525252;
	font-style:italic;
	text-decoration:underline;
	font-weight:normal;
}
.txt1 a:hover{
	font:17px Georgia, Times, serif;
	color:#525252;
	font-style:italic;
	text-decoration:none;
	font-weight:normal;
}


.txt2{
	font:18px verdana;
	color:#e9e9e9;
}

.top-black{
	background:#323232;
	text-align:center;
	color:#fff;
	padding:50px 50px;
}

.whitebody{
	background:#fff;
	padding:50px 50px;
}


h1{
	font:36px 'Signika', sans-serif;
	font-weight:normal;
	color:#ff6000;
	padding-top:0px;
	padding-bottom:10px;
	padding-left:50px;
	margin:0px;
	text-transform:none;
}

h2{
	font:18px 'Signika', sans-serif;
	font-weight:normal;
	color:#ff6000;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:0px;
	margin:0px;
	text-transform:none;
}

h3{
	font:36px 'Signika', sans-serif;
	font-weight:normal;
	color:#525252;
	padding-top:0px;
	padding-bottom:10px;
	padding-left:50px;
	margin:0px;
	text-transform:none;
}


.line{
	background:url(images/heading-line.png) no-repeat top left;
	margin-left:-50px;
	height:50px;
}

.line-grey{
	background:url(images/heading-line-grey.jpg) no-repeat top left;
	margin-left:-50px;
	height:50px;
}

.leftpart{
	padding-right:60px;
}

.box-top{
	background:#d3d3d3;
	border:0px;
	padding:10px 20px 10px 20px;
	font:36px 'Signika', sans-serif;
	font-weight:normal;
	color:#ff6000;
	margin:0px;
	text-transform:none;
	border-radius:10px / 10px 10px 0px 0px;
}

.box-bottom{
	background:#313131;
	border-radius:10px /* 0px 0px 10px 10px*/;
	border:0px;
	padding:10px 20px 10px 20px;
	color:#fff;
	font:13px verdana;
	margin-right:15px;
}
.box-bottom1{
	background:#313131;
	border-radius:10px /* 0px 0px 10px 10px*/;
	border:0px;
	padding:10px 20px 10px 20px;
	color:#fff;
	font:13px verdana;
	margin-left:15px;
}
.box-bottom a,.box-bottom a:visited{
	color:#fff;
	font:13px verdana;
	text-decoration:none;
	font-weight:bold;
	text-transform:none;
}
.box-bottom a:hover{
	color:#fff;
	font:13px verdana;
	text-decoration:underline;
	font-weight:bold;
	text-transform:none;
}
.box-bottom1 a,.box-bottom1 a:visited{
	color:#fff;
	font:13px verdana;
	text-decoration:none;
	font-weight:bold;
	text-transform:none;
}
.box-bottom1 a:hover{
	color:#fff;
	font:13px verdana;
	text-decoration:underline;
	font-weight:bold;
	text-transform:none;
}

.headingimg{
	padding-top:30px;
	padding-bottom:30px;
}

.bullet-round{
	background:#eaeaea;
	border:0px;
	border-radius:50px / 50px;
	padding:8px;
	width:18px;
	height:20px;
	font:14px Georgia, Times, serif;
	color:#ff7420;
	font-weight:bold;
}
.small-txt{
	font:12px verdana;
	line-height:28px;	
}

.verticle-line{
	border-left:1px solid #ece0d5;
}

.bottom-grey{
	background:#d3d3d3;
	margin-top:0px;
	padding:20px 50px 50px 50px;
	line-height:28px;
	margin-bottom:30px;
}


.underline{
	text-decoration:underline;
}
.link a,.link a:visited{
	text-transform:none;
	text-decoration:underline;
	color:#323232;
	text-transform:none;
}

.link a:hover{
	text-decoration:none;
	color:#ff6000;
	text-transform:none;
}

.orange{
	color:#ff6000;
}

.linestyle{
	border-bottom:1px solid #c8c8c8;
	padding-bottom:5px;
	padding-top:5px;
}