/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #2f2b25;
	font-size: 12px;
	background: #f1f0ef;
}

#page {
	width: 978px;
	padding: 1px 5px;
	background: url(images/bodybg.gif) repeat-y top left;
	margin: 0 auto;
/*	overflow: auto; */
}

#header {
	background: #dbdbcd;
	clear: both;
	width: 100%;	
}

#logo {
	width: 100%;
}

#phno {
	width: 312px;
	float: right;
	padding: 20px 0;
}

.callustxt {
	color: #2f2b25;
	font-size: 24px;
	font-weight: normal;
}

.phnotxt {
	color: #b73800;
	font-weight: bold;
	font-size: 30px;
}

#banner {
	width: 100%;
	height: 233px;
	margin: 1px 0;
	background: url(images/banner.jpg) no-repeat top left;
	clear: both;
}

#links {
	width: 176px;
	margin-left: 25px;
	padding-top: 10px;
}

#links ul {
	margin: 0px;
	padding: 0px;
}

#links li {
	background: url(images/linkseparater.gif) repeat-x bottom left;
	padding: 7px 0;
	padding-left: 6px;
	list-style-type: none;
}

#links li A {
	color: #ffffff;
	text-decoration: none;
	background: url(images/bullet-links.gif) no-repeat center left;
	padding-left: 15px;
	width: 100%;
}

#content {
	margin: 15px;
	width: 909px;
	background: #ffffff;
	padding: 10px 20px;
	float: left;
	display: inline;
}

h1 {
	color: #226499;
	margin: 0px;
	margin: 15px 0;
	padding: 0px;
	font-weight: normal;
}

.leftcolumn {
	width: 624px;
	float: left;
}

.rightcolumn {
	width: 270px;
	margin-left: 15px;
	float: left;
}

#servicesbox {
	background: #eeeee5;
	border: 1px solid #d7d5d5;
	width: 600px;
	padding: 10px 0;
	float: left;
}

#servicesbox .box {
	width: 283px;
	float: left;
	color: #5e5e5e;
	font-weight: bold;
	margin-left: 10px;
}

.box img {
	float: left;
	margin-right: 8px;
	width: 150px;
}

.list {
	float: left;
	width: 100px;
	
}

#content ul {
	margin: 0px;
	padding: 0px;
}

#content li {
	background: url(images/bullet-content.gif) no-repeat 0 .3em;
	list-style-type: none;
	padding-left: 10px;
}

#footer {
	display: block;
	clear: both;
	width: 100%;
	margin: 0 15px;
	width: 909px;
	font-size: 11px;
	color: #2f2b25;
	padding-bottom: 10px;
}

#footer A {
	color: #2f2b25;
	text-decoration: none;
	
}

#pagebottom {
	width: 988px;
	margin: 0 auto;
	background: url(images/background-bottom.gif) no-repeat top left;
	height: 5px;
}
.alternate1 {
	background-color:#DBDBCD;
	padding: 7px;
}
.alternate2 {
	background-color:#9A9A9A;
	padding: 7px;
}
.alternate3 {
	background-color:#D3D3D3;
	padding: 7px;
}
