@charset "UTF-8";
/* CSS Document */

/* reset */

body {
    padding: 0;
    margin: 0;
    font: 13px Arial, Helvetica, Garuda, sans-serif;
    *font-size: small;
    *font: x-small;
    border: 0;
    border-style: none;
    outline-style: none;
}
h1, h2, h3, h4, h5, h6, ul, li, em, strong, pre, code {
    padding: 0;
    margin: 0;
    line-height: 1em;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
}
table {
    font-size: inherit;
    font: 100%;
}
ul {
    list-style: none;
}
img {
    border: 0;
}
p {
    margin: 1em 0;
}
a {
	border-style: none;
	border: 0;
	outline-style: none;
}
/* end reset */

/* container and background */
#top {
	background-color: #c1c8d4;
	height: 25px;
	overflow: hidden;
	border-bottom: solid 1px white;
}
#container {
	background: url(images/bgrevised.jpg) no-repeat center top #c1c8d4;
	height: 267px;
	width: 100%;
	overflow: hidden;
    border-bottom: 1px white solid;
}
#body_container {
	height: 400px;
	width: 100%;
	float: left;
}
body {
	background: url(images/bgslice1.jpg) repeat-x 0 294px transparent;
	height: 400px;
}
/* end container and background */


/* navigation menu */
#header {
    margin: -12px auto 0 auto;
}
#navigation {
    position: relative;
    top: 33px;
    font-size: 23px;
    font-family: arial;
    text-align: center;
}
#navigation a {
    text-decoration: none;
    color: #ffffff;
}
.navlink {
    padding: 10px 10px;
    margin: 15px;
}
/* end navigation menu */

/* home page */
#home_hidden {
	width: 942px;
  margin: 0 auto;
}
#contact_hidden {
	width: 942px;
  margin: 0 auto;
  display: none;
}
#tips_hidden {
	width: 942px;
	margin: 0 auto;
	display: none;
}
#services_hidden {
	width: 942px;
	margin: 0 auto;
	display: none;
}
.home_text {
  padding: 39px;
  float: left;
  width: 235px;
  font-size: 14px;
  font-family: arial;
	height: 100%;
	height: 207px;
	color: #555;
	text-align: left;
}
.h2 {
    font-size: 20px;
    font-weight: bold;
    font-family: arial;
    margin: 0 0 10px 0;
    text-align: center;
	color: #555;
}
#about, #area_of_operation {
}
.lines {
	background: url(images/lines.jpg) 0 0 no-repeat transparent;
	height: 150px;
	width: 1px;
	float: left;
	margin-top: 35px;
}
.line_change {
	background: url(images/lines.jpg) 0 0 no-repeat transparent;
	height: 150px;
	width: 1px;
	float: left;
	margin-top: 64px;
}
#gingercat {
    position: relative;
    width: 942px;
	margin: 0 auto;
}
.linkwraps {
	position: absolute;
	top: 0;
	left:0;
}
.contacts {
	margin-top: 25px;
	text-align: center;
}
.services_section {
	
}
.service_header {
	margin: 40px 0 0 0;
	color: #555555;
}
ul {
	margin: 20px auto 0 auto;
	width: 323px;
	list-style-type: circle;
}
li {
	margin: 0 0 10px 0;
	color: #555555;
  font-family: arial;
  font-size: 14px;
}
#mowgirl_logo {
	height: 100px;
	width: 571px;
	margin: 53px auto 0 auto;
}