@charset "utf-8";
/* CSS Document */

body {
	margin:20px 0px 10px 0px;
	background:url('/images/backgrounds/page.png')
	repeat-x
	left
	top
	#edf3eb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}

h1 {
	font-size:22px;
	color:#4d4d4d;
	font-weight:normal;
}

h2 {
	font-size:22px;
	color:#4d4d4d;
	font-weight:normal;
}

#division h1 {
	margin:0;
	padding-top:212px;
	overflow:hidden;
	
	height: 0px !important; /* for most browsers */
    height /**/:11px; /* for IE5.5's bad box model */
	font-size:11px;
}

a {
	text-decoration:underline;
	color:#094979;
}

a:active {
	text-decoration:underline;
	color:#094979;
}

a:link {
	text-decoration:underline;
	color:#094979;
}

a:visited {
	text-decoration:underline;
	color:#094979;
}

a:hover {
	text-decoration:none;
	color:#000000;
}

p {
}

.mainContainer {
	z-index:2;
	width:977px;
	background:url('/images/backgrounds/shadow.png')
	repeat-y;
	margin:auto auto;
	text-align:center;
	position:relative;
}

.copyContainer {
	z-index:3;
	margin:auto auto;
	width:955px;
	text-align:left;
	background-color:#ffffff;
	padding-top:160px;
	padding-bottom:77px;
}

.copyContainerInner {
	padding:20px 20px 10px 20px;
}

.logo {
	position:absolute;
	top:30px;
	right:50px;
	z-index:4;
}

.ukas {
	position:absolute;
	bottom:10px;
	right:30px;
	z-index:5;
}

.headerContainer {
	background:url('/images/backgrounds/header.jpg')
	repeat-x
	left
	top
	#74A56C;
	width:955px;
	height:130px;
	position:absolute;
	top:-2px;
	left:11px;
}

.toolbarContainer {
	background: url('/images/backgrounds/toolbar.jpg')
	repeat-x
	left
	top
	#747375;
	width:955px;
	height:34px;
	position:absolute;
	top:129px;
	left:11px;
}

.subNavContainer {
	float:right;
	width:215px;
}

.contentContainer {
	float:right;
	width:700px;
}

.divisionMainImage {
	
}

.contentGroupImageContainer {
	float:right;
	width:280px;
	text-align:right;
}

.contentProductImageContainer {
	float:left;
	width:280px;
	text-align:right;
	
}

.contentProductImageContainer .productImage {
	cursor:pointer;	
}

.productImage {
	border:1px solid #b2b2b2;
}

.productCopyContainer {
	float:left;
	width:420px;
}

.contentGroupImageSmall {
	border:1px solid #b2b2b2;
	float:right;
	margin-top:10px;
}

.productRowContainer {
	padding-bottom:10px;
}

.productContainer {
	float:left;
	width:225px;
}


.productContainer h1 {
	text-align:center;
	font-size:17px;
	font-weight:normal;
	margin-top:6px;
}

.vertSepGroup {
	float:right;
	width:10px;
	height:10px;
}



.vertSep {
	float:left;
	width:10px;
	height:10px;
}

.horizSep {
	height:10px;
	width:10px;
}



.whiteLine {
	background-color:#ffffff;
	width:955px;
	height:1px;
	margin:auto auto;
	position:absolute;
	top:-3px;
	left:11px;
}

.shadowBlocker {
	background-color:#ffffff;
	width:955px;
	height:5px;
	position:absolute;
	bottom:-2px;
	left:11px;
	/*border:1px solid #ff0000;*/
}

.bottomShadow {
	position:absolute;
	left:0;
	bottom:-7px;
	width:977px;
	height:7px;
	background:url('/images/backgrounds/shadow-bottom.png')
	no-repeat
	center
	-1px;
}

.creditsContainer {
	text-align:center;
	font-size:11px;
	line-height:16px;
}

.credits {
	width:955px;
	margin:auto auto;
	padding-top:5px;
	color:#666666;
	text-align:right;
}



.booples:after {
	content: ".";
	display: block;
	height: 0;
	min-height:0;
	font-size:0;
	clear: both;
	visibility:hidden;
	text-align:left;
}

.booples{display: block;}

/* Hides from IE Mac \*/
* html .booples {height: 1%;}
   .booples{display:block;}
/* End Hack */

