html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1em}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}

html {
	overflow-y: scroll;
}
body {
	color: #333333;
	text-align: center;
	margin: 0px;
	padding: 0px;
	/*background-color: #CCCCCC;*/
	font: 12px/1.1em Tahoma, Arial, Helvetica, sans-serif;
	background: #2da1d4 url(../images/bg_body.jpg) repeat-x left top;
}

/* 
-----------------------------------------------------------------------------
Spacing
-----------------------------------------------------------------------------*/

ol {list-style: decimal;}

ul {list-style: disc;}

li {margin-left: 30px;}
p, dl, hr, ol, ul, pre, table, address, fieldset {
	margin-bottom: 15px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}
h1 {
	display: block;
	height: 33px;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
}
h2 {
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 16px;
	color: #2B9DD3;
}
h3 {
	margin-bottom: 2px;
	font-weight: bold;
}

/* 
-----------------------------------------------------------------------------
Titles
-----------------------------------------------------------------------------*/
h1#t_404error {background-image: url(../images/titles/t_404error.gif);}
h1#t_about {background-image: url(../images/titles/t_about.gif);}
h1#t_account {background-image: url(../images/titles/t_account.gif);}
h1#t_cms {background-image: url(../images/titles/t_cms.gif);}
h1#t_contact {background-image: url(../images/titles/t_contact.gif);}
h1#t_demos {background-image: url(../images/titles/t_demos.gif);}
h1#t_ecommerce {background-image: url(../images/titles/t_ecommerce.gif);}
h1#t_filtering {background-image: url(../images/titles/t_filtering.gif);}
h1#t_frequent {background-image: url(../images/titles/t_frequent.gif);}
h1#t_hosting_purchase {background-image: url(../images/titles/t_hosting_purchase.gif);}
h1#t_more {background-image: url(../images/titles/t_more.gif);}
h1#t_referral {background-image: url(../images/titles/t_referral.gif);}
h1#t_resources {background-image: url(../images/titles/t_resources.gif);}
h1#t_services {background-image: url(../images/titles/t_services.gif);}
h1#t_showcase {background-image: url(../images/titles/t_showcase.gif);}
h1#t_special {background-image: url(../images/titles/t_special.gif);}
h1#t_support {background-image: url(../images/titles/t_support.gif);}
h1#t_testimonials {background-image: url(../images/titles/t_testimonials.gif);}
h1#t_thankyou {background-image: url(../images/titles/t_thankyou.gif);}
h1#t_website_design {background-image: url(../images/titles/t_website_design.gif);}
h1#t_website_hosting {background-image: url(../images/titles/t_website_hosting.gif);}
h1#t_website_marketing {background-image: url(../images/titles/t_website_marketing.gif);}
h1#t_why {background-image: url(../images/titles/t_why.gif);}


/* 
-----------------------------------------------------------------------------
Links
-----------------------------------------------------------------------------*/
a:link, a:visited {
	color: #3366cc;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000099;
	text-decoration: underline;
}

/* 
-----------------------------------------------------------------------------
Layout
-----------------------------------------------------------------------------*/
#container {
	width: 782px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	background: url(../images/bg_container.jpg) repeat-y center top;
}
#main {
	margin: 0px 8px;
	background-color: #FFFFFF;
	overflow: hidden;
}
#header {
	height: 100px;
	background: url(../images/bg_header.jpg) no-repeat left top;
}
#content {
	width: 736px;
	margin: 15px 15px 30px 15px;
	clear: both;
	overflow: hidden;
}
#right {
	width: 506px;
	float: right;
	margin-top: 25px;
	border-left: 1px solid #999999;
	padding-left: 15px;
	/* min-height and ie6 fix */
	min-height: 400px;
	height: auto !important; 
	height: 400px;
}
#left {
	float: left;
	width: 210px;
	margin-top: 25px;
	position: relative;
}
#logo {
	margin: 25px 0px 0px 16px;
}
#subhead {
	padding-bottom: 1px;
	border-bottom: #464646 2px solid;
}
#subhead #banner {
	margin-right: 1px;
	float: left;
}
#subhead #ads {
	height: 100px;
	border-left: 5px solid #464646;
	_border-left: 2px solid #464646; /*fix 3px offset in IE6*/
	overflow: hidden;
}

/* 
-----------------------------------------------------------------------------
Navigation
-----------------------------------------------------------------------------*/
#navigation {
	height: 30px;
	border-bottom: 1px solid #FFFFFF;	
	z-index: 1000;
}
#navigation #noborder {
	border-right: none;
}

/* 
-----------------------------------------------------------------------------
Footer
-----------------------------------------------------------------------------*/
#footer {
	padding: 30px 20px 20px 20px;
	text-align: right;
	color: #FFFFFF;
	background: #2da1d4 url(../images/bg_footer.jpg) no-repeat 0 0;
	clear: both;
	line-height: 1.3em;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer #terms {
	float: left;
}
#footer .spacer {
	margin-top: -5px;
	color: #000000;
}

/* 
-----------------------------------------------------------------------------
Home
-----------------------------------------------------------------------------*/
#homehead {
	border-bottom: 2px solid #464646;
}
#homehead #banner {
	position: relative;
	margin-right: 1px;
	height: 284px;
	overflow: hidden;
}
#homehead #slogan {
	position: absolute;
	top: 255px;
	left: 0px;
	z-index: 100;
}
#homehead #quicklinks {
	height: 283px;
	overflow: hidden;
	float: right;
	text-align: right;
	background: url(../images/bg_quicklinks.jpg) repeat-y right top;
}
#homehead .quick a {
	display: block;
	width: 241px;
	height: 70px;
	overflow: hidden;
	background: url(../images/btn_quick.jpg) 0 0 no-repeat;
	color: #8c8b8b;
	font-size: 14px;
	text-decoration: none;
	line-height: 1.3em;
	padding-top: 15px;
	padding-right: 20px;
	margin-top: 7px;
}
#homehead .quick a:hover{
	background-position: 0 -85px;
	text-decoration: none;
}
#homehead .quick a .title {
	color: #444444;
	font-size: 18px;
}
.homebox {
	width: 225px;
	float: left;
	margin-right: 30px;
}
.homebox_right {
	width: 225px;
	float: left;
}
.homebox h1, .homebox_right h1 {
	margin-bottom: 15px;
}
.homebox h2, .homebox_right h2 {
	margin-bottom: 2px;
	font-weight: normal;
	color: #333333;
	font-size: 12px;
}
#support_clock {
	height: 91px;
}
#about {
	border-top: 1px solid #CCCCCC;
	margin-top: 15px;
	padding-top: 15px;
	clear: both;
}
#about h1 {
	margin-bottom: 5px;
}

/* 
-----------------------------------------------------------------------------
Hosting
-----------------------------------------------------------------------------*/
#package_names {
	padding: 0px;
	margin: 0px;
}
#packages {
	margin: 0px;
	text-align: center;
	font-size: 11px;
	background-color: #F0F0F0;
	vertical-align: top;
}
#packages h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-top: 15px;
	margin-bottom: 15px;
}
#packages td {
	text-align: center;
	padding: 2px;
	background-color: #FFFFFF;
}
#packages td.zebra {
	background-color: #F2F2FF;
}
#packages .checkmark {
	display: block;
	height: 19px;
	width: 19px;
	text-indent: -999em;
	overflow: hidden;
	background: url(../images/checkmark.gif) no-repeat left top;	
}
.hosting_icon {
	float: left;
	padding: 0px 15px 15px 0px;
}
#purchase {
	clear: both;
}

/* 
-----------------------------------------------------------------------------
Pages
-----------------------------------------------------------------------------*/
#showcase {
	margin-top: 15px;
}
#demo_video {
	margin-top: 30px;
	text-align: center;
}

/* 
-----------------------------------------------------------------------------
Misc
-----------------------------------------------------------------------------*/
.icon_left {
	float: left;
	padding: 0px 0px 10px 0px;
}
.line_break {
	padding: 20px 0px;
	background: url(../images/line_break.gif) no-repeat left;
	clear: both;
}
.list_spaced li {
	margin-bottom: 5px;
}
