body{
	background: black url(../images/background.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a{
	color: #005cab;
}a:hover{	text-decoration: none;}

#content ul li{
	margin: 10px 0;
}

#page{
	width: 804px;
	margin: 0 auto;
}

#header{
	height: 86px;
	padding: 15px 38px 0 28px;
	text-align: right;
}

#logo{
	float: left;
}

#phone{
	margin-top: 18px;
}

#menu{
	height: 38px;
	padding-left: 20px;
	overflow: hidden;
}

#menu ul{
	height: 38px;
}

#menu li{
	float: left;
	position: relative;
}

#menu span{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 36px;
	line-height: 36px;
	padding: 0 45px 2px 48px;
	font-weight: bold;
	font-family: Tahoma, Verdana, sans-serif;
	text-decoration: none;
	font-size: 14px;
	color: #4f7223;
}

#menu a{
	position: relative;
	float: left;
	display: block;
	height: 34px;
	line-height: 34px;
	padding: 0 46px 4px 47px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	font-size: 14px;
	font-family: Tahoma, Verdana, sans-serif;
	background: url(../images/menu-divider.png) right center no-repeat;
}#menu a:hover{	color: black;}

#menu a.last{
	background: none;
}

#menu .active{
	background: white url(../images/menu-left.png) no-repeat;
	left: -2px;
}

#menu .active span{
	color: #d0d0d0;
}

#menu .active a{
	background: url(../images/menu-right.png) right no-repeat;
	color: black;
}

#main{
	margin-top: 10px;
	background: url(../images/main-bg.png) repeat-y;
}

#beforeafter{
	background: url(../images/main-top.png) no-repeat;
	padding-top: 12px;
	padding-left: 12px;
}

#content{
	padding: 25px 43px 10px;
}

h1{
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 23px;
	color: #75bc20;
	line-height: 26px;
	font-weight: bold;
}

#content p{
	margin: 10px 0;
	line-height: 19px;
}

#content dl{
	line-height: 19px;
}

.highlight{
	font-weight: bold;
	color: #63a712;
}

.fine{
	color: #3c3c3c;
}

.more{
	padding-left: 10px;
	background: url(../images/chevron.gif) left center no-repeat;
}

.sidebar{
	float: right;
	background: url(../images/sidebar-main.png) left bottom no-repeat;
	margin: 0 0 10px 10px;
}

.sidebar .header{
	background: url(../images/sidebar-header-left.png) left top no-repeat;
	height: 52px;
}

.sidebar h2{
	background: url(../images/sidebar-header-right.png) right top no-repeat;
	font-weight: bold;
	font-size: 16px;
	color: white;
	height: 52px;
	line-height: 44px;
	padding-left: 24px;
}

.sidebar .content{
	background: url(../images/sidebar-main-right.png) bottom right no-repeat;
	padding: 0 18px 6px;
	font-size: 12px;
	line-height: 16px;
}

#main-bottom{
	background: url(../images/main-bottom.png) bottom no-repeat;
	height: 25px;
}

#footer{
	color: #333;
	text-align: center;
	font-size: 19px;
	padding-top: 11px;
	padding-bottom: 6px;
}

#footer img{
	vertical-align: bottom;
	margin: 0 10px;
}

#footer p{
	color: #ccc;
	font-size: 12px;
	line-height: 15px;
	margin-top: 9px;
}

.phone, .email, .messenger{
	padding: 10px 0 12px 34px;
}

#contact .phone{
	padding-top: 0;
	background: url(../images/icon-phone.png) left 4px no-repeat;
}

#contact .email{
	background: url(../images/icon-email.png) left 16px no-repeat;
}

#contact .messenger{
	background: url(../images/icon-sms.png) left 14px no-repeat;
}

.todo{
	border: 1px solid red;
	color: red;
	padding: 5px;
}

.clear{
  clear: both;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
}