/* CSS Document */

/* generic settings */

body, html{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	text-align:center;
	background-image:url(images/bg.png);
	background-color:#000;
	color:#404040;
	}

img {
	border:none;
	}
	
blockquote {
	margin:5px 10px 0px 8px;
	color:#568220;
	}
	
ul, li {
	margin:4px 5px 0px 8px;	
	padding:0px;
	line-height:17px;		
	}	

blockquote ul {
/*	width:210px;*/
	margin-top:2px;
	}
	
blockquote li {
	margin-left:25px;
	}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	margin:0px 0px 0px 0px;
	color:#000;
	}
	
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	margin: 00px 0px 0px 0px;
	color:#000000;
	}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:00px 0px 0px 0px;
	color:#000;
	}

a {
	color:#404040;
}


.floatleft {
	float:left;
	}	
	
.floatright {
	float:right;
	}

/* end generic settings /*
	
/* main content area */


#maincontenttop{
	width:800px;
	height:10px;
	background-image:url(images/contenttop.gif);
}



#maincontent{
	width:780px;
	text-align:left;
	padding: 5px 10px 10px 10px;
	background-color:#ffffff;
}


#maincontentbottom{
	width:800px;
	height:10px;
	background-image:url(images/contentbottom.gif);
}




/* end main content area */


/* Header area */

.header {
	background-image:url(images/header-bg.png);
	height:88px;
	}
	
.contact-top {
	background-image:url(images/contact.png);
	width:236px;
	height:88px;
	cursor:pointer;
	}	

.logo-top {
	background-image:url(images/logo-top.png);
	width:465px;
	height:88px;
	cursor:pointer;
	}

.logo-bottom {
	background-image:url(images/logo-bottom.png);
	width:75px;
	height:51px;
	}
		
.headerwidth {
	width:804px;
	}

.navi {
	background-image:url(images/navi-bg.png);
	background-repeat: repeat-x;
	height:51px;
	padding-bottom:10px;
	}

.navibtn {
	height:30px;
	float:left;
	}

.navihomeon {
	height:51px;
	float:left;
	background-image:url(images/home-on.png);	
	}

.navihomeoff {
	height:51px;
	float:left;
	background-image:url(images/home-off.png);	
	cursor:pointer;
	}
	
.naviwebsiteson{
	height:51px;
	float:left;
	background-image:url(images/websites-on.png);	
	}

.naviwebsitesoff {
	height:51px;
	float:left;
	background-image:url(images/websites-off.png);
	cursor:pointer;	
	}

.naviwebhostingon {
	height:51px;
	float:left;
	background-image:url(images/webhosting-on.png);	
	}

.naviwebhostingoff {
	height:51px;
	float:left;
	background-image:url(images/webhosting-off.png);
	cursor:pointer;	
	}

.navimarketingon {
	height:51px;
	float:left;
	background-image:url(images/marketing-on.png);		
	}
	
.navimarketingoff {
	height:51px;
	float:left;
	background-image:url(images/marketing-off.png);
	cursor:pointer;	
	}

.naviaffiliateon {
	height:51px;
	float:left;
	background-image:url(images/affiliate-on.png);		
	}
	
.naviaffiliateoff {
	height:51px;
	float:left;
	background-image:url(images/affiliate-off.png);
	cursor:pointer;	
	}


/* Footer area */

.footer {
	width:748px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#DCDCDC;
	padding-top:5px;
	height:37px;
	}	
	
.footer a:link, .footer a:active, .footer a:visited {	
	color:#FFFFFF;	
	text-decoration:none;
	margin-left:10px;
	}
	
.footer a:hover {	
	color:#FFFFFF;	
	text-decoration:underline;
	}	
/* end footer */


/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #202020;
}

.lbLoading {
	background: #202020 url(slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 3px solid #202020;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(slimbox/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 1.4em;
	text-align: left;
	position: relative;
	left:10px;
	border-left: 6px solid #202020;
	border-top-style: none;
	border-bottom-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 132px;
	height: 22px;
	background: transparent url(slimbox/closelabel.gif) no-repeat center;
	margin-right:10px;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
