/**
 * Author: Dennis Robinson
 * Date: December 10, 2009
 * Copyright: Mergenta (c) 2009
 *
 * Styles for the main passport page.
 */

/**
 * Reset margins and padding.
 */
* {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", "Lucida Sans", Tahoma, sans-serif;
	font-size: 15px;
}

html {
	min-width: 980px;
}

body {
	min-width: 980px;
	margin: 6px 0px;

	text-align: center;/* Center the content in IE. */
	background-color: #014D6F;
	font-size: 13px;
}

img {
	border: 0px;
}

a.orange {
	color: #E36924;
}

label {
	width: 150px;
}

/**
 * The main container that contains the passport.
 */
div#passport {
	position: relative;
	width: 980px;
	height: 715px;
	margin: 0px auto;/* Center this container. */

	text-align: left;
}

/**
 * The header
 */
div#passport div#header {
	position: relative;
	width: 980px;
	height: 190px;
}

div#passport div#header h1 {
	background-color: #A15858;
	margin: 0px;
	padding: 0px;
}

div#passport div#header h1 a {
	display: block;
	float: left;
	width: 387px;
	height: 125px;
	margin: 24px 0px 0px 31px;

	background-image: url('../images/logo.gif');
	text-indent: -9999px;/* Hide text */
}

div#passport div#header div#navigation_background {
	float: right;
	width: 490px;
	height: 175px;
	margin-top: 8px;

	background-image: url('../images/navigation_about.jpg');
	background-repeat: no-repeat;
}

div#passport div#header div#navigation {
	position: absolute;
	left: 490px;
	width: 490px;
	height: 175px;
	margin-top: 8px;
	z-index: 3;
}

div#passport div#page {
	width: 930px;
	height: 464px;
	margin-left: 30px;
	overflow-x: hidden;
	overflow-y: scroll;
}

div#passport div#page div#leftColumn {
	width: 440px;
	float: left;
	overflow: hidden;
}

div#passport div#page div#rightColumn {
	width: 430px;
	float: right;
	margin-right: 10px;
	overflow: hidden;
}

div#passport img#overlayImageLeft, div#passport img#overlayImageRight {
	position: absolute;
	top: -18px;
	left: 363px;
	width: 244px;
	height: 735px;
	z-index: 2;

	display: none;
}

/**
 * The background image
 */
div#background {
	width: 100%;
	height: 690px;
	min-width: 980px;
	position: absolute;
	top: 6px;
	z-index: -1;
}

div#background div#backgroundLeftColumn {
	float: left;
	width: 50%;
	height: 100%;

	background-image: url('../images/background_left_cover.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

div#background div#backgroundRightColumn {
	float: right;
	width: 50%;
	height: 100%;

	background-image: url('../images/background_right_cover.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

/**
 * The footer style
 */
div#footer {
	width: 980px;
	margin: 0px auto;
}

div#footer div.left {
	float: left;
	font-size: 12px;
}

div#footer div.right {
	float: right;
	font-size: 12px;
	text-align: right;
}

div#footer a {
	font-size: 12px;
	color: #999999;
}

div#footer a:hover {
	color: #FFFFFF;
}

/**
 * Form styles
 */
label {
	width: 150px;
	float: left;
}

input.text {
	width: 278px;
	float: left;
	font-size: 14px;
}

input.button {
	width: 137px;
}

textarea {
	width: 278px;
	height: 150px;
	font-size: 14px;
}

div.spacer {
	clear: both;
	height: 10px;
}

/**
 * Content styles.
 */
h1 {
	margin-bottom: 30px;
	color: #266582;
	font-size: 26px;
}

h2 {
	color: #2F90BC;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

h3 {
	border-bottom: 1px solid #F99558;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #2F90BC;
}

h4 {
	margin-bottom: 10px;
}

p {
	margin-bottom: 10px;
}

/**
 * Index.
 */
div#index_text {
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 150%;
}

/**
 * Enter button.
 */
a#enter {
	display: block;
	width: 100%;
	height: 464px;
	background-image: none;
}

a#enter:hover {
	background-image: url('../images/enter.jpg');
	background-repeat: no-repeat;
	background-position: 69px 315px;
}

/**
 * A bulleted list.
 */
ul.bulleted {
	margin-bottom: 10px;
}

ul.bulleted li {
	list-style-type: circle;
	margin-left: 15px;
	padding: 6px;
}

/**
 * A checklist list.
 */
ul.checklist {
	margin-bottom: 10px;
	background-color: #cce3ee;
	border: solid 3px #5fa1bf;
}

ul.checklist li {
	padding: 4px;
	list-style-type: none;
	padding-left: 40px;
	background-image: url('../images/checkmark.png');
	background-repeat: no-repeat;
	background-position: 8px 1px;
}

ul.checklist li.alt {
	background-color: #5fa1bf;
}

/**
 * Product listing style.
 */
div.product {
	height: 200px;
	margin-bottom: 10px;
}

div.product.small {
	height: 180px;
}

div.product.large {
	height: 260px;
}

div.product img.photo {
	width: 70px;
	height: 70px;
	float: left;

	border: 3px solid #2F90BC;
}

div.product div.content {
	margin-left: 90px;
}

div.product div.content p.info {
	font-size: 13px;
}

div.product div.content ul.specs li {
	font-size: 13px;
	margin-left: 15px;
}
