/* Elements */
body {
	font-family:"Lucida Grande", "Trebuchet MS", Tahoma, sans-serif;
	background: url(../images/bg_home.jpg) repeat-x #FFDC3D;
	color: #9fbcbf;
	height: 100%;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 13px;
}

h6 {
	font-size: 11px;
}

p, #main-right span, blockquote{
	font-size: 12px;
}

a {
	color: #2C2AEA;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	border:none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

ul, ol {
	list-style: inside square;
	color: #FFF;
	font-size: 12px;
	line-height: 20px;
	margin: 20px 0;
}

ol {
	list-style: inside decimal;
}

blockquote {
	background: transparent url(../images/blockquote.png) no-repeat 0 0;
	line-height: 20px;
	text-indent: 32px;
	text-align: justify;
}

#wrapper {
	margin: auto;
	width: 940px;
}

/* Header */

#header {
	position: relative;
	background: url(../images/header.jpg) no-repeat;
	height: 148px;
	width: 100%;
}

#header .freewashbadge {
	position: absolute;
	background: none;
	border: none;
	left: 895px;
	z-index: 5;
}

#flash {
	position: absolute;
	background: none;
	border: none;
	left: 515px;
	top: 10px;
	z-index: 5;
}
/* Menu */
#menu {
	float:right;
	list-style: none;
	margin-top: 118px;
	margin-bottom: 0px;
}

#menu li {
	float: left;
	background: url(../images/menu-center.gif);
	margin-right: -1px;
}

#menu li a {
	float: left;
	text-decoration: none;
	padding-top: 4px;
	height: 27px;
	color: #cbeff2;
	font-size: 16px;
	min-width: 80px;
	text-align: center;
}

#menu li div{
	height: 31px;
	width: 6px;
	float: left;
}

#menu li div.menu-left {
	background: url(../images/menu-left.gif);
}

#menu li div.menu-right {
	background: url(../images/menu-right.gif);
}

#menu li.selected a, #menu li.current a {
	color: #2f3738;
	background: url(../images/menu-selected-center.gif);
}

#menu li.selected div.menu-left, #menu li.current div.menu-left {
	background: url(../images/menu-selected-left.gif);
}

#menu li.selected div.menu-right, #menu li.current div.menu-right {
	background: url(../images/menu-selected-right.gif);
}

/* Featured */
#featured {
	!background: url(../images/feature-right-bg.jpg) 450px bottom no-repeat;
	height: 298px;
	width: 100%;
	margin-top: 2px;
	color: #2f3738;
	overflow: scroll;
}

.feature {background-color:#999999;}

.feature-left {
	float: left;
	width: 340px;
	margin: 30px 40px 40px 0px;;
}

.feature-left h2 {
	font-size: 20px;
	color: #2C2AEA;
}

.feature-left p {
	display: block;
	height: 100px;
	overflow: hidden;
	text-align: justify;
	line-height: 20px;
	color: #FFF;
}

.feature-divider {
	background: url(../images/featured-divider.gif) repeat-x;
	height: 2px;
	width: 340px;
	margin: 20px 0px;
}

.feature-buttons {
	margin-top: 24px;
}

.feature-button-next, .feature-button-prev, .feature-button-portfolio {
	background: url(../images/feature-button.jpg) no-repeat;
	width: 100px;
	height: 23px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
	font-size: 12px;
	text-align: center;
	padding-top: 7px;
	cursor: pointer;
	color: #FFF;
}

.feature-button-next:hover, .feature-button-prev:hover, .feature-button-portfolio:hover {
	text-decoration: none;
}

.feature-button-next {
	margin-right: 0px;
}

.feature-right {
	float: right;
	width: 520px;
	height: 220px;
	margin-top: 40px;
}

.feature-right img {
	border: none;
	padding: 0px;
	background-color: #2f3738;
	width: 515px;
	height: 215px;
	overflow: hidden;
}

/* Main */
#main {
	padding-top: 40px;
	margin-bottom: 20px;
}

#main h2, #drawer-main h2 {
	color: #2C2AEA;
	font-size: 21px;
	margin-top: -8px;
}

.main-divider-long, .main-divider-short {
	background: url(../images/main-divider.gif) repeat-x;
	height: 2px;
	width: 100%;
	margin: 15px 0px 20px 0px;
	clear: both;
}

.main-divider-short {
	margin-right: 80px;
	width: auto;
}

.main-divider-small {
	background: url(../images/main-divider.gif) repeat-x;
	height: 2px;
	width: 100%;
	margin: 10px 0px;
}

#main img {
	background-color: transparent;
	border: none;
}

#about-me {
	float: left;
	width: 340px;
}

#about-me div {
	margin-left: 20px;
	width: 218px;
	float: right;
}

#about-me p {
	text-align: justify;
	line-height: 20px;
	color: #2C2AEA;
}

#main-left {
	float: left;
	width: 380px;
	position: relative;
}

}
#main-left p {
	line-height: 20px;
	text-align: justify;
	color: #2C2AEA;
}

#main-left p a {
	font-weight: bold;
	color: #2C2AEA;
	text-decoration: underline;
}

#main-left p a:hover {
	text-decoration: none;
}

#main-right {
	float: left;
	padding-left: 50px;	
	width: 400px;
	position: relative;
}
#main-right .cell {
	position: absolute;
	left: 400px;
	top: -20px;
	border: none;
	z-index: -1;
	background-color: transparent;
}
#main-right p {
	line-height: 20px;
	text-align: justify;
	color: #2C2AEA;
}

#main-right p a {
	font-weight: bold;
	color: #2C2AEA;
	text-decoration: underline;
}

#main-right p a:hover {
	text-decoration: none;
}

.author-date, .testimonial-link {
	float: right;
	margin-top: -20px;
}

.testimonial-author {
	color: #59d8e5;
	float: right;
	font-style: italic;
	margin-top: 10px;
}

.main-button-short, .main-button-long {
	background: url(../images/main-button-short.jpg) no-repeat;
	width: 100px;
	height: 23px;
	overflow: hidden;
	color: #FFF;
	margin: 20px 20px 20px 0px;
	font-size: 11px;
	text-align: center;
	padding-top: 7px;
	display: block;
	float: left;
	
}

.main-button-short:hover, .main-button-long:hover {
	text-decoration: none;
}

.main-button-long {
	width: 150px;
	margin-top: 15px;
	margin-bottom: -65px;
	background: url(../images/main-button-long.jpg) no-repeat;
	overflow: hidden;
}

.contact {
	font-size: 11px;
	width: 150px;
	float: left;
}

.contact .type {
	width: 40px;
	float: left;
	color: #FFF;
}

.contact .type span, .contact .value span {
	line-height: 20px;
}

.contact .value span {
	float: right;
}

.service-icon {
	float: left;
	padding-right: 46px;
	padding-top: 10px;
	outline: none;
	border: none;
	background-color: transparent;
}

img {
	outline: none;
	border: none;
	background-color: transparent;
}
}

/* Footer */

#footer-wrapper {
	width: 100%;
}

#footer {
	padding: 0px;
	padding-top: 0px;
	width: 940px;
	margin: auto;
}

#footer span {
	width: 100%;
	height: 18px;
	display: block;
	font-weight: bold;
	color: #2C2AEA;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: px;
}

#footer span a {
	text-decoration: underline;
	color: #2C2AEA;
}

#footer span a:hover {
	text-decoration: none;
}

/* Misc */

.cellsignup {
	overflow-x: hidden;
	overflow-y: hidden;
}

.widget h3, .widget3 h3 {
	color: #FFF;
	line-height: 0.5em;
}

.tooltip{
    position:absolute;
    z-index:999;
    left:0px;
    background-color:#2f3738;
    padding:5px;
    border:1px solid #647678;
    width:250px;
    display: none;
}

.tooltip p{
    margin:0;
    padding:0;
    color: #d5fbff;
    background-color:#2F3738;
    padding:2px 7px;
    font-size: 11px;
}

.notification_error {
	border: 1px solid #A25965;
	height: auto;
	width: 530px;
	padding: 7px;
	background: #F8F0F1;
	text-align: left;
	font-size: 11px;
	margin-bottom: 15px;
	color: #A25965;
	text-align: center;
}

.drawer_notification_ok {
	width: 480px;
}

.avatar {
	float: left;
}

.float-left {
	float: left;
	margin-right: 20px;
}

.img-float-left {
	margin: 20px 20px 15px 0px;
	float: left;
}

.img-float-right {
	margin: 20px 0px 15px 20px;
	float: right;
}

.float-right {
	float: right;
	margin-left: 20px;
}

.clear {
	clear: both;
}

#submenu {
	float:right;
	margin-right:-8px;
}
.col1, .col2 {
	float:left;
	width:350px;
	font-size:15px;
}

.col1 li, .col2 li {
	padding-bottom:3px;
}

#main-sidebar2 {
	float:right;
}
#main-content2 {
	float:left;
	width:710px;
}
.post {position:relative;}
.arrow {position:absolute;top:-20px;right:75px;}
.widget4 {margin:0 auto; text-align:center; padding:10px 0 20px 0;}