/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
body {
	font: 14px "Times New Roman", Times, serif;
}

p { 
	padding: 8px 0;
}

a {
	outline: none;
}

h1 {
	font-size: 24px;
	line-height: 24px;
	padding: 5px 5px;
	text-align: center;
}
h1 span {
	font-size: 12px;
	text-align: right;
	display: block;
	line-height: 14px;
}

h2 {
	font-size: 24px;
	text-transform: uppercase;
	color: #201e5b;
	padding: 15px 5px 5px;
	text-align: center;
}

#top_strip {
	font: bold 11px Arial, Helvetica, sans-serif;
	width: 900px;
	margin: 0 auto;
	height: 21px;
	line-height: 21px;
	background-color: #d8d8d8;
}
#top_strip .free_estimates {
	float: left;
	background-color: #d8333a;
	color: #fff;
	height: 21px;
	padding: 0 10px;
	border-right: 1px solid #d89ea0;
	margin-right: 10px;
}
#top_strip a {
	color: #040404;
	text-decoration: none;
}
#top_strip .free_estimates a {
	color: #fff;
	text-decoration: none;
}

#top_strip a:hover {
	text-decoration: underline;
}

#header {
	padding: 4px 4px 0;
	height: 54px;
	width: 892px;
	margin: 0 auto;
	background-color: #164d8e;
	border-top: 1px solid #8aa0ba;
}
.contact_nos {
	float: right;
}
.contact_nos img {
	padding: 12px 10px 0 25px;
}
#header_imgs {
	padding: 10px 6px 0;
	height: 135px;
	width: 888px;
	margin: 0 auto;
	background-color: #1c406b;
}
#header_imgs ul {
	list-style: none;
}
#header_imgs li {
	float: left;
	padding: 0 3px;
}


#container {
	width: 900px;
	margin: 0 auto;
	background: url(../images/container_bg.gif) repeat-y left;
}

#left_col {
	width: 184px;
	float: left;
}

#mid_col {
	width: 515px;
	float: left;
}
#right_col {
	width: 201px;
	float: left;
}

#patios {
	margin:20px 70px;
}

#footer {
	color: #fff;
	padding: 10px 10px 0;
	height: 118px;
	width: 880px;
	margin: 0 auto;
	background: url(../images/footer.gif) repeat-x top #232262;
}

.fot_logo {
	float: left;
	width: 145px;
}
#copyright {
	float: left;
	padding-top: 45px;
}
.fot_links {
	float: right;
	padding-top: 45px;
}
#footer a {
	color: #fff;
	text-decoration: none;
	padding: 0 5px;
}
#copyright a {
	padding: 0 0px;
}
#footer a:hover {
	text-decoration: underline;
}


.main_nav {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	background-color: #577693;
	height: 29px;
	line-height: 27px;
}
.main_nav a {
	color: #fff;
	text-decoration: none;
	padding: 0 20px;
}
.main_nav a:hover {
	color: #000;
}

#left_col p {
	text-align: center;
	line-height: 16px;
	padding: 5px 0 10px;
}
#left_col p, #right_col p {
	font: 11px "Times New Roman", Times, serif;
	color: #231f5f;
}
#right_col p {
	text-align: left;
	padding: 5px 0 5px 5px;
	line-height: 14px;
	border-top: 5px solid #fff;
}
#right_col img {
	padding: 1px 0 2px;
}
#right_col p.brd_top0 {
	border-top: 0px solid #fff;
}

#left_col p a, #right_col p a {
	color: #231f5f;
}

.content {
	padding: 12px;
}

.content_bot {
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 15px;
}

.cl_both { clear: both; }
.fl_lft { float: left; }
.fl_rgt { float: right; }

