/* styles.css */

body {
	background-image: url(../images/headerbg_03.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #f4e7bd;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 649px;
	margin: 0 auto;
}

#header {
	background-image: url(../images/headerbg_02.jpg);
	background-repeat: no-repeat;
	height: 166px;
	padding: 0px;
}

#homepage {
	padding: 20px 0 30px 0;
}

/* BEGIN MENU */

#menu {
	width: 385px;
	height: 33px;
	float: right;
	margin-top: 133px;
	padding: 0;
}

#menu ul {
	width: 385px;
	height: 33px;
	float: left;
	margin: 0px;
	padding: 0px;
	display: block;
}

#menu ul li	{
	width: 76px;
	height: 33px;
	float: left;
	margin: 0 1px 0 0;
	padding: 0px;
	display: block;		
}

#menu ul li a.menu {
	width: 76px;
	height: 26px;
	float: left;
	margin: 0px;
	padding: 7px 0 0 0;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
}	

#menu ul li a.menu:hover {
	width: 76px;
	height: 26px;
	float: left;
	margin: 0px;
	padding: 7px 0 0 0;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background-image: url(../images/menuover.jpg);
	background-repeat: no-repeat;		
}
	
/* END MENU */

.image {
	margin-bottom: 20px;
	float: left;
}

.text {
	margin: 0;
	padding: 0;
}

#footer {
	background-image: url(../images/footerbg_01.jpg);
	background-repeat: repeat-x;
	height: 148px;
	text-align: center;
	padding: 52px 0 0 0;
	margin: 0;
}

.footerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ee7e1f;
	text-align: center;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
	
#copyrights {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #401400;
	text-align: center;
	padding: 0;
	margin: 0;
}

.designedby {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ee7e1f;
	text-align: center;
	text-decoration: underline;
}

h1 {
	margin: 0;
	padding: 0;
	font-family: Georgia;
	font-size: 25px;
	font-weight: normal;
	color: #7e8901;
}

p {
	font-family: Arial;
	font-size: 16px;
	line-height: 1.3em;
}

td {
	font-family: Arial;
	font-size: 16px;
	line-height: 140%;
}

.strong, h3 {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #b22d00;
}

a, a:hover, a:visited {
 	color: #7e8901;
}
 
td.prices {
	text-align: right;
}

.service_table {
	text-decoration: underline;
	color: #7e8901;
	font-weight: bold;
}

#textbox {
	float: right;
	width: 200px;
	height: 80px;
	border: 1px solid #b74c18;
	background-color: #efdb9e;
	margin-left: 10px;
}

#textbox ul {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	list-style: square;
	line-height: 130%;
}
