﻿body {
	margin:0px;
	background-image:url('../images/body-background.jpg');
	background-position:center top;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
a {
	text-decoration:none;
	color:white;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-size:1.8em;
}
label {
	color:white;
}
.narrowTextBox {
	width:200px;
}
.mediumTextBox {
	width:350px;
}
.wideTextBox {
	width:500px;
}
.list {
	width:500px;
}
.modified {
	font-size:0.8em;
}
.column {
	float:left;
	position:relative;
}
#container {
	width:980px;
	margin:0px auto;
	background-color:#04134B;
	border-left:2px white solid;
	border-right:2px white solid;
}
#header {
	width:980px;
	clear:both;
	background-color:white;
	background-image:url('../images/header-background.jpg');
	background-position:right top;
	background-repeat:repeat-y;
}
#headerLeft {
	width:710px;
	height:160px;
	padding:10px 0px 0px 20px;
}
#headerRight {
	width:250px;
	height:170px;
	text-align:right;
}
.phone {
	background-image:url('../images/phone-background.gif');
	background-position:right center;
	background-repeat:no-repeat;
	height:30px;
	width:235px;
	display:inline-block;
	color:white;
	margin:3px 0px 0px 0px;
	font-size:1.4em;
	font-weight:bold;
	padding:7px 15px 0px 0px;
}
.headerBulletPoints {
	padding:0px;
	margin:0px;
	list-style:none;
}
.headerBulletPoints li {
	color:white;
	background-image:url('../images/header-arrow.jpg');
	background-position:left center;
	background-repeat:no-repeat;
	padding:0px 0px 0px 40px;
	height:21px;
	margin:10px 0px;
	text-align:left;
	font-size:1.2em;
	font-weight:bold;
}
.headerMenu {
	width:980px;
	padding:0px;
	margin:0px;
	list-style:none;
	clear:both;
	z-index:150;
	height:37px;
}
.headerMenu li {
	float:right;
	position:relative;
	height:30px;
	width:145px;
	background-image:url('../images/tab-background.gif');
	background-position:center bottom;
	background-repeat:no-repeat;
	margin:0px 0px 0px 3px;
	display:inline-block;
	font-size:1.4em;
	font-weight:bold;
	padding:7px 0px 0px 0px;
	text-align:center;
}
.headerMenu li.selected {
	background-image:url('../images/selected-tab-background.gif');
}
.headerMenu .actions 
{
	float: right;
	position: relative;
	padding: 20px 15px 0px 5px;
	color: white;
	font-weight: bold;
	background:none;
	z-index:100;
	text-align:right;
}
.headerMenu .actions ul {
	right: 10px;
	top: 80%;
	display: none;
	position: absolute;
	list-style: none;
	background-color: white;
	border: 1px solid #9B9B9B;
	width: 165px;
	margin: 0px;
	z-index:150;
	padding:5px 10px;
}
.headerMenu .actions:hover ul {
	display: block;
}
.headerMenu .actions ul li {
	display: block;
	position: relative;
	width: 100%;	
	text-align: right;
	padding: 0px 25px 0px 0px;
	background:none;
	font-size:0.9em;
}
.headerMenu .actions a {
	color: black;
}
.flashContainer {
	width:980px;
	height:275px;
	clear:both;
	background-color:white;
	z-index:10;
	border-top:8px #018DBB solid;
	border-bottom:8px #018DBB solid;
	margin:0px 0px 2px 0px;
}
.mainMenu {
	width:970px;
	clear:both;
	background-color:#018DBB;
	height:30px;
	color:white;
	font-size:1.4em;
	font-weight:bold;
	text-align:right;
	padding:8px 10px 0px 0px;
	z-index:100;
}
.mainMenu a {
	padding:0px 10px;
}
.mainMenu a.selected {
	text-decoration:underline;
}
.mainMenu .actions {
	float: right;
	position: relative;
	padding: 0px 5px;
	color: white;
	font-weight: bold;
}
.mainMenu .actions ul {
	right: 0px;
	top: 100%;
	display: none;
	position: absolute;
	list-style: none;
	background-color: white;
	border: 1px solid #9B9B9B;
	width: 165px;
	margin: 0px;
	z-index:100;
}
.mainMenu .actions:hover ul {
	display: block;
}
.mainMenu .actions ul li {
	display: block;
	position: relative;
	width: 100%;	
	text-align: right;
	padding: 3px 5px;
	background:none;
}
.mainMenu .actions a {
	color: black;
}
#contentArea {
	background-color:#04134B;
	background-image:url('../images/content-background.jpg');
	background-position:50px bottom;
	background-repeat:no-repeat;
	width:980px;
	clear:both;
	color:white;
	padding:10px 0px;
	z-index:50;
}
.contentPadding {
	padding:0px 0px 0px 10px;
	width:970px;
}
.productList {
	width:960px;
	margin:10px 0px;
	clear:both;
}
.relatedProductList {
	width:220px;
	clear:both;
}
.relatedProductList h2.center {
	text-align:center;
	font-size:1.4em;
}
.relatedProduct {
	width:200px;
	margin:0px 10px 10px 10px;
	display:inline-block;
}
.relatedProduct h2 {
	background-color:#018DBB;
	width:190px;
	margin:0px 0px 5px 0px;
	font-size:1.2em;
	padding:5px;
}
.relatedProduct .more {
	padding:10px 0px;
	width:200px;
	text-align:right;
}
.relatedProduct .more a {
	padding:10px 0px 10px 30px;
	background-image:url('../images/header-arrow.jpg');
	background-position:left center;
	background-repeat:no-repeat;	
	font-weight:bold;
}
.product {
	float:left;
	position:relative;
	width:300px;
	margin:0px 10px 10px 10px;
	display:inline;
}
.product h2 {
	background-image:url('../images/product-h2-background.gif');
	background-position:center top;
	background-repeat:no-repeat;
	font-size:1.1em;
	height:25px;
	padding:9px 0px 0px 10px;
	margin:0px;
}
.product h2 a {
	color:black;
}
.product .image {
	margin:3px 0px;
	width:300px;
	height:217px;
	overflow:hidden;
	text-align:center;
	background-color:white;
}
.product .introduction {
	width:280px;
	height:30px;
	display:block;
	overflow:hidden;
	background-image:url('../images/product-introduction-background.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	font-size:0.9em;
	padding:10px;
	font-weight:bold;
}
.product .more {
	width:300px;
	text-align:right;
	padding:12px 0px;
}
.product .more a {
	background-image:url('../images/product-arrow.gif');
	background-position:left center;
	background-repeat:no-repeat;
	padding:10px 0px 10px 40px;
	font-weight:bold;
}
#footer {
	width:960px;
	height:30px;
	clear:both;
	margin:10px 0px 16px 0px;
	font-weight:bold;
	display:inline-block;
}
#footerLeft {
	width:420px;
	padding:10px 0px 0px 60px;
}
#footerRight {
	width:480px;
	text-align:right;
}
#productDetail {
	width:980px;
	clear:both;
}
#productDetails {
	width:540px;
	padding:0px 94px 0px 95px;
	border-right:2px white dotted;
}
#productDetails .title {
	width:520px;
	height:28px;
	background-image:url('../images/product-detail-title.gif');
	background-position:center top;
	background-repeat:no-repeat;
	color:black;
	margin:0px 0px 5px 0px;
	padding:9px 10px 0px 10px;
}
#productDetails .enlarge {
	text-align:right;
	width:145px;
	background-image:url('../images/blue-arrow.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	height:27px;
	display:inline-block;
	padding:2px 0px 0px 25px;
	color:#2342B4;
	font-weight:bold;
}
#productDetails h1 {
	font-size:1.2em;
	float:left;
	width:345px;
	padding:0px;
	margin:0px;
}
#productDetails .body {
	background-color:#1138A4;
	background-image:url('../images/product-detail-body.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	padding:5px;
	margin:0px 0px 10px 0px;
}
#relatedProducts {
	width:220px;
	padding:0px 0px 0px 20px;
}
.pageActions a {
	color:white;
}
.thumbnailContainer {
	padding: 5px 0px;
}
.thumbnailContainer img {
	cursor: hand;
	border: 1px solid #AFCAD4;
	margin:0px 5px 5px 0px;
}
.linkList {
	width:960px;
	clear:both;
}
.linkList h2 {
	font-size:1.2em;
	padding:0px;
	margin:0px 0px 5px 0px;
}
.linkList .column {
	width:200px;
	height:220px;
	padding:20px;
}
#contactUsContent {
	width:960px;
	clear:both;
	margin:0px 0px 10px 0px;
}
#contactUsLeft {
	width:515px;
}
#contactUsLeft label {
	color:white;
}
#contactUsRight {
	width:425px;
	padding:0px 10px;
}
#contactUsRight a {
	color:white;
}
.smallButton {
	background-color:white;
	padding:5px 15px;
	float:left;
}
.smallButton a {
	color:black;
	font-size:1.2em;
	font-weight:bold;
}
#sheild, .sheild {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 5000px;
    background-color:black; 
    z-index:200;
}
.enlargedImage {
	z-index:250;
	padding:40px 5px 5px 5px;
	background-image:url('../images/closebutton.jpg');
	background-position:right 5px;
	background-repeat:no-repeat;
	background-color:black;
	border:1px white solid;
}
.hand {
	cursor:hand;
}
.mainImage {
	cursor:hand;
}










