/* This is where the main design's CSS code should be placed */

body {
	background: url(/images/application/background-stripe.gif) repeat-x 0px 138px;
	text-align: center;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#page {
	margin: 0 auto;
	width: 868px;
	text-align: left;
	position: relative;
}

#services_image {
	position: absolute;
	top: 55px;
	left: 5px;
	border: 0;
}

#body, #body h1, #body h2, #body p, #body label, #body input, #body textarea, #body a {
	color: #777;
	font-size: 12px;
	line-height: 22px;
}

#body {
	padding-bottom: 220px;
}

#body h2 {
	font-weight: bold;
	color: black;
	margin: 0;
	padding: 0;
}

#body p {
	margin: 5px 0 5px 0;
	padding: 0;
}

#body hr {
	height: 1px;
	border: 1px solid white;
	border-bottom: 0;
	margin: 0 0 10px 0;
}

#left_side h1 {
	margin: 0;
}

#left_side h1 a {
	display: block;
	width: 330px;
	height: 138px;
	text-indent: -5000em;
	background: url(/images/application/volochef.gif) no-repeat;
}

#left_side img {
	position: absolute;
	top: 138px;
	margin: 1px;
}

#body {
	background: #dedede;
	top: 0px;
	width: 536px;
	right: 0px;
	position: absolute;
	border: 1px solid #a5a7a9;
	border-top-width: 0px;
	padding-top: 118px;
}

#content {
	padding: 20px;
}

#menu {
	margin: -11px 0 0 0;
	padding: 0;
	list-style: none;
	background: #777;
	position: relative;
	display: block;
	height: 20px;
}

#menu, #menu * {
	color: white;
}

#menu li a {
	width: 24.75%;
	text-decoration: none;
	line-height: 20px;
	border-right: 1px solid white;
	display: block;
	top: 0px;
	position: absolute;
	text-indent: -5000em;
}


#menu li {
	float: left;

	/* Fix for IE6 */
	_float: auto;
	_margin-top: -19px;
}

#services {
	background: url(/images/application/menu/services.gif) no-repeat 20px -19px;
	left: 0px;
}

#menu li a:hover#services, #services.on {
	background: url(/images/application/menu/services.gif) no-repeat 20px 0px;
}

#about {
	background: url(/images/application/menu/about.gif) no-repeat 20px -19px;
	left: 136px;
}

#menu li a:hover#about, #about.on {
	background: url(/images/application/menu/about.gif) no-repeat 20px 0px;
}

#contact {
	background: url(/images/application/menu/contact.gif) no-repeat 20px -19px;
	left: 270px;
}

#menu li a:hover#contact, #contact.on {
	background: url(/images/application/menu/contact.gif) no-repeat 20px 0px;
}

#home {
	background: url(/images/application/menu/home.gif) no-repeat 20px -19px;
	left: 404px;
}

#menu li a:hover#home, #home.on {
	background: url(/images/application/menu/home.gif) no-repeat 20px 0px;
}

#help_text {
	top: 360px;
	left: 25px;
}

#footer {
	top: 360px;
	right: -90px;
}
.footer_text {
	font-size: 11px;
	color: #777;
	position: absolute;
}

label {
	font-weight: bold;
	float: left;
	width: 70px;
	margin-right: 10px;
}

#errorExplanation {
	border-top: 3px solid #f27f7f;
	background: #ffbebe;
	padding: 10px;
	margin-bottom: 20px;
}

#errorExplanation, #errorExplanation *, .fieldWithErrors, .fieldWithErrors * {
	color: #9c2626;
}

a:focus { -moz-outline-style: none; } /*this avoids having image replacement sections display a dotted outline*/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}

/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac *
