body {
	background: #2e2e2e url(../images/bg.jpg) repeat-x;
	margin: 0;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Tahoma;
	color: #656565;
}

img {border: 0;}

#wrapper {
	width: 933px;
	margin: 0 auto;
}

#top ul {
	padding: 0;
	margin: 0;
	float: right;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#top ul li {
	list-style: none;
	display: inline;
	color: #fff;
}

#top ul li a, #top ul li a:link, #top ul li a:visited {
	color: #fff;
	text-decoration: none;
	padding: 0 5px;
}

#top ul li a:hover {
	text-decoration: underline;
}

#menu {
	clear: both;
	background: url(../images/menu-bg.jpg) no-repeat;
	width: 100%;
	height: 46px;
}

#menu ul {
	padding: 0;
	margin: 0;
	padding-top: 13px;
	margin-left: 15px;
}

#menu ul li {
	list-style: none;
	display: inline;
	padding-right: 5px;
}

#header {
	background: #fff;
	width: 100%;
	height: 205px;
}

#header .logo {
	float: left;
	margin-left: 3px;
}

#header .h-img {
	float: right;
	margin-right: 3px;
}

.h-line {
	clear: both;
	background: url(../images/h-line.jpg) repeat-x;
	height: 20px;
	width: 100%;
}

#container {
	background: #fff url(../images/container-bg.jpg) repeat-x;
	margin-top: 20px;
	padding: 13px;
}

#container .c-left {
	float: left;
	width: 317px;
	color: #878787;
	font-weight: bold;
	font-size: 18px;
}

#container .c-right {
	float: right;
	width: 573px;
}

.c-left {
	text-align: center;
	line-height: 25px;
}

.c-left a, .c-left a:link, .c-left a:visited {
	color: #c21110;
}

.red {
	color: #c21110;
}

.welcome {
	background: url(../images/welcome.jpg) no-repeat;
	width: 533px;
	height: 207px;
	padding: 30px 20px;
}

.welcome .w-title {
	color: #c21110;
	font-weight: bold;
	font-size: 30px;
}

.welcome p {line-height: 23px;}

.black {
	font-weight: bold;
	font-size: 18px;
	margin-left: 5px;
}

/*
Testimonial
*/
.testimonial {
	clear: both;
}

.testimonial h2 {
	color: #737373;
	font-weight: bold;
	font-size: 18px;
	padding:10px 0 0 15px;
	background: url(../images/testimonial-bg.jpg) no-repeat;
	width: 563px;
	height: 38px;
}

.testi-text {}

.testi-author {
	color:#c21110;
	margin-top: 5px;
}

.testimonial ul {
	padding: 0;
	margin: 0;
}

.testimonial ul li {
	list-style: none;
	display: block;
	padding-bottom: 10px;
	background: url(../images/li.jpg) 0% 5% no-repeat;
	padding-left: 25px;
}

.title {
	color: #c21110;
	font-weight: bold;
	font-size: 25px;
	font-family: Georgia, arial;
	line-height: 30px;
}

/*FAQ*/
.answer {
	font-size: 13px;
	margin: 5px 0;
}

ol li {
	padding: 5px 0;
}

/*RateSheet*/
table.ratesheet {}

table.ratesheet tr td, table.ratesheet tr th {
	padding: 5px;
	text-align:left;
	border: 1px solid #ddd;
}

table.ratesheet tr th {
	text-align:center;
	background: #cecece;
}

tr.row1 td{
	background:#f9b3b3;
}

tr.row2 td{
	background:#b6e6ff;
}

tr.row3 td{
	background:#fff6b6;
}

tr.row4 td{
	background:#e9e3bb;
}

/*
Estimate Example
*/
.block {
	clear:both;
	position:relative;
}

.block .b-left {
	float: left;
	width: 250px;
	height: 180px;
	margin-right: 20px;
}

.block .b-left-border {
	border:1px solid #333;
	float: left;
	width: 250px;
	height: 180px;
	margin-right: 20px;
}

.block .b-right {
	float: left;
	width: 250px;
}

.block .b-right-border {
	border:1px solid #333;
	float: left;
	width: 250px;
	height: 180px;
}












.designed {
	float: right;
	margin-right: 10px;
	padding-bottom: 10px;
}

.designed a {
	color:#d1d1d1;
	text-decoration:none;
	font-size: 11px;
}


#footer {
	background: url(../images/footer.jpg) no-repeat;
	width: 100%;
	height: 65px;
	text-align: center;
}

#footer .copyright {
	color: #d1d1d1;
	padding-top: 25px;
}
