/*

	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;
	text-align: left;
	}
a{
	color:#da2128;
	text-decoration: none;
	}
a:hover{
	text-decoration: underline;
	}
h2,
.title {
	font-size:2.4em;
	line-height:1.2em;
	color:#da2128;
	}
h3,
.EnterAddressTitle,
.OrderSummaryTitle {
	font-size:1.5em;
	line-height:1.2em;
	}
p,
dl,
table,
.SelectAddressTitle {
	font-size:1.2em;
	margin-bottom:10px;
	color:#555;
	}
table {
	font-size: 12px; /* nested tables screw up em sizing */
	}
table td {
	padding: 7px 10px;
	}
strong {
	font-weight: bold;
	}
legend{
	font-size:1.7em;
	line-height:1.2em;
	padding:0 8px;
	}
input,
textarea {
	font-size: 1em;
	}
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;
	margin-bottom: 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.general-button {
	display: inline-block;
	background: url(../img/button.general.grey.png) right top;
	padding-right: 13px;
	color: black;
	}
a.general-button:hover {
	text-decoration: none;
	background-position: right -30px;
	color: white;
	cursor: pointer;
	}
	a.general-button span {
		display: inline-block;
		background: url(../img/button.general.grey.png);
		font-size: 1.2em;
		padding-left: 13px;
		line-height: 30px;
		height: 30px;
		}
	a.general-button:hover span {
		background-position: left -30px;
		}
	a.general-button img {
		margin: 0;
		vertical-align: middle;
		}

	padding-bottom: earn-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;
		}
input.add-to-cart {
	display: inline-block;
	width: 102px;
	padding-right: 7px;
	height: 23px;
	background: url(../img/button.addtocart.png);
	border: none;
	text-align: right;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 10px;
	}
input.add-to-cart:hover {
	background-position: 0 -23px;
	color: white;
	}

/* 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;
	}
	#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;
		}
	#login-toggler:hover{
		color:black;
		}
#logo{
	position: absolute;
	left:15px;
	top:20px;
	}

/* user nav */

#header .user-nav {
	position: absolute;
	top: 0;
	right: 5px;
	width: 380px;
	text-align: right;
	}
	#header .user-nav p {
		display: inline;
		vertical-align: middle;
		padding: 15px 3px 0 0;
		}
		#header .user-nav .currency {
			display: none;
			
			float: right;
			}
		.content .currency {
			float: right;
			}
		#header .user-nav .currency select {
			font-size: 10px;
			width: 73px;
			}

/* login page */

.login-page table {
	margin-bottom: 0;
	}
.login-page .login-form,
.login-page .register {
	width: 340px;
	margin-top: 15px;
	}
.login-page .login-form {
	float: left;
	}
.login-page .register {
	float: right;
	}

/* 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{
		position: relative;
		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{
			float: right;
			}
		#body.product-info .pages .nav a.prev{
			float: left;
			}

/* 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 .buttons {
				float: right;
				overflow: hidden;
				text-align: right;
				}
				#body.product-info #p1 a.brochure{
					margin: 0 0 10px 10px;
					}
				#body.product-info #p1 a.order {

					}
			#body.product-info #p1 .padding{
				display: block;
				clear: none;
				width: 575px;
				}
			#body.product-info ul.checks{
				padding-top:10px;
				}
		
		/* page 2 */
		#body.product-info #p2 img.product-shot {
			float: right;
			margin:0 10px 30px 20px;
			}
		#body.product-info #p2 .overviewbox{
			padding:0 15px 15px 15px;
			width:213px;
			float: left;
			margin:0 15px 25px 0;
			height:19em;
			background: url(../img/overview-box.png) top left no-repeat;
			}
			#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 .brochure{
				margin-bottom: 20px;
				}
			
		/* page 3 */
		#body.product-info #p3 {
			background: url(../img/squirrel-box.jpg) 285px 275px no-repeat;
			}
		#body.product-info #p3 .price{
			float: right;
			margin-bottom: 15px;
			padding: 0 0 5px;
			width:270px;
			height: 315px;
			background: url(../img/bg.price.png) no-repeat;
			}
			#body.product-info #p3 .price ul{
				float: none;
				margin: 0;
				}
				#body.product-info #p3 .price li{
					padding: 15px;
					border-top: 1px solid #efefef;
					margin: 0 1px;
					}
				#body.product-info #p3 .price li:first-child{
					border:none;
					}
			#body.product-info #p3 .price h2{
				padding:0 15px 5px 15px;
				font-size: 1.8em;
				}
			#body.product-info #p3 .price h2.title {
				color: white;
				line-height: 26px;
				font-size: 1.5em;
				padding-bottom: 0;
				}
			#body.product-info #p3 .price img {
				margin: 0 25px 0 10px;
				float: left;
				}
			#body.product-info #p3 .brochure{
				margin: 5px auto 0 auto;
				float: left;
				clear: left;
				}
		#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 ul{
			float: left;
			margin:10px 0 0 0;
			}
		
		/* page 4 */
		#body.product-info #p4 ul{
			overflow: hidden;
			margin-bottom:10px;
			}
			#body.product-info #p4 ul li {
				}
				#body.product-info #p4 li p {
					padding-bottom: 5px;
					}
				#body.product-info #p4 li span {
					overflow: hidden;
					float: right;
					clear: both;
					}
			#body.product-info #p4 ul h2 {
				font-size: 1.5em;
				float: right;
				line-height: 23px;
				margin-right: 5px;
				}
			#body.product-info #p4 ul input.add-to-cart {
				float: right;
				}
			#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 5px;
				padding-bottom: 25px;
				width:345px;
				overflow: hidden;
				}
				#body.product-info #p4 .peripherals li p{
					margin: 0;
					}
				#body.product-info #p4 .peripherals li img{
					float: right;
					}
				#body.product-info #p4 .peripherals li span {
					margin-top: 5px;
					}
			#body.product-info #p4 .features li{
				display: block;
				width:335px;
				background: url(../img/icon-plus.png) no-repeat left 3px;
				padding: 0 0 10px 25px;
				clear: both;
				margin-top: 10px;
				border-bottom: 1px solid #efefef;
				overflow: hidden;
				}
				#body.product-info #p4 .features li p{
					margin: 0;
					}
				#body.product-info #p4 .features li img{
					display: none;
					}
				#body.product-info #p4 .features li h3{
					line-height: 23px;
					}
				#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;
				}
		
		/* 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;
		}

/* logged-in support content */
.support-content {
	padding-top: 25px;
	display: none;
	}
.support-content ul{
	margin-bottom: 15px;
	width:50%;
	float: left;
	}
.support-content li{
	margin-bottom: 15px;
	}
	.support-content h3{
		margin-left:30px;
		}
	.support-content 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;
		}
	.support-content 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;
        background: url(../img/site-by-lightmaker.png) no-repeat right;
        padding-right: 24px;
		}

/* shopping cart - order progress bar */

.OrderProgress {
	overflow: hidden;
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.2em;
	color: #777;
	}
	.OrderProgress li {
		float: left;
		}
		.OrderProgress li span {
			display: block;
			width: 136px;
			height: 40px;
			margin-left: -10px;
			background: url(../img/bg.progress.cart.png) -252px top no-repeat;
			line-height: 40px;
			}
		.OrderProgress li.first span {
			margin-left: 0;
			width: 131px;
			background-position: left top;
			}
		.OrderProgress li.last span {
			width: 130px;
			background-position: right top;
			font-weight: bold;
			color: green;
			}
	.OrderProgress .ActiveStep {
		color: #444;
		font-weight: bold;
		background-position: -252px -40px;
		}
		.OrderProgress li.first .ActiveStep {
			background-position: left -40px;
			}
		.OrderProgress li.last .ActiveStep {
			background-position: right -40px;
			}
			
/* shopping cart */

table.cart {
	margin-top: 15px;
	}
	table.cart td {
		border: 1px solid #dfdfdf;
		}
	table.cart tr.cart-header-row {
		background: #efefef;
		}
	
.Buttons,
.Button {
	text-align: right;
	margin-top: 5px;
	}
	.Buttons input,
	.Button inpit {
		font-size: 1.2em;
		margin-left: 10px;
		}
		
.TotalInfo {
	float: right;
	margin-top: 15px;
	}
	.TotalInfo td {
		padding: 2px 10px;
		}
	.TotalInfo .cart_total_left{
		text-align: right;
		}

.EnterAddress {
	margin: 15px 0;
	width: 48%;
	}
	.EnterAddress table {
		
		}
		.EnterAddress td {
			width: 50%;
			padding: 3px 10px;
			}
		.EnterAddress tr td:first-child {
			text-align: right;
			}

/* my account page */
#ctl00_ctl00_cph1_cph1_CustomerTabs {
	margin-top: 15px;
	}
.ajax__tab_xp .ajax__tab_outer {
	vertical-align: top;
	}