body
{
	margin: 0px;
	padding: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	
	background-color: #358756;
}

a
{
	text-decoration: none;
	color: #327e51;
}

a:hover
{
	text-decoration: underline;
}

#main
{
	width: 923px;	
	background-image: url(../images/main.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	
	text-align: left;
}

#content
{
	background-image: url(../images/bottom.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 923px;
	padding-bottom: 30px;
}

#menu
{
	width: 539px;
	height: 39px;
	background-image: url(../images/menu.gif);
	background-position: top center;
	background-repeat: no-repeat;
	
	position: absolute;
	
	margin-top: -45px;
	margin-left: 26px;
}

#menu a
{
	text-decoration: none;
	font-weight: bold;
	color: #327e51;
	display: block;
	width: 107px;
	text-align: center;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

#menu a:hover
{
	color: #48b373;
}

#slogan
{
	height: 53px;
	background-image: url(../images/heartandcraft.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#text
{
	padding-left: 30px;
	padding-right: 30px;
	color: #103569;
}

p
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	width: 550px;
	text-align: justify;
}

#right
{
	clear: right;
	float: right;
	width: 290px;
	padding-top: 20px;
}

#right img
{
	margin: 10px;
	border: 1px solid #327e51;
}

h1
{
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #327e51;
	margin-bottom: 20px;
}

#header
{
	height: 198px;
	background-image: url(../images/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#header #slideshow
{
	margin-left: 572px;
}

.form
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.form label
{
	font-weight: bold;
	color: #327e51;
	display: block;
	width: 80px;
	text-align: right;
	float: left;
	padding-right: 5px;
	padding-top: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.form li
{
	padding-top: 3px;
	padding-bottom: 3px;
}

.form .field
{
	border: 1px solid #333333;
	padding: 2px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.form .field:focus, .form .field:hover
{
	border: 2px solid #327e51;
	padding: 1px;
}

.form .field:focus
{
	background-color: #FFFFDD;
}


.contact
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

.contact label
{
	font-weight: bold;
	color: #327e51;
	display: block;
	width: 80px;
	text-align: right;
	float: left;
	padding-right: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.contact li
{
	padding-top: 3px;
	padding-bottom: 3px;
}

.list
{
	margin: 0px;
	padding: 0px;

	list-style-type: none;
	font-size: 14px;
	margin-left: 10px;
}

.list li
{
	background-image: url(../images/bullet.gif);
	background-position: 0px 7px;
	background-repeat: no-repeat;
	padding: 3px;
	padding-left: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.tariffs
{
	width: 550;
}

.tariffs td
{
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
	width: 33%;
}

.tariffs thead td
{
	text-align: center;
	background-color: #EEEEEE;
	font-weight: bold;
}

.error
{
	text-align: center;
	padding: 20px;
	color: #FF6600;
	font-weight: bold;
	width: 520px;
	background-color: #EEEEEE;
	margin-bottom: 20px;
}