* {
padding:0;
margin:0;
}

html, body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ebebeb;
}
p {
	color: #545860;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-top: 10px;
	margin-left: auto;
	
}
#pageHolder {
	background-color:#FFFFFF;
	padding-bottom: 10px;
}
/*------ Header ---------------*/
#header {
	margin: 0px;
	height: 168px;
	
	background-image: url(../images/headerLeft.jpg);
	background-repeat: no-repeat;	
}
	#leftHeader {
		float: left;
		width: 25px;
		height: 168px;
	}
	#headerImage {
		float: right;
		width: 776px;
		height: 168px;
	}
	#logoCell {
		float:left;
		width: 161px;
		height: 59px;
		margin: 108px 0px 0px 25px;
		background-image: url(../images/smarterLogo.jpg);
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}
	#logoCell a{
		height: 59px;
		width: 161px;
		display:block;
	}
	#logoCell {
		margin-top: 54px;
	}

/* Content */
#contentHolder {
	margin: 20px 40px 20px 10px;
}
#leftBorder {
	float: right;
	width: 736px;
	border-left: solid 1px #e0e0e0;
}
#title {
	margin: 0px 0px 10px 0px;
	float: right;
	width: 722px;
}
#quoteHolder {
	margin-top: 5px;
	width: 180px;
	font-size: 14px;
	color: #6fb017;
	float:left;
}

#mainContent {
	float:right;
	width: 722px; /* lines home edge*/
	font-size: 12px;
	color: #545860;
}
#shopContent {
	float:right;
	width: 732px; 
}
#shopContent {
	padding: 0px;
	margin: 0px;
	height: 502px;
	overflow-y: hidden; 
	overflow-x: scroll; 
}

#ctaImage {
	width: 210px;
	float:right;
}
#ctaImage p{
	margin-top: 6px;
}
#ctaTop {
	height: 34px;
	font-size: 14px;
	line-height: 34px;
	background-color:#6fb017;
	background-image: url(../images/ctaTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 18px;
	color:#FFF;
	margin: 3px 0px;
}
#ctaMiddle,  #ctaSurvey {
	background-color:#00235d;
	padding: 10px 5px 10px 18px;
	color:#FFF;
	font-size: 14px;
	margin-bottom: 3px;
}
#ctaMiddle H2, #ctaSurvey H2{
	color:#7fe81b;
	font-size: 14px;
}
#right2Col #ctaMiddle p, #right2Col #ctaSurvey p {
	color:#FFF;
	font-size: 12px;
	margin-bottom: 8px;
}
#ctaMiddle a, #ctaSurvey a{
	color:#FFF;
	font-size: 12px;
	text-decoration: none;
}
#ctaMiddle a:hover, #ctaSurvey a:hover{
	color:#7fe81b;
	font-size: 12px;
	text-decoration: underline;
}

.ctaPDF {
	background-color:#00235d;
	padding: 7px 5px 7px 10px;
	margin-bottom: 3px;
	border-left: solid 10px #F00;
}
.ctaPDF a{
	color:#FFF;
	font-size: 12px;
	text-decoration: none;
}
.ctaPDF a:hover{
	color:#7fe81b;
	font-size: 12px;
	text-decoration: underline;
}
#ctaBottom {
	padding: 7px 5px 9px 18px;
	background-color:#c7c7c7;
	color:#00235d;
}
#right2Col #ctaBottom p {
	color:#00235d;
	font-size: 12px;
}
#right2Col #ctaBottom a{
	color:#00235d;
	text-decoration: none;
}
#right2Col #ctaBottom a:hover{
	color:#063;
	text-decoration: underline;
}
#report {
	width: 176px;
	margin: 15px 0px 0px 20px;
}

/*--- Phone No. at the bottom of each page --*/
#pageBottom {
	margin: 5px 40px 0px 30px;
}
#pageBottom p{
	font-size: 14px;
	padding: 5px 0px;
	color: #6fb017;
}
#pageBottom a{
	font-size: 14px;
	padding: 5px 0px;
	text-decoration: none;
	color: #00235d;
}
#pageBottom a:hover{
	font-size: 14px;
	padding: 5px 0px;
	color: #6fb017;
}
/*---------------------*/

/*Footer*/
#footer {
	margin-top: 10px;
}
#designedBy {
	float: left;
	font-size: 10px;
	color: #888;
}
#designedBy a {
	color: #6fb017;
	font-size: 10px;
	text-decoration: underline;
	text-align: right;
}
#designedBy a:hover {
	color: #00235d;
	font-size: 10px;
	text-decoration: underline;
}

#copyright p {
	float: right;
	color: #00235d;
	font-size: 10px;
	margin-left: 40px;
}

#links {
	float: right;
	color: #00235d;
	font-size: 10px;
}
#links a {
	color: #6fb017;
	font-size: 10px;
	text-decoration: underline;
}
#links a:hover {
	color: #00235d;
	font-size: 10px;
	text-decoration: underline;
}

/*General settings*/

.clear {
	height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
form {
	margin: 0px;
	padding: 0px;
}
a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	color: #00235d;
	margin: 0px;
	outline: none;
}
a:hover {
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	margin: 0px;
}

input {
	outline: none;
}

hr  {
	margin: 0px;
	height: 1px;
}
ul {
	margin: 5px 0px;
}
ol {
	margin-left: 5px;
}
blockquote {
	padding: 0px;
	margin: 0px 0px 0px 10px;
}
img, img a {
	border: none;
}

