/* CSS Document */

body {
	background-color: #FFF;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}

td, p {
	font-size: 10pt;
	}

a {
	color: #01338c;
	}



.page-content {
	width: 780px;
	}

.masthead {
	width: 780px;
	height: 195px;
	background-image: url(../images/masthead.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	}

.navigation {
	background-color: #01338c;
	padding: 8px;
	text-align: center;
	}

.navigation a {
	color: #FFF;
	font-size: 11pt;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 10px 0 10px;
	}


.content {
	
	}

.content-inner {
	padding-bottom: 20px;
	}

.home-image-strip {
	white-space: nowrap;
	border-bottom: 15px solid #01338c;
	}

.column-left {
	width: 200px;
	}

.column-right {
	display: none;
	}

.aws-products {
	border-top: 2px solid #01338c;
	margin-top: 10px;
	}

input.search-field {
	border: 0px;
	padding: 5px 5px 5px 10px;
	font-family: arial, helvetica, sans-serif;
	background-color: transparent;
	background-image: url(/store/images/search_bkg.png);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #666;
	margin: 1px;
	width: 120px;
	}


.footer {
	text-align: center;
	color: #01338c;
	font-size: 8pt;
	line-height: 10pt;
	padding-top: 10px;
	border-top: 2px solid #01338c;
	}

.footer a {
	text-decoration: none;
	}



/*CSS for image pop-up*/


.thumbnail{
	position: relative;
	z-index: 0;
	left: 2px;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 10px; /*position where enlarged image should offset horizontally */
}
