@charset "UTF-8";
/* (c) 2008 Intelligent Environments Group plc. All rights reserved */

/* =Divisions */
.subinfo {
	background: #f6f6f6/*url(/~/media/creation/graphics/backgrounds/SubInfoBottom.ashx) bottom no-repeat*/;
	padding: 0 0 5px 0;
}

.subinfotop {
	background: url(/~/media/creation/graphics/backgrounds/SubInfoTop.ashx) top no-repeat;
	height: 31px;
}

.subaction {
	/*background: #ffc20e url(/~/media/creation/graphics/backgrounds/SubActionBottom.ashx) no-repeat bottom;*/
	background: #f6f6f6;
	padding: 0 0 10px 0;
}

.subactiontop {
	background: url(/~/media/creation/graphics/backgrounds/SubActionTop.ashx) top no-repeat;
	height: 28px;
}

.mainaction {
	background: url(/~/media/creation/graphics/backgrounds/MainActionBottom.ashx) bottom no-repeat;
	padding: 0 0 5px 0;
	width: 572px; 
	color: #004b85;
	position: relative;
}

.mainactiontop {
	background: url(/~/media/creation/graphics/backgrounds/MainActionTop.ashx) top no-repeat;
	height: 28px;
}

.mainaction,
.mainactiontwo,
.mainactionthree,
.mainactionfour {
	margin-bottom: 15px;
}

.mainaction .action,
.mainactiontwo .action,
.mainactionthree .action,
.mainactionfour .action {
	background: none;
	width: 100%;
}

.mainaction .product,
.mainactiontwo .product,
.mainactionthree .product,
.mainactionfour .product {
	float: left;
	padding: 8px 30px 0 12px;
	text-align: center;
}

.promo {
	margin: 0px 0 18px 0;
	padding: 0;
}

/* =Typography */
.mainaction h2,
.mainactiontwo h2,
.mainactionthree h2,
.mainactionfour h2,
.subinfo h2,
.subaction h2 {
	padding: 2px 5px 5px;
	position: absolute;
	margin: -25px 0 0 10px;
	
}

.mainaction h2 {
	left: 0;
}

.subinfo h2,
.subaction h2 {
	padding: 2px 5px 5px;
	position: absolute;
	margin: -25px 0 0 5px;
}

.action h2 {
	float: left;
	margin: 10px 0 10px 15px;
}

.subinfo h3,
.subaction h3 {
	margin: 0 10px 10px;
	padding: 0;
}

.mainaction h3,
.mainactiontwo h3,
.mainactionthree h3,
.mainactionfour h3 {
	margin: 10px 10px 0 15px;
	padding: 0;
}

.mainaction p,
.mainactiontwo p,
.mainactionthree p,
.mainactionfour p  {
	margin: 0 15px 5px;
	padding: 15px 0 0;
}

.mainaction p.more,
.mainactiontwo p.more,
.mainactionthree p.more,
.mainactionfour p.more {
	float: right;
	margin: 0 25px 5px;
	padding: 0;
}

.subinfo p,
.subaction p {
	margin: 0;
	padding: 5px 10px 10px;
}

/* =Images */
img.promo {
	margin: 0 0 18px 12px;
}

#subcontent img,
#subcontenttwo img {
	margin: 0;
}

/* =Lists */
#subcontenttwo ul {
	padding: 0;
	margin: 0;
}

#subcontenttwo ul li {
	margin: 0 10px 0 25px;
	padding: 0;
}

/* =Anchors */
/* Microsite menu */
ul.micrositemenu {
	width: 100%;
	padding: 0;
}

ul.micrositemenu li {
	display: inline;
}

/* Sub menu */
ul.oneactive {
	background: url(/~/media/creation/graphics/backgrounds/MainActionTop.ashx) left no-repeat;
}

ul.twoactive {
	background: url(/~/media/creation/graphics/tabs/SubNavMiddle.ashx) left no-repeat;
}

ul.threeactive {
	background: url(/~/media/creation/graphics/tabs/SubNavRight.ashx) left no-repeat;
}

ul#micrositesubnav li {
	display: inline;
}

ul#micrositesubnav li a {
	display: block;
	float: left;
}
