/** BASIC PAGE LAYOUT ********************************************************/
body#body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #747474;
	font-family: Verdana, sans-serif;
}


img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

a {
    text-decoration: none;
    color: rgb(24,76,124);
}

#bodyWrapper {
	width: 925px;
	margin: 0px auto;
	position: relative;
	background-image: url(default/bodywrapper_bg_950px.png);
	background-repeat: repeat-y;
	padding-left: 25px;

}

#headerWrapper {
	height: 75px;
	width: 900px;
	background-color: white;
	position: relative;
	/*background-color: #beaaaa;*/
}


#logo {
    position: absolute;
    left: 20px;
    top: 11px;
	width: 296px;
	height: 58px;
}

#bannerWrapper {
    position: relative;
    color: white;
    width: 900px;
}

#contact_tel {
    background-image: url(default/icon_tel.gif);
    background-repeat: no-repeat;
    background-position: 4px 0px;
    padding-left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 8pt;
    text-align: right;
    font-weight: bold;
}

#contact_tel small {
    font-weight: normal;
}


#quicklinks {
    position: absolute;
    right: 15px;
    top: 49px;
	float: right;
}

#quicklinks ul {
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style-type: none;
}

#quicklinks ul li {
	float: left;
}

#top_banner {
    width: 900px;
    height: 170px;
}

#contentWrapper,
#frontpageWrapper {
    padding-left: 15px;
    width: 885px;
    background-color:white;
}


/** FRONTPAGE **/
#frontpageColLeft {
    padding-top: 15px;
    float: left;
    width: 630px;
}

.frontpageBoxWrapper {
    width: 198px;
    height: 350px;
    background-image:url(default/fontpageBoxShadow4.png);
    float: left;
    margin-right: 10px;
}

.frontpageBox {
    padding-left: 1px;
    padding-right: 6px;
}

.frontpageBox a,
.frontpageBox a:visited {
	color: black;
	text-decoration: none;
}

.frontpageBox a:hover {
	color: blue;
	text-decoration: none;
	cursor: pointer;
}

.frontpageBox h1 {
	padding: 0px;
	margin: 0px;
	border-bottom: 2px solid rgb(167,167,167);
	padding-left: 10px;
	padding-bottom: 4px;
	padding-top: 5px;

	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
}


.frontpageBox h2 {
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-top: 15px;
	
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
}


.frontpageBox h3 {
	padding: 0px;
	margin: 0px;

	font-weight: normal;
	font-size: 11px;
}

.frontpageBox ul {
	padding-left: 25px;
	margin: 0px;
	border: 0px;
	margin-top: 5px;
}

.frontpageBox ul li {
	list-style-image: url(default/frontpageBoxListIcon.png);
	padding-top: 1px;
	padding-bottom: 1px;
}

#frontpageReferencesWrapper h1 {
	padding: 0px;
	margin: 0px;
	padding-bottom: 4px;
	padding-top: 5px;

	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
}


#frontpageColRight {
    float: left;
    width: 220px;
    position: relative;
    top: -23px;
    font-size: 8pt;
}

#newsList {
	padding: 0px;
	margin: 0px;
	padding-left: 5px;
	padding-bottom: 15px;
	padding-top: 10px;
	
}

#newsList li {
	list-style-type: none;
	padding-bottom: 10px;
	border-bottom: 1px dotted rgb(153,153,153);
	padding-top: 5px;
}

#newsList .title {
	font-weight: bold;
}

#newsList .teaser {
    padding-top: 3px;
}

#newsList .readmore {
    padding-top: 5px;
}

#newsList a {
    padding-left: 15px;
    background-image: url(default/icon_readmore.png);
    background-repeat: no-repeat;
    background-position: 0px 2px;
}
#newsList a:hover {
    color: blue;
}

/** MAIN MENU **/
#navigationMain {
	float: left;
	width: 200px;
	min-height: 200px;
	padding-top: 15px;
	padding-right: 13px;
	margin-left: 0px;
	
	font-size: 8pt;
}
	

#navigationMain ul {
/*	border-top: 1px solid #D4D4D4; */
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
}

#navigationMain ul li {
	padding-bottom: 3px;
/*	border-bottom: 1px solid #D4D4D4; */
	padding-bottom: 1px;
	margin-top: 1px;
}


#navigationMain ul ul {
	margin: 0px;
	padding-left: 15px;
	margin-top: 1px;
}

#navigationMain ul ul li {
	border-bottom: 1px dotted #D4D4D4;
}

#navigationMain ul a {
	display: block;
	background-color: white;
	color: #676767;
	text-decoration: none;
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 13px;
	font-weight: bold;
}

#navigationMain ul ul a {
	text-indent: 4px;
	padding-top: 1px;
	padding-bottom: 2px;
	font-weight: normal;
}

#navigationMain a:hover {
	background-color: rgb(168,211,247);
	color: black;
}

#navigationMain ul a.selected {
	background-color: rgb(19,108,183);
	color: white;
}

#navigationMain ul ul a.selected {
	background-color: #dedede;
	color: black;
}

/** Content **/
#contentColLeft {
 	margin-top: 13px;
	font-size: 10pt;
	float: left;
	width: 460px;
	margin-right: 10px;
}



#contentWrapper h1 {
    color: rgb(19,108,183);
	font-size: 12pt;
	margin-top: 0;
	padding-top: 0;
	
}

#contentWrapper h2 {
	font-size: 8pt;
	font-weight: bold;
	color: black;
	font-style: italic;
}
#contentWrapper h3 {
	font-size: 10pt;
}



#contentColRight {	
    float: left;
    width: 185px;
    position: relative;
    top: -23px;
    font-size: 8pt;
}

#contentColLeft ul,
#contentColRight ul {
	margin: 0px;
	padding: 5px 0px;
	margin: 15px 0 0 20px;
	list-style-image: url(default/frontpageBoxListIcon.png);
}

#contentColLeft ul li,
#contentColRight ul li {
	margin-bottom: 10px;
}

#contentColRight ul li.iconpdf {
	list-style-image: url(default/pdf_tiny.png);
}

#contentColRight a {
    text-decoration: none;
    color: black;
}
#contentColRight a strong {
    text-decoration: underline;
}
.productinfo td {
    vertical-align:top;
}


/** MISC **/
.bannerOverlay {
    /*background-color: rgba(255,255,255,0.3);*/
    background-image: url(default/28p_white.png);
    height: 20px;
    padding-left:5px;
}

.bannerOverlay h2 {
    padding: 0px;
    margin: 0px;
    border: 0px;
    font-size: 9pt;
    color: white;
    line-height: 20px;
}


/** FOOTER **/
#footerWrapper {
	/*background-color: rgb(0, 36, 90); */
	background-color: white;
	background-image:url(default/footer_bg.jpg);
	color: white;
	margin-top: 20px;
	height: 29px;
	width: 900px;
}


#footer {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 8pt;
	font-weight: bold;
	height: 29px;
	padding-top: 8px;
}

#footerWrapper a {
	text-decoration: none;
	color: white;
}
#footerWrapper a:hover {
    text-decoration: underline;
}

#footerWrapper a.arrowed {
	text-decoration: none;
	color: white;
	background-image: url(default/arrow_white.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	padding-left: 10px;
}
#footerWrapper a.arrow_right:hover {
    text-decoration: underline;
}

#footertextWrapper {
	width: 900px;
	background-color: white;
}

#footertext {
	padding: 15px;
	padding-left: 20px;
	padding-right: 20px;
	
	font-size: 8pt;
	color: #aaa;
}

/** BACKPORT  Homepage v2 *************************************************************************/

#contentWrapper .right_col_header_orange {
    /*background-color: rgba(255,255,255,0.3);*/
    background-image: url(default/28p_white.png);
    height: 20px;
    padding-left:5px;
}

#contentWrapper .right_col_header_blue {
    height: 20px;
    padding-left:5px;
    background-color: #136CB7;
}


#contentWrapper .right_col_header_orange h2,
#contentWrapper .right_col_header_blue h2 {
    font-style: normal;
    line-height:19px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    padding-left:5px;
}

#contentWrapper .right_col_header_orange h2 {
    padding: 0px;
    margin: 0px;
    border: 0px;
    font-size: 9pt;
    color: white;
    line-height: 20px;
}
#contentWrapper .right_col_header_blue h2 {
    padding: 0px;
    margin: 0px;
    border: 0px;
    font-size: 9pt;
    color: white;
    line-height: 20px;
}

