@charset "utf-8";
/* CSS Document */

body {
	margin:20px 0px 10px 0px;
	background:url('/images/backgrounds/page.png')
	repeat-x
	left
	top
	#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}

h1 {
	font-size:22px;
	/*color:#4d4d4d;*/
	color:#c60f6b;
	font-weight:normal;
	padding-top:0px;
	margin-top:0px;
}

h2 {
	font-size:18px;
	color:#4d4d4d;
	font-weight:normal;
}

a {
	text-decoration:underline;
	color:#094979;
}

a:active {
	text-decoration:underline;
	color:#094979;
}

a:link {
	text-decoration:underline;
	color:#094979;
}

a:visited {
	text-decoration:underline;
	color:#094979;
}

a:hover {
	text-decoration:none;
	color:#000000;
}

p {
}

form {
	padding:0px;
	margin:0px;
}

.mainContainer {
	z-index:2;
	width:977px;
	background:url('/images/backgrounds/shadow.png')
	repeat-y;
	margin:auto auto;
	text-align:center;
	position:relative;
}

.copyContainer {
	z-index:3;
	margin:auto auto;
	width:955px;
	text-align:left;
	background-color:#ffffff;
	padding-top:160px;
	padding-bottom:10px;
}

.copyContainerInner {
	padding:20px 20px 10px 20px;
}

.logo {
	position:absolute;
	top:15px;
	left:20px;
	z-index:4;
}

.headerContainer {
	background-color:#fff;
	width:955px;
	height:130px;
	position:absolute;
	top:-2px;
	left:11px;
}

.toolbarContainer {
	background: url('/images/backgrounds/toolbar.jpg')
	repeat-x
	left
	bottom
	#c60f6b;
	width:955px;
	height:34px;
	position:absolute;
	top:129px;
	left:11px;
	z-index:5000;
}

.subNavContainer {
	float:right;
	width:170px;
}

.contentContainer {
	position:relative;
	float:right;
	width:745px;
	line-height:18px;
}

.contentContainer ul {
	margin:0px;
	padding:0px;
	width:500px;
	padding-left:30px;
	line-height:18px;
	/*border:1px solid #000;*/
}

.contentContainer li {
	list-style:none;
	background-image:url(/images/backgrounds/bullet_triangle.png);
	background-repeat:no-repeat;
	background-position: 0px 12px;
	margin: 5px;
	margin-top:0px;
	padding-top: 7px;
	padding-left:15px;
	padding-bottom:0px;
}

.contactMapContainer {
	float:left;
	width:374px;
	height:350px;
}

.contactInfoContainer {
	float:left;
	width:326px;
	text-align:left;
}

.homePanel {
	position:absolute;
	left:0px;
	top:30px;
	width:100%;
	height:295px;
	background-color:#fff;
}

.homePanelImage {
	float:left;
	width:440px;
	height:295px;
	background-color:#3C3;
}

.homePanelText {
	float:left;
	width:305px;
	/*background-color:#fff;*/
}

.homePanelTextInner {
	padding:80px 20px 20px 20px;
	text-align:center;
}

.homePanelTextInner h2 {
	font-size:28px;
	font-weight:normal;
}

.latestPanel {
	/*border:1px solid;*/
}

.latestPanel img {
	border:3px solid #c60f6b;
}

.latestPanelImage {
	float:left;
	width:496px;
	height:165px;
	/*background-color:#3C3;*/
}

.latestPanelHeading {
	float:left;
	width:249px;
	/*border:1px solid;
	background-color:#fff;*/
}

.latestPanelHeadingInner {
	padding:50px 0px 0px 0px;
	text-align:center;
}

.latestPanelHeading h2 {
	font-size:28px;
	font-weight:normal;
}


.latestPanelText {
	padding:10px 0px;
	border-bottom:1px dashed #666;
	margin-bottom:10px;
}




.servicesMenuContainer {
	width:745px;
	margin:auto auto;
	/*padding-bottom:340px;*/
}

.servicesMenuBlock {
	float:left;
	width:147px;
	margin-top:2px;
}

.menuBlockText {
	background-color:#c60f6b;
	color:#fff;
	font-size:9px;
	text-align:center;
	line-height:18px;
}

.vertSep {
	width:2px;
	height:100px;
	float:left;
}

.servicesPanelContainer {
	height:300px;
}

.servicesPanel {
	position:relative;
	/*left:0px;
	top:280px;*/
	width:100%;
	height:295px;
	background-color:#fff;
}

.servicesPanelText {
	float:left;
	width:305px;
	/*background-color:#fff;*/
}

.servicesPanelTextInner {
	padding:0px 0px 0px 15px;
	text-align:left;
}

.servicesPanelTextInner h2 {
	font-size:20px;
	font-weight:normal;
	padding-top:0px;
	margin-top:0px;
	line-height:22px;
	text-align:center;
}

.productsMenuContainer {
	width:738px;
	margin:auto auto;
	/*padding-bottom:340px;*/
}

.productsMenuBlock {
	float:left;
	width:80px;
	margin-top:2px;
}

.productsPanelTextInner {
	padding:0px 0px 0px 20px;
	text-align:center;
}

.productsPanelTextInner h2 {
	font-size:24px;
	font-weight:normal;
	padding-top:0px;
	margin-top:0px;
	line-height:28px;
	text-align:center;
}

.paddleMenuContainer {
	width:745px;
	position:absolute;
	left:0px;
	top:30px;
	/*padding-bottom:340px;*/
}


.paddleMenuBlock {
	float:left;
	width:245px;
	margin-top:2px;
}

.compareContainer {
	width:745px;
	height:260px;
	position:absolute;
	left:0px;
	top:30px;
}

.compareContainer h2 {
	margin:0px;
	padding:0px;
}

.imageAfter {
	float:right;
}

.imageBefore {
	float:left;
}

.before {
	position:absolute;
	top:18px;
	left:321px;
}

.after {
	position:absolute;
	bottom:12px;
	left:375px;
}


.hilite {
	color:#c60f6b;
}

.makeText {
	font-size:18px;
	font-weight:bold;
}

.map {
	font-size:11px;
}

.pinkLine {
	background-color:#c60f6b;
	width:955px;
	height:1px;
	margin:auto auto;
	position:absolute;
	top:128px;
	left:11px;
	z-index:5000;
}

.shadowBlocker {
	background-color:#ffffff;
	width:955px;
	height:5px;
	position:absolute;
	bottom:-2px;
	left:11px;
	z-index:5000;
	/*border:1px solid #ff0000;*/
}

.bottomShadow {
	position:absolute;
	left:0;
	bottom:-7px;
	width:977px;
	height:7px;
	background:url('/images/backgrounds/shadow-bottom.png')
	no-repeat
	center
	-1px;
}

.creditsContainer {
	text-align:center;
	font-size:11px;
	line-height:16px;
}

.credits {
	width:955px;
	margin:auto auto;
	padding-top:5px;
	color:#cccccc;
	text-align:right;
}

.credits a {
	color:#cccccc;
	text-decoration:none;
}

.credits a:active {
	color:#cccccc;
}

.credits a:link {
	color:#cccccc;
}

.credits a:visited {
	color:#cccccc;
}

.credits a:hover {
	text-decoration:underline;
}

.footerLinks {
	float:left;
}




.booples:after {
	content: ".";
	display: block;
	height: 0;
	min-height:0;
	font-size:0;
	clear: both;
	visibility:hidden;
	text-align:left;
}

.booples{display: block;}

/* Hides from IE Mac \*/
* html .booples {height: 1%;}
   .booples{display:block;}
/* End Hack */

