body {
	font-size: 76%;
	font-family: Verdana, Arial, Sans-Serif;
	color: #404040;
	margin: 0;
	padding: 0;
	background: #fff url(images/page_bg.png) top center repeat-y;
}

a img { border: 0 solid #fff; }

form { margin: 0; padding: 0; }
input.required, select.required, textarea.required {
	border: 1px solid red;
}

/* Headers */

div.mainHeader {
	padding-left: 10px;
	height: 37px;
	line-height: 28px;
	margin-bottom: 30px;
	border-bottom: 1px solid #D3D3D3;
}

h1 {
	font-size: 1.6em;
	margin: 0 0 1em 0;
	color: #4D4D4D;
}

h1.mainHeader, div.mainHeader h1, #c_rightcol div.mainHeader h2 {
	color: #4D4D4D;
	margin: 0;
	padding-left: 10px;
	margin-bottom: 10px;
}

div.mainHeader h1 {
	padding-left: 0;
	margin-bottom: 0;
}

#c_banner div.mainHeader {
	display: none;
}

#c_rightcol div.mainHeader {
	margin-bottom: 1.5em;
	padding-top: 17px;
	text-transform: uppercase;
}

h2 {
	font-size:1.6em;
	font-weight:normal;
	margin-left:0;
	margin-right:0;
	margin-top:1.5em;
}

h2.underlined {
	font-size: 1em;
	color: #3C8A2E;
	padding-bottom: 2px;
	font-weight: bold;
	border-bottom: 1px solid #EDEDED;
}

h3 {
	color:#3C8A2E;
	letter-spacing:0.05em;
	margin:2em 0 0.5em;
	text-transform:uppercase;
}

h4 {
	font-size:1em;
	font-weight:bold;
	line-height:1.5em;
	margin:0;
}

.rightColSpacer {
	height: 43px;
}

#c_rightcol h2 {
	font-size: 1.2em;
	color: #3C8A2E;
	margin: .6em 0 .3em 0;
	text-transform: none;
	letter-spacing: normal;
	font-weight: bold;
}

#c_rightcol h3, #c_rightcol h3 a {
	font-size: 1em;
	color: #3C8A2E;
	letter-spacing: 0;
	text-transform: none;
}

.accessoryImage a:hover, .accessoryImage a:active {
	border-bottom: 0 solid #fff;
}

#c_rightcol div.mainHeader h2 {
	padding-left: 0;
	font-size: 1.1em;
	color: #4D4D4D;
	text-transform: none;
	line-height: 1.5em;
}

/* Formatting */

p {
	margin: 0 0 1em 0;
	line-height: 1.5em;
}

.introduction, .ingress {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 2em 0;
}

.ingress .ingress {
	font-size: 1em;
	margin: 0;
}

.ingress p {
	margin: 0;
}
/*
div.content-first .ingress {
	font-size: 1em;
	font-weight: bold;
}
*/
/* Links */

a:link, a:visited, .popup a:link, .popup a:visited, .link {
	color: #0076ef;
	text-decoration: none;
}

a:hover, a:active, .popup a:hover, .popup a:active, .link:hover {
	color: #0076ef; 
	text-decoration: none;
	border-bottom: 1px solid #0076ef;
}

.link {
	cursor: pointer;
	display: inline;
	float: right;
}

a.more {
	font-size: .86em;
	font-weight: bold;
	padding-right: 14px;
	text-transform: uppercase;
	background: url(images/link_arrow.png) no-repeat right 3px;
}


/* Lists */

ul {
	margin: 0 0 .5em 0;
	padding-left: 1.6em;
}

ol {
	margin-top: 0;
	margin-bottom: .5em;
}

/* Green diamond */

ul {
	padding-left: 0;
	list-style-image: url(images/spacer.gif);
	line-height: 1.4em;
}

ul li {
	display: block;
	padding-left: 16px;
	background: url(images/bullet_greendiamond.gif) left 7px no-repeat;
}

ul li {
	margin-bottom: .2em;
}

ul.linkListing li {
	margin-bottom: .7em;
}

ul.linkListing a:link, ul.linkListing a:visited {
	color: #000;
	border-bottom: 1px dotted #0076ef;
}

ul.linkListing a:hover, ul.linkListing a:active {
	color: #0076ef;
	border-bottom: 1px solid #0076ef;
}

input {
	font-size: 1em;
	font-family: Verdana, Arial, Sans-Serif;
}

/* LAYOUT ***********************************************************************************************/

#c_main {
	width: 996px;
	margin: 0 auto;
	text-align: left;
}

/*** HEADER ***/

#c_header 
{
	width: 936px;
	height: 92px;	
	background: #fff url(images/header_bg.png) top left no-repeat;
	margin-bottom: 5px;
	position: relative;
	left: 30px;
}

#c_header div.logo {
	margin: 0;
	padding: 0;
	float: left;
}

#c_header div.logo img {
	display: none;
}

#c_header div.logo a {
	display: block;
	width: 480px;
	height: 92px;
	margin: 0;
	padding: 0;
	text-indent: -1000px;
}

#c_header div.logo a:hover {
	border-bottom: 0 solid #fff;
}

#c_header .quickbar {
	width: 400px;
	text-align: right;
	padding: 8px 8px 0 0;
    float: right;
    color: #808080;
    font-size: .9em;
}

#c_header .quickbar a {
	color: #808080;
	padding: 0 0 0 10px;
}

#c_header .quickbar a.selected {
	color: #000;
	font-weight: bold;
}

#c_header .quickbar a:hover, #c_header .quickbar a:active {
	text-decoration: underline;
	border-bottom: 0 solid #fff;
}

/*** BANNER AREA ***/

#c_banner {
	position: relative;
	overflow: hidden;
	/*
	height: 210px;
	margin-bottom: 10px;
	*/
}

#c_banner object {
	float: left;
}

#c_banner .header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

#c_banner a:hover {
	border-bottom: 0 solid #fff;
}

#c_banner img, #c_banner object {
	margin-bottom: 10px;
}

.bannerText {
	position: relative;
	width: 100%;
}

.bannerText h1.firstLine {
	position: absolute;
	top: 16px;
}

.bannerText h1.secondLine {
	position: absolute;
	top: 58px;
}

.bannerText h2.eurostile {
	position: absolute;
	top: 112px;
}

.bannerText p {
	position: absolute;
	top: 160px;
}

.bannerText a:link, .bannerText a:visited {
	color: #404040;
}

.bannerText a:hover, .bannerText a:active {
	color: #404040;
}

.bannerText .eurostile, .bannerText p {
	width: 540px;
	left: 10px;
}

.bannerText h1.eurostile {
	display: block !important;
	margin: 0;
	color: #000;
	font-size: 3.6em;
}

.bannerText h2.eurostile {
	margin: 0;
	font-weight: normal;
	color: #3C8A2E;
	font-size: 1.7em;
}

.bannerText p {
	margin: 0;
	padding: 0;
	font-size: 1.15em;
	line-height: 1.3em;
}

.featureLeft {
	float: left;
	width: 641px;
	height: 210px;
	overflow: hidden;
}

.featureRight {
	float: right;
	width: 287px;
	height: 210px;
	overflow: hidden;
}

.contentPadding, .xhtmlBox, .rightFaqBox {
	padding: 14px 10px 1px 10px;
}

.section .rightFaqBox {
	padding: 0;
}

.contentPaddingSides {
	padding: 0 10px;
}

.contentPaddingArticle {
	padding: 5px 0 0 10px;
}

.boxPadding {
	padding: 10px;
}

.rightColPadding {
	padding: 0 15px;
}

/* MAIN MENU *******************************************************************************************/

#c_topmenu {
	height: 34px;
	background: url(images/menubar_bg.png) 0px 1px repeat-x;
	margin-bottom: 9px;
	width: 936px;
	position: relative;
	left: 30px;
	top: -5px;
}

#c_topmenu ul {
	list-style: none;
	padding: 0;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	overflow: hidden;
	height: 28px;
}

#c_topmenu li {
	height: 28px;
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-right: 1px solid #fff;
	background: url(images/spacer.gif);
}

#c_topmenu a {
	display: block;
	line-height: 28px;
	background: url(images/menu_bg.png) repeat-x 0px -28px;
	color: #000;
	padding: 0 15px;
	border-right: 1px solid #E1E1E1;
}

#c_topmenu a:hover {
	background-position: 0px 0px;
	color: #000;
	border-bottom: 0 solid #fff;
}

#c_topmenu #selected a {
	background-position: 0px -84px;
	color: #fff;
}

#c_topmenu #selected a:hover {
	background-position: 0px -56px;
	color: #fff;
}

/*** BREADCRUMB ***/

#c_breadcrumb {
	font-size: .78em;
	position: relative;
	top: -10px;
	padding: 0 0 0 10px;
	height: 13px;
	overflow: hidden;
}

#c_breadcrumb a:hover, #c_breadcrumb a:active {
	text-decoration: underline;
	border-bottom: solid 0 #fff;
}

/* UTIL */

.util {
	font-size: 1.1em;
	color: #888;
	width: 140px;
	float: right;
	text-align: right;
}

/*** CONTENT AREA ***/

#c_content {
	width: 936px;
	position: relative;
	left: 30px;
	margin-bottom: 54px;
}

#c_columns {
	overflow: hidden;
	width: 936px;
}

#c_leftcol {
	width: 169px; 
	overflow: hidden;
	float: left;
	border-top: 1px solid #d3d3d3;
	background: #fff url(images/head_shadow.png) top left repeat-x;
	padding-top: 8px;
}

#c_centercol, .c_centercol {
	width: 456px;
	float: left;
	overflow: hidden;
	border-top: 1px solid #d3d3d3;
	background: #fff url(images/head_shadow.png) top left repeat-x;
}

/* center and right col are combined in some page types */
#c_centerandrightcol, .c_centerandrightcol {
	width: 752px;
	float: right;
	overflow: hidden;
	border-top: 1px solid #d3d3d3;
	background: #fff url(images/head_shadow.png) top left repeat-x;
	padding-top: 8px;
}

#c_centerandleftcol {
	width: 641px;
	float: left;
	overflow: hidden;
	padding-top: 8px;
	border-top: 1px solid #d3d3d3;
	background:#FFFFFF url(images/head_shadow.png) repeat-x left top;
}

#c_fullcol {
	padding-top: 8px;
	border-top: 1px solid #d3d3d3;
	background:#FFFFFF url(images/head_shadow.png) repeat-x left top;
}

#c_centerandrightcolwithmargin {
	margin-top: 1px;
	width: 743px;
	margin-left: 35px;
	float: left;
	overflow: hidden;	
}

#c_printandtip {
	height: 10px;
	background-color: #ccc;
}

#c_rightcol {
	width: 287px;
	float: right;
	border-top: 1px solid #d3d3d3;
	background:#FFFFFF url(images/head_shadow.png) repeat-x left top;
}

.rightcol {
	border-top: 1px solid #d3d3d3;
	background: #FFFFFF url(images/head_shadow.png) repeat-x left top;
}


div.colShift {
	padding-left: 188px;
}

div.centerColShift {
	width: 463px;
	position: relative;
	left: 188px;
	overflow: hidden;
}

.noShadow {
	border-top: 0px solid #fff !important;
	background: transparent !important;
	padding-top: 0 !important;
}

.shiftTop {
	margin-top: 19px;
}

#c_mainregion {
	clear: both;	
}


/*** NAV MENU ***/

a.back:link, a.back:visited {
	display: block;
	background: transparent url(images/ico_back.gif) 14px 3px no-repeat;
	padding: 0 0 0 27px;
	border-bottom: 1px solid #d3d3d3;
	margin-bottom: 30px;
	height: 37px;
}

a.back:hover, a.back:active {
	text-decoration: underline;
}

h3.recommendHeader {
	border-bottom: 1px solid #d3d3d3;
	margin: 0 0 30px 0;
	padding: 0 0 0 24px;
	height: 37px;
	color: #3C8A2E;
}

ul.productMenu {
	list-style-type: none;
	margin: 0 0 76px 0;
	padding: 0;
	border-bottom: 1px solid #d3d3d3;
}

ul.productMenu li {
	height: 76px;
	list-style: none;
	border-top: 1px solid #d3d3d3;
	list-style-image: url(images/spacer.gif);
	overflow: hidden;
	margin-bottom: -1px	;
	background: url(images/spacer.gif);
	padding: 0;
}

ul.productMenu li.selected {
	background: transparent url(images/nav_selected.png) top left no-repeat;
	border-top: 0px solid #d3d3d3;
}

ul.productMenu li a {
	display: block;
	padding: 14px 5px 20px 24px;
	font-weight: bold;
	border-bottom: 0 solid #fff;
}

ul.productMenu li a:link, ul.productMenu li a:visited, ul.productMenu li a:hover, ul.productMenu li a:active {
	color: #000;
}
/*
ul.productMenu li a:hover {
	background-color: #f8f8f8;
}

ul.productMenu li.selected a:hover {
	background-color: transparent;
}
*/
ul.productMenu .prodName {
	display: block;
	font-weight: normal;
	color: #3C8A2E;
	font-size: .9em;
}

/*** LEFT MENU ***/

.menu ul {
	list-style: none;
	padding: 0;
	font-weight: bold;
	font-size: .85em;
}

.menu li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
	list-style-image: url(images/spacer.gif);
	background: url(images/spacer.gif);
}

.menu li.child {
	border-top: none;
	border-bottom: none;
}

.menu li a {
	display: block;
	padding: 1em 0 1em 8px;
	color: #000;
}

.menu li.child a {
	padding: 1em 0 1em 19px;
}

.menu li.active a {
	color: #3C8A2E;
	background-color: #F2F2F2;
}

.menu a:hover {
	background-color: #f8f8f8;
	border-bottom: 0 solid #fff;
}


/*** FOOTER ***/

#c_footer {
	width: 936px;
	height: 91px;
	position: relative;
	left: 30px;
	background: #f2f2f2;
	color: #808080;
	text-align: center;
	line-height: 91px;
	font-size: .85em;
}


/*** FORMS ***/

#id_matrix {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

#id_matrix td {
	padding: 0 10px 3px 0;
}

#id_matrix .header {
	font-weight: bold;
	font-size: .9em;
	color: #3C8A2E;
	text-transform: uppercase;
	padding: 1em 0;
	display: block;
}

#id_matrix fieldset {
	border: solid 0 #fff;
	padding: 0;
}

/* SPECIAL UNITS ***************************************************************************************************/
/*

#c_centercol li,
#c_centerandrightcol li,
#c_centerandrightcolwithmargin li {
	list-style: outside disc;
	margin-left: 25px;
}


#c_centercol ul,
#c_centerandrightcol ul,
#c_centerandrightcolwithmargin ul {
	margin-bottom: 1em;
}


#c_centercol ol li,
#c_centerandrightcol ol li,
#c_centerandrightcolwithmargin ol li {
	list-style-type: decimal;
	
}
*/

.fourgridcells {
	width: 585px;	
}



/* GENERIC EPISERVER DIVS ***********************************************************************************************/

.leftfloating {
	float: left;
}
.rightfloating {
	float: right;
}
.centered {
	text-align: center;
}
.rightaligned {
	text-align: right;
}
.leftaligned {
	text-align: left;
}
.hidden {
	display:none;
}
img.borderless {
	border: 0;
}
div.tablerow {
	width: 99%;
	padding: 0.5em;
}
div.description {
	float: left;
	width: 20%;
}
div.fullwidth {
	width: 100%;
}
div.rightpadded {
	padding-right: 1em;
}
div.clear {
	clear: both;
}


.hr {
	border-bottom: 1px dotted #808080;
	margin-bottom: 1em;
}

.hr hr {
	display: none;
}

#printables {
	display: none;
}

/*---- sIFR ---*/

@media screen {
	.sIFR-flash {
		visibility: visible !important;
		margin: 0;
		padding: 0;
	}

	.sIFR-replaced, .sIFR-ignore {
		visibility: visible !important;
	}

	.sIFR-alternate {
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
	}

	/* sIFR adjustments */

	.sIFR-active .eurostile {
		visibility: hidden;
	}
}

/* Clearfix */


.clearfix:after {
    content: ".";
    clear: both;
    display: block;
 	height: 0;
 	line-height: 0;
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

