/* global ----------*/

* {
	margin: 0;
	padding: 0;
}
body {
	min-width: 740px;
	color: #555;
	font: 12px/normal Arial, Helvetica, sans-serif;
	background: #ebebeb url(http://www.biznet.net/images/masthead_bg.gif) center top repeat-x;
}


/* links ----------*/

a {
	color: #369;
	text-decoration: none;
}
a:hover {
	color: #ff8518;
	text-decoration: underline;
}
a img {
	border: none;
}
h3 a {
	color: #9d080d;
	text-decoration: none;
}
h3 a:hover {
	color: #9d080d;
	text-decoration: underline;
}
.service a, .service a:hover {
	color: #9d080d;
	text-decoration: none;
}
.headlines a {
	padding: 0.5em 1em 0.5em 0;
	color: #666;
	display: block;
}
.headlines a:hover {
	color: #369;
	text-decoration: none;
	background: url(http://www.biznet.net/images/arrow.gif) right center no-repeat;
}
#footer a:hover {
	color: #369;
}


/* typography ----------*/

h1 {
	float: left;
	position: absolute;
	left: 0;
	top: 20px;
	z-index: 999;
}
h1 img, h1 img a {
	float: left;
}
h2 {
	margin-bottom: 1em;
	color: #369;
	font: 20px/normal "Century Gothic", "Trebuchet MS", Verdana, sans-serif;
}
h3 {
	color: #9d080d;
	font-weight: bold;
	font-size: 16px;
}
h4 {
	color: #369;
	font: 14px/normal "Century Gothic", "Trebuchet MS", Verdana, sans-serif;
	border-bottom: 1px solid #369;
}
p {
	margin: 1em 0;
}
ol, ul {
	margin: 1em 0;
	padding-left: 2em;
}
blockquote {
	font-style: italic;
}
hr {
	height: 1px;
	margin: 2em 0;
	color: #ccc;
	background-color: #ccc;
	border: none;
}
acronym {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	cursor: help;
}


/* form elements ----------*/

input.button {
	padding: 2px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	background-color: #369;
	border: none;
}


/* masthead ----------*/

#masthead {
	width: 700px;
	height: 100px;
	margin: 0 auto 10px;
	color: #fff;
	background: url(http://www.biznet.net/images/whisps.jpg) center center no-repeat;
	position: relative;
}
#tagline {
	margin: 0;
	font-style: italic;
	font-size: 11px;
	line-height: 1.5em;
	position: absolute;
	left: 0;
	bottom: 10px;
}
/* webmail login */
#login {
	float: right;
	position: absolute;
	right: 0;
	top: 20px;
}
#login div {
	float: right;
}
#webmailForm {
	background-color: #85add6;
	float: right;
}
#webmailForm div {
	padding: 5px;
	border: 1px solid #96b9dc;
	float: left;
}
/* navigation */
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	position: absolute;
	right: 0;
	bottom: 0;
}
#nav li {
	margin-left: 1px;
	float: left;
}
#nav li a {
	height: 30px;
	padding: 0 15px;
	color: #fff;
	font: bold 10px/30px Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	background: #96b9dc url(http://www.biznet.net/images/tabs.gif) center bottom repeat-x;
	float: left;
	display: block;
}
#nav li a:hover {
	background-color: #a1c0e0;
	background-position: center center;
}
#nav #navHome, #nav #navAbout, #nav #navHosting, #nav #navDesign, #nav #navEcommerce {
	background-color: #369;
	background-position: center top;
}


/* page body ----------*/

#bodyWrap {
	padding: 30px 0 20px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}
#body {
	width: 700px;
	margin: 0 auto;
}
/* page content */
#content {
	width: 420px;
	/*margin-bottom: 20px;*/
	line-height: 1.5em;
	float: left;
}
#content.fullWidth {
	width: auto;
	float: none;
}
#news #content {
	text-align: justify;
}
#intro {
	margin: 1em 0 2em;
	text-align: justify;
	/*background: url(http://www.biznet.net/images/logo.gif) left center no-repeat;*/
}
.postDate {
	margin-top: 0;
	color: #999;
	font-size: 11px;
}
/* services */
#services {
	margin-bottom: 1em;
	padding-top: 22px;
	line-height: normal;
	background: url(http://www.biznet.net/images/shadow_divider.gif) center top no-repeat;
}
#serviceImage {
	float: left;
}
#serviceList {
	width: 220px;
	float: right;
}
.service {
	margin: 5px 0;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #fff;
}
.service.active {
	background-color: #f2f2f2;
	border-color: #d9d9d9;
}
.icon {
	margin: 5px 5px 0 0;
	float: left;
}
.service p {
	margin: 0;
	color: #464646;
	font-size: 10px;
}
.service p strong {
	color: #9d080d;
	font-weight: bold;
	font-size: 14px;
}
/* sidebar */
#sidebar {
	width: 240px;
	/*margin-bottom: 20px;*/
	color: #666;
	font-size: 11px;
	float: right;
}
.logo {
	margin-left: 10px;
	float: right;
}
.testimonial {
	color: #444;
	font-style: italic;
	text-align: right;
}
.headlines {
	margin-top: 0.5em;
	padding: 0;
	list-style: none;
}
.headlines li {
	border-bottom: 1px solid #e1e1e1;
}
#newsLinks {
	margin: 1em 0;
	line-height: 14px;
}
#seeAll {
	margin: 0;
	float: left;
}
#subscribe {
	margin: 0;
	float: right;
}
#subscribe img {
	vertical-align: bottom;
}


/* footer ----------*/

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 20px 0;
	color: #666;
	font-size: 10px;
	line-height: 1.35em;
}
#copyright {
	margin: 0;
	float: left;
}
#bottomNav {
	margin: 0;
	text-align: right;
	float: right;
}


/* specialty ----------*/

.clear {
	overflow: hidden;
}
.toolTip {
	width: 150px;
	padding: 5px;
	color: #fff;
	font-size: 10px;
	background-color: #333;
}
object{
	float:right;
	margin-left:5px;
	margin-top:-5px;
	
}
.gallery{
	background: url(http://www.biznet.net/images/shadow_divider.gif) center top no-repeat;
	padding-top:20px;
	padding-bottom:30px;
}
.myclear{
	clear:both;
}