/* reset browser styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
	position: relative;
}


ol { 
  margin-left: 1.4em; 
  list-style: decimal; 
}
ul { 
  margin-left: 1.4em; 
  list-style:square; 
}
img {
  border: 0;
}
/* end reset browser styles */


#canvassWrapper {
	position: relative;
	text-align: left;
	margin: 0px auto;
	width: 1000px;
	margin-top: 10px;

}


	
html	{
	margin: 0 auto;
}


body {
	background-color: #ededed;
}

#logo {
	position: absolute;
	left: 40px;
	top: 7px;
	padding: 5px 0px;
	
}



ul.mainNav {
	position: absolute;
	height: 20px;
	left: 35px;
	top: 75px;
	list-style-type: none;
	padding: 0px 15px 8px 0px;
	margin-left: 0;
	margin-right: 0px;
	font-size: .80em;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	padding-top: 3px;
	border-top: #A2A2A2 1px dotted;
	border-bottom: #A2A2A2 1px dotted;

	
	
}

ul.mainNav li {

	float: left;

	
}

ul.mainNav a {
	display: block;
	text-decoration: none;
	padding: 3px 1px 0px 1px;
	text-align: center;
	font-weight: 600;
	margin: 2px 6px 5px 20px;
	line-height: 1.4em;
}

ul.mainNav a:link {	color: #626262; }
ul.mainNav a:visited {	color: #626262; }
ul.mainNav a:hover {	color: #626262; }
ul.mainNav a:active { color: #787878;}

ul.mainNav a:hover {

	  border-bottom: #0000A0 3px dotted;

}
	


ul.leftNav {
	list-style-type: none;
	padding: 0px 5px 15px 15px;
	margin-left: 0;
	display: block;
	width: 198px;
	font-size: .9em;

}

ul.leftNav a:link {	color: #7C7C7C; }
ul.leftNav a:visited {	color: #7C7C7C;  }
ul.leftNav a:hover {	color: #000; }
ul.leftNav a:active {	color: #7C7C7C;  }

ul.leftNav li {
	width: 195px;
}

ul.leftNav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	display: block;
	width: 10em;
	border-bottom: none;
	padding: 5px 0px 5px 25px;
	margin-right: 0px;
	margin-left: 5px;
	text-decoration: none;
	font-weight: 500;
	background: url(images/plus.symbol3.gif) no-repeat left center;
	background-position: 0px 10px;
	line-height: 1.5em;
	
}


ul.topNav {
	position: absolute;
	display: block;
	text-align: center;
	left: 520px;
	top: 5px;
	height: 10px;
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	margin-right: 25px;
	font-size: .7em;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	padding-top: 4px;
}


ul.topNav li {
	float: left;
	color: #626262; 
}

ul.topNav a {
	
	display: block;
	text-decoration: none;
	padding: 1px 1px 1px 9px;
	font-weight: 400;
	margin: 1px 4px 0px 14px;
	border-left: 1px #CCC solid;


}

#phone {
	display: block;
	padding: 2px 5px 5px 5px;
	font-weight: 400;
	color: #999;
}

ul.topNav a:link {	color: #999; }
ul.topNav a:visited {	color: #999; }
ul.topNav a:hover {	color: #666; }
ul.topNav a:active {	color: #999; }




#inlineNav {
	margin-top: 35px;
	padding: 15px;
	border: 1px dashed #8E8E8E;
}

ul.inlineNav {
	list-style-type: none;
	margin-top: 0px;
}

ul.inlineNav a {
	line-height: 250%;
	font-size: .8em;
	padding-left: 25px;
	background: url(images/plus.symbol3.gif) no-repeat left center;
	background-position: 0px 1px;
	border-bottom: none;
}

ul.inlineNav h3 {
	line-height: 100%;
	margin-left: -16px;

}
	

#learnMore a {
	background: url(images/learn-more-sprite.png) no-repeat left top; 
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -4200px;
}


#learnMore a:hover {
	background-position: 0 -35px;
}

#learnMore {
	position: absolute;
	top: 300px;
	left: 60px;
	width: 100px;
	height: 30px;
	border: white 1px solid;
}





#mainContentWrapper {
	float: left;
	width: 985px;
	margin-right: 10px;
	background-color: #FFF;
	margin-top: 0px;
	zoom: 1;
	
}

#leftSidebar {
	float: left;
	width: 200px;
	background-color: #FFF;
	padding: 20px 20px 20px 20px;
	zoom: 1;

}



#rightSidebar {
	float: left;
	width: 180px;
	padding: 70px 20px 50px 30px;
	background-color: #FFF;
	zoom: 1;

}



#mainContent {
	float: left;
	width: 425px;
	background-color: #FFF;
	padding: 15px 32px 20px 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	zoom: 1;



}

#mainContent h2 {
	width: 425px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: 700;
	font-size: 1.25em;
	line-height: 70%;
	margin-top: 0;
	margin-bottom: 0px;
	word-spacing: 1px;
	letter-spacing: 0px;
	text-align: left;

}



#mainContent h3 {
	width:auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: 700;
	font-size: 1em;
	text-align: left;
	margin-bottom: 35px;
}

#mainContent h4 {
	width:auto;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-weight: 400;
	font-size: 0.8em;
	line-height: 160%;
	margin-top: 20px;

}





#canvassWrapper img {
	display: block;
}


/*--- 4 boxes, previously Triple Boxes ---*/


#fourBoxes {
	float: left;
	width: 977px;
	clear: both;
	background-color: #FFF;
	padding-left: 8px;
	height: 303px;
}


.fourBoxesBasic {
	
	float: left;
	position: relative;
	width: 230px;
	height: 280px;
	border: #CCC 1px solid;
	margin: 5px;
}


#fourBoxesOne {
	
	background-image: url(images/find-a-dealer.gif);
	background-repeat: no-repeat;
	
}


#fourBoxesTwo {
	
	background-image: url(images/request-quote.gif);
	background-repeat: no-repeat;
}

#fourBoxesThree {

	background-image: url(images/request-uv-DVD.gif);
	background-repeat: no-repeat;
}	

#fourBoxesFour {
	background-image: url(images/in-the-news.gif);
	background-repeat: no-repeat;
}

#fourBoxesOne:hover {

	border:  #6993c7 1px solid;
}

#fourBoxesTwo:hover {

	border:  #6993c7 1px solid;
}

#fourBoxesThree:hover {

	border:  #6993c7 1px solid;
}
#fourBoxesFour:hover {

	border:  #6993c7 1px solid;
}

.fourBoxesTextBasic {
	
	float: left;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	padding: 65px 15px 15px 25px;
	width: 185px;
	font-size: .75em;
	line-height: 1.6;
}
	

#fourBoxes a {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 50px;
	padding: 175px 90px 25px 15px;
	height: 60px;
	text-decoration: none;
	display: block;
	margin-top: .5em;
	width: 10.25em;
	font-weight: 600;
}


#fourBoxes a:link {	color: #383838; }
#fourBoxes a:visited { color: #474747;  }
#fourBoxes a:hover { color: #6993c7; }
#fourBoxes a:active { color: #474747; }	



#banner {
	position: relative;
}


#bannerTagline {
	position: absolute;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 1.6em;
	color: #E1E1E1;
	left: 60px;
	top: 145px;
	filter:alpha(opacity=90);
	-moz-opacity: 1.0;
	-khtml-opacity: 0.5;
	opacity: 0.8;

	
}



#bannerText {
	position: absolute;
	width: 480px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: 500;
	line-height: 160%;
	color: #E1E1E1;
	position: absolute;
	left: 60px;
	top: 195px;
	

}
  


	

#learningCenter {
	
	clear: both;
	height: 260px;
	width: 970px;	
	padding-top: 15px;
	padding-left: 15px;
	background-color: white;

}




#knowledgeCenterFirst {
	float:left;
	width: 210px;
	padding-left: 10px;
	zoom: 1;
}

#knowledgeCenterSecond {
	float:left;
	width: 190px;
	zoom: 1;
}


#knowledgeCenterThird {
	float:left;
	width: 180px;
	zoom: 1;
}
#knowledgeCenterFourth {
	float:left;
	width: 190px;
	zoom: 1;

}

#knowledgeCenterFifth {
	float:left;
	width: 185px;
	zoom: 1;
}

#learningCenter a {
	display: inline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	padding: 5px 1px 1px 1px;
	margin: 0px 5px;
	width: 18em;
	text-decoration: none;

	
}
	






#learningCenter a:link { color: #474747; }
#learningCenter a:visited { color: #474747; }
#learningCenter a:hover { color: #474747; }
#learningCenter a:active { color: #474747; }

#learningCenter a:hover {
	border-bottom: #626262 2px dotted;
}


#learningCenter ul {
	list-style-type: none;
	margin: 5px 5px 5px 5px;
	line-height: 1.4em;

}


 ul li a strong {
	margin-bottom: 20px;
	line-height: 3;
}



#addThis_button {
	position: absolute;
	right: 50px;
	top: 8px;
}


#footer {
	clear: both;
	
	margin-left: 0px;
	width: 985px;
	height: 120px;
	background-image: url(images/Green.council.logo.png);
	background-repeat: no-repeat;
	background-position: top left;
	


}

ul.footerNav {
	left: 155px;
	top: 10px;
	width: 820px;
	height: 20px;
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding-bottom: 6px;
	

	
	
}

ul.footerNav li {
	display: inline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	
}

ul.footerNav a {
	
	text-decoration: none;
	padding: 10px 5px 10px 5px;
	font-weight: 600;
	border-left: medium;
	margin-right: 0px;
	margin-left: 10px;
	border-color: #FFF;

	

}

ul.footerNav a:link  {color: #646464;}
ul.footerNav a:visited {color: #646464;}
ul.footerNav a:hover {	color: #212121;}
ul.footerNav a:active {color: #646464;}


#copyright {
	position: relative;
	left: 300px;
	top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8C8C8C;
	width: 380px;
	height: 2em;
	font-size: 12px;
	margin-top: 15px;
	padding-top: 8px;
	border-top: 2px #D0D0D0 dotted;
}

/*sub page layout begin*/


#leftSidebarSub {
	float: left;
	width: 190px;
	background-color: #FFF;
	padding: 130px 20px 50px 0px;
	
	
}







.mainContentSubWrapper  {
	float: left;
	width: 500px;
	margin-top: 0px;
	margin-left: 8px;
	background-color: #FFF;
	padding: 5px 20px 20px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: 400;
	line-height: 1.75;
	margin-bottom: 35px;
}

.mainContentSubText P {
	padding: 10px 0px 0px 0px;
	width: 500px;

}

.mainContentSubText {
	padding-top: 20px;
}

#bannerTaglineSub {
	width: 275px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 1em;
	color: #FFF;
	position: absolute;
	right: 80px;
	top: 135px;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.5;
	opacity: 0.5;

	
}

#bannerTaglineSub a {
	text-decoration: none;
	color: #FFF;
}



.mainContentSubWrapper h1 {
	width: 515px;
	font-family: Calibri, Arial, sans-serif;
	color: #666;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 100%;
	margin-top: 0px;
	margin-bottom: 5px;
	word-spacing: 1px;
	text-align: left;
	padding: 30px 0px 0px 0px;

}

.mainContentSubWrapper h2 {
	width: 515px;
	font-family: Calibri, Arial, sans-serif;
	color: #000;
	font-weight: 800;
	font-size: 1.2em;
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 5px;
	word-spacing: 1px;
	letter-spacing: 0px;
	text-align: left;
	padding: 0px 0px 5px 0px;
}

.mainContentSubText h2 {
	width: 485px;
	font-family: Calibri, Arial, sans-serif;
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 150%;
	text-align: left;
	padding: 30px 0px 0px 0px;	

}

.mainContentSubText h3 {
	width:auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: 700;
	font-size: 1em;
	line-height: 0%;
	text-align: left;
	padding: 10px 10px 30px 10px;
}

.mainContentSubText h2 a:link { color: #000;}
.mainContentSubText h2 a:visited {	color: #000;}
.mainContentSubText h2 a:hover {color: #FF8000;}
.mainContentSubText h2 a:active { color: #00F;}

.mainContentSubText h2 a:hover {
		border-bottom: none;
	
}

.mainContentSubText a {
		text-decoration: none;
		border-bottom: 1px dotted #626262;
		padding-bottom: 1px;
}
	
.mainContentSubText a:link { color: #000;}
.mainContentSubText a:visited {	color: #000;}
.mainContentSubText a:hover {color: #000;}
.mainContentSubText a:active { color: #00F;}

.mainContentSubText  a:hover {
		border-bottom: #73000D 2px dotted;
}

.mainContentSubText h2 a {
		text-decoration: none;
		border-bottom: none;
		background: url(images/plus.symbol3.gif);
		background-repeat: no-repeat;
		background-position: 0px 6px;
		padding-left: 29px;
		padding-bottom: 5px;
		display: block;	
	}

#rightSidebarSub {
	float: left;
	width: 140px;
	padding: 55px 0px 0px 45px;
	background-color: #FFF;
	text-decoration: none;

}

#rightSidebarSub a {
	

	color: #666;
	font-weight: 500;
	font: .8em;
}

ul.breadcrumbs {
	position: absolute;
	overflow: hidden;
	height: 25px;
	width: 923px;
	background-image:url(images/breadcrumb-background-main.png);
	background-repeat: repeat-x;
	line-height: 25px;
	border: solid 1px #cacaca;
	list-style-type: none;
	left: 7px;
	top: 332px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	color: #A4A4A4;
	padding: 0;
}



ul.breadcrumbs a {
	display: block;
	text-decoration: none;	
	height: 25px;
	padding-right: 28px;
	background-image: url(images/breadcrumb-divider.gif);
	background-repeat: no-repeat;
	background-position: right;

}

body.highBC ul.highBreadcrumbs {
	
	top: 108px;
	visibility: hidden;
}



ul.breadcrumbs li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	padding-left: 3px;

}
	
	



ul.breadcrumbs a:link {	color: #696969;}
ul.breadcrumbs a:visited {	color: #696969;}
ul.breadcrumbs a:hover {	color: #000; }
ul.breadcrumbs a:active {	color: #696969;}

ul.breadcrumbs a:hover {
	text-decoration: underline;
}



#leftNavHere  {
	background: url(images/here.dot.png) no-repeat left center;
	background-position: 0px 10px;
}

#leftNavHere  {
	color: #B4B4B4;
}

#poolSystems #poolSystemsLink  {
	border-bottom: #0000A0 3px dotted;
}

#spaSystems #spaSystemsLink  {
	border-bottom: #0000A0 3px dotted;
}


#knowledgeCenter #knowledgeCenterLink  {
	border-bottom: #0000A0 3px dotted;
}

#whyUltraviolet #whyUltravioletLink  {
	border-bottom: #0000A0 3px dotted;
}


#iLoveSpectraLight #loveSpectraLightLink  {
	border-bottom: #0000A0 3px dotted;
}


#onlineStore #onlineStoreLink  {
	border-bottom: #0000A0 3px dotted;
}

a.pdfLogo  {
	background: url(images/pdf_icon.gif);
	background-repeat: no-repeat;
	background-position: right -2px;
	padding-right: 20px;
	margin-right: 5px;
	}
	
a.externalLogo  {
	background: url(images/planet-icon.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding-right: 20px;
	margin-right: 5px;
	}
	
.quote  {
	border: #B7B7B7 1px dotted;
	
	padding: 20px;
	margin: 25px;
	background: #F9F9F9;
	
}

.heart {
	font-size: 1.5em;
	}
	
a#testimonialsLink  {
	padding: 2px 1px 0px 1px;
	margin: 1px 6px 5px 24px;
	line-height: 1.4em;
}

#mainImage  {
	position: relative;
	width: 985px;
	background: white;
}


.diagram {
	position: absolute;
	visibility: hidden;
	width: 400px;
	height: 400px;
	border: #999 1px solid;
}


#doubleSeal {
	background: url(images/unit-diagram-sprite.jpg) #FFF no-repeat 9px center;
	top: 320px;
	left: 235px;
}

#quickRelease {
	background: url(images/unit-diagram-sprite.jpg) #FFF no-repeat -3200px center;
	top: 300px;
	left: 425px;
}

#ballast {
	background: url(images/unit-diagram-sprite.jpg) #FFF no-repeat -3610px center;
	top: 320px;
	left: 155px;
}

#smartConnex {
	background: url(images/unit-diagram-sprite.jpg) #FFF no-repeat -2801px center;
	top: 320px;
	left: 155px;
}

#quartz {
	background: url(images/unit-diagram-sprite.jpg) #FFF no-repeat -792px center;
	top: 320px;
	left: 235px;
}

#union{
	background: url(images/unit-diagram-sprite.jpg) #FFF no-repeat -1600px center;
	top: 300px;
	left: 235px;
}

#housing{
	background: url(images/unit-diagram-sprite.jpg) #FFF no-repeat -1200px center;
	top: 300px;
	left: 620px;
}

#lamp{
	background: url(images/unit-diagram-sprite.jpg) #FFF no-repeat -392px center;
	top: 300px;
	left: 435px;
}

#visiport{
	background: url(images/unit-diagram-sprite.jpg) #FFF no-repeat -1925px center;
	top: 320px;
	left: 235px;
}

#insert{
	background: url(images/unit-diagram-sprite.jpg) #FFF no-repeat -2400px center;
	top: 320px;
	left: 235px;
}

.preloadSprite {
		background: url(images/unit-diagram-sprite.jpg);
		position: absolute;
		left:-9999px;
		width: 2px;
		height: 2px;
}

#tableWrapper  {
	width: 855px;
	margin: 0;
	padding: 0;
}

.tableWrapperOutter  {
	width: 980px;
	margin: 0;
	padding: 0;
}

.tableWrapperOutter h1, .tableWrapperOutter h2, .tableWrapperOutter p  {
	margin-left: 75px;
	width: 800px
}

caption {
	padding: 20px;
	color: #999;
	font-size: 1.4em;
}
	

.residential {
	font-family: Georgia, "Times New Roman", Times, serif;
	border-collapse: collapse;
	width: 98%;
	border: 1px solid #e5eff8;
	margin: 12px;
	}

.smallFont {
	font-size: .8em;
}

.getPricing {
	padding: 3px;
	margin: auto;
}

.logo img {
	margin: auto;
}

th  {
	background: #f4f9fe;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #678197;
	padding: 17px 6px;
	font-size: .8em;
	line-height: 1.4em;

}

table.residential a:link {	color: #678197; }
table.residential a:visited { color: #678197; }
table.residential a:hover {	color: #678197; }
table.residential a:active {	color: #678197; }





td {
	padding: 9px;
	font-size: .8em;
	color: #678197;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;

}

.even{
	
	background: #f4f9fe url(images/table-background.gif) no-repeat;
}

tr {
	background: #FFF;
}

#pricing3ways {

	float: left;
	padding-top: 160px;
	background-color: #FFF;
	width: 985px;
}

.pricing {
	position: relative;
	float: left;
	width: 275px;
	height: 240px;
	border: #CCC 1px solid;
	margin: 17px 13px 17px 16px;
	padding: 3px 8px 10px 13px;;
	background-color: #f0f1f3;
	background-repeat: no-repeat;
	background-position: 0px -15px;
	line-height: 130%;

}

#leftPricing {
	background-image: url(images/find-dealer-2.gif);
}

#middlePricing {
	background-image: url(images/request-quote.gif);
}

#rightPricing {
	background-image: url(images/register-online.gif);
	

}

.pricing a {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 90px;
	padding: 115px 150px 55px 15px;
	height: 60px;
	text-decoration: none;
	display: block;
	margin-top: .5em;
	width: 10em;
	font-weight: 600;
	font-family: Verdana, Geneva, sans-serif;
}

#rightPricing a {
	padding-top: 135px;
}

.pricing a:link {color: #666; }
.pricing a:visited {color: #666; }
.pricing a:hover {color: #000; }
.pricing a:active {color: #666; }

.pricing:hover {
	border-color: #000;
}



.leadForm h3 {
	margin: 0;
	padding: 10px 10px 20px 0px;
	color: #03F;
}



label1 {
	float: left;
	text-align: left;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: 400;
	margin: 5px 0px 3px 30px;
}

.textField1 {
	width: 100px;
	float: right;
	background-color: #06C;
	padding: 3px 0px 3px 0px;
	margin: 5px 100px 10px 8px;
}

input[type="text"] {
	background-color: #CCC;
	margin-left: 0px;
	margin-top: 9px;
}

select {
	margin-left: 0px;
	margin-top: 10px;
}

input[type="submit"] {
	margin-left: 0px;
	margin-top: 0px;
}



#dl_361413872244012307 {
	margin-left: 10px;
	margin-top: 7px;
}


/*forms layout begin*/


#dl_361413872244010768, #dl_361413872244010769, #dl_361413872244010772, #dl_361413872244010771, #dl_361413872244010770, #dl_361413872244010773, #dl_361417170778901272{
	float: right;
	width: 70px;
	height: 15px;
	background-color: #E3E3E3;
	padding: 3px 0px 3px 0px;
	margin: 5px 5px 5px 4px;
}

#dl_361413872244010773 {
	height: 30px;
}

.label {
	float: left;
	text-align: right;
	width: 100px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: 400;
	margin: 8px 0px 5px 20px;
	padding: 5px 0px;
	color: #666;
}

label.label {
	font-size: .8em;
	color: #999;
}
	


.sidebarLabel	{
	font-weight: bold;
	font-size: 1.2em;
	color: #7A7A7A;
	line-height: 1.5;
	border-bottom: #A2A2A2 1px dotted;
	padding: 5px 0px 2px 0px;
	margin-left: 60px;
	text-align: right;
}

.sidebarLabelTwo	{
	font-weight: 400;
	font-size: 1em;
	color: #7A7A7A;
	margin-left: 45px;
	line-height: 1.5;
	padding: 5px 0px 30px 0px;
	text-align: right;
}

#dl_leadForm {
	float: left;
	width: 220px;
	margin-left: 0px;
	
}

#submit {
	margin-left: 60px;
	margin-right: 0px;
	background: url(images/contact-us.png) no-repeat top left;
	border: none;
	height: 50px;
	width: 135px;
	text-align: right;
	font-size: 1px;
	color: #F93;
	padding-top: 50px;
}
	
.pricingTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	top: 10px;
	left: 5px;
	padding: 40px 0px 0px 10px;
}


#credLogos {
	float: left;
	background-color: #FFF;
	width: 985px;
	padding-top: 20px;
}


#volusion  {
	float: right;
	padding-right: 335px;
	padding-bottom: 35px;
}

#authorizeNet {
	float: left;
	padding-top: 5px;

}

#bbb {
	float: left;
	padding: 0px 45px 10px 335px;
}

dt {
	font-weight: 600;
	padding: 15px 0px;
}

.searchWidget {
	width: 350px;
	padding: 25px 25px;
	
}


.contentBox {
	float: left;
	position: relative;
	border-top: 1px #CCC dotted;
	width: 495px;
	margin: 5px 10px;
}

.contentBox h2 {
	padding-top: 0px;
	margin-top: 10px;

}

.contentBox h2 a {
	display: inline;
	background-image: none;
	margin-top: 10px;
	margin-left: 85px;


}

.contentBox h2 a:hover {
	color: #000;

}




.floatImageLeft {
	float: left;
	padding: 5px 20px 5px 0px;
	
}
	
.contentBox a.more {
	padding: 0px;
	margin-left: 8px;
	font-size: .8em;
	
}

.one #one, .two #two, .three #three  {
	background: url(images/here.dot.png) no-repeat left center;
	background-position: 0px 10px;
}

#h1 { 
	display: block;
	margin-bottom: 8px;
	10px;
}

h2.h2 {
	display: block;
	padding-bottom: 15px;
}


h3.h3   {
	display: block;
	margin-top: 0px;
	padding: 5px 0px;
	line-height: 1.5;
}

h3 a  {
	font-size: .8em;
	padding: 0px 0px;
	margin: 0px;
	display: inline;
	font-weight: 200;
}

h4 {
	display: block;
	font-size: .8em;
	color: #666;
	margin: 0px;
	padding-top: 5px;
	margin-left: 15px;
	padding-bottom: 18px;
	line-height: 1.8;
}

.source {
	color: #666;
}

.rightList p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 200;
	font-size: .75em;
	padding-top: 7px;
	padding-left: 25px;
	color: #666;
	width: 135px;
	
}






.rightList h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: .8em;
	color: #666;
	padding-top: 165px;
	padding-bottom: 12px;
	padding-left: 25px;
	text-align: center;
	width: 135px;
}

.imageFloat {
	float: right;
	padding: 25px 0px 25px 25px;
	
}

.floatRight {
	float: right;
	padding-right: 30px;
}

.floatPicRight {
	position: absolute;
	float: right;
	left: 700px;
	top: 425px;
}

.floatPicRight2 {
	
	float: right;
	padding: 20px 0px 20px 30px;
	
}

a.normal  {
	text-decoration: none;
	color: #FFF;
	font-weight: 200;
}

.floatButtonRight {
	float: right;
	padding-top: 30px;
	position: relative;
	left: 20px;
}

.floatButtonLeftSide {
	float: left;
	padding-top: 60px;
	padding-left: 10px;
	
}

.padTop {
	padding-top: 25px;
}

.padTopHigh {
	margin-top: 550px;
}

.remove {
	display: none; }
	
.paddingLeft {
	padding-left: 10px;
	padding-top: 120px;
}

.padding40 {
	padding: 40px;
}

#rightSideBarSub submit {
	margin-left: 20px;
}


