/* CSS Document copyright 2009 Jones the Graphics, All rights reserved.*/

body {
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 100.1%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:10px 0 80px 0;
	background-image: url(../image/bg5a.jpg);
	background-repeat: repeat-x;
}
h1 {
	background-color: transparent;
	font-size: 1.7em;
	color: #FFF;
	margin-bottom: 5px;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	color: #333;
	padding: 0px;
	font-size: 1.2em;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: 1.2em;
	color: #000;
	margin: 0px;
	padding: 0px;
}
h4 {
}

.hivis title {
	font-size: 1.5em;
	font-weight: bold;
}

	ul {
	list-style:none;
	padding:0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-top: 0;
	margin-left: 0px;
}
	li {
	padding:0;
	float: left;
}
	li a {
	display:block;
	padding:5px 10px;
	height:100%;
	color:#FFF;
	text-decoration:none;
}
	li a {
	outline: none;
	background-image: url(../image/back.png);
	background-repeat: repeat;
	background-position: 0 0;
}

	li a:active, li a:focus, li a:hover {background-position:-150px 0;}
	#pnav a {
	background-image: url(../image/back.png);
	background-repeat: repeat;
	background-position: 0 0;
}

.container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.navigation {
	padding-top: 10px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
.navigation a {
	outline: none;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 15px;
	margin-left: 30px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: bold;
	font-size: 0.7em;
	background-image: url(../image/activelink.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	background-color: #504E4F;
	cursor: pointer;
}
.navigation a:active {
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../image/orangedot.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
}
.navigation a:focus {
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../image/orangedot.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
}
.navigation a:hover {
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../image/orangedot.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
}
.header {
	width: 100%;
	padding-top: 25px;
	height: 150px;
}
.logo {
	padding-top: 50px;
	float: left;
	width: 200px;
}
.pagesnav {
	text-align: left;
	margin-top: 20px;
	float: right;
}
.pagesnav a {
	color: #333;
	text-decoration: none;
	padding-left: 30px;
	font-size: 0.8em;
	padding-top: 80px;
	padding-right: 5px;
	padding-bottom: 15px;
	font-weight: bold;
	margin-right: 6px;
	margin-left: 15px;
}
.pagesnav a:hover {
	color: #333;
	text-decoration: none;
}
.talent {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-size: 3em;
	color: #FFF;
	font-weight: bold;
}
/*-------------NOMINEE-------------*/
#csscreme {
	width: 500px;
	font-size: 0.8em;
	font-weight: normal;
	color: #FFF;
	background-color: #333;
	padding: 10px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -40px;
	border: 2px solid #FC0;
	text-align: center;
}
#csscreme a {
	color: #F60;
	text-decoration: none;
	font-weight: bold;
}
#csscreme a:active, #csscreme a:focus, #csscreme a:hover {
	color: #FFF;
}
/*-------------*/
.tag {
	list-style-position: inside;
	list-style-type: disc;
	display: block;
}

h1 li {
	clear: left;
	float: left;
	list-style-type: none;
}
div#top{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	min-height:43px;
	background-color: #504E4F;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FC0;
	border-right-color: #FC0;
	border-bottom-color: #FC0;
	border-left-color: #FC0;
 }
div#footer{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	min-height:83px;
	background-repeat: repeat-x;
	background-image: url(../image/footerbg2.png);
 }
@media screen{
	 body>div#top{
   position: fixed;
  }
 body>div#footer{
 position: fixed;
  }
}
div#footer img {
	margin-top: 5px;
	margin-bottom: -5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
* html body{
  overflow:hidden;
 } 
* html div#c{
  height:100%;
  overflow:auto;
 }
.fc {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
	font-size: 0.75em;
	color: #E4E4E4;
}
.fcl {
	float: left;
	width: 40%;
	padding-left: 10px;
}
.fcr {
	float: right;
	width: 55%;
	font-size: 1.3em;
	font-weight: bold;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 22px;
	padding-right: 10px;
}
.ema {
	font-size: .7em;
}
.ema a {
	color: #FC0;
	text-decoration: none;
}
.ema a:active, .ema a:hover, .ema a:focus {
	color: #FFF;	
}
.ema2 {
	font-size: 0.8em;
	margin-top: 15px;
	margin-bottom: -15px;
}
.ema2 a {
	color: #FC0;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
}
.ema2 a:active, .ema2 a:hover, .ema2 a:focus {
	color: #FFF;	
}
.text2 {
	margin-left: 0px;
	padding-top: 20px;
	font-size: 0.8em;
	width: 238px;
	font-family: Verdana, Geneva, sans-serif;
}
.text2a {
	margin-left: 0px;
	padding-top: 20px;
	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;
	width: 184px;
	color: #fff;
}
.text2 h2 {
	font-size: 1.3em;
	margin-top: -10px;
	font-weight: bold;
}
.text2 a {
	color: #2C56AD;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
	font-style: normal;
}
.text2 a:hover {
	color: #000;
	text-decoration: none;
}
.cola {
	float: left;
	width: 238px;
	margin-right: 89px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.cola img {
	width: 238px;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 5px solid #CCC;
	height: 100px;
	margin: 0px;
	padding: 0px;
}
.col3a {
	float: left;
	width: 238px;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.col3a img {
	width: 238px;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 5px solid #CCC;
	height: 100px;
	margin: 0px;
	padding: 0px;
}
.col2a {
	float: left;
	width: 238px;
	margin-left: 89px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.col2a p {
	font-size: 1em;
}
.col2a img {
	width: 238px;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 5px solid #CCC;
	height: 100px;
	margin: 0px;
	padding: 0px;
}
/*------------------------------Pricing page------------------------*/

.colapricing {
	float: left;
	width: 184px;
	margin-right: 82px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 10px solid #CCC;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-bottom: 20px;
	color: #FFF;
	background-image: url(../images/optionsbg.jpg);
	background-repeat: repeat;
	font-weight: bold;
}
.colapricing h2, .col2apricing h2, .col3apricing h2 {
	font-size: 2.5em;
	background-color: #F90;
	margin-top: -25px;
	margin-left: -20px;
	width: 204px;
	padding-left: 20px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../image/pricingh2bg.jpg);
	background-repeat: repeat;
	color: #FFF;
}

.col3apricing {
	float: left;
	width: 184px;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 10px solid #CCC;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-bottom: 20px;
	color: #FFF;
	background-image: url(../images/optionsbg.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
}

.col2apricing {
	float: left;
	width: 184px;
	margin-left: 82px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 10px solid #CCC;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-bottom: 20px;
	color: #FFF;
	background-image: url(../images/optionsbg.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
}

.price {
	font-size: 4em;
	color: #4A4A4A;
	font-weight: normal;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/*------------------------------Examples page----------------------*/
.exampa {
	float: left;
	width: 238px;
	margin-right: 89px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.exampa h2, .examp3a h2, .examp2a h2 {
	font-size: 1.1em;
}
.exampa img {
	width: 238px;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 5px solid #CCC;
	height: 238px;
	margin: 0px;
	padding: 0px;
}
.examp3a {
	float: left;
	width: 238px;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.examp3a img {
	width: 238px;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 5px solid #CCC;
	height: 238px;
	margin: 0px;
	padding: 0px;
}
.examp2a {
	float: left;
	width: 238px;
	margin-left: 89px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
}
.examp2a p {
	font-size: 1em;
}
.examp2a img {
	width: 238px;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 5px solid #CCC;
	height: 238px;
	margin: 0px;
	padding: 0px;
}

div.latestb {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #CCC;
	margin-bottom: 25px;
	background-color: #CCC;
	background-image: url(../image/whitegreystripe.jpg);
	background-repeat: repeat;
}
div.latestb h3 {
	color: #333;
	margin-top: -5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	width: 879px;
	margin-bottom: 2px;
	font-weight: normal;
}
div.latestb h3 a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .6em;
	color: #2C56AD;
	text-decoration: none;
	font-weight: bold;
	margin-left: 5px;
}
div.latestb h3 a:active, div.latestb h3 a:hover, div.latestb h3 a:focus {
	color: #000;
}


div.latestb img {
	margin-right: 10px;
	margin-top: 5px;
	width: 166px;
	height: 136px;
	border: 1px solid #666;
}
div.latestweb {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #CCC;
	margin-bottom: 25px;
	background-color: #EBEBEB;
	background-image: url(../image/bboxbg.png);
}
div.latestweb h3 {
	color: #333;
	margin-top: -5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	width: 879px;
	margin-bottom: 2px;
	font-weight: normal;
}
div.latestweb img {
	margin-right: 10px;
	margin-top: 5px;
	width: 468px;
	border: 3px solid #CCC;
	display: block;
	float: left;
}
div.latestweb3 {
	width: 585px;
	margin-top: 15px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #CCC;
	margin-bottom: 25px;
	background-color: #EBEBEB;
	background-image: url(../image/bboxbg.png);
	float: left;
}
div.latestweb3 h3 {
	color: #333;
	margin-top: -5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	width: 879px;
	margin-bottom: 2px;
	font-weight: normal;
}
div.latestweb3 img {
	margin-right: 10px;
	margin-top: 5px;
	width: 468px;
	border: 3px solid #CCC;
	display: block;
	float: left;
}
div.latestweb3 li {
	float: none;
}
div.info {
	width: 280px;
	float: right;
	margin-right: 5px;
}
div.latestweb4 {
	
	margin-top: 15px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #CCC;
	margin-bottom: 25px;
	background-color: #EBEBEB;
	background-image: url(../image/bboxbg.png);
	
}
div.latestweb5 {
	margin-top: -10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 10px solid #333;
	margin-bottom: 0px;
	font-size: 1.5em;
	font-weight: bold;
	background-color: #333;
	text-align: center;
}
div.latestweb5 a {
	color: #FFF;
	text-decoration: none;
	background-image: url(../image/wantalogobg.jpg);
	background-repeat: repeat;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	display: block;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 3px solid #fff;
	background-color: #F90;
}
div.latestweb5 a:active, div.latestweb5 a:hover, div.latestweb5 a:focus {
	color: #000;
}
.clearer {
	clear: both;
}
div.lwtxt {
	color: #333;
	margin-right: 10px;
	font-size: 0.9em;
}
div.lwtxt2 {
	color: #333;
	margin-right: 10px;
	font-size: 0.8em;
}
div.lwtxt a {
	font-size: .7em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
div.lwtxt a:active {
}
div.lwtxt a:focus {
}
divlwtxt a:hover {
}
div.lwtxt h4 {
	white-space: normal;
}
div.lwtxt ul {
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 5px;
}
div.lwtxt li {
	list-style-type: disc;
	margin-left: 15px;
}

.top {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 0.6em;
	width: 900px;
}
.top a{
	padding: 5px;
	background-color: #FC0;
	color: #333;
	text-decoration: none;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.top a:active {
	color: #FC0;
	background-color: #000;
}
.top a:hover {
	color: #FC0;
	background-color: #000;
}
.top a:focus {
	color: #FC0;
	background-color: #000;
}
.sm {
	margin-left: 10px;
	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;
}
.sm2 {
	font-size: 0.7em;
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 30px;
}
.sm3 {
	font-size: 0.7em;
	font-family: Verdana, Geneva, sans-serif;
}
.sm a {
	color: #36C;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 0.8em;
	text-decoration: none;
}
.sm a:active {
}
.sm a:hover {
}
.sm a:focus {
}
div#botb {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	margin-bottom: 3px;
	color: #CCC;
	font-size: 0.9em;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #999;
	padding-bottom: 1px;
}
div#botb img {
	float: left;
	padding-right: 25px;
	padding-left: 2px;
}
div#botb p {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	font-size: 1.2em;
	width: 850px;
	padding-top: 1px;
}
blockquote {
	font-size: 1.1em;
	margin-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.1em;
}
blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.ctctxt {
	color: #333;
	margin-right: 10px;
	font-size: 0.9em;
	float: left;
	width: 500px;
	padding-top: 20px;
	padding-left: 20px;
}
.ctctxt a {
	color: #015989;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-decoration: none;
}
.ctctxt a:active, .ctctxt a:hover, .ctctxt a:focus {
	color: #F60;
	text-decoration: underline;
}
#ctcformb {
	float: right;
	width: 300px;
}
#ctcformb img {
	height: 25px;
	width: 90px;
}
.smlr {
	font-size: .8em;
	display: block;
	padding-top: 5px;
	padding-left: 10px;
}
#ctctnks {
	float: right;
	width: 360px;
}
#ctctnks img {
	width: 250px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 15px;
	padding-left: 70px;
}
.navigation img {
	margin-top: 3px;
	margin-bottom: -3px;
}
.ads1 {
	float: left;
	width: 170px;
	margin-right: 10px;
	font-size: .65em;
}
.ads2 {
	float: left;
	width: 166px;
	font-size: .65em;
}
#cu3er-container {
	width:903px;
	outline:0;
	margin-bottom: 15px;
	margin-top: 15px;
}
/*-----------------------------TESTIMONIALS HOMEPAGE------------------------*/
#testi {
	width: 812px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 45px;
	padding-right: 45px;
}
/*---------------------------Logo examples Funnel--------------*/
#funnel {
	width: 902px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
