@charset "utf-8";
/* CSS Document */
body {
	background-color: #333;
}

a:link {
	color: #FFF;
	font-weight: bold;
}
a:visited {
	color: #FFF;
	font-weight: bold;
}
a:hover {
	color: #CCC;
	font-weight: bold;
}
a:active {
	color: #F00;
	font-weight: bold;
}

.styleone:link {
	text-decoration: underline;
	color: #900;
}
.styleone:visited {
	text-decoration: none;
	color: #999;
}
.styleone:hover {
	text-decoration: none;
	color: #666;
}
.styleone:focus {
	text-decoration: none;
	color: #900;
}
.styleone:active {
	text-decoration: underline;
	color: #900;
}

.styletwo:link {
	text-decoration: underline;
	color: #00F;
}
.styletwo:visited {
	text-decoration: none;
	color: #03F;
}
.styletwo:hover {
	text-decoration: none;
	color: #F00;
}
.styletwo:focus {
	text-decoration: none;
	color: #F00;
}
.styletwo:active {
	text-decoration: underline;
	color: #F00;
}

h1	{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}

h2 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

h3 {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	height: 20px;
	padding-left: 5px;
	line-height: 20px;
	border-bottom:dotted thin
}
#formcontainer {
	width: 530px;
}

h4 {
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	height: 20px;
	padding-left: 5px;
	background-color: #333;
	line-height: 20px;
}
h5 {
	font-size: 14px;
	color: #333;
	font-weight: normal;
	padding-left: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
}




#container {
	width: 860px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -8px;
	left: auto;
	right: auto;
	background-color: #FFF;
	height: auto;
	overflow: hidden;
}


#header {
	width: 860px;
	top: 0px;
	clear: none;
	float: none;
	height: 150px;
	background-image: url(images/header.jpg);
}
#companyname {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	width: 450px;
	float: left;
	position: relative;
	top: 1.5em;
	overflow: hidden;
}


#subcompanyname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #900;
	font-variant: normal;
	position: relative;
	float: left;
	top: 45px;
	clear: right;
}
#logo {
	height: 130px;
	width: 170px;
	float: left;
	top: 0px;
	position: relative;
	left: 0.25em;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
}

#companycontainer {
	width: 20em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	float: right;
	position: absolute;
	left: 536px;
	top: 35px;
	font-weight: bold;
}

#companyaddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	float: left;
}
#companyphone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: right;
	padding-right: 5px;
}

#tagline {
	float: right;
	width: 550px;
	padding-top: 15px;
	margin-right: 5px;
}
#bannertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	float: right;
	width: 550px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 10px;
	line-height: 19px;
}
#bannerlinkuppercontainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	width: 485px;
	line-height: 16px;
	float: right;
	margin-top: 10px;
	margin-right: 70px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3.5px;
	padding-left: 0px;
}
#bannerlinkul {
	background-color: #900;
	float: left;
	width: 225px;
	margin: 3px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#bannerlinkur {
	background-color: #900;
	float: right;
	width: 225px;
	margin: 3px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#bannerlinklowercontainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	width: 485px;
	line-height: 16px;
	float: right;
	margin-top: 0px;
	margin-right: 70px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3.5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#bannerlinkll {
	float: left;
	width: 225px;
	margin: 3px;
	background-color: #666;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#bannerlinklr {
	background-color: #666;
	float: right;
	width: 225px;
	margin: 3px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#nav {
	height: 28px;
	width: 860px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	line-height: 28px;
	background-color: #000;
}
#banner {
	height: 262px;
	width: 860px;
	background-image: url(images/banner-bg.jpg);
}
#left_column {
	width: 265px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 5px;
	margin-top: 5px;
	float: left;
	padding-top: 2px;
	overflow: hidden;
}

#column_container {
	float: right;
	width: 572px;
}
#right_column {
	float: right;
	width: 265px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 2px;
	padding-left: 5px;
	color: #000;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	overflow: hidden;
	display: inline;
}


#center_column {
	width: 265px;
	margin-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	overflow: hidden;
}

#footer {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	width: 420px;
	float: left;
	height: 70px;
	padding: 10px;
}
#footerright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #000;
	padding: 10px;
	height: 70px;
	float: right;
	width: 400px;
	text-align: right;
}
#sitesidebarcontainer {
	background-color: #FFF;
	float: left;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 5px;
	line-height: 18px;
}
#sitebodycontainer {
	background-color: #FFF;
	float: left;
	width: 530px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#serviceslistcontainer {
	background-color: #DBDBDB;
	border: thin solid #333;
	float: left;
	width: 525px;
}


#serviceslist {
	padding: 10px;
	width: 244px;
	float: left;
	line-height: 15px;
}
#serviceslistright {
	padding: 10px;
	width: 240px;
	float: right;
	line-height: 15px;
}
#contactinfo {
	padding: 5px;
	float: left;
	width: 245px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
#googlemapping {
	float: right;
	width: 245px;
	height: 318px;
	padding: 5px;
}
#formcontainer {
	float: left;
	width: 520px;
	margin-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
input {width: 450px;}
textarea {width: 450px;}
.submit {width: 150px;}
#splash {
	visibility: visible;
	background-image: url(images/linknowmedia.gif);
	height: 200px;
	width: 400px;
}
#buyinfo {
	position: absolute;
	top: 59px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	width: 200px;
	float: right;
	color: #000;
	left: 756px;
	background-image: url(images/productinfo.png);
	background-repeat: no-repeat;
	height: 75px;
}
#buyinfotext {
	position: relative;
	top: 50px;
}
