/*

	Authors: Adam Biggs
	Copyright (c) 2009 Lightmaker.com

*/

/* general styles */
html{
	background: #c9c9c9 url(../img/bg-grad.png) repeat-x;
	}
body,
input,
textarea{
	font:62.5%/1.5em Arial, sans-serif;
	}
a{
	color:#da2128;
	text-decoration: none;
	}
a:hover{
	text-decoration: underline;
	}
h2{
	font-size:2.4em;
	line-height:1.2em;
	color:#da2128;
	}
h3{
	font-size:1.5em;
	line-height:1.2em;
	}
p,
dl,
table{
	font-size:1.2em;
	margin-bottom:10px;
	color:#555;
	}
legend{
	font-size:1.7em;
	line-height:1.2em;
	padding:0 8px;
	}
input.text,
textarea{
	border:1px solid #999;
	padding:2px;
	}
	input.invalid,
	textarea.invalid{
		border: 1px solid red;
		}

/* helper classes */
.clear{
	clear: both;
	}
.hide{
	display: none;
	}

/* intro style */
.intro{
	font-size:1.5em;
	line-height:1.2em;
	margin-bottom:20px;
	color: #888;
	}

/* list styles */
ul.checks li{
	background: url(../img/icon-check.png) left top no-repeat;
	padding-left:30px;
	margin-left:10px;
	}
ul.bullets li{
	background: url(../img/icon-bullet-point.png) left 3px no-repeat;
	padding-left:20px;
	margin-left:5px;
	}

/* rounded corner class */
.corners{
	padding:40px 15px 15px 15px;
	border: 1px solid #ccc;
	position: relative;
	}
	.corners .bl{
		position: absolute;
		left: -1px;
		bottom: -1px;
		display: block;
		width: 5px;
		height: 5px;
		background: url(../img/corner-bl-grey.png) left bottom no-repeat;
		}
	.corners .br{
		position: absolute;
		right: -1px;
		bottom: -1px;
		display: block;
		width: 5px;
		height: 5px;
		background: url(../img/corner-br-grey.png) right bottom no-repeat;
		}
	.corners .title{
		position: absolute;
		top: -1px;
		left: -1px;
		width: 100%;
		line-height: 27px;
		padding:0 1px;
		background: url(../img/tab-bg-red.png) top repeat-x;
		text-indent: 10px;
		color: white;
		font-size: 1.2em;
		font-family: Helvetica;
		font-weight: bold;
		}
		.corners .title .left{
			position: absolute;
			top:0;
			left:0;
			display: block;
			width: 4px;
			height: 27px;
			background: url(../img/tab-corner-left-red.png) left top no-repeat;
			}
		.corners .title .right{
			position: absolute;
			top:0;
			right:0;
			display: block;
			width: 4px;
			height: 27px;
			background: url(../img/tab-corner-right-red.png) right top no-repeat;
			}

/* buttons */
a.learn-more{
	display: block;
	width: 123px;
	height: 34px;
	background: url(../img/button-learn-more.png) left top no-repeat;
	overflow: hidden;
	text-indent: -9000px;
	}
	a.learn-more:hover{
		background-position:0 -34px;
		}
a.download-brochure{
	display: block;
	width: 169px;
	height: 34px;
	background: url(../img/button-download-brochure.png) left top no-repeat;
	overflow: hidden;
	text-indent: -9000px;
	}
	a.download-brochure:hover{
		background-position:0 -34px;
		}

/* heading banners */
div.banner{
	width: 760px;
	height:105px;
	background: #1c1c1c top left no-repeat;
	margin-bottom: 20px;
	clear: both;
	}
	div.banner h2{
		padding:10px 0 0 15px;
		}
	div.banner p.intro{
		padding:0 300px 0 15px;
		color:#efefef;
		}
		
	div.banner.one{
		background-image: url(../img/banner1.jpg);
		}
	div.banner.two{
		background-image: url(../img/banner2.jpg);
		}
	div.banner.three{
		background-image: url(../img/banner3.jpg);
		}
	div.banner.four{
		background-image: url(../img/banner4.jpg);
		}
	div.banner.five{
		background-image: url(../img/banner5.jpg);
		}
	div.banner.six{
		background-image: url(../img/banner6.jpg);
		}
	div.banner.seven{
		background-image: url(../img/banner7.jpg);
		}
	div.banner.eight{
		background-image: url(../img/banner8.jpg);
		}
	div.banner.nine{
		background-image: url(../img/banner9.jpg);
		}
	div.banner.ten{
		background-image: url(../img/banner10.jpg);
		}
	div.banner.eleven{
		background-image: url(../img/banner11.jpg);
		}
	div.banner.twelve{
		background-image: url(../img/banner12.jpg);
		}


/* login */
#login{
	background: #6e6e6e url(../img/login-bg.png) center bottom repeat-x;
	color: white;
	font-size: 1.1em;
	}
	#login form{
		position: relative;
		text-align: right;
		width: 812px;
		margin: 0 auto;
		padding: 8px 0;
		overflow: visible;
		}
	#login fieldset{
		border: none;
		padding: 0;
		}
	#login input{
		margin-right:15px;
		font-size: 0.9em;
		}
	#login .error{
		float: left;
		color: red;
		padding: 2px 6px;
		background: #e1e1e1;
		}

/* header */
#header{
	width:812px;
	margin:0 auto;
	height:90px;
	position: relative;
	z-index: 50;
	}
	#header #login-toggler{
		position: absolute;
		right: 5px;
		top: -1px;
		display: block;
		width: 72px;
		height: 18px;
		background: url(../img/login-tab.png);
		text-align: center;
		color: white;
		line-height: 15px;
		outline: none;
		}
	#header #login-toggler:hover{
		color:black;
		}
#logo{
	position: absolute;
	left:15px;
	top:20px;
	}

/* main menu */
#main-menu{
	position: absolute;
	right:9px;
	top:30px;
	font-size:1.2em;
	}
	#main-menu li{
		float: left;
		}
	#main-menu a{
		display: inline-block;
		position: relative;
		color: black;
		text-decoration: none;
		line-height: 32px;
		height: 32px;
		padding: 0 14px 0 13px;
		background: url(../img/main-menu.png) center top no-repeat;
		}
		#main-menu a span{
			display: block;
			width: 1px;
			height: 32px;
			position: absolute;
			top: 0;
			background-image: url(../img/main-menu-sep.png);
			}
			#main-menu a span.left{
				left: 0;
				background-position: left top;
				}
				#main-menu .first a span.left{
					width: 7px;
					left: -4px;
					background-image: url(../img/main-menu.png);
					}
				#main-menu .last a span.right{
					width: 7px;
					right: -4px;
					background-image: url(../img/main-menu.png);
					}
			#main-menu a span.right{
				right: 0;
				background-position: right top;
				}
	#main-menu a:hover{
		color:#da2128;
		text-decoration: underline;
		background-position: center -32px;
		}
			#main-menu a:hover span.left{
				background-position: left -32px;
				}
			#main-menu a:hover span.right{
				background-position: right -32px;
				}
	#main-menu a.selected,
	#main-menu a.selected:hover{
		color: white;
		height:37px;
		text-decoration: none;
		background-position: center -64px;
		}
			#main-menu a.selected span.left,
			#main-menu a.selected:hover span.left{
				background-position: left -64px;
				}
			#main-menu a.selected span.right,
			#main-menu a.selected:hover span.right{
				background-position: right -64px;
				}

/* body */
#body{
	width:812px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
	}
	#body .shadow{
		width:812px;
		background: url(../img/shadow.png) center top repeat-y;
		}
	#body .shadow-footer{
		width:812px;
		height:4px;
		background: url(../img/shadow-footer.png) center bottom no-repeat;
		}
	#body .content{
		width:760px;
		padding:20px;
		margin:0 auto;
		border:1px solid #999;
		background: white;
		overflow: hidden;
		}
	
/* homepage */
#body.home .content{
	padding: 0;
	width: 800px;
	height: 499px;
	}
	#body.home .content h1{
		display: block;
		margin:15px auto 25px auto;
		width: 534px;
		height:59px;
		text-indent: -9000px;
		overflow: hidden;
		background: url(../img/main-heading-homepage.png);
		}
	#body.home .content img{
		float: left;
		margin:0 45px;
		}
	#body.home .content .intro-text{
		float: left;
		margin-top:50px;
		width:300px;
		color:gray;
		}
	
/* product info page */
#body.product-info .tabs{
	width:802px;
	height:28px;
	margin:0 auto;
	display: block;
	background: url(../img/product-info-tabs.png) 0 0 no-repeat;
	position: relative;
	}
	
	/* product info tabs */
	#body.product-info .tabs li{
		display: inline; /* for IE6 */
		}
	#body.product-info .tabs a{
		position: absolute;
		top: 0;
		width:128px;
		height:28px;
		line-height: 28px;
		text-align: center;
		background: url(../img/product-info-tab-red.png) left top no-repeat;
		outline: none;
		color: white;
		font-size: 1.2em;
		}
		#body.product-info .tabs a.selected{
			background-image: url(../img/product-info-tabs.png);
			color: #DA2128;
			}
			#body.product-info .tabs a.selected:hover{
				text-decoration: none;
				}
		#body.product-info .tabs .features a{
			left:0;
			}
		#body.product-info .tabs .overview a{
			left:135px;
			}
		#body.product-info .tabs .offer a{
			left:270px;
			}
		#body.product-info .tabs .addons a{
			left:404px;
			}
		#body.product-info .tabs .compare a{
			left:539px;
			}
		#body.product-info .tabs .faq a{
			left:674px;
			}
	
	/* nav buttons */
	#body.product-info .pages .nav{
		clear: both;
		overflow: hidden;
		width:100%;
		margin-top:15px;
		}
		#body.product-info .pages .nav a{
			display: block;
			width:77px;
			height:29px;
			background: url(../img/product-info-nav-buttons.png);
			overflow: hidden;
			text-indent: -9000px;
			outline: none;
			}
		#body.product-info .pages .nav a.next{
			background-position: -77px 0;
			float: right;
			}
			#body.product-info .pages .nav a.next:hover{
				background-position: -77px 29px;
				}
		#body.product-info .pages .nav a.prev{
			background-position: 0 0;
			float: left;
			}
			#body.product-info .pages .nav a.prev:hover{
				background-position: 0 29px;
				}

/* content window */
#body.product-info .content{
	border-top:none;
	padding:0;
	width:800px;
	}
	#body.product-info .pages{
		width:9000px;
		}
		#body.product-info .pages .page{
			width:760px;
			float: left;
			padding:20px;
			}
		
		/* page 1 */
		#body.product-info #p1{
			
			}
			#body.product-info #p1 a.download-brochure{
				float: right;
				margin: 0 0 10px 10px;
				}
			#body.product-info #p1 img{
				float: right;
				margin:10px 10px 10px 20px;
				}
			#body.product-info #p1 .padding{
				padding-right: 185px;
				}
			#body.product-info ul.checks{
				padding-top:10px;
				}
		
		/* page 2 */
		#body.product-info #p2 img{
			float: right;
			margin:0 10px 30px 20px;
			}
		#body.product-info #p2 .overviewbox{
			padding:0 10px 15px 10px;
			width:158px;
			float:left;
			margin:0 15px 25px 0;
			height:27em;
			background: url(../img/overview-box.png) top left no-repeat;
			}
			#body.product-info #p2 .overviewbox ul.bullets li{
				margin-left: 0;
				padding-left: 15px;
				}
			#body.product-info #p2 .overviewbox ul.bullets p{
				margin-bottom: 7px;
				}
			#body.product-info #p2 .overviewbox .title{
				line-height: 27px;
				color: white;
				font-size: 1.2em;
				font-family: Helvetica;
				font-weight: bold;
				margin-bottom: 20px;
				}
			#body.product-info #p2 .counter{
				margin-right: 0;
				}
			#body.product-info #p2 .download-brochure{
				margin-bottom: 20px;
				}
			
		/* page 3 */
		#body.product-info #p3 .price{
			float: right;
			text-align: center;
			padding: 25px 20px 15px 20px;
			width:185px;
			height:100px;
			background: url(../img/price-box.png) left top no-repeat;
			}
			#body.product-info #p3 .price h2{
				padding:0 15px 15px 15px;
				}
			#body.product-info #p3 .download-brochure{
				margin: 35px auto 0 auto;
				}
		#body.product-info #p3 a.order{
			width:123px;
			height:34px;
			display: block;
			text-indent: -9000px;
			margin:0 auto 20px auto;
			background: url(../img/button-place-order.png) 0 0 no-repeat;
			outline: none;
			}
			#body.product-info #p3 a.order:hover{
				background-position: 0 -34px;
				}
		#body.product-info #p3 img{
			float: left;
			margin:80px 0 0 25px;
			}
		#body.product-info #p3 ul{
			float: left;
			margin:10px 0 20px 0;
			}
		
		/* page 4 */
		#body.product-info #p4 ul{
			overflow: hidden;
			margin-bottom:10px;
			}
			#body.product-info #p4 .left{
				float: left;
				clear: left;
				}
			#body.product-info #p4 .right{
				float: right;
				clear: right;
				}
			#body.product-info #p4 .peripherals li{
				margin:0 15px 15px 15px;
				width:345px;
				overflow: hidden;
				}
			#body.product-info #p4 .peripherals img{
				float: right;
				}
			#body.product-info #p4 .features li{
				display: block;
				width:330px;
				background: url(../img/icon-plus.png) no-repeat left 3px;
				padding: 0 0 10px 25px;
				margin-left: 15px;
				}
				#body.product-info #p4 .features li p{
					margin: 0;
					}
				#body.product-info #p4 .features li.hover h3:hover{
					cursor: pointer;
					text-decoration: underline;
					}
		
		/* page 5 */
		#body.product-info #p5 table{
			width: 100%;
			text-align: center;
			margin-bottom: 20px;
			}
			#body.product-info #p5 thead{
				font-weight: bold;
				}
			#body.product-info #p5 td{
				padding:5px;
				border-bottom: 1px solid #efefef;
				border-right: 1px solid #efefef;
				}
			#body.product-info #p5 .feature{
				text-align: left;
				width:200px;
				}
			#body.product-info #p5 .yes,
			#body.product-info #p5 .no{
				text-indent: -9000px;
				}
			#body.product-info #p5 .yes{
				background: url(../img/icon-check.png) center center no-repeat;
				}
			#body.product-info #p5 .no{
				background: url(../img/icon-cross.png) center center no-repeat;
				}
			#body.product-info #p5 .left{
				float: left;
				margin: 0 10px 15px 0;
				}
			#body.product-info #p5 .right{
				float: right;
				margin: 0 0 15px 10px;
				}
		
		/* page 6 */
		#body.product-info #p6 dl{
			margin:15px 15px 10px 15px;
			}
			#body.product-info #p6 dt{
				background: url(../img/icon-question.png) left top no-repeat;
				font-weight:bold;
				padding:0 0 10px 30px;
				}
				#body.product-info #p6 dt.hover:hover{
					cursor: pointer;
					text-decoration: underline;
					}
			#body.product-info #p6 dd{
				background: url(../img/icon-answer.png) left top no-repeat;
				padding:0 0 10px 30px;
				}
		
/* order page & support page */
#contact .corners{
	height:15em;
	}
	#contact label,
	#contact input,
	#contact textarea,
	#contact #errorMsg{
		font-size:1.2em;
		}
	#contact label{
		margin-right:5px;
		}
	#contact input.text{
		width:115px;
		display: block;
		}
	#contact textarea{	
		width:333px;
		height:50px;
		}
	#contact .name{
		float: left;
		width: 121px;
		}
	#contact .email{
		float: left;
		margin-left:20px;
		width: 121px;
		}
	#contact .message{
		clear: both;
		padding:10px 0;
		width:340px;
		}
	#contact span.error{
		float: right;
		color: red;
		font-size:0.9em;
		}
	#contact input.submit{
		margin-right:15px;
		}
	#contact #lblResponse{
		font-size:1.2em;
		color: green;
		}
#contact .email-form{
	width:340px;
	float: left;
	}
#contact .phone{
	width:340px;
	float: right;
	background: url(../img/phone.jpg) 250px 60px no-repeat;
	}
	#contact .phone h2{
		margin-top:50px;
		margin-left:25px
		}
	#contact .phone .small{
		display: block;
		font-size:0.6em;
		line-height:0.7em;
		margin-left:5.8em;
		}

/* support page */
#body.support img,
#body.order img{
	float: left;
	margin-right: 20px;
	}

/* about squirrel systems page */
#body.about{
	
	}
	#body.about .logo{
		float: right;
		margin: 10px 10px 5px 20px;
		}
	#body.about .aniversary{
		float: left;
		margin: 0 15px 5px 0;
		}
	#body.about h3{
		margin:25px 0 10px 0;
		}

/* client area */
#body.client-area ul{
	margin-bottom: 15px;
	width:50%;
	float: left;
	}
#body.client-area li{
	margin-bottom: 15px;
	}
	#body.client-area h3{
		margin-left:30px;
		}
	#body.client-area a{
		background: url(../img/icon-download.png) left top no-repeat;
		padding: 0 0 15px 30px;
		text-decoration: underline;
		margin-left:30px;
		font-size:1.5em;
		}
	#body.client-area a:hover{
		text-decoration: none;
		}

/* footer */
#footer{
	position: relative;
	width:790px;
	margin: 8px auto;
	color:gray;
	}
	#footer p{
		font-size:1em;
		}
	#footer a{
		color:black;
		text-decoration: none;
		}
	#footer a:hover{
		text-decoration: underline;
		}
	#footer .lightmaker{
		position: absolute;
		right:0;
		top:0;
		}