
/* Imports
----------------------------------------*/
@import url("reset.css");


/* Elements
----------------------------------------*/
body {
	background-color:#fff;
	position:relative;
}

body, p, td, th, li {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
}

/*--this makes the footer align to bottom on short page--*/

html, body, #heightMax {
	min-height:100%;
	width:100%;
	height:100%;
}

html>body, html>body #heightMax {
	height:auto;
}

#footer.FooterShort {
	position:absolute; 
	bottom:0px;
}

/*-----------------------------*/


p {
	font-size:.75em;
	line-height:1.5em;
	margin: 0 0 1em 0;
}

/*--- Link Styles ---*/
a:link, a:visited {
	
}

h1 {
	color:#415360;
	margin:.825em 0 .4em 0;
	font-size:30px;
}

h2 {
	color:#415360;
	margin:.825em 0 .5em 0;
	font-size:16px;
	font-weight:bold;
}

h3 {
	color:#415360;
	margin:.825em 0 .5em 0;
	font-size:16px;
	font-weight:bold;
}

h4 {
	color:#415360;
	margin:.825em 0 .5em 0;
	font-size:16px;
	font-weight:bold;
}

h5 {
	color:#415360;
	margin:.825em 0 .5em 0;
	font-size:16px;
	font-weight:bold;
}

h6 {
	color:#415360;
	margin:.825em 0 .5em 0;
	font-size:16px;
	font-weight:bold;
}

hr {
	width:100%;
	border:0;
	height:1px;
	color:#d6d4d4;
	background-color:#d6d4d4;
	margin:30px 0 35px 0;
	padding:0;
	display:block;
}

p {
	font-size:14px;	
}

/*General Classes
-----------------------------------------*/

.borderBottom {
	border-bottom:1px solid #d6d4d4;
}

.borderLeft {
	border-left:1px solid #d6d4d4;
}

.borderBottomLeft {
	border-left:1px solid #d6d4d4;
	border-bottom:1px solid #d6d4d4;
}

.highlight {
	color:#8cc030;
}

/* Header
----------------------------------------*/
#header {
	width:100%;
	height:60px;
	background:#464646;
}

#headerCenter {
	width:1000px;
	height:60px;
	margin:0 auto;
	background:url(../images/logo.png) no-repeat 5px 10px;
}


/* Nav
	----------------------------------------*/
ul#nav {
	float:right;
	margin-top:19px;	
}
	
ul#nav li {
	float:left; 
	list-style-type:none; 
	margin-left:1px;
}

ul#nav li a {
	margin:0 15px;
	height:40px;
	color:#e4f2fd;
	display:block;
	text-decoration:none;
	padding:12px 4px;
	font-weight:bold;
	font-size:15px;
}

ul#nav li a:hover {
	color:#178ce9;
}

ul#nav li.tabActive {
	width:87px;
	height:41px;
	background:url(../images/tabActive.jpg) no-repeat;
	color:#000;
	padding:10px 15px 0 15px;
	margin:0 5px;
	text-align:center;
	display:block;
	font-weight:bold;
	font-size:15px;
}

ul#nav li a.tabLogin {
	color:#8cc030;
	margin-right:0;
}

ul#nav li a.tabLogin:hover {
	color:#b7f44b;
}
	


/* Strap Line
----------------------------------------*/
#strapline {
	width:100%;
	background:#e4f2fd;
	border-bottom:1px solid #d6d4d4;
	padding:30px 0;
}

#straplineCenter {
	width:1000px;
	margin:0 auto;
	overflow:auto;
}

/*--home strapline--*/

.straplineHome {
	background:url(../images/homeScreenShot1.png) no-repeat right top;
	height:320px;
}

.straplineHome h1 {
	width:414px;
	height:37px;
	font-weight:bold;
	margin:10px 0 10px 0;
}

.straplineHome ul.straplineDescription {
    list-style-type:disc !important;
    margin-bottom:40px;
    margin-left:22px;
}

.straplineHome ul.straplineDescription li{
    color:#415360;
    list-style-type:disc;
    font-size:21px;
    line-height:35px;
    font-family:"Myriad Pro", Arial, Verdana;
}



/*--pricing strapline--*/

.straplinePricing {
	background:url(../images/headerPricing.jpg) no-repeat 0 12px;
}

/*--tour strapline--*/

.straplineTour {
	background:url(../images/headerFeatures.png) no-repeat 0 12px;
}

/*--support strapline--*/

.straplineSupport {
	background:url(../images/headerSupport.jpg) no-repeat 0 12px;
}

/*--about us strapline--*/

.straplineAboutUs {
	background:url(../images/headerAboutUs.jpg) no-repeat 0 12px;
}

/*--get started strapline--*/

.straplineGetStarted {
	background:url(../images/headerGetStarted.jpg) no-repeat 0 12px;
}

.straplineSuccess {
	background:url(../images/headerSuccess.jpg) no-repeat 0 12px;
}

.straplinePrivacy {
	background:url(../images/headerPrivacy.jpg) no-repeat 0 12px;
}

.straplineNR {
	background:url(../images/headerNROffer.jpg) no-repeat 0 12px;
}
	
/* call buttons
----------------------------------------*/

#callButtons {
	float:right;
	margin-left:25px;
}

#callButtons li {
	float:left;
	list-style-type:none;
	margin-left:10px;
}

#callButtons li a {
	display:block;
	width:177px;
	height:45px;
	text-indent:-9999px;
}

.cbTour {
	background:url(../images/buttonTour.jpg) no-repeat;
}

.cbStart {
	background:url(../images/buttongetStarted.jpg) no-repeat;
}

.cbTour:hover { 
	background:url(../images/buttonTour.jpg) no-repeat 0 -45px;
}

.cbTour:active { 
	background:url(../images/buttonTour.jpg) no-repeat 0 -90px;
}

.cbStart:hover { 
	background:url(../images/buttongetStarted.jpg) no-repeat 0 -45px;
}

.cbStart:active { 
	background:url(../images/buttongetStarted.jpg) no-repeat 0 -90px;
}

/*--home call buttons--*/

#callButtons.homeCallButtons {
	float:none;
}

#callButtons.homeCallButtons li {
	margin-left:0px;
	margin-right:10px;
}

/*get started button -- added 287/7/10 by Troy ---*/

#logInBut {
	display:block;
	width:177px;
	height:45px;
	text-indent:-9999px;
	background:url(../images/buttonLogIn.jpg) no-repeat;
	margin:0 auto;	
}

#logInBut:hover {
	background:url(../images/buttonLogIn.jpg) no-repeat 0 -45px;
		
}

#logInBut:active {
	background:url(../images/buttonLogIn.jpg) no-repeat 0 -90px;
}

/*------------------middle panel------*/

#middlePanel {
	width:100%;
	height:161px;
	padding-top:30px;
	background:url(../images/middlePanelBg.jpg) repeat-x;	
}

#middlePanelCenter {
	width:1000px;
	height:138px;
	margin:0 auto;
	background:url(../images/middlePanelBox.jpg) no-repeat;	
}

#middlePanelCenter ul {
	padding:15px 0 0 40px;
}

#middlePanelCenter ul li {
		float:left;
		list-style-type:none;
		width:216px;
}

#middlePanelCenter ul li.center {
		margin:0 140px;
}

#middlePanelCenter ul li h2 {
		font-size:15px;
}

#middlePanelCenter ul li p {
		font-size:14px;
}

/* Main Content
----------------------------------------*/
#mainContent {
	width:1000px;
	margin:0 auto;
}

#container {
	border:1px solid #d6d4d4;
	border-radius:4px;  
	-moz-border-radius:4px;  
	-webkit-border-radius:4px;
	background-color:#fff;
	overflow:auto;
}


/* Homepage Styles
----------------------------------------*/

/*--testimonials--*/

#testimonials {
	float:right;
	width:250px;
}

.testimonial { 
	font-style:italic;
	margin-bottom:5px;
	font-size:14px;
}

.testimonial_name {
	font-weight:bold;
	margin:0 0 0 0;
	font-size:14px;
}

.testimonial_address {
	font-size:11px;
	color:#666;
}


/*--points--*/

#container.homeContainer {
	width:685px;
	height:620px;
	margin:40px 0;
}

#homePoints li {
	width:300px;
	height:175px;
	float:left;
	display:block;
	padding:10px 20px 20px 20px;
}

#homePoints li p {
	font-size:14px;
	color:#555;
	padding:0 0 0 70px;
}

#homePoints li h2 {
	padding-left:70px;
	height:55px;
	font-size:16px;
}

.iconIphone {background:url(../images/icons/icon_iphone.png) no-repeat;}
.iconWebReady {background:url(../images/icons/icon_webready.jpg) no-repeat;}
.icon1DollarDay {background:url(../images/icons/icon_1dollarday.png) no-repeat;}
.iconSms {background:url(../images/icons/icon_sms.png) no-repeat;}
.iconInvoice {background:url(../images/icons/icon_invoice.jpg) no-repeat;}
.iconGst {background:url(../images/icons/icon_gst.jpg) no-repeat;}
.iconMutliUser {background:url(../images/icons/icon_multiuser.jpg) no-repeat;}
.iconFreeTrial {background:url(../images/icons/icon_trial.jpg) no-repeat;}
.iconDocument {background:url(../images/icons/icon_document.jpg) no-repeat;}


/* Pricing Styles
----------------------------------------*/

#container.containerPricing {
	width:958px;
	background:url(../images/fadeBg.jpg) no-repeat center 20px;
	padding:20px;
	margin:20px 0;
	position:relative;
}

#price {
	width:80%;
	margin:30px auto;
	padding:10px 20px; 
	border:1px solid #d6d4d4;
	border-radius:4px;  
	-moz-border-radius:4px;  
	-webkit-border-radius:4px;
	background-color:#fff;
}

#price h1 {
	margin:15px auto;
	text-align:center;
}

/*--Price Points--*/

#pricePoints {
	margin:0 20px 30px 80px;
}

#pricePoints li {
	float:left;
	dispaly:block;
	width:350px;
	list-style-type:none;
}

.pricePointsLeft {
	margin-right:90px;
}

/*--price comparison--*/

#priceComparison {
	width:865px;
	margin:50px 0 50px 45px;
	float:left;
}

#priceComparison th {
	width:140px;
	background:#1388e3;
	color:#fff;
	padding:18px 0 18px 30px;
	border:1px solid #d6d4d4;
	font-weight:bold;
}

#priceComparison td {
	width:140px;
	padding:18px 10px 18px 30px;
	border:1px solid #d6d4d4;
	font-size:14px;
}

#priceComparison td.wideCell {
	width:174px;
	background:#e4f2fd;
	font-style:italic;
}

#priceComparison tr:hover {
	background:#e4f2fd;
	color:#fff;
}

/*--pricing testimonials--*/

.testimonialsPricing {
	margin:60px 20px 0 0;
}

/* Tour/Support Styles
----------------------------------------*/

/*---left menu------------*/

#leftMenu {
	wdith:194px;
	float:left;
	background:url(../images/leftMenuBg.jpg) repeat-y;
	height:100%;
	border-right:none;
}

#leftMenu ul li {
	list-style-type:none;
	position:relative;
}

#leftMenu ul li a {
	width:173px;
	height:36px;
	display:block;
	background:url(../images/leftMenuTabBg.jpg) no-repeat;
	text-decoration:none;
	color:#425969;
	font-weight:bold;
	font-size:0.88em;
	padding:16px 0 0 20px;
}

#leftMenu ul li a:hover { 
	background:#e4f2fd;
}

#leftMenu ul li a:active { 
	background:#9bcdf5;
}

#leftMenu ul li a.lmActive {
	width:173px;
	background:#fff;
	overflow:hidden;
	border-bottom:1px solid #cdd4dc;
}

.lmActiveli {
	border-right:1px solid #fff;
}

#leftMenu ul li a.lmActive:active { 
	color:#425969;
}

/*--support menu drop downs--*/

/*expand/close links--*/
#leftMenu ul li a#expandLink {
	width:33px;
	height:52px;
	position:absolute;
	top:0;
	left:160px;
	display:block;
	text-indent:-9999px;
	padding:0;
}

/*this toggle arrow bg for non active tab left menu  via javascript*/
#leftMenu ul li a#expandLink.expandUpBg {
	background:url(../images/expandLinkUp.jpg) no-repeat;
}

#leftMenu ul li a#expandLink.expandDownBg {
	background:url(../images/expandLinkDown.jpg) no-repeat;
}


/*this toggle arrow bg for active tab left menu  via javascript*/
#leftMenu ul li a#expandLink.expandUpABg {
	background:url(../images/expandLinkUpA.jpg) no-repeat;
}

#leftMenu ul li a#expandLink.expandDownABg {
	background:url(../images/expandLinkDownA.jpg) no-repeat;
}

/*--submenu--*/

#leftMenu ul li a.lmActiveSubMenu {
	width:173px;
	background:#fff;
	overflow:hidden;
	margin-bottom:-10px;
	border-right:1px solid #fff;
}

#subMenu {
	width:194px;
}

#subMenu.subMenuActive {
	background:#fff;
	/*border-right:1px solid #fff;*/
}

#subMenu ul li {
	background:none;
	height:37px;
	background:#fff;
	border-bottom:1px solid #cdd4dc;
	width:180px;
	margin-left:12px;
}

#subMenu ul li a.subActive {
	background:#f7f4f4;
}

#subMenu ul li a {
	height:27px;
	font-size:13px;
	color:#425665; 
	font-style:italic;
	background:#fff;
	text-align:right;
	padding:10px 8px 0 0;
	font-weight:200;
}


/*--wide pic--*/

#widePic {
	width:478px;
	margin-bottom:10px;
}

/*--points--*/

#points {
	width:100%;
	overflow:auto;
}

#points ul {
	margin-top:-16px;
}

#points ul li {
	list-style-type:none;
	width:340px;
	float:left;
	display:block;
}

.pointsLeft {
	margin-right:68px;
}

/*--side pic--*/

#sidePic {
	width:100%;
	overflow:auto;
}

#sidePic ul {
	margin-top:-16px;
}

#sidePic ul li {
	list-style-type:none;
	width:380px;
	margin-bottom:30px;
}

#sidePic.rightPic img {
	float:right;
	margin-left:20px;
}

#sidePic.leftPic img {
	float:left;
}

#sidePic.leftPic ul {
	margin-left:368px;
}

/*--snippet--*/

#snippet {
	border:1px solid #d6d4d4;
	border-radius:4px;  
	-moz-border-radius:4px;  
	-webkit-border-radius:4px;
	background-color:#f5fafe;
	overflow:auto;
	padding:20px;
	margin:10px 0;
}

#snippet h2 {
	margin-top:0;
}

#snippet h3{
	margin-top:0;
}

#snippet.snippetLeft img {
	float:left;
	margin:0 15px 15px 0;
	border:1px solid #d6d4d4;
}

#snippet.snippetRight img {
	float:right;
	margin:0 0 15px 15px;
	border:1px solid #d6d4d4;
}


/* Tour
----------------------------------------*/

.containerTour {
	width:1000px;
	margin:30px 0;
	background:url(../images/leftMenuBg.jpg) repeat-y 0 0;
}

/*---tour content------------*/

.tourContent {
	width:748px;
	margin:20px 0 20px 224px;
}

/* Support
----------------------------------------*/

#supportTopic {
	height:60px;
	background:#e4f2fd;
	border-bottom:1px solid #d6d4d4;
}

#supportTopic ul li {
	height:60px;
	width:221px;
	float:left;
	display:block;
	color:#415360;
	font-size:1em;
	font-weight:bold;
}

#supportTopic ul li a {
	text-decoration:none;
	color:#415360;
	font-size:1em;
	font-weight:bold;
	display:block;
	width:221px;
	padding:20px 0 0 0;
	height:35px;
	margin-top:5px;
	text-align:center;
}

#supportTopic ul li a:hover { 
	font-style:italic;
	background:#b0cde3;
}

#supportTopic ul li.activeTopic {
	background:#fff;
	width:221px;
	height:34px;
	margin-top:5px;
	margin-left:-1px;
	padding:20px 0 0 0;
	text-align:center;
	border-top:1px solid #d6d4d4;
	border-left:1px solid #d6d4d4;
	border-right:1px solid #d6d4d4;
	border-bottom:1px solid #fff;
}

/* About Us Styles
----------------------------------------*/

#container.containerAboutUs {
	width:958px;
/*  background:url(../images/aboutUsBg.jpg) no-repeat center 20px;*/
	padding:20px;
	margin:20px 0;
}

#container.containerAboutUs h1 {
    text-align:left;
    font-size:1.5em;
    margin:0;
    line-height:1em;
}

#container.containerAboutUs .teamMembers {
    list-style:none;
    overflow:hidden;
    margin-top:25px;
}

#container.containerAboutUs .teamMembers li{
    float:left;
    width:290px;
    margin-right:40px;
}
#container.containerAboutUs .teamMembers li.last{
    margin-right:0;
}
#container.containerAboutUs .teamMembers li h2{
    text-align:center;
    line-height:1.5em;
    margin-bottom:25px;
}
#container.containerAboutUs .teamMembers li p {
    padding:0 5px;
}

/*--Google Map styles--*/


#location  {
	float:right;
	width:400px;
	margin-left:0;
}

#googleMap {
	height:300px;
	width:450px;
	margin:0 20px 0 0;
	border:1px solid #d6d4d4;
}


/* Get Started Styles
----------------------------------------*/

#container.containerGetStarted {
	width:958px;
	background:url(../images/fadeBg.jpg) no-repeat center 20px;
	padding:20px 20px 50px 20px;
	margin:20px 0;	
}

#container.containerGetStarted h1 {
	text-align:center;
	margin:40px 0 20px 0;
}


#startForm {
	margin:30px auto 20px auto;
	overflow:auto;
	padding:20px 0 20px 0;
	text-align:center;
	width:709px;
}

#startForm form {
	height:50px;
	width:709px;
	position:relative;
}

#startForm input {
	width:500px;
	height:30px;
	padding:8px 0 5px 10px;
	font-size:1.25em;
	color:#999;
	position:absolute;
	top:0;
	left:0;
}

#startForm input:focus {
	border:2px solid #1388e3;
}

#startForm input.buttonFormStart {
	width:177px;
	height:45px;
	padding:0;
	background:url(../images/buttonGetStarted.jpg) no-repeat;
	text-indent:-9999px;
	border:0;
	position:absolute;
	top:0;
	left:520px;
	font-size:0;
	color:#fff;
}

#startForm input.buttonFormStart:hover {
	background:url(../images/buttonGetStarted.jpg) no-repeat 0 -45px;
}

#startForm input.buttonFormStart:active {
	background:url(../images/buttonGetStarted.jpg) no-repeat 0 -90px;
}

/*get started points--*/

#startPoints {
	width:918px;
	margin:0 20px 30px 20px;
}

#startPoints li {
	float:left;
	dispaly:block;
	width:270px;
	list-style-type:none;
}

.startPointsMiddle {
	margin:0 54px;
}

#startPoints li a {
	display:block;
	font-size:0.88em;
	margin-bottom:7px;
	color:#1388e3;
}

#startPoints li a:hover {
	color:#415462;
}

/* NROffer Styles
----------------------------------------*/

.straplineNR {
	height:45px;
}

#container.containerNROffer {
	width:685px;
	padding:30px 20px;
	margin:20px 0;
}

#container.containerNROffer h1 {
  text-align:left;
  font-size:30px;
  margin:0 0 1em;
  line-height:1em;
}

#container.containerNROffer h2 {
  font-size:22px;
  font-weight:normal;
  float:left;
  width: 330px;
	line-height: 1.5em;
	margin:40px 0 0 50px;
}

#container.containerNROffer h3 {
  margin:0 0 1.4em;
}

#container.containerNROffer li {
	background:url(../images/bluetick.gif) no-repeat 0 0;
	list-style:none;
	line-height: 1.5em;
	margin: 0px 0px 1em;
	font-size: 14px;
	padding-left: 40px;
}

.nrActivate {
	background:#f6f4f5;
	border-radius:4px;  
	-moz-border-radius:4px;  
	-webkit-border-radius:4px;
	height:150px;
	border:1px solid #d6d4d4;
	margin-top:40px;
}

.nrActivate a {
	display:block;
	width:250px;
	height:75px;
	text-indent:-9999px;
	float:right;
	background:url(../images/buttonActivate.gif) no-repeat;
	margin:40px 50px 50px 0;
}

.nrActivate a:hover { 
	background:url(../images/buttonActivate.gif) no-repeat 0 -75px;
}

.nrActivate a:active { 
	background:url(../images/buttonActivate.gif) no-repeat 0 -150px;
}

.moreAbout {
	margin-top:40px;
	padding-top:40px;
	border-top:1px solid #d6d4d4;
	clear:both;
}

.moreAbout .left {
	height:200px; 
	width:300px; 
	float:left;
}

.moreAbout .right {
	height:240px; 
	width:350px; 
	float:right;
}

/* Registration Successful Styles -- added 287/7/10 by Troy
----------------------------------------*/

#container.containerRegSuccess {
	width:958px;
	background:url(../images/fadeBg.jpg) no-repeat center 20px;
	padding:20px 20px 50px 20px;
	margin:20px 0;
	text-align:center;	
}

/*update 4/1/11 by Troy*/

#successMessage {
	width:80%;
	padding:5px 20px 20px 20px;
	border:1px solid #d6d4d4;
	border-radius:4px;  
	-moz-border-radius:4px;  
	-webkit-border-radius:4px;
	background-color:#fff;	
	margin:20px auto 30px auto;
	text-align:center;
}

#successMessage h1 {
	color:#198eeb;
	font-size:30px;
	margin-bottom:-10px;
	padding:0 20px 0 100px;
	text-align:center;
	background:url(../images/blueTick.jpg) top right no-repeat;
	width:500px;
	
}

#successMessage h2 {
	font-size:18px;
	text-align:center;
	padding:0;
	
}

#successVideo {
	margin:0 auto 50px auto;
	width:800px; 
	text-align:center;
		
}

#successVideo h2 {
	color:#198eeb;
	font-size:24px;
	margin-bottom:-10px;
	padding:0;
	text-align:center;
	font-weight:normal;
	
}

#successVideo h3 {
	font-size:18px;
	text-align:center;
	padding:0;
	margin-bottom:20px;
}

#successVideo h3 a {
	color:#198eeb;
}

#successVideo h3 a:hover {
	color:#464646;
}

#successVideo h4 {
	color:#198eeb;
	font-size:22px;
	text-align:center;
	padding:0;
	font-weight:normal;
	margin:30px 0 -10px 0;
}

#successVideo h5 {
	font-size:18px;
	text-align:center;
	padding:0;
	margin-bottom:20px;
}

#sv {
	text-align:center;
	margin-top:40px;
}


/* Footer
----------------------------------------*/
#footer {
	width:100%;
	height:60px;
	background-color:#464646;
	padding:20px 0;
}

#footerCenter {
	width:1000px;
	margin:0 auto;
}

#footer p {
	color:#fff;
	font-size:.75em;
	line-height:1.8em;
	font-weight:bold;
}

#footer p a {
	color:#e4f2fd;
	text-decoration:none;
	margin-right:10px;
}

#footer p a:hover {
	color:#178ce9;
}

#footer a.tabLogin {
	color:#8cc030;
}

#footer a.tabLogin:hover {
	color:#b7f44b;
}

/*---footer call buttons---*/

#callButtonsFooter {
	float:right;
}

#callButtonsFooter li {
	float:left;
	list-style-type:none;
	margin-left:5px;
}

#callButtonsFooter li a {
	display:block;
	width:131px;
	height:33px;
	text-indent:-9999px;
}

.fcbTour {
	background:url(../images/buttonTourFooter.jpg) no-repeat;
}

.fcbStart {
	background:url(../images/buttonGetStartedFooter.jpg) no-repeat;
}

.fcbTour:hover { 
	background:url(../images/buttonTourFooter.jpg) no-repeat 0 -33px;
}

.fcbTour:active { 
	background:url(../images/buttonTourFooter.jpg) no-repeat 0 -66px;
}

.fcbStart:hover { 
	background:url(../images/buttonGetStartedFooter.jpg) no-repeat 0 -33px;
}

.fcbStart:active { 
	background:url(../images/buttonGetStartedFooter.jpg) no-repeat 0 -66px;
}


/********************privacy page****************************************/

.containerPrivacy {
	margin:20px 0;
	padding:0 20px 20px 20px;	
}

.containerPrivacy h1 {
	font-size:24px;
	margin-bottom:-10px;
	color:#168BE8;	
}

.containerPrivacy h2 {
	margin-top:30px;	
}

.containerPrivacy li {
	margin-left:15px;
	margin-bottom:5px;	
}

.bold {
	font-weight:bold;
	color:#168BE8;
	font-size:16px;
	background-color:#cff5f9;
	padding:10px;
	border:1px solid #06C;
	width:200px;
	text-align:center;
}


/***************Christmas Promo************************/

#bannerHolder {
	width:1360px;
	margin:0 auto;
	position:relative;
}

#christmasBannerLeft {
	position:absolute;
	top:40px;
	left:0;
}

#christmasBannerRight {
	position:absolute;
	top:40px;
	right:2px;
}

/*homepage*/

#promoHomepageBanner {
    width:1000px;
    height:139px;
    margin:-5px auto 5px auto;
    border:1px solid #d5cfcf;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align:center;
    background:#fff;
    font-size:18px;
    line-height:30px;
}

#promoHomepageBanner a {
    color:#178ce9;
}

#promoHomepageBanner span.title{
    display:block;
    margin:15px 0 5px 20px;
    background: url(../images/netregistry_logo.png) center left no-repeat;
    font-size:30px;
    line-height:45px;
    padding-left:190px;
}

/*price page */

#promoPriceBanner {
	width:80%;
	margin:30px auto;
	padding:10px 20px; 
	border:1px solid #d6d4d4;
	border-radius:4px;  
	-moz-border-radius:4px;  
	-webkit-border-radius:4px;
	background-color:#fff;
	text-align:center;
}

#balloon20 {
	position:absolute;
	top:30px;
	left:20px;
}

#balloon11 {
	position:absolute;
	top:20px;
	right:5px;
}

#bannerHolderPrice {
	width:1370px;
	margin:0 auto;
	position:relative;
}

#ppLeft {
	position:absolute;
	top:100px;
	left:0;
}

#ppRight {
	position:absolute;
	top:100px;
	right:26px;
}
