/*
site:			ACE Carpet Care style sheet
author:		gnelson@apriadesign.com
updated:		June 10, 2006
*/


/*  ------   site wide variables  ------  */

html,body {
	margin:0; 
	padding:0;
	}
body {
	font: 90% arial,sans-serif;
	text-align:left;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	}
p {
	margin:0 10px 10px;
	line-height: 1.8;
	font-size: 12px;
	}
a {
	color: #981793;
	padding:10px;
	}

/*  ------   page structure  ------  */

#container {
	width:1000px;
	margin: 20px 0 0 0;
	}
#wrapper {
	float:left;
	width:100%;
	margin-top: 25px;
	}
#content {
	margin: 0 200px;
	}
#navigation {
	float:left;
	width:200px;
	margin-left:-1000px; 
	margin-top: 20px;
	}

#footer {
	clear:left;
	width: 600px;
	margin-left: 200px;
	margin-top: 30px;
	padding-top: 5px;
	margin-bottom: 20px;
	}

/*  ------   logos @ top  ------  */


#logoleft {
	float: left;
	}

#logoright {
	float: right;
	}

/*  ------   page text  ------  */


#header h1 {
	height:80px;
	line-height:80px;
	margin: 0;
	padding-left:10px;
	background: #EEE;
	color: #79B30B;
	}
#container {
	text-align:left;
	}
#content h1, h2, h3{
	color: #333333; 
	padding-left: 12px;
	}
#content h1 {
	font-size: 24px;
	padding-top: 5px;
	}
#content h2{
	font-size: 18px;
	margin: 5px;
	}
#content p {
	font-size: 14px;
	padding-right: 15px;
	padding-top: 15px;
	}

/*  ------   coupon info  ------  */

.coupon {
	width: 400px;
	background: #4899CE;
	border: #4899CE dashed 5px;
	padding: 20px;
	text-align: center;
	margin: 30px auto 30px auto;
	}
#content .coupon h1 {
	font-size: 28px;
	}
#content .coupon h2 {
	font-size: 28px;
	color: yellow;
	}
#content .coupon h3 {
	font-size: 10px;
	}

/*  ------   other  ------  */

#servicedescription {
	padding-left: 35px;
	}
.van {
	padding-top: 40px;
	padding-left: 100px;
	}

/*  ------   sidemenu that appears on the right  ------  */

#sidemenutop {
	float: left;
	width: 200px;
	margin-left:-200px;
	padding-top: 30px;
	}
#sidemenutop h2 {
	font-size: 16px;
	color: #013C78;
	text-align: center;
	}
#sidemenu {
	float:left;
	width:200px;
	margin-left:-200px;
	margin-top: 450px;
	}
#sidemenu {
	background: #013C78;
	}
#sidemenu h1 {
	font-size: 18px;
	border-bottom: black thin solid;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	color: white;
	text-align: center;
	}
#sidemenu h2 {
	font-size: 16px;
	color: white;
	text-align: center;
	}
#sidemenu li {
	padding: 3px;
	font-size: 12px;
	color: white;
	}
#sidemenu p {
	font-size: 16px;
	}

/*  ------   footer info  ------  */

#footer {
	color: #000000;
	text-align: center;
	margin-top: 15px;
	padding-top: 5px;
	border-top: 1px dashed #FF0000;
	}
#footer p {
	margin:0;
	padding:5px 10px;
	}






/*  Navigation Section - START */

#navigation p {
	font-size: 18px;
	}
#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#navigation li {
	margin: 0;
	}

#navigation a {
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 12px 12px 8px 50px;
	color: #000066;
	border-bottom: 1px solid black;
	height: 20px;
	}

#navigation a:hover {
	background-color: #4899CE;
	color: white;
	background-image: url(images/hoverbubble.jpg);
	background-position: left;
	background-repeat: no-repeat;
	}

#navigation a:active {
	padding: 12px 12px 8px 50px;
	background-color: none;
	color: #000066;
	border-bottom: 1px solid black;
	}

#navigation a.lastnav {
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 12px 12px 8px 50px;
	background-color: none;
	color: #000066;
	border-bottom: none;
	}

/*  Navigation Section - END */
