@charset "utf-8";

/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Comic Sans MS;
	color: #333333;
	background: url(images/bg_body.jpg) #f4fbff repeat-x;
	font-size: 14px;
}

#wrapper {
	width: 915px;
	margin: 0 auto;
}

#header {
	height: 265px;
	width: 915px;
	background: url(images/bg_header.jpg) #f4fbff no-repeat;
}

#logo {
	width: 355px;
	height: 200px;
	padding: 30px 0 0 0;
}

#logo img {
	width: 355px;
	height: 190px;
}

#navigation {
	padding: 20px 0 0 0;
}

#footer_wrapper {
	color: #333333;
	background: url(images/bg_footer_wrapper.jpg) repeat-x;
	height: 109px;
	line-height:21px;
}

#footer_wrapper p {
	margin:0;
	padding:3px 0;
}

#footer {
	width: 915px;
	height: 109px;
	margin: 0 auto;
	background: url(images/bg_footer.jpg) no-repeat;
	text-align: center;
}

#footer_holder {
	text-align: center;
	padding: 20px 0 0 0;
	color: #ffffff;
}

#footer_holder  a {
	color: #ffffff;
	padding: 0 10px;
	text-decoration: none;
}

#footer_holder  a:hover {
	text-decoration: underline;
}

#content_wrapper {
	margin: 0;
	padding: 0;
	width: 915px;
}

#content_holder {
	padding: 10px 0;
}

#content_holder h1 {
	padding: 0;
	margin: 0;
	font-size: 18px;
	color: #cf0300;
	font-weight: bold;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear {
	clear: both;
}

.text_block_holder {
	width: 290px;
	padding: 10px 5px;
}

.text_block {
	text-align: justify;
}

.red_title {
	color: #c50000;
	text-transform: capitalize;
	font-size: 20px;
	padding: 0 0 5px 0;
}

.read_more {
	float: right;
	padding: 10px 0 0 0;
}

#blocks_holder {
	padding: 10px 0 0 0;
}

.block_body {
	
}

#what_we_do_holder {
	float: left;
	width: 270px;
	padding: 0;
	margin: 0;
}

#what_we_do_header {
	background: url(images/what_we_do.jpg) no-repeat;
	width: 270px;
	height: 88px;
}

#what_we_do_body {
	background: url(images/what_we_do_body.jpg) repeat-y;
	width: 270px;
}

#what_we_do_footer {
	background: url(images/what_we_do_footer.jpg) no-repeat;
	width: 270px;
	height: 30px;
}

#what_we_do_body_holder {
	padding: 10px 15px 0px;
	text-align: justify;
}
/************************** WHO WE ARE ***********************/
#who_we_are_holder {
	float: left;
	width: 320px;
}

#who_we_are_header {
	background: url(images/who_we_are.jpg) no-repeat;
	width: 320px;
	height: 88px;
}

#who_we_are_body {
	background: url(images/who_we_are_body.jpg) repeat-y;
	width: 320px;
}

#who_we_are_footer {
	background: url(images/who_we_are_footer.jpg) no-repeat;
	width: 320px;
	height: 20px;
}

#who_we_are_body_holder {
	padding: 10px 15px 0px;
	text-align: justify;
}

/************************** FRANCHISE ***********************/
#franchise_holder {
	float: left;
	width: 320px;
}

#franchise_header {
	background: url(images/franchise.jpg) no-repeat;
	width: 320px;
	height: 88px;
}

#franchise_body {
	background: url(images/who_we_are_body.jpg) repeat-y;
	width: 320px;
}

#franchise_footer {
	background: url(images/who_we_are_footer.jpg) no-repeat;
	width: 320px;
	height: 20px;
}

#franchise_body_holder {
	padding: 10px 15px 0px;
	text-align: justify;
}

.padded_div
{
	margin: 9px 0 0 0;
	width:270px;
	height:180px;
	overflow:hidden;
	float:left;
	background: url(images/image_04.jpg) no-repeat;
}

.padded_div_ct {
	padding:10px;
	overflow:hidden;
}

.padded_div_ct h4 {
	font-family: Trebuchet MS;
	color: #c50000;
	font-size: 17px;	
	text-align: center;
	margin:0;
	padding:4px 0;
}

.padded_div_ct ul {
	list-style:none;
	padding:0 0 0 40px;
	margin:0;
}

.padded_div_ct ul li {
	padding:3px 0 3px 20px;
	background: url(images/bullet.png) no-repeat 0em 0.4em;
}

#service
{
	background: url(images/image_03.jpg) no-repeat;
	width: 270px;
	height: 180px;
}

#service_hd {
	padding:28px 10px 0 34px;
}

.service_number
{
	font-family: Trebuchet MS;
	color: #c50000;
	text-transform: capitalize;
	font-size: 17px;	
	font-weight: bold;
	text-align: center;
	padding: 25px 0 0 0;
}