@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	background: #fff;
	text-align: left;
	color: #000000;	
	width: 99.9%;
}
.accent {
	color: #d71a20
}
#container {
	width: 100%;
	min-width: 890px;
	background: #FFFFFF;
	border: none;
	text-align: left;
	padding: 0;
}
#topLogo {
	width: 100%;
	height: 240px;
	background: url(img/logobg.png) repeat-x;
	background-position: 0px 37px;
}
ul#navlist {
	margin-top: 0;
	padding-top: 9px;
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	background: url(img/menuholder.gif) repeat-x;
	height: 28px;
	width: 100%;
	text-align: center;
	font-size: small;
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
}
#navlist a {
	padding: 3px 10px;
}
#navlist a:link, #navlist a:visited {
	color: #fff;
	text-decoration: none;
}
#navlist a:hover {
	color: #fff;
	background-color: #369;
	text-decoration: none;
}
#slogan {
	position: absolute;
	left: 100px;
	top: 55px;
	padding-left: 50px;
	color: #d0520e;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	font-size: large;
}
#contentMiddleware {
	width: 100%;
	background: url(img/line.gif) repeat-y; 
	display: table;
}
#sideBar {
	float: left;
	display: inline;
	width: 232px;
	background: url(img/services.gif) no-repeat #e8e8e8;
	padding-top: 29px;
}
ul#servicesList {
	list-style: none;
	margin-left: 0;
	padding-left: 2em;
	text-indent: -1em;
	margin-top: 0;
}
#servicesList li {
	padding-bottom: 0.5em;
}
#mainContent {
	margin-left: 240px;
/*	width: 72%; */
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 0em;
}
#footer {
	clear: both;
	height: 76px;
	width: 100%;
	background: url(img/footerline.gif) repeat-x;
}
#footerTbl, #footerMenu {
	padding-bottom: 4px;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
#footerTbl {
	width: 100%;
	height: 100%;
}
#footerMenu {
	text-align: right;
	font-weight: bold;
}
ul#footerMenuUl {
}
#footerMenuUl li {
	display: inline;
	padding-left: 2em;
	font-size: smaller;	
}
#footerMenuUl a:link, #footerMenuUl a:visited {
	color: black;
	text-decoration: none;
}
#footerMenuUl a:hover {
	text-decoration: underline;
}
#leftTopic, #rightTopic {
	font: Verdana, Arial, Helvetica, sans-serif;	
	display: block;
}
#leftTopic {
	float: left;
	display: inline;
	padding-top: 0.5em;
	padding-bottom: 1em;
/*	width: 390px; */
	clear: none;
	font-size: small;
	color: #d71a20;
}
#rightTopic {
	text-align: right;
	float: right;
	display: none;
	color: #999999;
	width: 130px;
}
#mainContentText {
	float: left;
	display: inline;
	width: 100%;
}
#mainContentText p {
	padding-bottom: 0.25em;
}
img {
	border: 0;
}
a:link, a:visited {
	color: #ff3333;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
.sampleImage, .sampleImage2 {
	padding-top: 25px;
}
.sampleImage {
	float: right; 
	display: inline;
}
.sampleImage2 {
	float: left; 
	display: inline;
}
#flashcontent {
	height: 300px;
}
#mainContentText h2 {
	font-size: small;
	padding-top: 1em;
	padding-bottom: 0.5em;
	color: #d71a20;
	width: 50%;
}
.price {
	border-left: solid 1px #d71a20;
	border-right: solid 1px #d71a20;
	border-top: solid 1px #d71a20;
	padding: 0px;
	margin: 0px;
}
.priceCat {
	text-align: center;
	border: none;
}
.price td:first-child {
	border-right: solid 1px #d71a20;
}
.price td {
	border-bottom: solid 1px #d71a20;
	padding: 3px;
}
#telephone {
	clear: left; padding-top: 10px; height: 32px; line-height: 32px; text-align: right; margin-right: 10px; color: #d71a20; font-weight: bold; font-size: large; width: 98%;
}
#footerTbl td {
	font-weight: bold; font-size: large;
}
#counters {
	float: right;
}