/***Water Works Screen Stylesheet*******************

version:   1.0
date:      07/13/07
author:    Ben Lew, 30dps	
email:     ben.lew@30dps.com
website:   30dps.com

Colors
Blue:#3F58B3
Red:#CF341C
Yellow:#FFFF3E
Light Blue:#E5E7F0
***************************************************/

@import url("reset.css");

/***Floating and Clearing classes*******************/
.clear {clear:both;}
.right, .Right {float: right;}
.left, .Right  {float: left;}
.middle {margin-left:auto;margin-right:auto;}

.right img {
	margin:0 0 10px 10px;
}

.left img {
	margin:0 10px 10px 0;
}

/***Global *****************************************/

body
    {
    font: 12px Arial,sans-serif;
	background: url(../common/skins/resources/background.jpg) repeat-y #3F58B3;
    color: #000000;
    text-align:left;
}

#wrapper
    {
	background:url(../common/skins/resources/body-bg.gif) repeat-y;
	background-position:0px 40px;
    width:812px;
    text-align:left;
}

#body-background {
	background:url(../common/skins/resources/site.jpg) no-repeat;
}

#home-background {
	background:url(../common/skins/resources/home.jpg) no-repeat;
}

#body-wrapper {
	width:812px;
	overflow:auto;
}

h1 {
	color:#3F58B3;
	font-weight:bold;
	font-size:22px;
	margin-bottom:5px;
}

h2 {
	font-size:18px;
	color:#666666;
	font-weight:bold;
}

h3 {
	font-weight:bold;
	font-size:14px;
}

h5 {
	color:#3F58B3;
	font-weight:bold;
	font-size:22px;
	margin:0;
	padding:0;
	line-height:26px;
	display:inline;
}

h6 {
	color:#CF341C;
	font-size:14px;
	margin:0;
	padding:0;
	line-height:18px;
}

#banana {
	width:812px;
	height:200px;
	z-index:500;
	position:absolute;
	top:0;
	left:0px;
}

.articleDiv {
	margin:0px;
	padding:0px;
	clear:both;
}

/*** Header **************************************/

#header{
	width:812px;
	height:214;
}

#logo {
	position:absolute;
	width:180px;
	height:180px;
	top:19px;
	left:29px;
	z-index:800;
}

#badge {
	position:absolute;
	left:270px;
	top:120px;
	z-index:700;
}

/*** Sidebar ************************************/
#sidebar {
	float:left;
	height:330px;
	padding-left:5px;
	margin-right:30px;
	_margin-right:0px;
}

.sidebar {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	width:187px;
}

/*** Home ***************************************/

#menu {
	position:absolute;
	margin-left:-15px;
	_margin-left:-45px;
	margin-top:10px;
	top:130px;
	_top:-80px;
	width:251px;
	height:272px;
}

#menu li {
	width:251px;
	height:68px;
	list-style:none;
	text-indent: -5000px;
}

#menu li, #menu a {
	height:68px;
	width:251px;
	display:block;
}

#panel1b {height:68px;width:251px;margin:0px;padding:0px;background:url(../common/skins/resources/menu-sprite.gif);}	
#panel2b {height:68px;width:251px;margin:0px;padding:0px;background:url(../common/skins/resources/menu-sprite.gif) 0px 68px;}	
#panel3b {height:68px;width:251px;margin:0px;padding:0px;background:url(../common/skins/resources/menu-sprite.gif) 0px 136px;}	
#panel4b {height:68px;width:251px;margin:0px;padding:0px;background:url(../common/skins/resources/menu-sprite.gif) 0px 204px;}	

#panel1b a:hover {background:url(../common/skins/resources/menu-sprite.gif) -251px 0px;}	
#panel2b a:hover{background:url(../common/skins/resources/menu-sprite.gif) -251px 68px;}	
#panel3b a:hover{background:url(../common/skins/resources/menu-sprite.gif) -251px 136px;}	
#panel4b a:hover{background:url(../common/skins/resources/menu-sprite.gif) -251px 204px;}

#side-call-1 {
	position:absolute;
	margin-left:461px;
	top:165px;
	width:285px;
	height:117px;
}

#side-call-2 {
	position:absolute;
	margin-left:461px;
	top:335px;
	width:285px;
	height:174px;	
}

#side-call-3 {
	position:absolute;
	margin-left:540px;
	top:457px;
	width:190px;
	height:123px;	
}

/*** Body ***************************************/



#content {
	_margin-left:50px;
	width:500px;
	float:left;
}

.content a, .content a:visited, .content a:active {
	font-weight:bold;
	color:#3F58B3;
}

.content a:hover {
	color:#667CC9;
}


.content ul {
	margin-left:10px;
	list-style-type:disc;
	list-style-image: url(../common/skins/resources/bullet.gif);
	margin-bottom:10px;
	margin-top:10px;
	padding-bottom:0px;
}

.content li {
	margin-bottom:3px;
}

.articleText {
	font-size:12px;

	text-align:left;
}

.articleText strong {
	font-size:14px;
	font-weight:bold;
	color:#667CC9;
}

.articleText blockquote {
	margin-top:5px;
	margin-bottom:5px;
	color:#666;
	font-weight:bold;
	margin-left:10px;
}

.articleText blockquote strong {
	font-weight:bold;
	color:#CF341C;
}

.comments {
	font-size:14px;
	text-align:center;
	font-weight:bold;
	color:#666;

}

.comments-ww {
	font-size:14px;
	text-align:center;
	font-weight:bold;
	color:#8F97BE;
}

/*** Navigation *********************************/

#EntNavBar {
	margin-top:-5px;
	padding:0px;
}

#EntNavBar li {
	margin-top:3px;
}
/*#EntNavBar ol {
padding-left: 20px;
}*/

.entity, .entity a:visited, .entity a:active {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	list-style:none;
	margin-top:1px;
	line-height:15px;
}

.entity a {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;

}

.entity a:hover {
	color:#FFFFD6;
	border:none;
}

.entityHighlight {
	list-style:none;
	margin-top:5px;
	line-height:15px;
}

.entityHighlight, .entityHighlight a, .entityHighlight a:hover,  .entityHighlight a:visited, .entityHighlight a:active {
	color:#FFFF3E;
	font-size:14px;
	font-weight:bold;
	list-style:none;
}

#DisplayList li, #DeptList li, #TopicList li, #SupTopicList li {
	list-style:none;
	float:left;
	display:block;
}

.department, .department a:visited, .department a:active {
	color:#FFFFFF;
	font-family:Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	vertical-align:middle;
	list-style:none;
	margin-left:5px;
	margin-top:5px;
}

.department a {
	color:#FFFFFF;
	font-family:Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	vertical-align:middle;
	text-decoration:none;
	list-style:none;
}

.department a:hover {
	color:#FFFFA0;
}

.departmentHighlight {
	list-style:none;
	margin-left:10px;
}

.departmentHighlight a, .departmentHighlight a:hover, .departmentHighlight a:active, .departmentHighlight a:visited {
	color:#FFFF3E;
	font-family:Helvetica, sans-serif;
	font-weight:bolder;
	font-size:14px;
	vertical-align:middle;
	text-decoration:none;
	list-style:none;
	margin-top:5px;
}

#sub-nav {
	background:url(../common/skins/resources/sub-nav-bg.gif) no-repeat 0px 0px;
	width:510px;
	margin:0px;
	padding:0px;
	display:block;
	height:50px;
	clear:both;
	margin-bottom:0px;
	vertical-align:bottom;
	padding-left:11px;
}

#sub-nav ul {
	margin:0;
	padding:0;
}

#sub-nav li {
	position:relative;
	list-style:none;
	margin:0px;
	padding:0px;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	display:inline;
	height:25px;
	float:left;


}

li.topic {
	position:absolute;
	background:url(../common/skins/resources/sub-nav-m.gif) repeat-x;
	margin:0px;
	padding:0px;
	float:left;	
	padding-bottom:10px;
}

li.topic img {
	vertical-align:middle;
}

li.topicHighlight img {
	vertical-align:middle;
}

li.topicHighlight {
	background:#3F58B3;

	margin:0px;
	padding:0px;

}

.sub-nav-r {
	height:25px;
	width:11px;
	float:left;
	margin:0px;
	padding:0px;
	margin-right:10px;
}

.sub-nav-l {
	height:25px;
	width:11px;
	float:left;
	margin:0px;
	padding:0px;
	

}

.topic, .topic a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	list-style:none;
}
	
.topic a:active {
	color:#FFFFFF;
		}	
	
#sub-nav.topic li {
	display:block;
	float:left;
	border:solid 15px #FF0000;
}

.topic a {
	color:#3F58B3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}

.topic a:hover {
	color:#3F58B3;
	background:#E5E7F0;
}

.topic li a:hover {
	color:#3F58B3;
	background:#E5E7F0;
}

.topicHighlight {
	list-style:none;
}

.topicHighlight a, .topicHighlight a:hover, .topicHighlight a:active, .topicHighlight a:visited {
	color:#FFFF3E;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	list-style:none;
	line-height:15px;
	background:#3F58B3;

}

#SubTopicUl li {
	background:#333;
}

.subtopic, .subtopic a:visited {
	color:#3F58B3;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height:30px;/* changed line height to make subnav line wraps separate. BE 4/14/08 */
	list-style:none;
	margin-left:10px;
	margin-top:5px;
	display:inline;
}
	
#TopicUL ul {
	margin:0px;
	padding:0px;
}

#SubTopicUL ul li {
	display:inline;
	background:#333;
}

ul#subtopicnav {
	margin:0px;
	padding:0px;
}

.subtopic a {
	color:#3F58B3;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	vertical-align:middle;
	text-decoration:none;
	line-height:12px;
	border:solid 2px #E5E7F0;
	padding:3px;
}

.subtopic a:hover {
	color:#3F58B3;
	background:#E5E7F0;
}

.subtopicHighlight {
	list-style:none;
	margin-left:20px;
	display:inline;
}

.subtopicHighlight a, .subtopicHighlight a:hover, .subtopicHighlight a:active, .subtopicHighlight a:visited {
	color:#3F58B3;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:12px;
	vertical-align:middle;
	text-decoration:none;
	line-height:30px;/* changed line height to make subnav line wraps separate. BE 4/14/08 */
	list-style:none;
	margin-top:5px;
	background:#FFFF3E;
	padding:3px;
	border:solid 2px #FFFF3E;
}

/*** Titles *************************************/

.entityTitle {
	color:#CF341C;
	font-weight:bold;
	font-size:24px;
}

.title1 {
	color:#3F58B3;
	font-weight:bold;
	font-size:22px;
	margin-bottom:0px;
}

.title2 {
	font-size:18px;
	color:#666666;
	font-weight:bold;
}

.title3 {
	font-weight:bold;
	font-size:14px;
}

.menu-title {
	font-weight:bold;
	font-size:26px;
	color:#CF341C;
}

/*** Footer *************************************/
#footer {
	
	color:#FFFFFF;
	padding-left:80px;
	padding-bottom:10px;
	padding-top:13px;
	text-align:left;
	clear:both;
	background:url(../common/skins/resources/footer-bg.gif) no-repeat;
	background-position:53px 0px;
	height:60px;
	_height:80px;
}

#footer-home {
	color:#FFFFFF;
	padding-left:80px;
	padding-bottom:10px;
	padding-top:13px;
	margin-top:-22px;
	text-align:left;
	clear:both;
	background:url(../common/skins/resources/footer-home-bg.gif) no-repeat;
	background-position:53px 0px;
	height:60px;
	_height:80px;
}

#call-search {
	background:url(../common/skins/resources/call_search.gif) no-repeat;
	background-position:0px 2px;
	width:280px;
	float:left;
	position:absolute;
	margin-left:32px;
	height:50px;
}

.search-box {
	border:none;
	background:#FFFFFF;
	font-size:14px;
	color:#3F58B3;
	margin-top:13px;
	margin-left:115px;
	margin-right:1px;
}

.search-go {
	vertical-align:middle;
	margin-left:12px;
}

#call-signup {
	position:absolute;
	margin-left:285px;
}

#call-buy {
	position:absolute;
	margin-left:475px;
}

#footer-nav {
	color:#E5E7F0;
	clear:both;
	width:700px;
	margin-left:65px;
	line-height:11px;
	font-size:10px;
	text-align:center;
}

.footer-nav a, .footer-nav a:visited, .footer-nav a:active {
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-align:left;
}

.footer-nav a:hover {
	color:#FFFF3E;
}

/*** Catalog ***********************/
.basket-title {
	font-weight:bold;
	color:#FFFFFF;
	font-size:14px;
	padding:5px;
}


.product-pic {
	float:left;
}

.product-info {
	float:left;
}


/*** Services Menu ******************/


#service-menu a, #service-menu  a:hover {
	color:#FFFFFF;
}


.entityTitle {
	color:#CF341C;
	font-weight:bold;
	font-size:24px;
}

#services-menu {
	height:54px;
	width:500px;
	background:url(../common/skins/resources/services-menu.gif);
	list-style:none;
	position:relative;
}

#services-menu ul, #services-menu li {
	list-style-type:none;
}

.wash-menu {
	position:absolute;
	top:0px;
	left:161px;
	width:150px;
	height:32px;
}

.wash-menu a {
	position:absolute;
	width:150px;
	height:32px;
	text-indent:-5000px;
	background:url(../common/skins/resources/services-menu.gif) 341px -54px;
	overflow:auto;
}

.wash-menu a:hover {
	width:150px;
	height:32px;
	text-indent:-5000px;
	background:url(../common/skins/resources/services-menu.gif) 341px -108px;	
	overflow:auto;
}

.details-menu {
	position:absolute;
	top:0px;
	left:325px;
	width:147px;
	height:32px;
}

.details-menu a {
	position:absolute;
	width:150px;
	height:32px;
	text-indent:-5000px;
	background:url(../common/skins/resources/services-menu.gif) 175px -54px;
	overflow:auto;
}

.details-menu a:hover {
	width:150px;
	height:32px;
	background:url(../common/skins/resources/services-menu.gif) 175px -108px;	
}

#service-menu {	
	width:500px;
	height:559px;
	background:url(../common/skins/resources/ServicesMenu.gif);
	list-style:none;
	position:relative;
}

#service-menu li, #service-menu ul {
	list-style:none;
}

.express-whatsthis {
	position:absolute;
	right:10px;
	top:12px;
	color:#FFFFFF;
	font-size:13px;
}

.express-whatsthis a {
	color:#FFFFFF;
}

.custom-whatsthis {
	position:absolute;
	right:10px;
	top:175px;
	color:#FFFFFF;
	font-size:13px;
}

.express-whatsthis a {
	color:#FFFFFF;
}

.professional-whatsthis {
	position:absolute;
	right:10px;
	top:315px;
	color:#FFFFFF;
	font-size:13px;
}

.professional-whatsthis a {
	color:#FFFFFF;
}

.sm-paintsealant {
	position:absolute;
	width:166px;
	height:102px;
	top:335px;
	left:0px;
}

.sm-paintsealant a {
	position:absolute;
	width:166px;
	height:102px;
	text-indent:-5000px;
	overflow:auto;
	
}

.sm-paintsealant a:hover {
	text-indent:-5000px;
	background:url(../common/skins/resources/ServicesMenu.gif) -500px -335px no-repeat;
	overflow:auto;
}

.sm-diamond {
	position:absolute;
	width:166px;
	height:102px;
	top:335px;
	left:166px;
}

.sm-diamond a {
	position:absolute;
	width:166px;
	height:102px;
	text-indent:-5000px;
	overflow:auto;
}

.sm-diamond a:hover {
	text-indent:-5000px;
	background:url(../common/skins/resources/ServicesMenu.gif) -666px -335px no-repeat;
	overflow:auto;
}

.sm-interiorclean {
	position:absolute;
	width:166px;
	height:102px;
	top:335px;
	left:332px;
}

.sm-interiorclean a {
	position:absolute;
	width:166px;
	height:102px;
	text-indent:-5000px;
	overflow:auto;
	
}

.sm-interiorclean a:hover {
	text-indent:-5000px;
	background:url(../common/skins/resources/ServicesMenu.gif) -832px -335px no-repeat;
	overflow:auto;
}






.sm-finefinish {
	position:absolute;
	width:166px;
	height:102px;
	top:30px;
	left:0px;

}

.sm-finefinish a {
	position:absolute;
	width:166px;
	height:102px;
	text-indent:-5000px;
	overflow:auto;
	
}

.sm-finefinish a:hover {
	text-indent:-5000px;
	background:url(../common/skins/resources/ServicesMenu.gif) -500px -30px no-repeat;
	overflow:auto;

}

.sm-interiorsuper {
	position:absolute;
	width:166px;
	height:102px;
	top:30px;
	left:166px;
}

.sm-interiorsuper a {
	position:absolute;
	width:166px;
	height:102px;
	text-indent:-5000px;
	overflow:auto;
	
}

.sm-interiorsuper a:hover {
	text-indent:-5000px;
	background:url(../common/skins/resources/ServicesMenu.gif) -666px -30px no-repeat;
	overflow:auto;
}

.sm-carpetshampoo {
	position:absolute;
	width:166px;
	height:102px;
	top:30px;
	left:332px;
}

.sm-carpetshampoo a {
	position:absolute;
	width:166px;
	height:102px;
	text-indent:-5000px;
	overflow:auto;
	
}

.sm-carpetshampoo a:hover {
	text-indent:-5000px;
	background:url(../common/skins/resources/ServicesMenu.gif) -832px -30px no-repeat;
	overflow:auto;
}

.sm-completedetail {
	position:absolute;
	width:250px;
	height:77px;
	top:199px;
	left:0px;
}

.sm-completedetail a {
	position:absolute;
	width:250px;
	height:77px;
	text-indent:-5000px;
	overflow:auto;
	
}

.sm-completedetail a:hover {
	text-indent:-5000px;
	background:url(../common/skins/resources/ServicesMenu.gif) -500px -199px no-repeat;
	overflow:auto;
}

.sm-intextdetail {
	position:absolute;
	width:250px;
	height:77px;
	top:199px;
	left:250px;
}

.sm-intextdetail a {
	position:absolute;
	width:250px;
	height:77px;
	text-indent:-5000px;
	overflow:auto;
	
}

.sm-intextdetail a:hover {
	text-indent:-5000px;
	background:url(../common/skins/resources/ServicesMenu.gif) -750px -199px no-repeat;
	overflow:auto;
}

li.sm-others {
	height:5px;
}

.sm-others {
	position:absolute;
	width:480px;
	height:85px;
	top:459px;
	left:10px;
	color:#FFFFFF;
	font-size:10px;
}

.sm-others a {
	color:#FFFFFF;
	text-decoration:none;
}

.otherbox {
	width:180px;
	float:left;
	text-align:left;
	font-family:arial, sans-serif;
	
}

.sm-others strong {
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}

.otherboxprice {
	float:left;
	text-align:right;
	font-family:arial, sans-serif;
	letter-spacing: -.5px;
	color:#ffff3e;
}

.otherboxprice ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

.otherboxprice li {
	margin:0px;
	padding:0px;
	height:10px;
}

.otherbox ul {
	list-style:none;
	margin:0px;
	padding:0px;
	width:160px;
	float:left;

}

.otherbox li {
	
	margin:0px;
	padding:0px;
	height:10px;

}

.otherpricecol {
	text-align:right;
	color:#ffff3e;
	right:0px;
	margin-right:10px;
}

.otherpricecol ul {
	float:left;
	
}

/*** Wash Menu ******************/

#wash-menu {	
		position:relative;
	width:500px;
	height:370px;
	background:url(../common/skins/resources/WashMenu.gif);
	list-style:none;

	font-size:9px;
	color:#FFF;
}

#wash-menu li {
	list-style:none;
}

#wash-menu strong {
	color:#FFF;
	font-weight:bold;
}


#wash-menu a {
	color:#FFF;
	font-size:9px;
	text-decoration:none;	
}

.wm-fullservice {
	position:absolute;
	width:251px;
	height:66px;
	top:0px;
	left:0px;
}

.wm-fullservice a {
	position:absolute;
	width:251px;
	height:66px;
	text-indent:-5000px;
	overflow:auto;
	
}

.wm-fullservice a:hover {
	text-indent:-5000px;
	background:url(../common/skins/resources/WashMenu.gif) -500px 0px no-repeat;
	overflow:auto;
}

.wm-exteriorwash {
	position:absolute;
	width:251px;
	height:66px;
	top:0px;
	left:251px;
}

.wm-exteriorwash a {
	position:absolute;
	width:251px;
	height:66px;
	text-indent:-5000px;
	overflow:auto;
}

.wm-exteriorwash a:hover {
	text-indent:-5000px;
	background:url(../common/skins/resources/WashMenu.gif) -751px 0px no-repeat;
	overflow:auto;
}

.wm-ultraclearcoat {
	position:absolute;
	width:168px;
	height:53px;
	top:66px;
	left:0px;
}

.wm-ultraclearcoat a {
	position:absolute;
	width:166px;
	height:53px;
	text-indent:-5000px;
	overflow:auto;
	
}

.wm-ultraclearcoat a:hover {
	text-indent:-5000px;
	background:url(../common/skins/resources/WashMenu.gif) -500px -66px no-repeat;
	overflow:auto;
}

.wm-superw {
	position:absolute;
	width:166px;
	height:53px;
	top:66px;
	left:168px;
}

.wm-superw a {
	position:absolute;
	width:166px;
	height:53px;
	text-indent:-5000px;
	overflow:auto;
	
}

.wm-superw a:hover {
	text-indent:-5000px;
	background:url(../common/skins/resources/WashMenu.gif) -668px -66px no-repeat;
	overflow:auto;
}

.wm-exteriorplus {
	position:absolute;
	width:166px;
	height:53px;
	top:66px;
	left:334px;
}

.wm-exteriorplus a {
	position:absolute;
	width:166px;
	height:53px;
	text-indent:-5000px;
	overflow:auto;
	
}

.wm-exteriorplus a:hover {
	text-indent:-5000px;
	background:url(../common/skins/resources/WashMenu.gif) -834px -66px no-repeat;
	overflow:auto;
}

.wm-expresswash {
	position:absolute;
	width:168px;
	height:49px;
	top:146px;
	left:0px;
}

.wm-expresswash a {
	position:absolute;
	width:166px;
	height:49px;
	text-indent:-5000px;
	overflow:auto;
	
}

.wm-expresswash a:hover {
	text-indent:-5000px;
	background:url(../common/skins/resources/WashMenu.gif) -500px -146px no-repeat;
	overflow:auto;
}

.wm-superworks {
	position:absolute;
	width:166px;
	height:49px;
	top:146px;
	left:168px;
}

.wm-superworks a {
	position:absolute;
	width:166px;
	height:49px;
	text-indent:-5000px;
	overflow:auto;
	
}

.wm-superworks a:hover {
	text-indent:-5000px;
	background:url(../common/skins/resources/WashMenu.gif) -668px -146px no-repeat;
	overflow:auto;
}

.wm-ultimatewash {
	position:absolute;
	width:166px;
	height:49px;
	top:146px;
	left:334px;
}

.wm-ultimatewash a {
	position:absolute;
	width:166px;
	height:49px;
	text-indent:-5000px;
	overflow:auto;
	
}

.wm-ultimatewash a:hover {
	text-indent:-5000px;
	background:url(../common/skins/resources/WashMenu.gif) -834px -146px no-repeat;
	overflow:auto;
}

.wm-interiorprotection {
	position:absolute;
	width:230px;
	height:70px;
	top:259px;
	left:250px;
	padding:10px;
	
	letter-spacing:0px;
	list-style:none;
	
}

.wm-exteriorprotection {
	position:absolute;
	width:230px;
	height:70px;
	top:259px;
	left:0px;
	padding:10px 3px 0 3px;
	list-style:none;
	padding-left:5px;
}

.wm-exteriorprotection li, .wm-exteriorprotection ul {
	list-style:none;
}


.wm-otherbox {
	width:75px;
	float:left;
	text-align:left;
	font-family:arial, sans-serif;
	margin-right:5px;
	margin-left:5px;
	_margin:0px;
}

.wm-otherbox li, .wm-otherprice li, .wm-otherbox ul, .wm-otherprice ul {
	list-style:none;
	list-style-type:none;
	margin:0px;
	padding:0px;
	height:10px;
}


.wm-otherbox strong, .sm-otherbox strong {
	font-size:10px;
	font-weight:bold;
}

.wm-otherprice {
	width:10px;
	text-align:right;
	color:#ffff3e;
	right:0px;
	float:left;
	margin-right:5px;

}


.wm-otherbox ul {
	list-style:none;
	margin:0px;
	padding:0px;
	width:160px;


}

.wm-otherbox li, .wm-otherprice li, .wm-otherbox ul, .wm-otherprice ul {
	list-style:none;
	list-style-type:none;
	margin:0px;
	padding:0px;
	height:10px;
}



/*** Card Menu **********************/
	
	#card-menu {
		position:relative;
		width:500px;
		height:151px;
		background:url(../common/skins/resources/cards.jpg) no-repeat;
		list-style:none;
	}
	
	.vip-card {
		position:absolute;
		height:151px;
		width:165px;
	}
	
	.vip-card a {
		position:absolute;
		height:151px;
		width:165px;
		text-indent:-5000px;
		overflow:auto;
		
	}
	
	.vip-card a:hover {
		position:absolute;
		height:151px;
		width:165px;
		text-indent:-5000px;
		background:url(../common/skins/resources/cards.jpg) 0px -150px no-repeat;
		overflow:auto;
	}
	
	.wash-book {
		position:absolute;
		height:151px;
		width:165px;
		left:165px;
	}
	
	.wash-book a {
		position:absolute;
		height:151px;
		width:165px;
		text-indent:-5000px;
		overflow:auto;
		
	}
	
	.wash-book a:hover {
		position:absolute;
		height:151px;
		width:165px;
		text-indent:-5000px;
		background:url(../common/skins/resources/cards.jpg) -165px -150px no-repeat;
		overflow:auto;
	}
	
	.gift-card {
		position:absolute;
		height:151px;
		width:165px;
		left:340px;
	}
	
	.gift-card a {
		position:absolute;
		height:151px;
		width:165px;
		text-indent:-5000px;
		overflow:auto;
		
	}
	
	.gift-card a:hover {
		position:absolute;
		height:151px;
		width:165px;
		text-indent:-5000px;
		background:url(../common/skins/resources/cards.jpg) -340px -150px no-repeat;
		overflow:auto;
	}
	
	#couponstoday {
		width:250px;
		height:100px;
		background:url(../common/skins/resources/couponstoday.gif) no-repeat;
	}
	
	#couponstoday a {
		color:#000000;
		font-size:12px;
	}
	
	#couponstoday a:hover {
		text-decoration:underline;
	}
	
/*** FAQ menu *********************/

#fax {margin:0px;padding:0px;}

#faq ul, #faq li {
	margin:0 0 5px 0;
	padding:0px;
	list-style:none;
	font-size:14px;
}

/*** E-Com Styles *********************/
.strikeThrough {
	text-decoration: line-through;
}
.redText {
	
}
.sm-italic {
	font-size: 9px;
	font-style: italic;
}
