html,img {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
body {
	margin-top: 15px;
	background-color: #E9E9E9;
}
p {
	margin: 7px;
	margin-bottom: 15px;
}
h1 {
	margin: 7px;
	margin-top: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #5988CC;
}
h2 {
	margin: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #5988CC;
}
img {
	border: 0px;
}
a, a:visited {
	text-decoration: none;
	color: #E10000;
}
a:hover {
	text-decoration: underline;
}
.more {
	font-size: 14px;
}
ul {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 23px;
	list-style: square;
}
li {
	padding-bottom: 5px;
	list-style: square;
}
#wrapper {
	width: 760px;
	height: auto;
	margin: auto;
	background-color: #fff;
	border: solid 1px #999;
}
#top {
	display: block;
	width: 100%;
	height: 60px;
}
#topleft {
	display: block;
	float: left;
	width: 600px;
	border-right: dashed 1px #ccc;
}
#topleft img {
	padding: 5px;
}
#topright-tel {
	padding-top: 10px;
	text-align: center;
	font-size: 18px;
	color: #999;
}
#topright {
	display: block;
	float: right;
	width: 158px;
	padding-top: 10px;
	text-align: center;
}
#topright-general {
	display: block;
	float: right;
	width: 158px;
	padding-top: 40px;
	text-align: center;
}
#topright a, #topright a:visited, #topright-general a, #topright-general a:visited {
	color: #666;
	text-decoration: none;
}
#topright a:hover {
	text-decoration: underline;
}
.seperator {
	display: inline;
	color: #666;
	padding-left: 10px;
	padding-right: 10px;
}
#middle {
	display: block;
	float: left;
	width: 100%;
}
#middle .middle-home {
	height: 205px;
	background-image: url(images/binc-home.jpg);
	background-repeat: no-repeat;
}
#middle .middle-about {
	height: 205px;
	background-image: url(images/binc-aboutus.jpg);
	background-repeat: no-repeat;
}
#middle .middle-services {
	height: 205px;
	background-image: url(images/binc-services.jpg);
	background-repeat: no-repeat;
}
#middle .middle-prices {
	height: 205px;
	background-image: url(images/binc-prices.jpg);
	background-repeat: no-repeat;
}
#middle .middle-contact {
	height: 205px;
	background-image: url(images/binc-contactus.jpg);
	background-repeat: no-repeat;
}#middle .middle-support {
	height: 205px;
	background-image: url(images/binc-support.jpg);
	background-repeat: no-repeat;
}
#middle .middle-sitemap {
	height: 205px;
	background-image: url(images/binc-sitemap.jpg);
	background-repeat: no-repeat;
}
#navigation {
	display: block;
	width: 600px;
	padding-top: 179px;
}
#navigation a, #navigation a:visited {
	display: block;
	float: left;
	width: 144px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 2px;
	text-align: center;
	color: #333;
	background-color: #C8D1FD;
	border: solid 1px #fff;
	font-weight: bold;
}
#navigation a:hover {
	background-color: #5988CC;
	color: #fff;
}
#navigation #selected {
	background-color: #fff;
	color: #336699;
}
#content {
	display: block;
	float: left;
	width: 100%;
	background-color: #f0f0f0;
}
#content-left {
	display: block;
	float: left;
	width: 600px;
	border-right: dashed 1px #ccc;
	background-color: #fff;
}
#content-left #home1 {
	display: block;
	float: left;
	width: 288px;
	padding: 5px;
	text-align: justify;
	border-right: dashed 1px #ccc;
}
#content-left #home2 {
	display: block;
	float: left;
	width: 288px;
	padding: 5px;
	text-align: justify;
}
#menu {
	display: block;
	float: left;
	width: 150px;
}
#menu ul {
	margin: 0px;
	padding: 5px;
	list-style: none;
}
#menu li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom: dashed 1px #ccc;
	list-style: none;
}
#menu a, #menu a:visited {
	text-decoration: none;
	color: #333;
}
#menu a:hover {
	text-decoration: underline;
	color: #333;
}
#content-left #main {
	display: block;
	float: left;
	width: 435px;
	_height: 275px;
	min-height: 275px;
	padding: 5px;
	text-align: justify;
	border-left: dashed 1px #ccc;
}
#content-right {
	display: block;
	float: right;
	width: 158px;
	height: 100%;
	text-align: justify;
	
}
#content-right img {
	display: block;
	margin: auto;
	text-align: center;
}
.package {
	display: block;
	height: 185px;
}
.package img {
	padding-top: 10px;
	_padding-top: 15px;
	padding-left: 5px;
	padding-right: 15px;
}
.package h2 {
	font-weight: bold;
	color: #5988CC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 0px;
	text-align: justify;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C8D1FD;
	border-bottom-color: #C8D1FD;
	background-color: #E2E8FE;
}
#footer {
	display: block;
	clear: both;
	padding: 5px;
	height: 15px;
	background-color: #C8D1FD;
	text-color: #333;
	font-size: 10px;
}
#footer-left {
	display: block;
	float: left;
	width: 50%;
}
#footer-right {
	display: block;
	float: left;
	width: 50%;
	text-align: right;
}
#footer a, #footer a:visited {
	text-decoration: none;
	color: #333;
}
#footer a:hover {
	text-decoration: underline;
}
.red {
	color: #F00;
}
.package ul {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 67px;
	padding-left: 67px;
	list-style: square;
}
.package li {
	padding-top: 0px;
	padding-bottom: 5px;
	list-style: square;
}
#form {
	padding: 5px;
	width: 425px;
}
#form td.label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
	width: 50px;
}
#form td.validation {
	width: 5px;
	text-align: center;
}
#form td.data {
	width: 100px;
}
#errorMSG {
	padding-left: 5px;
 	padding-bottom: 15px;
 	display: none; 
 	color: #f00;
 	font-weight: bold;
}
#reqname, #reqemail, #reqcomments, #requrl {
 	display: inline;
 	padding-right: 5px;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 20px;
 	color: #f00;
 	font-weight: bold;
}