* {	margin: 0; padding: 0;
	}
body {
	background: #fff url("/images/bgrMain.jpg") repeat-x left top;
	margin: 0 auto;
	padding: 0;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
	}
a {
	color: #0495ab;
	text-decoration: none;
	}
a:hover {
	color: #0495ab;
	text-decoration: none;
	}
img {
	border: none; 
	}
h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 24px;
	color: #333;
	}
h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 4px 0 0 0;
	color: #666;
	}
h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 4px 0 0 0;
	color: #666;
	}
p {
	margin: 0;
	padding: 0 0 .3em 0;
	font-size: 11px;
	}

.ingress {
	margin: 0;
	padding: 0 0 .3em 0;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	font-size: 13px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
.ingress-black {
	margin: 0;
	padding: 0 0 .3em 0;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	font-size: 13px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
.wrapper-main {
	background: #fff;
/*	
	width: 981px;
*/
	width: 732px;
	margin: 0 auto;
	padding: 0 0;
	height: 100%
	}
	
	
	
/* === TOP START === */	
.wrapper-top {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	background: transparent url("/images/bgrTop.gif") no-repeat left top;
	}

.wrapper-top-left {
	float: left; 
	width: 180px;
	}
.top-logo {
	display: block;
	padding: 15px 0 0 20px;
	height: 45px;
	}
.top-logo h1 {
	text-indent: -2000px;
	margin: 0;
	padding: 0;
	line-height: 21px;
	}
	
.wrapper-top-right {
/*
	float: right;
	width: 801px;
	background: transparent url("/images/bgrForm2.gif") no-repeat right top;
	text-align: right;
	padding: 0;
	margin: 0;
	height: 60px;
*/
	display:none;
	}
.wrapper-mina-sidor {
	position: absolute;
	width: 801px;
	text-align: right;
	}
.wrapper-mina-sidor p {
	margin: 0;
	padding: 11px 0 0 0;
	text-align: right;
	color: #999;
	background: transparent url("/images/btnMypages.gif") no-repeat 655px 9px;
	}
.wrapper-mina-sidor a {
	color: #6b6d6d;
	padding: 0 14px 0 0;
	}
.wrapper-login {
	position: absolute;
	width: 801px;
	text-align: right;
	background: transparent;
	}
.wrapper-login p {
	padding: 11px 366px 0 0;
	text-align: right;
	color: #999;
	}
.wrapper-login a {
	color: #999;
	padding: 0 15px;
	}
.username {
   color: #999;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   letter-spacing: 1px;
   position: absolute;
   right: 210px;
   top: 8px;
   background: none;
   padding: 5px 0 0 4px;
   height: 15px;
   width: 134px;
   border: none;
}
.password{
   color: #999;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   letter-spacing: 1px;
   position: absolute;
   right: 66px;
   top: 8px;
   background: none;
   padding: 4px 0 0 4px;
   height: 15px;
   width: 134px;
   border: none;
}
.wrapper-search {
	position: relative;
	width: 801px;
	text-align: right;
	background: transparent;
	}
.login{
   position: absolute;
   right: 5px;
   top: 8px;
   border: none;
}
.searchname {
   color: #999;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   letter-spacing: 1px;
   position: absolute;
   right: 66px;
   top: 32px;
   background: none;
   padding: 6px 0 0 4px;
   height: 15px;
   width: 134px;
   border: none;
}
.search {
   position: absolute;
   right: 5px;
   top: 33px;
   border: none;
}


/* === TOP END === */	
	
	
/* === MAIN MENU START === */
.wrapper-menu {
/*
    background: transparent url("/images/menuOut.gif") repeat-x left top;
	height: 26px;
	clear: both;
*/
	display:none;
	}
.border-left {
	float: left;
	width: 19px;
	border-right: 1px solid #e7e7e7;
    background: #f1f1f1 url("/images/menuBorder.gif") repeat-x left top;
	}
.border-right {
	float: right;
	width: 19px;
	border-left: 1px solid #e7e7e7;
    background: #f1f1f1 url("/images/menuBorder.gif") repeat-x left top;
	}

#navbar {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	background: #f1f1f1;
	padding: 0;
	margin: 0;

}
#navbar li {
    list-style: none;
    display: inline;
	margin: 0;
	padding: 0;	
	width: 140px;
	float: left;
	height: 26px;
}

#navbar li a {
    color: #666;
    text-decoration: none;
    background: transparent url("/images/tab2.gif") no-repeat;
	padding: 7px 0;
	margin: 0;
	height: 12px;
	display: block;
}
#navbar li a:hover { 
    background-position: 0 -52px;
    color:#fff;
}
#navbar li a:active {
    background-position: 0 -52px;
    color: #fff;
}
/* === END MENU === */



.wrapper-flash {
	margin: 0 auto;
	padding: 10px 0 0 0;
	clear: both;
	}


	
/* === PUSHER START === */	

.wrapper-push {

	margin: 0 auto;

	background: transparent;

	padding: 10px 0 0 0;

	clear: both;

	}

.div-image, .div-image-green {
	float: left;
	width: 238px;
	position: relative;
	margin: 0 7px 0 0;
	padding: 0;
	border: 1px solid #d8d8d8;
	}
.div-image a:hover h3, .div-image-green a:hover h3, .div-image-last a:hover h3 {
	color: #333;
	}
.div-image a:hover p, .div-image-last a:hover p {
	color: #0495ab;
	}
.div-image-green a:hover p {
	color: #51b54e;
	}

.div-image-last {
	float: left;
	width: 238px;
	position: relative;
	margin: 0;
	padding: 0;
	border: 1px solid #d8d8d8;
	background: #fff;
	}
.push-image {
	position: relative;
	left: 0px;
	top: 0;
	z-index: 10;
	}
.push-header, .push-header-green, .push-header-right {
	position: relative;
	left: 0;
	z-index: 15;
	background: #fff;
	width: 208px;
	height: 37px;
	color: #333;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	margin: 0;
	padding: 7px 10px 0 20px;
}

.push-header-right {
	height: 50px !important;
}

.push-header h3, .push-header-green h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 1px 0;
	color: #333;
	}

.push-header p, .push-header-green p {
	color: #666;
	}

.push-new {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 12;
	background: transparent;
	width: 231px;
	text-align: right;
	padding: 7px 7px 0 0;
}

.push-image-links {
	position: absolute;
	left: 0;
	top: 90px;
	z-index: 12;
	background: transparent;
	width: 211px;
	text-align: left;
	padding: 18px 7px 0 20px;
}

.push-image-links a, .push-image-links a:hover {
	color: #333;
	}
.wrapper-news {
	margin: 0 auto;
	padding: 10px 0 0 0;
	clear: both;
	}
	
.div-push-ad {
	float: left;
	width: 238px;
	position: relative;
	margin: 0 7px 0 0;
	padding: 0;
	border: 1px solid #d8d8d8;
	background: #ccc;
	}

.div-push-ad a:hover .push-ad-header, .div-push-ad a:hover .push-ad-link p {
	color: #0495ab;
	}

.push-ad-image {
	position: relative;
	left: 0px;
	top: 0;
	z-index: 10;
	display: block;
}

.push-ad-header  {

	position: absolute;

	left: 0;

	top: 134px;

	z-index: 15;

	background: transparent;

	width: 208px;

	height: 104px;

	color: #333;

	text-align: left;

	font-weight: normal;

	font-size: 12px;

	margin: 0;

	padding: 0;

}

.push-ad-header img {

	border: none;	color: #333;

	}

.push-ad-link {

	position: absolute;

	left: 0;

	top: 200px;

	z-index: 12;

	background: transparent;

	text-align: left;

	padding: 7px 10px 0 20px;

}

.push-ad-link p {

	color: #333;

	}

.push-ad-link a:hover {

	color: #0495ab;

	}

.wrapper-news-content {
	float: left;
	width: 485px;
	position: relative;
	margin: 0 7px 0 0;
	padding: 0;
	border: 1px solid #d8d8d8;
        background: transparent url("/images/bgrNews.gif") repeat-x left bottom;
	/*height: 238px;*/
	}
.news-top {
	width: 485px;
	height: 26px;
	border-bottom: 1px solid #d8d8d8;
        background: transparent url("/images/bgrNewsTop.gif") repeat-x left top;	
}
.news-top h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 8px 0 0 30px;
	color: #666;
	}
.news-content {
	display: block;
   	background: transparent;
	margin: 0;
	padding: 27px 0 10px 0;
	height: 125px;
	margin: 0 30px 0 30px;
	color: #666;
}
.news-item {
	background: transparent;
	color: #0495ab;
	text-decoration: none;
	margin: 0 0 10px 0;
	padding: 0;
	}
.news-item  a:hover span { 
	color: #0495ab;
	}
.news-item .news-date {
	float: left;
	color: #999;
	margin: 0 7px 0 0;
	padding: 0;
	font-size: 12px;
	height: 30px;
	}
.news-item .news-header {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
.news-item .news-text {
	color: #666;
	padding: 0;
	margin: 0;
	}
.read-more-bottom {
	background: transparent;
	text-align: left;
	margin: 6px 0 0 0;
	padding: 6px 0 6px 32px;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	height: 20px;
	background: transparent;
}
.read-more-bottom a {
	color: #666;
	}
.read-more-bottom a:hover {
	color: #0495ab;
	}
.news-bottom p {
	margin: 19px 0 0 0;
	}
	
.div-push-shop {
	float: left;
	width: 238px;
	position: relative;
	margin: 0;
	padding: 0;
	border: 1px solid #d8d8d8;
	background: #fff;
	}
.push-shop-image {
	position: relative;
	left: 0px;
	top: 0;
	z-index: 10;
}
.push-shop-header, .push-shop-header-green  {
	position: absolute;
	left: 0;
	top: 152px;
	z-index: 15;
	background: transparent;
	width: 208px;
	height: 77px;
	color: #333;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	margin: 0;
	padding: 7px 10px 0 20px;
}
.push-shop-header h3, .push-shop-header-green h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 1px 0;
	color: #333;
	}
.div-push-shop a:hover .push-shop-header {
	color: #333;
	}
.push-shop-header p {
	color: #666;
	}
.push-shop-header p.link {
	color: #333;
}
.div-push-shop a:hover p {
	color: #0495ab;
	}
.push-shop-links  {
	position: absolute;
	left: 0;
	top: 120px;
	z-index: 14;
	background: transparent;
	width: 231px;
	text-align: left;
	padding: 7px 7px 0 20px;
}
/* === PUSHER END === */	


/* === CONTENT START === */	

.content-br {
	height: 10px; 
	display: block; 
	background: transparent; 
	clear: both; 
	width: 100%;
	}

.wrapper-content-cols {
	width: 981px;
	margin: 0 auto;
	margin: 0;
	padding: 0;
	}

.wrapper-wide-left-col {
	margin: 0;
	padding: 0 16px 20px 16px;
	float: left;
/*
	width:940px;
*/
	width: 700px;
	background: #fff;
	}

.wrapper-col-left {
	float: left;
	width: 262px;
	background: #fff;
	}

.wrapper-col-center {
	float: left;
	width: 479px;
	background: #fff;
	}

.wrapper-col-center-wide {
	display:block;
	float: left;
	width: 719px;
	background: #fff;
	}

.wrapper-col-right {
/*
	float: right;
	width: 240px;
	background: #666;
*/
	width:1px;
	display:none;
	}

/* === NEW WIDE LEFT COL START === */	
.wrapper-side-scroller {
	background: transparent url("/images/bgrSideScroller.gif") repeat-x left top;
	margin: 0 0 20px 0;
	padding: 0;
	height: 135px;
	}
.cycleElementsContainer {
	padding: 10px 0;
	margin: 0;
	overflow: hidden;
	border: 0px solid #dfdfdf;
	width: 700px;
	} 	
.cycleElementsContainer div {
	float: left;
	padding: 0 0 0 10px;
	}
.cycleElementsContainer .cycleElementsArrow {
	display: none;
	padding-top: 30px;
	text-align: center;
	width: 80px;
	}
.cycleElementsContainer li { 
	display: block;
	width: 94px; /* REQUIRED */
	float: left; /* REQUIRED */
	margin: 0;
	padding: 0 20px 0 0;
	text-align: center;
	color: #777;
	border: 0px solid #bfbfbf;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	}
.cycleElementsContainer li img {
	margin: 0 0 2px 0;
	}

.wrapper-wide-left-col p {
	font-size: 12px;
	padding: 0;
	color: #666;
	line-height: 18px;
	}
.wrapper-wide-left-col h1 {
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 24px;
	color: #333;
	}
.introduction {
	clear: both;
	width: 668px;
	padding: 0 16px 20px 16px;
	}	
.wrapper-product-intro {
	width: 666px;
	margin: 0;
	padding: 20px 0 0 0;
	float: left;
	}
.wrapper-product-intro .ingress {
	margin: 0;
	padding: 0 0 .3em 0;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.wrapper-product-intro .paragraf-link {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #d8d8d8;
	padding: 5px 0 5px 35px;
	width: 230px;
	background: transparent url(http://ralacustomer.stage6.leon.se/images/iconCompletelist.gif) no-repeat 10px center; 
}
.product-intro_img {
	margin: 0 0 0 16px; 
	float: right;
	width: 164px;
	text-align: right;
	}
.wrapper-product-intro .ingress-black {
	margin: 0;
	padding: 0 0 .3em 0;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	font-size: 13px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
.wrapper-product-content {
	clear: both;
	width: 668px;
	padding: 0px 16px 20px 16px;
	}	
.wrapper-product-content .ingress-black {
	margin: 0;
	padding: 0 0 .3em 0;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	font-size: 13px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
.wrapper-product-pusher {
	padding: 1px 0 0 0;
	background: transparent url(/images/brDotted.gif) repeat-x left top; 
	}
.product-pusher {
	float: left; 
	background: transparent url(/images/bgrProductPusher.jpg) repeat-x left bottom; 
	width: 193px;
	margin: 20px 12px 20px 0;
	padding: 0 16px 20px 16px;
	}
.product-pusher-right {
	float: left; 
	background: transparent url(/images/bgrProductPusher.jpg) repeat-x left bottom; 
	width: 193px;
	margin: 20px 0 20px 0;
	padding: 0 16px 20px 16px;
	}
.product-pusher img, .product-pusher-right img  {
	margin: 0 0 20px 0;
	}
.product-content-left {
	width: 666px;
	margin: 0;
	padding: 20px 0 10px 0;
	float: left;
	}
.product-content-left img {
	float: right; 
	margin: 0 0 0 30px; 
	}
.product-content-right {
	width: 666px;
	margin: 0;
	padding: 20px 0 10px 0;
	float: left;
	}
.product-content-right img {
	float: left; 
	margin: 0 30px 0 0; 
	}
.wrapper-wide-left-col h3 {
	font-size: 13px;
	font-weight: bold;
	color: #666;
	height: 20px;
	border-bottom: 1px solid #d8d8d7;
	padding: 3px 15px 0 15px;
	margin: 0 0 30px 0;
	background: #f1f1f1 url("/images/headerLeftMenu.gif") repeat-x left top;
	}
.wrapper-product-category {
	padding: 0 16px; 
	margin: 0;
	}
.wrapper-product-category-header {
	padding: 0 16px; 
	margin: 0;
	}
.product-category-header {
	float: left;
	padding: 0 34px 20px 0;
	margin: 0;
	width: 300px;
	}
img.product-category-header-thumb {
	margin: 0 10px 10px 0; 
	float: left; 
	width: 75px; 
	height: 75px;
	}
.product-category-header-divider {
	float: left; 
	width: 36px; 
	padding: 0; 
	margin: 0;
	}
/* === NEW CENTER CONTENT END === */	

/* === LEFT CONTENT START === */	
#nav-header {
	height: 23px;
	border: 1px solid #d8d8d7;
	width: 203px;
	padding: 0 0 0 35px;
	background: #f1f1f1 url("/images/headerLeftMenu.gif") repeat-x left top;
	}
#nav-header a {
	color: #333;
	text-decoration: none;
	}
#nav-header a:hover {
	color: #0495ab;
	text-decoration: none;
	}
#nav-header a:active {
	color: #0495ab;
	text-decoration: none;
	}
#navcontainer { 
	width: 238px;
	border-left: 1px solid #d8d8d7;
	border-right: 1px solid #d8d8d7;
	}
#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
#navcontainer a {
	display: block;
	padding: 9px 0 9px 44px;
	width: 194px;
	background: #fff url("/images/borderLeftMenu.gif") no-repeat left bottom;
	text-align: left;
	}
#navcontainer a:link, #navlist a:visited {
	color: #666;
	text-decoration: none;
	}
#navcontainer a:hover {
	background-color: #0495ab;
	color: #fff;
	}
/* === LEFT CONTENT END === */	

	
/* === CONTENT CENTER START === */	
.breadcrumbs {
	width: 437px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 6px 9px 0 9px;
	color: #e5e5e4;
	height: 17px;
	font-size: 9px;
	}

.breadcrumbs-wide {
	width: 699px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 6px 9px 0 9px;

	color: #e5e5e4;
	height: 17px;
	font-size: 9px;
	}

.breadcrumbs a, .breadcrumbs-wide a {
	color: #333;
	margin: 0 5px;
	}
.breadcrumbs a:hover, .breadcrumbs-wide a:hover {
	color: #0495ab;
	margin: 0 5px;
	}
	
.center-intro {
	width: 457px;
	background: #fff;
	margin: 0;
	padding: 21px 0 0 0;
	}
.intro-image-holder {
	float: right;
	margin: 0 10px;
	}
.center-intro h1 {
	padding: 0 15px 20px 15px;
	}
.center-intro p.ingress, .center-content p.ingress {
	margin: 0;
	padding: 0 15px 15px 15px !important;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	}
.center-intro p, .center-content p {
	font-size: 12px;
	padding: 0 15px 15px 15px !important;
	color: #666;
	}

.center-content, .center-content-wide {
	width: 457px;
	background: #fff;
	margin: 0;
	padding: 21px 0 0 0;
	float:left;
	clear:both;
	}

.center-content-wide {
	width: 700px;
	}

.center-content p.ingress, .center-content span.ingress{
	margin: 0;
	padding: 0 15px .3em 15px;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	font-size: 12px;
	padding: 0 15px;
	color: #666;
}

.center-content ul, .center-content-wide ul {
	margin-left: 30px;
	padding-left: 0;
	list-style-type: square;
	font-size: 12px;
	color:#666;
	}

.hr-dotted {
	width: 457px;
	clear: both;
	padding: 30px 0;
	background: transparent url("/images/brDotted.gif") repeat-x left center;
	}
.col-center-br {
	height: 30px; 
	display: block;
	background: #fff; 
	clear: both;
	}
.center-content h1, .center-content-wide h1 {
	padding: 15px 15px 10px 15px;
	}
.center-content h2, .center-content-wide h2 {
	padding: 15px 15px 10px 15px;
	}
.center-content h3, .center-content-wide  h3{
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 15px;
	color: #666;
	}

.cat-image-holder {
	float: left;
	margin: 0 15px 0 0;
	height: 97px;
	}
.center-intro h4, .center-content h4, .center-content-wide h4 {
	margin: 0;
	padding: 0 15px .3em 15px;
	font-size: 13px;
	font-weight: bold;
	}
.center-intro h4 a, .center-content h4 a,  .center-content-wide h4 a{
	color: #333;
	text-decoration: none;
	}
.center-intro h4 a:hover, .center-content h4 a:hover,  .center-content-wide h4 a:hover{
	color: #0495ab;
	text-decoration: none;
	}
.center-content p,  .center-content-wide p {
	font-size: 12px;
	padding: 0 15px;
	color: #666;
	}
.text-image-holder-left {
	float: left;
	margin: 0 10px;
	}
.text-image-holder-right {
	float: right;
	margin: 0 10px;
	}
.wrapper-list-content {
	float: left;
	width: 455px;
	position: relative;
	padding: 0 0 0 0;
	margin: 20px 0 20px 0;
	color: #666;
	border: 1px solid #d8d8d8;
	/*height: 250px;*/
	background: transparent url("/images/bgrNews.gif") repeat-x left bottom;
	}
.wrapper-list-top {
	height: 26px;
	border-bottom: 1px solid #d8d8d8;
    background: transparent url("/images/bgrNewsTop.gif") repeat-x left top;	
}
.wrapper-list-top h4 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 0 30px;
	color: #333;
	}
.wrapper-list-content ul {
	list-style-type: none;
	padding: 15px 20px 15px 45px;
	display: block;
	}
.wrapper-list-content li {
	padding: 0 0 0 16px;
	background: transparent url("/images/listSquare.gif") no-repeat left center;
	font-size: 12px;
	line-height: 22px;
	color: #666;
	}	
.wrapper-list-content a {
	color: #0495ab;
	}
.wrapper-list-bottom {
	height: 44px;
        background: #fff;
	margin: 0 0 0 0;
	padding: 0;	
}
.wrapper-list-bottom img {
	float: left;
	padding: 0 0 0 30px;
	margin: 4px 15px 0 0;
	display: block;
	}
.wrapper-list-bottom-header  {
	background: #fff;
	color: #333;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	margin:0;
	padding:8px 0 0 0;
}
.wrapper-list-bottom-header h4 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	}
.wrapper-list-bottom-header a {
	color: #666;
	font-size: 11px;
}
.wrapper-list-bottom-header a:hover {
	color: #0495ab;
}


/* === CONTENT CENTER END === */		

/* === CONTENT RIGHT START === */		

.col-right-br {

	height: 10px; 

	display: block;

	background: #fff; 

	clear: both; 

	}

/* === CONTENT RIGHT END === */		

		


/* === CONTENT ENDs === */	



/* === FOOTER START === */	
.wrapper-start-footer {
	margin: 0;
	padding: 0;
	clear: both;
	}
.start-footer-br {
	height: 40px; 
	display: block; 
	background: transparent; 
	clear: both; 
	width: 100%;
	padding-top:0px;
	}
.start-footer-content p {
/*
	text-align: center;
	color: #999;
	margin: 0 0 10px 0;
	padding: 13px 0;
	border-top: 1px solid #d9d9d8;
	border-bottom: 1px solid #d9d9d8;
*/
	display:none;
	}

#cookies{
	display:none;
	visibility:hidden;
	}
.start-footer-content a {
	color: #0495ab;
	text-decoration: none;
	}
.start-footer-content .highlight {
	color: #0495ab;
	padding: 0 15px;
	}
.start-footer-bottom {
	text-align: right;	
	color: #999;
	margin: 0;
	height: 20px;
	}	
.start-footer-bottom a {
	color: #999;
	text-decoration: none;
	}
.divider {
/*
	padding: 0 15px;
*/
	display:none;
	}


/* === FOOTER END === */	


/* === QUICK FOOTER START === */	
.wrapper-quick-footer {
/*
	height: 195px;
	margin: 20px 0 0 0;
	padding: 10px 100px 0 100px;
	background: #f2f2f1 url("/images/bgrQuickFooter.gif") repeat-x left top;
*/
	display:none;
	}
.quick-footer-br {
	height: 10px; 
	display: block; 
	background: transparent; 
	clear: both; 
	width: 100%;
	}
.quick-footer-holder {
	float: left;
	width: 140px;
	margin: 0 10px 0 0;
	background-color: transparent;
	}
.quick-footer-holder ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
.quick-footer-holder a {
	display: block;
	padding: 2px 10px 2px 0;
	background: transparent;
	text-align: left;
	}
.quick-footer-holder a.bold {
	font-weight: bold;	
	}
.quick-footer-holder a, .quick-footer-holder a:visited, .quick-footer-holder a.bold {
	color: #333;
	text-decoration: none;
	}
.quick-footer-holder a:hover {
	color: #0495ab;
	text-decoration: none;
	}
/* === QUICK FOOTER END === */	


/* LEFT TABS */
#wrappper-tabs-left {
	float: left;
	margin: 0 0 30px 0;
	padding: 0;
	clear: both;
	width: 668px;
	background: transparent url(/images/dotGrey.jpg) repeat-x left bottom;
}
#tabs-left {
	float:left;
	text-align: left;
	padding: 0;
	margin: 0;
	border-left: 1px solid #d9d9d9;
	}
#tabs-left li {
	float: left;
    	list-style: none;
   	 display: inline;
	margin: 0;
	padding: 5px 10px 5px 10px;	
	border-top: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-left: 0px solid #d9d9d9;
	border-bottom: 0px solid #d9d9d9;
	background-color: #fafaf8;
	}
#tabs-left li#btn-home {
	float: left;
    	list-style: none;
    	display: inline;
	margin: 0;
	padding: 5px 20px 5px 20px;	
	border-top: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-left: 0px solid #d9d9d9;
	border-bottom: 0px solid #d9d9d9;
	background: #fff url(/images/btnHome.gif) no-repeat center 0;
	height: 16px;
	display: block;
	}
#tabs-left li#btn-home span {
        visibility:hidden;
	}
#tabs-left li.search-special {
	float: left;
    	list-style: none;
	display: inline;
	margin: 0;
	padding: 5px 10px 5px 10px;	
	border-top: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-left: 0px solid #d9d9d9;
	border-bottom: 0px solid #d9d9d9;
	background-color: #000;
	color: #fff;
	}
#tabs-left li.search-special a {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}

#tabs-left #li-last {
	border-right: 1px solid #d9d9d9;
	}
#tabs-left li p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0 3px;
	}
#tabs-left li a {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
#tabs-left li a:hover {
	color: #0495ab;
	}
#tabs-left li.selected {
	background-color: #fff;
	color: #0495ab;
	text-decoration: none;
	border-bottom: 0px solid #fff;
	border-top: 1px solid #d9d9d9;	
	border-left: 0px solid #d9d9d9;	
	border-right: 1px solid #d9d9d9;
	width: auto;		
	}
#tabs-left li.selected a {
	color: #333;
	font-weight: bold;
	padding: 0;
	}

	
/* RIGHT TABS */
#wrappper-tabs-right {
/*
	float: right;
	width: 668px;
*/
	margin: 0 0 30px 0;
	padding: 0;
	clear: both;
	background: transparent url(/images/dotGrey.jpg) repeat-x left bottom;
	float: left;
	width: 540px;
}
#wrappper-tabs-right h1 {
	float: left;
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 24px;
	color: #333;
	}
#tabs-right {
/*
	float: right;
	text-align: left;
	padding: 0;
	margin: 0;
	background: transparent url(/images/dotGrey.jpg) repeat-x left bottom;
*/
	display:none;
	}
#tabs-right li {
	float: left;
    list-style: none;
    display: inline;
	margin: 0;
	padding: 5px 10px 5px 10px;	
	}
#tabs-right #li-last {
	border-right: 0px solid #d9d9d9;
	}
#tabs-right li p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0 3px;
	}
#tabs-right li a {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
#tabs-right li a:hover {
	color: #0495ab;
	}
#tabs-right li.selected {
	color: #0495ab;
	text-decoration: none;
	width: auto;		
	}
#tabs-right li.selected a {
	color: #333;
	font-weight: bold;
	padding: 0;
	}
.wrapper-news-wide {
	float: left; 
	background: transparent; 
	width: 448px;
	font-size: 13px;
	color: #666;
        min-height: 600px;	
}

.divider-news {
	background: transparent url(/images/brDotted.gif) repeat-x left center;
	margin: 0;
	padding: 10px 0;
	clear: both; 
}
.wrapper-news-wide img {	
	margin: 0 0 30px 0;
	}
.wrapper-news-wide .ingress {
	margin: 0;
	padding: 0 0 .3em 0;
	font-weight: bold;
	font-size: 16px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
.wrapper-news-wide .ingress-pressrelease {
	margin: 0 0 0 0;
	padding: 0 0 .3em 0;
	font-weight: bold;
	font-size: 16px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
.wrapper-news-wide .ingress-date {
	margin: 0 0 20px 0;
	padding: 0 0 .3em 0;
	font-weight: normal;
	font-size: 11px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
.news-content-left {
	width: 448px;
	margin: 0;
	padding: 20px 0 10px 0;
	float: left;
	}
.news-content-left img {
	float: right; 
	margin: 0 0 0 30px; 
	}
.news-content-right {
	width: 448px;
	margin: 0;
	padding: 20px 0 10px 0;
	float: left;
	}
.news-content-right img {
	float: left; 
	margin: 0 30px 0 0; 
	}
.news-pusher {
	float: left; 
	width: 216px;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	}
.divider-news-pusher {
	height: 20px; 
	float: left; 
	width: 16px;
	}
.wrapper-news-list {
/*
	float: right; 
	width: 172px; 
	padding: 16px; 
	border: 1px solid #d1d1d1;
	margin: 0 0 20px 0;
*/
	display:none;
	}
.wrapper-news-list .news-header {
	font-size: 12px;
	}
.wrapper-news-list p {
	font-size: 11px;
	}
.wrapper-page-image-btns {
/*
	clear: both;
	width: 448px;
	margin: 0;
	padding: 50px 0 0 0;
	background: #fff url("/images/brDotted.gif") repeat-x left 41px;
*/
	display:none;
	}
.wrapper-page-image-btns img {
	margin: 0 1px 0 0;
	padding: 0;
	}



/* === SUBMENU === */	
/*#wrappper-submenu{
	margin: 15px 0;	
}

#submenu{
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-transform: none;
	text-align: left;
    background: #fff;
	padding: 0;
	margin: 15px 0;
	border-top: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-left: 0;
        border-bottom:0;
	clear:both;
	}

#submenu li {
    	list-style: none;
    	display: inline;
	padding:5px 10px 5px 10px;	
	float: left;
	border:1px solid #ccc;
	border-right:0;
	border-top:0;
	color: #333;
	margin:0;
	list-style-type:none; 
	text-align: center;
	background-color:#fafaf8;
	border-bottom:1px solid #ccc;
	}
#submenu li a {
	color: #666;
	}
#submenu li a:hover {
	color: #0495ab;
	}
#submenu li.selected {
	border-bottom:0;
	background-color:#fff;
	color: #0495ab;
	text-decoration: none;
	}
#submenu li.selected a {
	color: #333;
	}

/* === SUBMENU END === */
#downloadfiles{
	display:none;
	}










































































































































































































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

