@charset "utf-8";
/* CSS Document */

#main {
	width:759px;
	position:relative;
	left:50%;
	margin-left:-380px;
	margin-top:-14px;
	float:left;
	background-color:#FFFFFF;
	border-style:solid;
	border-left:thin;
	border-right:thin;
	border-top:none;
	border-bottom:none;
	border-color: #999999;
	z-index:0;
	}
	
body {
	background-image:url(images/myback.jpg);

}

#topheader {
background-image:url(images/topheader.jpg);
width:759px;
height:46px;
position:relative;
float:left;
}

#phonenumber {
width:140px;
height:20px;
position:relative;
float:left;
margin-left:620px;
margin-top:15px;
font-family:Arial, Helvetica, sans-serif;
font-style:italic;
color: #000066;
font-size:20px;
font-weight:bold;

}

#sidebar {
	width:246px;
	positiion:relative;
	margin-left:0px;
	float:left;
	background-image:url(images/sidebar.jpg);
	margin-top:-46px;
	background-repeat:repeat-x;
	}
	
#mainlogo {

width:227px;
height:116px;
position:relative;
float:left;
margin-left:9px;
}

#problems {
	width:232px;
	height:156px;
	position:relative;
	float:left;
	text-align:center;
	margin-top:15px;
	margin-left:7px;
	background-color:#00FFFF;
}

#moneysaving {
	background-image:url(images/money_saving.jpg);
	width:224px;
	height:115px;
	position:relative;
	float:left;
	text-align:center;
	margin-top:0px;
	margin-left:12px;
	cursor:hand;
	}

#sidemenu {
width:232px;
position:relative;
float:left;
margin-left:8px;
z-index:5;
}

/* Vertical menu for the CMS CSS Menu Module */

/* The wrapper determines the width of the menu elements */
#menuwrapper { 
   width: 100%; 
   z-index:10;
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
   width: 100%; 
   margin-left: -1px;
 
}
#primary-nav ul { 
   position: absolute; 
   top: 0; 
   left: 100%; 
   display: none; 
}
#primary-nav li { 
   margin-bottom: -1px; 
   position: relative; 
}



/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   border: 1px solid #006699;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:13px;  
   display: block; 
   margin: 0px; 
   padding: 5px 10px; 
   color: #000000;
   text-decoration: none; 
   background: transparent; 
   min-height:1em; /* Fixes IE7 whitespace bug*/ 
}
#primary-nav li, #primary-nav li.menuparent { 
   background-color: #E5E5FF; 
   min-height:1em; /* Fixes IE7 bug*/
}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li.menuactive { 
   background-color: #CCCCFF; 
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav li.menuparent, 
#primary-nav li.menuparent:hover, 
#primary-nav li.menuparenth { 
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */
#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
/*   background-color: #E7AB0B;  */
background-color:#CCCCFF;
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hack, will cause the css to not validate */

#primary-nav li, #primary-nav li.menuparenth { _float: left; _height: 1%; }
#primary-nav li a { _height: 1%; }


/* section header */
#primary-nav li.sectionheader {
   border-left: 1px solid #006699; 
   border-top: 1px solid #006699; 
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0.5em;
   background-color: #fff;
   margin: 0;
   width: 100%;
}


/* separator */
#primary-nav li hr.separator {
   display:block;
   height: 0.5em;
   color: #abb0b6;
   background-color: #abb0b6;
   width: 100%;
   border:0;
   margin:0;
   padding:0;   
   border-top: 1px solid #006699;
   border-right: 1px solid #006699;

}

/* End Vertical menu for the CMS CSS Menu Module */


#menu {
	width:505px;
	height:44px;
	position:relative;
	float:left;
	background-color:#000000;
	margin-top:-7px;
	}

#hline {
	background-image:url(images/topstrip.gif);
	width:505px;
	height:1px;
	overflow:hidden;
	}

#vline {
	background-image:url(images/strip.gif);
	width:1px;
	height:36px;
	position:relative;
	float:left;
	}

p.menutext2 {
	margin-top:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#000000;
	}

p.menutext3 {
	margin-top:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	}

p.menutext {
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	}

a.home {
	text-decoration:none;
	color:#340E70;
	background-image:url(images/menubackj_h.jpg);
	height:36px;
	width:81px;
	position:relative;
	float:left;
	text-align:center;
	cursor:pointer;
	}

a.home:hover {
	background-image:url(images/menubackj22.jpg);
	cursor:pointer;
	}
	
a.cleaner {
	text-decoration:none;
	color:#340E70;
	background-image:url(images/menubackj_h.jpg);
	height:36px;
	width:84px;
	position:relative;
	float:left;
	text-align:center;
	
	}

a.cleaner:hover {
	background-image:url(images/menubackj22.jpg);
	cursor:hand;
	}
	
a.request {
	text-decoration:none;
	color:#340E70;
	display:block;
	background-image:url(images/menubackj_h.jpg);
	height:36px;
	width:81px;
	position:relative;
	float:left;
	text-align:center;
	}

a.request:hover {
	background-image:url(images/menubackj22.jpg);
	cursor:hand;
	}
	
a.coupons {
	text-decoration:none;
	color:#340E70;
	background-image:url(images/menubackj_h.jpg);
	height:36px;
	width:80px;
	position:relative;
	float:left;
	text-align:center;
	}

a.coupons:hover {
	background-image:url(images/menubackj22.jpg);
	cursor:hand;
	}
	
a.testimonial {
	text-decoration:none;
	color:#340E70;
	background-image:url(images/menubackj_h.jpg);
	height:36px;
	width:86px;
	position:relative;
	float:left;
	text-align:center;
	}

a.testimonial:hover {
	background-image:url(images/menubackj22.jpg);
	cursor:hand;
	}
	
a.contact {
	text-decoration:none;
	color:#340E70;
	background-image:url(images/menubackj_h.jpg);
	height:36px;
	width:80px;
	position:relative;
	float:left;
	text-align:center;
	}
	
a.contact:hover {
	background-image:url(images/menubackj22.jpg);
	cursor:hand;
	}

#content {
position:relative;
float:left;
width:500px;
z-index:0;
padding-left:10px;

}

#slideshow2 {
width:451px;
height:221px;
position:relative;
float:left;
margin-left:20px;
margin-top:20px;
}

#maintext{
width:460px;
position:relative;
float:left;
margin-top:10px;
margin-left:20px;
text-indent:20px;
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
}

#footer {
width:757px;
height:166px;
position:relative;
float:left;
background-image:url(images/footer.jpg);
}

#contact {
	width:480px;
	position:relative;
	float:left;
	margin-top:10px;
	}
	
#phonenumbers{
	float:left;
	text-align:center;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	width:480px;
	margin-top:15px;
}

.textBoxLarge              { border: #000000 1px solid;
                             border-color: #000000 #666666 #666666 #000000;
                             background: #ffffff url(images/box_shadow.gif);
                             font: 12px arial, helvetica, sans-serif;
                             color: #000000; 
                             width: 300px;}

.textBoxmed              { border: #000000 1px solid;
                             border-color: #000000 #666666 #666666 #000000;
                             background: #ffffff url(images/box_shadow.gif);
                             font: 12px arial, helvetica, sans-serif;
                             color: #000000; 
                             width: 100px;}

.textBoxsmall              { border: #000000 1px solid;
                             border-color: #000000 #666666 #666666 #000000;
                             background: #ffffff url(images/box_shadow.gif);
                             font: 12px arial, helvetica, sans-serif;
                             color: #000000; 
                             width: 50px;}
							 
.textmemo              { border: #000000 1px solid;
                             border-color: #000000 #666666 #666666 #000000;
                             background: #ffffff url(images/box_shadow.gif);
                             font: 12px arial, helvetica, sans-serif;
                             color: #000000; 
                             width: 480px;}
							 
#savemoney {
background-image:url(images/savemoney.jpg);
width:310px;
height:60px;
position:relative;
float:left;
margin-left:85px;
margin-top:20px;
}

#coupon1 {
background-image:url(images/coupon1.jpg);
width:231px;
height:204px;
position:relative;
float:left;
margin-top:20px;
}

#coupon2 {
background-image:url(images/coupon2.jpg);
width:231px;
height:204px;
position:relative;
float:left;
margin-top:20px;
margin-left:20px;
}

#coupon3 {
background-image:url(images/coupon3.jpg);
width:231px;
height:204px;
position:relative;
float:left;
margin-top:20px;
}

#coupon4 {
background-image:url(images/coupon4.jpg);
width:231px;
height:204px;
position:relative;
float:left;
margin-top:20px;
margin-left:20px;
}

#coupon5 {
background-image:url(images/coupon5.jpg);
width:231px;
height:204px;
position:relative;
float:left;
margin-top:20px;
}

#coupon6 {
background-image:url(images/coupon6.jpg);
width:231px;
height:204px;
position:relative;
float:left;
margin-top:20px;
margin-left:20px;
}

a.print {
	width:63px;
	height:18px;
	background-image:url(images/printstrip2.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	float:left;
	border-color:#000066;
	border-width:1px;
	border-style:solid;
	margin-left:160px;
	margin-top:152px;
	text-align:center;
	cursor:pointer;
	text-decoration:none;
	color:#000066;
	}
	
#contactheader {
background-image:url(images/contactheader.jpg);
width:451px;
height:66px;
position:relative;
float:left;
margin-left:20px;
}

#superheader {
	background-image:url(images/superheader.jpg);
	width:451px;
	height:66px;
	position:relative;
	float:left;
	margin-top:20px;
	margin-left:24px;
}

#stext1 {
	width:480px;
	height:235px;
	position:relative;
	float:left;
	margin-top:15px;
	font-family: Arial, Helvetica, sans-serif;
font-size:15px;
}

#stext2 {
	width:265px;
	height:225px;
	position:relative;
	float:left;
	margin-top:15px;
	font-family: Arial, Helvetica, sans-serif;
font-size:15px;
}

#superimage {
	background-image:url(images/superimage.jpg);
	width:216px;
	height:255px;
	position:relative;
	float:left;
	margin-left:5px;
	margin-top:15px;
}


