@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/page_bg.jpg) #ffffff repeat-x top;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #154697;
}

a {
	text-decoration: none;
	color: #223b65;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #154697;
}

#container {
	width: 995px;
	margin: 0 auto;
	text-align: left;
}

#content {
	padding: 16px;
}

#srLogo {
	float: left;
}

#buyBox {
	float: right;
	width: 359px;
	height: 223px;
	background: url(images/buy_box.png) no-repeat;
}

#buyBoxContent {
	color: #ffffff;
	margin: 18px 24px 18px 24px;
}

#buyBoxContent h1{
	font-size: 24px;
	font-weight: bold;
}

a#buyButton {
	font-size: 16px;
	width: 318px;
	height: 48px;
	background: url(images/buy_now_button.png) no-repeat;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #ffffff;
}

a#buyButton:hover {
	color: #99FF99;
}

a#buyButton span {
	padding: 10px 0 0 0;
	display: block;
}

a#liteButton {
	font-size: 13px;
	width: 318px;
	height: 48px;
	background: url(images/grab_lite_button.png) no-repeat;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #ffffff;
}

a#liteButton:hover {
	color: #99CCFF;
}


a#liteButton span {
	padding: 12px 0 0 0;
	display: block;
}

#availableOnAppStore {
	float: right;
	margin: 0 16px 0 0;
	border: 0;
}

#textContent {
	clear: both;
	padding: 6px 0 6px 33px;
	font-size: 16px;
}

#leftColumn {
	font-size: 13px;
	float: left;
	width: 310px;
}

#middleColumn {
	font-size: 13px;
	float: left;
	width: 305px;
}

#rightColumn {
	font-size: 13px;
	float: left;
	width: 285px;
}

#leftColumn p {
	padding: 20px 30px 0 0;
}

#middleColumn p {
	padding: 20px 30px 0 0;
}

#rightColumn p {
	padding: 20px 0 0 0;
}

#gallery {
	clear: both;
	padding: 21px 0 0 0;
	text-align: center;
}

#gallery img {
	border: 0;
	margin: 0 4px 0 0;
}

#awards {
	text-align: center;
}

#awards img {
	border: none;
}

/* Lightbox styles */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #2b5282; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.png) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.png) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #2b5282; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #fff; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #fff; }
