@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family:san serif, Arial, Calibri, Verdana;
	background-color:#FFF;
}
#top {
	position:absolute;
	background-color:#FFF;
	left: 0px;
	top: 0px;
	height: 120px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#top p {
	font-size:12px;
	color:#333;
}
#top-content {
	position:relative;
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:left;
}
#top-logo {
	position:absolute;
	top:10px;
	left:10px;
	background-image:url(logo.jpg);
	width:508px;
	height:65px;
}
#top-contact-details {
	position:absolute;
	top:0px;
	right:10px;
	text-align:right;
}
#top-tab1 {
	position:absolute;
	left:306px;
	top:88px;
	width:118px;
	height: 32px;
	background-image:url(tab1.jpg);
}
#top-tab2 {
	position:absolute;
	left:425px;
	top:88px;
	width:118px;
	height: 32px;
	background-image:url(tab2.jpg);
}
#top-tab3 {
	position:absolute;
	left:544px;
	top:88px;
	width:118px;
	height: 32px;
	background-image:url(tab3.jpg);
}
#top-tab4 {
	position:absolute;
	left:663px;
	top:88px;
	width:118px;
	height: 32px;
	background-image:url(tab4.jpg);
}
#top-tab5 {
	position:absolute;
	left:782px;
	top:88px;
	width:118px;
	height: 32px;
	background-image:url(tab5.jpg);
}
#bar {
	position:absolute;
	background-image:url(bar.jpg);
	background-repeat:repeat-x;
	left:0px;
	top:120px;
	height:100px;
	margin: 0;
	padding: 0;
	width:100%;
}
#bar-content {
	position:relative;
	left:10px;
	top:5px
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:left;
}
#bar h1 {
	font-size: 20px;
	color:#FFF;
}
#bar h2 {
	font-size: 14px;
	color: #FFF;
}
#body {
	position:absolute;
	background-color:#000;
	left:0px;
	top:220px;
	margin: 0px;
	padding: 0px;
	width:100%;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#body h1 {
	font-size: 16px;
	color:#333;
}
#body h2 {
	font-size: 14px;
	color: #333;
}
#body p {
	font-size: 12px;
	color:#333;
	text-align: left;
}
#body-content {
	position:relative;
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:left;
}
#body-main-content {
	position:absolute;
	left:10px;
	top:10px;
	float:left;
	width:600px;
	background-color:#FFF;
	margin:0px;
	padding:0px;
}
#body-image {
	position:absolute;
	left:620px;
	top:10px;
	float:left;
	background-image:url(page-image.jpg);
	width:279px;
	height:387px;
}
#body-copyright {
	position:absolute;
	left:620px;
	top:410px;
	float:left;
	width:279px;
	text-align:right;
}
#footer {
	position:absolute;
	background-color:#FFF;
	left:0px;
	top:650px;
	margin: 0px;
	padding: 0px;
	width:100%;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#body h3 {
	font-size:10px;
	color:#333;
}
#body h4 {
	font-size:12px;
	color:#333;
}
li {
	font-size: 12px;
}
ul {
	color:#333;
	text-align: left;
}
#body a:link {
	font-size: 12px;
	color:#000;
}
#body a:visited {
	font-size: 12px;
	color: #000;
	text-align: center;
}
#body-copyright a:link {
	font-size: 10px;
	color:#666;
}
#body-copyright a:visited {
	font-size: 10px;
	color: #666;
}
.body-text {
	font-size: 12px;
	color: #333;
}
.body-prices {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	font-style: italic;
}
