/************************************************/
/*
  - Fairburn Cleaning Services
  - 
  - File: style.css
*/

/***********************************************/



/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
    font-family: Arial;
    background-color: #0181CA;
    margin: 0;
    display: block;
	color: #173182;
}
a:link, a:visited {
    font-family: Arial;
	 color: #000000;
	 text-decoration: underline;
}
a:hover, a:active {
    font-family: Arial;
	 color: #000000;
	 text-decoration: underline;
}
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
p {
	margin: 10px 0;
}
.hideme {
	display: none;
}

a img {
	border: none;
}

/* below are the three wrappers, header, content and footer */
#outer-wrapper {
	width: 794px;
	height: auto;
	overflow: auto;
	display: block;
	margin: 20px auto 0;
}

#header {
	width: 794px;
	height: 380px;
	margin: 0 auto;
	background-image: url(../images/header-bg-1.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#header img.logo {
	float: left;
	padding: 25px 0 0 35px;
}
#header img.tel {
	float: right;
	padding: 25px 100px 0 0;
}

#main-content {
	width: 794px;
	height: auto;
	overflow: auto;
	background-image: url(../images/middle-bg.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

#holding-image {
	width: 200px;
	height: 200px;
	display: block;
	margin: 0 auto;
}
#holding-content {
	width: 300px;
	height: auto;
	display: block;
	margin: 0 auto;
	text-align: center;
}
#holding-content p {
	color: #183382;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
#holding-content a:link, #holding-content a:visited {
	color: #183382;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
#holding-content a:hover, #holding-content a:active {
	color: #183382;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

#left-content {
	background-color: transparent;
	width: 180px;
	float: left;
}

ul#nav {
	list-style: none;
	margin: 0 0 0 24px;
	padding: 0;
}
ul#nav li {
	padding: 0 0 20px 0;
}
ul#nav li a:link, ul#nav li a:visited {
	font-size: 16px;
	font-weight: bold;
	color: #173182;	
	font-family: arial, Helvetica, sans-serif;
	text-decoration: none;
	outline: none;
}
ul#nav li a:hover, ul#nav li a:active {
	font-size: 16px;
	font-weight: bold;
	color: #173182;	
	font-family: arial, Helvetica, sans-serif;
	text-decoration: underline;
	outline: none;
}

ul#nav li.selected a:link, ul#nav li.selected a:visited,
ul#nav li.selected a:hover, ul#nav li.selected a:active {
	font-size: 20px;
	font-weight: bold;
	color: #173182;	
	font-family: arial, Helvetica, sans-serif;
	text-decoration: underline;
	outline: none;
}


ul#left-image-wrapper {
	margin: 30px 0 0 0;
	padding: 0;
	width: 180px;
	list-style: none;
}
ul#left-image-wrapper li {
	list-style: none;
	width: 180px;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
}


#middle-content {
	width: 352px; /* - 24+24 padding */
	min-height: 330px;
	float: left;
	background-image: url(../images/dots.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-y;
	padding: 0 24px;
}

#middle-content h1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	font-family: arial, Helvetica, sans-serif;
	color: #173182;
}
#middle-content h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	font-family: arial, Helvetica, sans-serif;
	color: #173182;
}
#middle-content p  {
	font-weight: normal;
	font-size: 11px;
	font-family: arial, Helvetica, sans-serif;
	color: #173182;
}
#middle-content ul {
	margin: 0 0 18px 0;
	padding: 0;
	font-weight: normal;
	font-size: 11px;
	font-family: arial, Helvetica, sans-serif;
	color: #173182;
	list-style: none;
}
#middle-content ul li {
	list-style: none;
}

.quote {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 0 30px;
}
.quote-name {
	display: block;
	font-size: 9px;
	text-align: center;
	padding: 0 50px;
	margin: -10px 0 0 0;
}

#right-content {
	width: 190px;
	float: left;
}
#right-image-wrapper {
	width: 170px;
	margin: 0 auto;
	background-color: #173182;
	border: 1px solid #173182;
	text-align: center;
}
#right-image-wrapper img {
	margin: 0;
	padding: 0;
	*margin-bottom: -3px;
}
#right-image-wrapper p {
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
	margin: 0;
	padding: 4px 16px;
	font-size: 11px;
}
#right-image-wrapper ul {
	width: 170px;
	text-align: center;
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
#right-image-wrapper ul li {
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
	list-style: none;
}
#right-image-wrapper ul.health li {
	padding: 6px 0;
}



#footer {
	width: 794px;
	height: 60px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/footer-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}