@CHARSET "UTF-8";

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,html,p,blockquote,fieldset,input,object, body { margin:0; padding:0 }
a img,:link img,:visited img { border:none }
a:focus, a:active {outline: 0;}

body {
	font-family: arial, sans-serif;
	font-size: 12px;
	background: #c3d8eb;
	color: #4d4d4d;
}

.grassBg {
	background: url('../images/grassBg.png') no-repeat top center;
	min-height: 600px;
	padding: 20px;
}
.clear {
	clear: both;
}
div.hr hr {
	display: none;
}
div.hr {
	height: 1px;
	border-top: 1px dotted #d2caca;
	margin-bottom: 10px;
}

.alignCenter {
	text-align: center;	
}
.alignRight {
	text-align: right;	
}

.pageContainer {
	width: 941px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.topBg {
	background: url('../images/topBg.png') no-repeat top center;
	height: 10px;
}
.content {
	text-align: left;
	padding: 10px 19px;
}
.container {
	background: url('../images/mainBg.png') repeat-y top center;	
}
.content h1 {
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 10px;
	letter-spacing: -0.05em;
}
.content h1 em {
	font-size: 24px;
	color: #15a4e7;
	font-weight: normal;
}
.content h2 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: -0.05em;
}
.content h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: -0.05em;
}
.content a {
	color: #2f7cc2;
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
}
.content p,
.content ul,
.content ol {
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 10px;
}
.content .homeIntro p {
	font-size: 15px;
	line-height: 25px;
	font-weight: bold;
	color: #282828;
}
.content ul,
.content ol {

}
.content ul li {
	background: url('../images/bullet.png') no-repeat 0 4px;
	display: block;
	list-style: none;
	padding:0 0 0 22px;
}

.content .narrowCol {
	margin: 0 25px 25px 0;
	width: 232px;
	float: left;
}
.content .productCol {
	margin: 0 45px 10px 0;
	width: 160px;
	float: left;
}
.content .wideCol {
	margin: 0 25px 25px 0;
	width: 641px;
	float: left;
}
.content .productViewImage {
	margin: 0 25px 25px 0;
	width: 356px;
	float: left;
}
.content .productViewText {
	margin: 0 25px 25px 0;
	width: 522px;
	float: left;
}
.content .promoListing {
	margin: 0 25px 25px 0;
	width: 666px;
	float: left;
}
.content .promoListingItem {
	margin: 0 25px 10px 0;
	width: 147px;
	float: left;
}
.content .promoPromos {
	margin: 0 25px 25px 0;
	width: 207px;
	float: left;
}
.content .last {
	margin-right: 0;
}
.content .image {
	margin-bottom: 10px;
	border: 1px solid #c0c0c0;
	padding: 0;
}

.content .thumb {
	margin-bottom: 10px;
	border: 1px solid #c0c0c0;
	padding: 0;
	width: 110px;
	margin: 0 0 0 10px;
	float: left;
	text-align: center;
}

.content .thumbs .thumb:first-child {
	margin: 0;
}



.content .promoListingItem p {
	font-size: 12px;
	margin-bottom: 0px;	
}
.content .image img {
	margin: 0;
	padding: 0;
}
.content {
	min-height: 450px;	
}
.header {
	margin: 0 18px;
	border-bottom: 1px solid #c0c0c0;
}
#home .header {
	border-bottom: 0;
}
.enlargeText {
	position: relative;
	top: -3px;	
}

.header .headerSearch {
	width: 320px;
	height: 38px;
	float: right;
	text-align: left;
}

.header .headerSearch label {
	height: 28px;
	width: 100px;
	line-height: 28px;
	float: left;
	display: block;
	border: 0;
	font-size: 13px;
	padding-left: 32px;
}

.header .headerSearch input {
	height: 28px;
	width: 156px;
	line-height: 28px;
	float: left;
	display: block;
	background: url('../images/headerSearchInput.png') no-repeat;
	border: 0;
	padding-left: 5px;
}

.header .headerSearch button {
	height: 28px;
	width: 27px;
	float: left;
	display: block;
	background: url('../images/headerSearchButton.png') no-repeat;
	border: 0;
	text-indent: -9000px;
}

.header .logo h1 a {
	clear: both;
	display: block;
	width: 174px;
	height: 49px;
	background: url('../images/logo.png');
	float: left;
	margin: 0px 0 9px 0;
}

.header .nav {
	width: 727px;
	height: 44px;
	background: url('../images/navBg.png') no-repeat;	
	float: right;
	margin: 0px 0 15px 0;
}

.header .nav ul {
	list-style: none;
	display: block;
}

.header .nav ul li {
	display: inline;
}

.header .nav ul li a {
	display: block;
	float: left;
	height: 44px;
	font-size: 14px;
	padding: 0 21px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: 44px;
}

.header .nav ul li.selected a,
.header .nav ul li a:hover {
	text-decoration: underline;
}

.productNav li { 
	float: left;
	padding:0 10px 10px 17px !important;
}
.productNav li:first-child {
	padding-left: 0px !important;
	background: 0;
}
.formBuilder fieldset {	
	border: 0;
}

.formBuilder ul {
	padding: 10px 0;
	margin-left: 0;
}

.formBuilder ul li {
	margin: 0 0 8px 0;
	padding: 0;
	clear: both;
	background: 0;
}

.formBuilder  ul li label {
	font-size: 13px;
	width: 110px;
	float: left;
}

.formBuilder  ul li.error label {
	color: red;
}
.formBuilder ul li input[type="text"] {
	line-height: 18px;
	height: 18px;
	width: 300px;
	font-size: 13px;
	padding: 0 5px;
}

.formBuilder ul li.help p {
	font-size: 10px;
	line-height: 13px;
	width: 300px;
	float: left;
}
.formBuilder ul li textarea {
	height: 100px;
	width: 250px;
	font-size: 13px;
	padding: 5px;
}
.faqLink {
	height: 42px;	
}
.faqLink p {
	width: 80px;
	float: left;
}
.faqLink p a {
	display: block;
	width: 64px;
	height: 32px;
	background: url(../images/viewButton.png) no-repeat;
	text-indent: -9000px;
}
.faqLink h3 {
	width: 560px;
	float: left;
	line-height: 32px;
}
.backToTop {
	display: block;
	width: 164px;
	height: 32px;
	background: url('../images/backToTop.png') no-repeat;
	text-indent: -9000px;
}

#tabs li {
	display:inline;
	background: 0;	
}

#tabs li a { 
	height: 41px;
	width: 138px;
	display: block;
	float: left;
	background: url('../images/tab.png') no-repeat;
	padding: 0 26px 10px 0;
	text-align: center;
	line-height: 31px;
	font-weight: bold;
	margin-right: 10px;
	color: #fff;
}

#tabs li a.activeTab { 
	background: url('../images/tabActive.png') no-repeat;
}
	
.sliderBg {
	height: 142px;
	background: url('../images/slider/background.png');
	padding: 30px 5px 0px 5px;
	width: 630px;
}

.sliderBg ul li a:hover {
	text-decoration: none;
}
.sliderBg ul li a:hover span {
	text-decoration: underline;
}
.footer {
	background: url('../images/bottomBg.png') no-repeat top center;
	padding: 94px 20px 10px 20px;
	text-align: left;
}

.content h2.newsHeading a {
	font-weight: bold;
	color: #ee2e23 !important;
	height: 27px;
	display: block;
	line-height: 27px;
	background: url('../images/buttonArrow.png') no-repeat center right;
}

.footer ul {
	list-style: none;
	display: block;
}

.footer ul li {
	display: inline;
}

.footer ul li a {
	display: block;
	float: left;
	font-size: 13px;
	padding: 0 15px 0 22px;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	background: url('../images/bullet.png') no-repeat 0 4px;
}

.footer ul li:first-child a {
	padding-left: 0px;
	background: 0;
}

.footer li.selected a,
.footer ul li a:hover {
	color: #666;
}

