﻿@import url(/Css/System.css);

#Container
{
	width: 777px;
	margin: 0 auto;
	background: #fff;
}
#Header
{
	height: 105px;
	background: url(/Images/header.gif) no-repeat 100% 0;
	color: #fff;
	position: relative;
	font-size: 1.2em;
	margin-bottom: 15px;
}
#Header img
{
	margin-top: 7px;
	float: left;
}
#Header p
{
	margin: 0;
	padding: 2px 6px;
}
#Header .Address
{
	text-align: right;
}
#Header #Slogan
{
	position: absolute;
	bottom: 4px;
	left: 200px;
	font-size: 13px;
}

#MainContent
{
	float: right;
	width: 580px;
	font-size: 13px;
	color: #222;
	line-height: 20px;
}

#MainContent img
{
	padding: 8px;
}

#MainContent h1
{
	font-family: Georgia, Serif;
	color: #222;
	font-size: 21px;
	line-height: 22px;
	border-bottom: solid 1px #f99;
	margin-top: 10px;
}

#Footer
{
	clear: both;
	margin: 5px;
	padding: 5px;
	text-align: right;
	border-top: solid 1px #f99;
}

#MainMenu
{
	float: left;
	list-style: none;
	margin: 40px 0 0 5px;
	padding: 0;
	width: 170px;
}
#MainMenu li
{
	margin: 15px 0;
	padding: 0;
}
#MainMenu li a
{
	display: block;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	font-size: 14px;
	color: #111;
	text-decoration: none;
	padding-left: 10px;
	border-left: solid 2px #f00;
}
#MainMenu li a:hover
{
	border-left: solid 2px #f99;
	color: #333;
}

#ContactForm
{
	width: 480px;
	margin: 0 auto;
}

#ContactForm br
{
	height: 5px;
	line-height: 5px;
}

#ContactForm input, #ContactForm textarea
{
	width: 100%;
	border: solid 1px #f99;
	padding: 2px 4px;
}

#ContactForm input[type="submit"]
{
	float: right;
	width: auto;
	padding: 2px 10px;
	border: solid 1px #f00;
	background: #fbb;
}