@import url("navigation.css");
@import url("typography.css");

body {
	background: #fff;
}

.wrapper {
	position: relative;
	width: 950px;
	margin: 0 auto;
	background: #fff;
}

.header,
.content,
.footer {
	display: block;
	float: left;
	width: 100%;
}

.header {
	height: 100px;
	background: #eee;
}

.header h1 {
	display: block;
	position: relative;
	float: left;
	width: 298px;
	height: 70px;
	margin: 15px 0 0 15px;
	text-indent: -999em;
	overflow: hidden;
	background: url(logo.png) 0 0 no-repeat;
}

.header h1 a {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}

.header .callUs {
	display: block;
	float: right;
	width: 220px;
	margin: 0;
	padding: 0 20px 0 0;
	line-height: 72px;
	zoom: 1;
}

.header .callUs span {
	font-size: 1.2em;
	font-weight: bold;
}

.mainContent {
	float: left;
	width: 100%;
	padding: 10px 0;
}

.mainContent .pageTitle {
	height: 60px;
	margin: 0 0 18px 0;
	line-height: 60px;
	text-indent: 12px;
	color: #fff;
	background: url(interiorBanner.png) 0 0 no-repeat;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
}

.contentBox {
	padding: 0 10px;
}

.contentBox.span-12 {
	width: 450px;
}

/* START Home Page
----------------------------------------------------------- */
.mainContent .subContentA,
.mainContent .subContentB {
	position: relative;
	float: left;
	padding-top: 1.5em;
}

.mainContent .subContentA {
	width: 720px;
	padding-right: 10px;
}

.mainContent .subContentB {
	width: 200px;
	padding: 1.5em 10px;
	min-height: 24em;
	background: #eee;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* NivoSlider Container */
.homeContent {
	float: left;
	width: 950px;
	height: 230px;
	margin: 10px 0 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}

.widget {
	margin-bottom: 1.5em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #f4f4f4;
	overflow: hidden;
}

.homePage .widget {
	min-height: 232px;
}

.widget h3 {
	margin: 0;
	line-height: 30px;
	text-indent: 10px;
	color: #fff;
	background: #4b99cf;
}

.widget .widgetContent {
	padding: 10px;
}

/* START Primary Partners
---------------------------------------------- */
.primaryPartners {
	clear: left;
	margin: 0 0 10px;
}

.primaryPartners h3 {
	margin: 0 10px 0.5em;
	padding: 0 0 0.75em;
	border-bottom: 1px solid #eee;
}

.primaryPartners ul,
.primaryPartners ul li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.primaryPartners ul li {
	display: inline-block;
}

/* END Primary Partners */
/* END Home Page */

/* START Tabbed Content
--------------------------------------------------------------------- */
.subNav {
	margin: 0 0 -1px;
}

.subNav ul,
.subNav ul li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.subNav,
.subNav ul {
	overflow: auto;
}

.subNav ul li {
	float: left;
	margin: 0 3px 1px 0;
	padding: 0 10px;
	line-height: 30px;
	zoom: 1;
	border: 1px solid #ccc;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	background: url(navigation.png) 0 0 repeat-x;
}

.subNav ul li.active {
	margin-bottom: 0;
	border-bottom: 1px solid #fff;
	background: none transparent;
}

.subNav ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #888;
}

.subNav ul li a:hover {
	color: #333;
}

.subNav ul li.active a,
.subNav ul li.active a:hover {
	color: #333;
	cursor: default;
}

.pageContent {
	padding-top: 10px;
	border: 1px solid #ccc;
	border-radius: 0 5px 5px 5px;
	-moz-border-radius: 0 5px 5px 5px;
	-webkit-border-radius: 0 5px 5px 5px;
	overflow: auto;
}

.productCat {
	float: left;
	width: 948px;
	border-right: 1px solid #818181;
	border-bottom: 1px solid #818181;
	border-left: 1px solid #818181;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}

.productCat h3 {
	padding: 0.5em 0;
	margin: 10px;
	font-weight: bold;
	text-indent: 10px;
	color: #fff;
	background: #4B99CF;
}

.productSummary {
	float: left;
	margin: 0 10px;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px dotted #ccc;
}

.productSummary h4,
.productSummary p {
	float: left;
	width: 680px;
	padding-right: 20px;
}

.productSummary h4 {
	padding: 0.25em 0;
	font-weight: bold;
	text-indent: 5px;
	color: #fff;
	background: #4b99cf;
}

.productSummary p {
	width: 675px;
	padding-left: 5px;
}

.productSummary .productLogo {
	float: right;
	width: 218px;
}

.productSummary .productLogo img {
	display: block;
	margin: 0 auto;
}

/* END Tabbed Content */

/* START Contact Us
--------------------------------------------------------------------- */
.widget .rs-form input[type=text],
.widget .rs-form textarea {
	background: #fff;
}
/* END Contact Us */

/* START Footer
--------------------------------------------------------------------- */
.footer {
	margin: 0 0 10px;
	padding: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}

.footer h3 {
	margin-bottom: 1em;
	font-size: 1.2em;
	color: #fff;
}

.footer .sectionOne,
.footer .sectionTwo,
.footer .sectionThree {
	float: left;
	height: 110px;
	padding: 1em 0 1em 15px;
}

.footer .sectionOne {
	background: #3d8fc8;
}

.footer .sectionTwo {
	background: #4b99cf;
}

.footer .sectionThree {
	background: #56a1d5;
}

.footer .sectionOne {
	width: 185px;
}

.footer .sectionTwo,
.footer .sectionThree {
	width: 360px;
}

.footer ul,
.footer ul li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer ul li a {
	color: white;
}

.footer .sectionTwo ul li,
.footer .sectionThree ul li {
	float: left;
	width: 50%;
}