body {
	margin: 25px 0;
	font-family: Open Sans,Verdana, Geneva, sans-serif;
	font-size: 16px;
}

a { color: #01a0c7; text-decoration: none; }
a:hover { text-decoration: underline; }

ul li { padding: 5px 0; }

h1 { color: #635142; font-size: 28px; text-align: center; margin-bottom: 1.5em; }

.clear_both { clear: both; }
.float_left { float: left; }
.float_right { float: right; }
.margin_top_0 { margin-top: 0; }

#page_wrapper {
	width: 960px;
	margin: 0 auto;
}

#logo_wrapper {
	margin-bottom: 20px;
}

#logo_wrapper a.phone {
	font-size: 22px;
	line-height: 26px	
}

#nav_wrapper {
	background-color: #01a0c7;
	margin-bottom: 5px;
}

ul#navBar { 
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: auto;
	font-weight: bold;
}

ul#navBar li {
   	float: left;
    width: auto;
	padding: 0;
}

ul#navBar a {
    color: #fff;
    display: block;
    padding: 0.75em 0.7em;
}

.contact_box {
    background-color: #fff;
    border: 1px solid #01a0c7;
    border-radius: 12px;
    box-shadow: 1px 1px 5px #01a0c7;
    float: right;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
    padding: 15px 6px;
    text-align: center;
    width: 315px;
}

.rightBorder {
    border-right: 1px solid #fff;
}
.contact_badge {/*contact page*/
	width:320px;
	padding-right:40px;
	float:left;
}
#intro_wrapper { width: 100%; }

#intro_wrapper .copy {
	float:left; 
	width: 580px; 
	padding: 0 4px;
	margin-right: 10px;
}

#intro_wrapper .copy h1 {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	color: #000;
	margin: 2em 0 1em;
}

#intro_wrapper .copy_image {
	float: right;
	width: 333px;
}

#intro_wrapper .copy_image img {
	margin-bottom: 5px;
	float: left;
}

.subheader {
	padding: 10px;
	text-align: center;
	background-color: #01a0c7;
	color: #ffffff;
	font-size: 18px;	
    font-weight: bold;
    line-height: 18px;
}

#arrow_box {
	background-color: #01a0c7;
	padding-top: 20px;
}
#arrow_box .arrow {
	width: 33%; 
	float: left;
	padding-bottom: 15px;	
}
#arrow_box .arrow div {
	width: 60px;
	height: 75px; 
	margin: 0 auto;
}
#arrow_box .arrow div.first {
	background:url(Images/arrows.png) top left no-repeat; 
}
#arrow_box .arrow div.second {
	background:url(Images/arrows.png) top center no-repeat; 
}
#arrow_box .arrow div.third {
	background:url(Images/arrows.png) top right no-repeat; 
}

.featured_box {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #01a0c7;
    border-radius: 12px;
    box-shadow: 1px 1px 5px #999;
    color: #000000;
    float: left;
    font-size: 13px;
    line-height: 18px;
    margin-top: 15px;
	margin-bottom: 15px;
    padding: 1%;
    width: 27%;
	text-align: center;
	min-height: 425px;
}

.featured_box.middle {
	margin-left: 6%;
	margin-right: 6%;	
}

.featured_box h2 {
  font-size: 16px;
}
.featured_box p {
	text-align: left;	
}


.special_sale_block {
    font-size: 14px;
    margin: 30px auto;
    min-height: 145px;
    width:70%;
}
.special_sale_image {
	float:left;
	width:30%;
	text-align:center;
}
.special_sale_content {
	width:60%;
	padding-right:10%;
	float:left;
	text-align:center;
}
.internal_pg_image { float: right; margin-left: 25px; margin-bottom: 25px; }

#footer {
	margin-top: 40px;
	text-align: center;
	font-size: 12px;
	clear: both;
}

#footer_main { background-color: #01a0c7; color: #fff; padding: 1px; margin-bottom: 10px; }
#footer_main a { color: #fff; }