body {
	background: #ebf3f5 url('/images/background.gif.') repeat-x top left;
	font-family: verdana,tahoma,arial,helvetica,sans-serif;
	text-align: center;
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

div {
	margin: 0px;
	padding: 0px;
}

a {
	color: #b23611;
}

a:hover {
	text-decoration: none;
}

form, input {
	display: inline;
}
.container {
	width: 892px;
	margin: auto;
	text-align: left;
}

#header {
	height: 105px;
	width: 892px;
	text-align: left;
}

#header #phone {
	width: 200px;
	float: right;
	line-height: 105px;
	color: #000000;
	font-size: 16pt;
	font-weight: bold;
}

#banner {
	background-image: url('/images/banner_generic.jpg');
	height: 149px;
	width: 892px;
}

#banner.index {
	background-image: url('/images/banner_home.jpg');
	height: 326px;
}

#banner.products {
	background-image: url('/images/banner_products.jpg');
	height: 149px;
}

#banner.services {
	background-image: url('/images/banner_services.jpg');
	height: 149px;
}
#banner.remote {
	background-image: url('/images/banner_remote.jpg');
	height: 149px;
}
#banner.about {
	background-image: url('/images/banner_about.jpg');
	height: 149px;
}

#banner.contact {
	background-image: url('/images/banner_contact.jpg');
	height: 149px;
}

#navigation {
/*	background-image: url('/images/navigation.jpg'); */
	width: 892px;
	height: 68px;
	margin-bottom: 3px;
}

#navigation a {
	float: left;
	background-image: url('/images/navigation.jpg');
	height: 68px;
	text-indent: -2000em;
}

#navigation a.one {
	width: 150px;
	margin-left: 15px;
	background-position: -15px 0px;
}
#navigation a.one:hover, #navigation a.one.focus {
	background-position: -15px -68px;
}

#navigation a.two {
	background-position: -160px 0px;
	width: 140px;
}
#navigation a.two:hover, #navigation a.two.focus {
	background-position: -160px -68px;
}

#navigation a.three {
	background-position: -300px 0px;
	width: 175px;
}
#navigation a.three:hover, #navigation a.three.focus {
	background-position: -300px 68px;
}

#navigation a.four {
	background-position: -475px 0px;
	width: 130px;
}
#navigation a.four:hover, #navigation a.four.focus {
	background-position: -475px -68px;
}

#navigation a.five {
	background-position: -605px 0px;
	width: 120px;
}
#navigation a.five:hover, #navigation a.five.focus {
	background-position: -605px -68px;
}

#navigation a.six {
	background-position: -730px 0px;
	width: 150px;
}

#navigation a.six:hover, #navigation a.six.focus {
	background-position: -730px -68px;
}

#main-top {
	background-image: url('/images/box_top_main.jpg');
	width: 892px;
	height: 15px;
}

#main {
	background: #ffffff url('/images/box_sides_main.jpg') repeat-y top left;
}

#footer {
	background: #ffffff url('/images/footer_bg.jpg') repeat-x top left;
	height: 67px;
	text-align: center;
}
#footer .box {
	background-color: #ffffff;
	width: 877px;
	height: 20px;
	margin-left: 9px;
}

#footer .text {
	/* background: #ffffff url('/images/footer_bg_inside.jpg') repeat-x top left; */
	margin: auto;
	width: 875px;
	text-align: left;
	color: #ffffff;
	font-size: x-small;
	padding-left: 5px;
}

#footer .text a {
	color: #ffffff;
}

#sidebar {
	width: 300px;
	float: right;
	margin-top: 30px;
}

#sidebar .service {
	border-bottom: 1px solid #8d8d8d;
	margin: 10px 50px 20px 10px;
	padding-bottom: 20px;
}

#sidebar .service h3 {
	color: #2a3b52;
	font-size: 10pt;
}

#sidebar .service img {
	margin-right: 5px;
}

#front-news {
	padding: 10px;
}

#front-news a {
	font-size: 110%;
}

#content {
	padding-top: 40px;
	padding-left: 50px;
	width: 500px;
}

.product-listing {
	vertical-align: top;
	margin: 10px;
	
}

.product-listing img {
	margin: 5px;
}

.product-listing h4 {
	display: inline;
}

.product-listing .desc {
	font-style: italic;
	font-size: small;
	margin-bottom: 10px;
}

.field-label {
	font-weight: bold;
	text-align: right;
}

#news-date {
	font-weight: bold;
	font-style: italic;
}

#news-body {
	margin: 20px 0px 20px 0px;
}

#errors {
	color: #dd0000;
	font-weight: bold;
}

#success {
	color: #459ed6;
	font-weight: bold;
}

#side-news {
	text-align: right;
}
