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

html,body {
	margin:0;
	padding:0;
	text-align:center;
	background:url(../images/tile-bg.jpg) top repeat-x #f7f7f7;
}
a {
	outline:none;
}
p {
	line-height:1.4em;
}
img {
	border:none;
}
.clear {
	clear:both;
	background:none;
	border:none;
}
#wrapper {
	margin:0 auto;
	width:998px;
}
#header {
	position:relative;
	width:998px;
	height:225px;
	background:url(../images/header.jpg) no-repeat;
}
#wires {
	position:absolute;
	width:513px;
	height:264px;
	top:0;
	right:-10px;
	background:url(../images/wires.png) no-repeat;
	behavior:url(templ/css/iepngfix.htc);
}

#contentWrap {
	width:956px;
	padding:0 21px;
	background:url(../images/tile-contentBG.jpg) repeat-y;
}
#contentInnerWrap {
	float:left;
	width:716px;
	background:url(../images/tile-contentBG-right.jpg) right repeat-y;
}
#contentInnerWrap2 {
	width:716px;
	background:url(../images/contentBG-bottomRight.jpg) bottom right no-repeat;
}
#content {
	float:left;
	width:481px;
	text-align:left;
	padding:0 15px;
	/*padding:0 0 0 15px; IE fix*/
}
#leftSidebar {
	position:relative;
	float:left;
	width:240px;
}
#gotJuice {
	width:240px;
	height:92px;
	background:url(../images/got-juice.gif) no-repeat;
}
#leftSidebar .bar {
	width:240px;
	height:6px;
	font-size:0px;
	background:url(../images/menu-bar.gif) no-repeat;
}

/* MENU */
#menuWrap {
	width:100%;
	text-align:left;
}
#menu,
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	width:240px;
}
#menu ul {
	border-top:1px solid #e0e0e0;
}
#menu li {
	width:240px;
	border-bottom:1px solid #e0e0e0;
}
#menu a {
	padding:0 0 0 15px;
	width:225px;
	height:35px;
	display:block;
	white-space:nowrap;
	text-decoration:none;
	line-height:35px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	color:#cc0000;
	background:url(../images/menuButtonBG.jpg) no-repeat;
}
#menu a:hover {
	color:#666666;
	background:url(../images/menuButtonBG-over.jpg) no-repeat;
}
/** SUB MENU **/
#menu ul li ul {
	border-top:none;
}
#menu ul li {
	width:225px;
	border-bottom:none;
}
#menu ul a {
	padding:0 0 0 30px;
	width:210px;
	height:30px;
	display:block;
	white-space:nowrap;
	text-decoration:none;
	text-transform:none;
	line-height:30px;
	font-size:11px;
	font-weight:bold;
	color:#999999;
	background:url(../images/tile-submenuButtonBG.jpg) right repeat-y #fdfdfd;
}
#menu ul a:hover {
	color:#666666;
	background:url(../images/tile-submenuButtonBG-over.jpg) right repeat-y #fff;
}
/** SUB SUB MENU **/
#menu ul li ul a {
	padding:0 0 0 45px;
	width:195px;
	height:30px;
	display:block;
	white-space:nowrap;
	text-decoration:none;
	line-height:30px;
	font-size:11px;
	font-weight:bold;
	color:#336699;
	background:#f8fcff;
}
#menu ul li ul a:hover {
	color:#336699;
	background:none;
}
/** SUB SUB SUB MENU **/
#menu ul li ul li ul a {
	padding:0 0 0 60px;
	width:180px;
	height:30px;
	display:block;
	white-space:nowrap;
	text-decoration:none;
	line-height:30px;
	font-size:11px;
	font-weight:bold;
	color:#336699;
	background:#f8fcff;
}
#menu ul li ul a:hover {
	color:#336699;
	background:none;
}

/** CREDIT CARDS **/
#creditCards {
	margin:0;
	padding:15px 0 10px 0;
	width:240px;
	height:95px;
	background:url(../images/contentBG-bottomLeft.jpg) right no-repeat;
}
#creditCards span {
	display:block;
	margin:0 0 4px 0;
}
#creditCards a {
	margin:0 auto;
	width:106px; /* 2 or 4 cards */
	/*width:156px; /* 3 cards */
	display:block;
	white-space:nowrap;
	font-size:10px;
	color:#CC0000;
	text-align:center;
	text-decoration:none;
	/*border:1px solid #0000FF; /* test centering */
}
#creditCards a:hover {
	color:#CC0000;
}
#creditCards img {
	margin:1px;
	border:none;
}
#creditCards img.lock {
	border:none;
	margin:0 0 -3px 0;
}

/** RIGHT SIDEBAR **/
#rightSidebar {
	float:left;
	width:190px;
	padding-right:15px;
}
#phone {
	text-align:left;
	margin-right:15px;
	padding:15px 10px;
	width:155px;
	height:177px;
	background:url(../images/phoneBG.jpg) no-repeat;
}
#phone p {
	margin:9px 0;
}
#phone .area {
	color:#666666;
	font-size:13px;
	font-weight:bold;
}
#phone .number {
	color:#CC0000;
	font-size:20px;
	font-weight:bold;
}
#iHouse {
	text-align:center;
}
#iHouse img {
	padding:10px 0 10px 0;
}
#iHouse span {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#00007e;
}
#iHouse span:hover {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#00007e;
}
#iHouse a {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding:10px 0;
	color:#00007e;
}
#iHouse a:hover {
	color:#336699;
}
#memberLogos {
	text-align:left;
	margin-right:15px;
	width:175px;
	text-align:center;
	padding:15px 0 0 0;
}
#memberLogos img {
	padding:0 0 10px 0;
}
#bbb {
	text-align:center;
	padding:50px 0 0 0;
}

/** FOOTER **/
#footer {
	width:956px;
	height:125px;
	padding:10px 21px;
	background:url(../images/footerBG.jpg) no-repeat;
}
#copyright {
	float:left;
	font-size:10px;
	text-align:left;
	width:463px;
	padding-left:15px;
	color:#666666;
}
#poweredBy {
	float:left;
	text-align:right;
	width:463px;
	padding-right:15px;
	color:#666666;
}
#poweredBy a {
	font-size:19px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
#poweredBy a:hover {
	color:#666666;
}
#siteDesign {
	clear:both;
	margin:0 auto;
	width:926px;
	text-align:right;
	font-size:11px;
	color:#666666;
}
#siteDesign a {
	font-size:12px;
	font-weight:bold;
	color:#ff6666;
	text-decoration:none;
}
#siteDesign a:hover {
	color:#999999;
}

#serviceAreas {
	margin:0 auto;
	padding:15px;
	width:926px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}