/* --------------------------------------------- */ 
/*	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;
			}