/* --------------------------------------------- */ 
/*	SquirrelSave POC                             */
/*	Build: ebbflow					        	 */
/*	Build start date: 2007-08-10                 */
/*	Developer: Nicolas Lazell.                   */
/*	Copyright (c) 2007 . All rights reserved.    */
/* --------------------------------------------- */


/* --------------------------------------------- */
/* KEY                                           */
/* --------------------------------------------- */
/* 1.	General Setup                            */
/* 2.	SkipLinks                                */
/* 3.	Typography		                         */
/* 4.	Wrapper                                  */
/* 5.	Navigation                               */
/* 6.	Footer		                             */
/* --------------------------------------------- */


/* --------------------------------------------- */
/* 1. General Setup                              */

	
body {
	font: 65% 'lucida grande',verdana,arial,helvetica,sans-serif;
	text-align: center;
	padding: 0;
	margin: 0;
	color: #333;
	background: #fff url(/a/img/global/diag.gif) repeat;
}

.offScreen {
	position: absolute;
	margin-left: -5000px;
}

/*-------------------------------*/
/* clearFix (updated)            */

	.clearFix:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}

	.clearFix {display:inline-block;} /* ie7 */

	/* Hide from IE Mac \*/
	.clearFix {display:block;}
	/* End hide from IE Mac */

/* --------------------------------------------- */
/* 2. Skip Links	                             */

	#skipLinks,
	#styleSheetSwitcher {
		padding: 0;
		position: absolute;
	 	right: 0px;
	 	top: -500em; /* This needs a width, height and overflow hidden to stop IE5 MAC from doing horizontal scroll */
	}

	#skipLinks a:active,
	#skipLinks a:focus {
		position: absolute;
		top: 500.25em;
		right: 0.25em;
		z-index: 5;
		white-space: nowrap;
		color: #000;
		background: #FFF;
		border: 2px solid red;
		padding: 3px;
	}
	

/* --------------------------------------------- */
/* 3. Typography	                             */

h1 {
	width: 131px;
	height: 104px;
	margin: 0 0 0 10px;
}

	h1 img {
		border: 0;
	}

	h1 a {
		display: block;
		width: 131px;
		height: 104px;
	}

a:link, a:visited {
	color: #7AB30B;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: underline;
	color: #000;
}


/* --------------------------------------------- */
/* 4. Wrapper                                    */

#wrapper {
	text-align: left;
	font-size: 1.1em;
	margin: 0px auto 0 auto;
	width: 762px;
}	

	#wrapper #header {
		position: relative;
		margin: 20px 0px 20px 0px;
		width: 760px;
		background: url(/a/img/global/better.gif) 99% 50% no-repeat;
	}

#wrapper #page {
	background: #fff;
	padding: 8px;
	border: 1px solid #e5e5e5;
}

	#wrapper #page #feature {
		background: #fff url(/a/img/home/main.jpg) 0 0 no-repeat;
		width: 744px;
		height: 293px;
	}

		#wrapper #page #feature .inner1 {
                        position: relative; 
                        margin-left: 240px; 
                        padding-top: 24px; 
                        width: 146px; 
                        font: bold 18px arial, sans-serif; 
		}
                /* ie6 fix shift speech bubble down*/
                * html #wrapper #page #feature .inner1{
                        padding-top:40px;
                } 
                #wrapper #page #feature .inner1 span.colourtext{
                          color: #135760;
                } 

                #wrapper #page #feature .inner2 {
                        position: relative; 
                        margin-left: 476px; 
                        margin-top: -14px; 
                        font: normal 14px arial, sans-serif; 
                }
                /* ie6 fix shift speech bubble down*/
                * html #wrapper #page #feature .inner2 {
                        margin-top:11px;
                }

                #wrapper #page #feature .inner2 ul {
                        margin: 0; 
                        padding: 0; 
                        list-style-image: url(/a/img/home/hometick.jpg); 
                        list-style-position: inside; 
                }

                #wrapper #page #feature .inner2 li {
                        padding-bottom: 4px;
                }

                #wrapper #page #feature .inner2 span.strong {
                        font-weight:bold;
                }


		#wrapper #page #offer {
			background: #30aebd url(/a/img/home/offerBG.gif) 0 0 no-repeat;
			margin: 0;
			padding: 0 10px;
			line-height: 2em;
			width: 744px;
			widt\h: 724px;
			font-size: 1.2em;
			color: #131113;
		}

			#wrapper #page #offer p {
				display: block;
				margin: 0;
			}

			#wrapper #page #offer strong {
				font-weight: normal;
				color: #fff;
			}

			#wrapper #page #offer a {
				color: #131113;
				display: block;
				background: url(/a/img/home/offerArrow.gif) 100% 50% no-repeat;
				text-decoration: none;
			}

				#wrapper #page #offer a:hover {
					color: #fff;
				}

		#wrapper #page #content {
			background: #fff url(/a/img/global/blueFade.gif) 0 0 repeat-x;
			margin: 0;
			padding: 10px;
			width: 744px;
			widt\h: 724px;
			margin-top: 1px;
			color: #333;
			line-height: 1.5em;
		}


		
		
		
		
		/*  CODE FOR SUB-PAGE BG IMAGES  

		#buyNow #wrapper #page #content,
		#prices #wrapper #page #content {
			padding: 0;
		}*/

		#pricing #wrapper #page #content {
			background: #fff url(/a/img/global/girl/girl-2.jpg) 95% 100% no-repeat;
			padding: 0;
		}

		#howitworks #wrapper #page #content {
			background: #fff url(/a/img/global/girl/girl-1.jpg) 100% 100% no-repeat;
			padding: 0;
		}

		/*  CODE FOR SUB-PAGE BG IMAGES  */
		
		
		
		
		

			#wrapper #page #content #inner {
				float: left;
			}

			#howitworks #wrapper #page #content #inner,
			#pricing #wrapper #page #content #inner {
				padding: 10px;
				float: left;
				min-height:625px;
				width: 724px;
				height:auto !important;
				height:625px;
				background: transparent url(/a/img/buyNow/blueFade.gif) 0 0 repeat-x;
			}

			#copyBlock {
				width: 400px;
			}

			#copyBlock p {
				margin-bottom: 20px;
			}

				#wrapper #page #content #inner h2,
				#wrapper #page #content #sub h3 {
					color: #E64E21;
					font-size: 1.5em;
					font-family: helvetica, sans-serif;
					text-transform: uppercase;
					margin: 10px 0 0 0;
				}
		
				#wrapper #page #content #inner .col {
					width: 210px;
					margin: 0 20px 0 0;
					padding: 0;
					float: left;
				}
		
				#wrapper #page #content #inner .col ul {
					margin: 0 0 0 0;
					padding: 0 0 0 15px;
				}
		
		
				/*    ADDED BY JOSH 28.09.07    */
		
		
				#wrapper #page #content .twocolone {
					width: 420px;
					margin: 0 20px 0px 10px;
					padding: 0;
					float: left;
				}
		
		
				#wrapper #page #content .twocoltwo {
					width: 240px;
					margin: 0 20px 0px 10px;
					padding: 0;
					float: left;
				}
		
				#wrapper #page #content .twocol ul {
					margin: 0 0 0 0;
					padding: 0 0 0 15px;
				}
				
				/*    ADDED BY JOSH 28.09.07    */
				
				
				
				
				
				
				

			#wrapper #page #content #sub {
				float: right;
				margin: 0;
				padding: 0;
				width: 250px;
			}

				#wrapper #page #content #sub ul#process {
					list-style-type: none;
					margin: 0;
					padding: 0;
				}

					#wrapper #page #content #sub ul#process li {
						display: block;
						float: left;
						padding-top: 50px;
						width: auto !important;
						text-align: center;
					}

						#wrapper #page #content #sub ul#process li#prinstall {
							min-width: 90px;
							width: 90px;
							background: url(/a/img/home/install.gif) 0 0 no-repeat;
						}

						#wrapper #page #content #sub ul#process li#prcustomize {
							min-width: 80px;
							width: 80px;
							background: url(/a/img/home/customize.gif) 0 0 no-repeat;
							text-align: left;
						}

						#wrapper #page #content #sub ul#process li#prbackup {
							min-width: 50px;
							width: 50px;
							background: url(/a/img/home/backup.gif) 50% 0 no-repeat;
						}



/* --------------------------------------------- */
/* 5. Navigation	                             */

ul#nav {
	position: absolute;
	padding: 0;
	margin: 0;
	padding-left: 150px;
	bottom: 0;
	right: 0;
	font-size: 1.1em;
	list-style-type: none;
}

ul#nav li {
	float: left;
	}

	ul#nav li a, ul#nav li a:link {
		color: #999;
		text-decoration: none;
		margin: 0 10px;
		}

	ul#nav li a:hover {
		color: #000;
		}

	ul#nav li.selected a {
		color: #000;
		}


/* --------------------------------------------- */
/* 6. Footer		                             */

#footer {
	width: 724px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 1px solid #ccc;
	font-size: 0.9em;
}

	#footer ul#legal {
		list-style-type: none;
		margin: 0;
		float: left;
		color: #999;
		padding: 0;
	}

	#footer ul#logos {
		list-style-type: none;
		float: right;
		padding: 0;
		margin: 0;
	}

		#footer ul#logos li {
			float: left;
			margin: 0 7px 0 0;
		}

			#footer ul#logos li.compatibility {
				float: left;
				padding: 4px 0;
				width: 10em;
				margin: 0 0 0 5px;
			}

table tr.error label, table .fielderror {
    font-style: italic;
    font-weight: bold;
    color: #990000;
}

table tr.required th label {
    font-weight: bold;
}

table ul.errorlist {
    display:inline;
    list-style-type:none;
    color: #990000;
}

.asterisk {
    color:#E64E21;
    font-weight:bold;
}

.error .asterisk {
    color:#990000;
    font-weight:bold;
}



/* MESSAGES & ERRORS */

#page ul.messagelist {
    padding: 0 0 5px 0;
    margin: 0;
}

#page ul.messagelist li {
    font-size: 12px;
    display: block;
    padding: 4px 5px 4px 25px;
    margin: 0;
    /* margin: 0 0 3px 0; */
    border-bottom: 1px solid #ddd;
    color: #666;
    background: #ffc url(/a/img/icons/icon_success.gif) 5px .3em no-repeat;
}

#page ul.messagelist li.warning{
    background-image: url(/a/img/icons/icon_alert.gif);
    background-color: #FADC96;
}

#page ul.messagelist li.error{
    background-image: url(/a/img/icons/icon_error.gif);
    background-color: rgb(250, 202, 210);
}

#content ul.errorlist {
margin:15px 0;
padding:0;
}

#content ul.errorlist li {
background:none repeat scroll 0 0 transparent;
color:#990000;
font-weight:bold;
list-style-type:none;
margin:0;
padding:0;
}

#inner {
width: 100%;
}
#inner table.table {
width: 100%;
}
#invoices_form {
margin-top: 0.5em;
}

a.download-link {
background-image: url('/a/img/icons/download-icon.png');
background-position: right;
background-repeat: no-repeat;
padding-right: 14px;
}

ul#account-nav {
	text-align: right;
	font-size: 1.1em;
	list-style-type: none;
	margin-top: 0em;
}

ul#account-nav li {
	display: inline;
	}

ul#account-nav li a, ul#account-nav li a:link {
	color: #666;
	text-decoration: none;
	margin: 0 0.5em;
	}

ul#account-nav li a:hover {
	color: #000;
	}

ul#account-nav li.selected a {
	color: #000;
	font-weight: bold;
	}

#content h4 {
    font-size: 1.2em;
}

#content h6 {
    font-size: 1.2em;
    line-height: 0.5em;
    margin-bottom: 1.0em;
}

/* Styles for the Control Panel */

.status {color: red;}

.status .further-info {font-weight:normal;}

.status.status_LIVE {color: #009900;}
.status .further-info {font-weight:normal;}

.status.status_COMPLETE {color:#009900;}
.status.status_COLLECT-PAYMENT-PAUSED {color:#999900; font-weight:bold;}
.status.status_RENEWAL-PENDING {color:#999900; font-weight:bold;}
.status.status_AWAITING-PAYMENT {color:#990000; font-weight:bold;}
.status.status_COLLECT-PAYMENT-PAUSED {color:#999900; font-weight:bold;}
.status.status_CARD-PAYMENT-QUEUED {color:#339900; font-weight:bold;}
.status.status_CARD-DECLINED {color:#CC0000; font-weight:bold;}
.status.status_CANCELLED {color:#666666;}

.paypal_link {font-weight:bold; font-style:italic;}


