body {
	background : #1A2C4C url(/images/layout/bg.gif);
	margin : 0px;
}

body, td {
	color : #666666;
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
	line-height : 1.5em;
}

img {
	border : none;
}

a {
	color : #0F84E0;
}

#siteContainer {
	width : 950px;
	background : #fff url(/images/layout/blue_fade.jpg) repeat-x top center;
	text-align : left;
}

#header {
	position : relative;
	width : 950px;
	padding-top : 60px;
	padding-bottom : 15px;
	text-align : center;
}

#logo {
	position : absolute;
	top : 0px;
	left : 334px;
}

#nav {
	font-size : 0px;
	
}

.navStar {
	margin : 0px 6px;
}

#footer {
	margin : 20px 25px;
	padding : 10px 0px;
	border-top : 1px dotted #9A9A9A;
	font-size : 11px;
}

#contentMargin  {
	margin-top : 40px;
}

.clear {
	clear : both;
}

.contentPadding {
	margin : 0px 25px;
}

#teasers {
	height : 139px;
	width : 950px;
	background : url(/images/layout/grey_bg.jpg) no-repeat;
	margin : 10px 0px;
}

.teaser {
	width : 300px;
	margin : 15px 20px;
	float : left;
}

.teaserImage {
	float : left;
	margin-right : 10px;
}

h1 {
	background : #E4EFF8;
	text-align : center;
	padding : 5px 0px;
}

h2 {
	font-size : 18px;
	margin-bottom : 5px;
	color : #1A6096;
}

h3 {
	margin : 0px;
	margin-bottom : 0px;
	font-size : 14px;
}

.quickLinks {
	list-style : square;
	font-size : 14px;
	font-weight : bold;
}

.quickLinks li {
	margin-bottom : 5px;
}

.quickLinks a {
	text-decoration : none;
}

.quickLinks a:hover {
	text-decoration : underline;
}

#logos img {
	margin : 10px;
}

#productListings {
	margin-left : 5px;
}

.productListing {
	height : 390px;
	width : 215px;
	float : left;
	margin : 10px 5px;
	text-align : center;
	font-weight : bold;
	color : #1A6096;
}

.listingImage {
	border : 4px solid #1A6096;
}

#productListings .price {
	background : #E4EFF8;
	margin : 5px 0px;
	color : #1A6096;
	font-weight : normal;
}

#detailImage {
	border : 4px solid #1A6096;
	float : left;
	margin-right : 20px;
}

.price {
	color : #1A6096;
	font-weight : bold;
}

#additionalViews {
	margin-top : 5px;
}

#additionalViews img {
	border : 2px solid #0F84E0;
}

#additionalViews img.selected {
	border : 2px solid #1A6096;
}

#additionalViews a {
	outline : none;
}

#productDisclaimer {
	background : #E4EFF8;
	text-align : center;
	padding : 5px 0px;
	color : #1A6096;
	font-style : italic;
	margin-top : 20px;
}

#return {
	margin-left : 25px;
}

#basket td {
	padding : 5px 0px;
}

#basket th {
	text-align : left;
}

#basket .thumb {
	border : 2px solid #0F84E0;
}




/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:400px; width:600px;}
#simplemodal-container a.modalCloseImg {background:url(/images/icons/x.png) no-repeat; width:16px; height:16px; display:inline; z-index:3200; position:absolute; top:15px; right:30px; cursor:pointer;}
#simplemodal-container #basicModalContent {padding:8px;}

#simplemodal-container .closeLink {
	float : right;
	margin-right : 10px;
	font-weight : bold;
}