@charset "utf-8";
/* CSS Document */

body {
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	width: 950px;
	background-color: #e9f3fb;
	margin-top: 0px;
	padding: 0px;
}
.container {
	width: 950px;
	background-color: #FFF;
	margin-top: 0px;
	float: left;
	margin-right: auto;
	margin-left: auto;
}
.header {
	width: 932px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/header-bg.png);
	background-repeat: no-repeat;
	height: 86px;
}
.logo {
	float: left;
	width: 236px;
	margin-left: 12px;
	margin-top: 26px;
}
.banner {
	width: 932px;
	background-image: url(../images/banner-bg.png);
	background-repeat: no-repeat;
	height: 242px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-size: 24px;
	color: #0080D4;
	margin: 0px;
	padding-top: 8px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 16px;
}
h2 {
	color: #FFF;
	text-align: center;
	margin-top: 20px;
	line-height: 46px;
}

#footer {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 22px;
	font-size: 12px;
	height: 100px;
}
#footer a:link{
	color: #0076D0;
	text-decoration: none;
}
#footer a:visited{
	color: #0076D0;
	text-decoration: none;	
}
#footer a:active{
	color: #2CBF3D;
	text-decoration: none;	
}
#footer a:hover{
	color: #2CBF3D;
	text-decoration: none;		
}
#choose-us-content p {
	margin-top: 4px;
}

/*Navigation*/

#navigation {
	display:block;
	background-image: url(../images/navigation-bg.png);
	height: 35px;
	width: 932px;
	margin-right: auto;
	margin-left: auto;
}
#navigation .home li {
    list-style:none;
    display:inline;
}
#navigation .home a {
	height:35px;
	width:70px;
	color:#fff;
	text-decoration:none;
	float:left;
	background-image: url(../images/menu/home.png);
	background-repeat: no-repeat;
}
#navigation .home a:hover { 
    background-position:0 -35px;
}
#navigation .home a:active {
    background-position:0 -35px;
}
#navigation .order-traffic li {
    list-style:none;
    display:inline;
}
#navigation .order-traffic a {
	height:35px;
	width:108px;
	color:#fff;
	text-decoration:none;
	float:left;
	background-image: url(../images/menu/order-traffic.png);
	background-repeat: no-repeat;
}
#navigation .order-traffic a:hover { 
    background-position:0 -35px;
}
#navigation .order-traffic a:active {
    background-position:0 -35px;
}
#navigation .how-it-works li {
    list-style:none;
    display:inline;
}
#navigation .how-it-works a {
	height:35px;
	width:118px;
	color:#fff;
	text-decoration:none;
	float:left;
	background-image: url(../images/menu/how-it-works.png);
	background-repeat: no-repeat;
}
#navigation .how-it-works a:hover { 
    background-position:0 -35px;
}
#navigation .how-it-works a:active {
    background-position:0 -35px;
}
#navigation .internet-marketing li {
    list-style:none;
    display:inline;
}
#navigation .internet-marketing a {
	height:35px;
	width:158px;
	color:#fff;
	text-decoration:none;
	float:left;
	background-image: url(../images/menu/internet-marketing.png);
	background-repeat: no-repeat;
}
#navigation .internet-marketing a:hover { 
    background-position:0 -35px;
}
#navigation .internet-marketing a:active {
    background-position:0 -35px;
}
#navigation .become-a-reseller li {
    list-style:none;
    display:inline;
}
#navigation .become-a-reseller a {
	height:35px;
	width:158px;
	color:#fff;
	text-decoration:none;
	float:left;
	background-image: url(../images/menu/become-a-reseller.png);
	background-repeat: no-repeat;
}
#navigation .become-a-reseller a:hover { 
    background-position:0 -35px;
}
#navigation .become-a-reseller a:active {
    background-position:0 -35px;
}
#navigation .client-login li {
    list-style:none;
    display:inline;
}
#navigation .client-login a {
	height:35px;
	width:112px;
	color:#fff;
	text-decoration:none;
	float:left;
	background-image: url(../images/menu/client-login.png);
	background-repeat: no-repeat;
}
#navigation .client-login a:hover { 
    background-position:0 -35px;
}
#navigation .client-login a:active {
    background-position:0 -35px;
}
#linkText {
	display: none;	
}
