@charset "UTF-8";
/* CSS Document */

div#brandinternal {
	background:#FFFFFF;
	height:180px;
	position:relative;
}

div.pagetitlecontainer {
	margin:20px 20px 0px 20px;
	height:48px;
	border-bottom:1px dotted #b3b3b3;
}

div#pagetitle {
	background:url(../assets/bkg_pagetitle.png) no-repeat;
	height:70px;
	position:absolute;
	left:224px;
	top:216px;
	width:732px;
	z-index:10;
}

div.pageactions {
	float:right;
}

div.menucol {
	width:174px;
	height:300px;;
	position:relative;
	float:left;
}
div.pagemenu {
	position:absolute;
	top:15px;
	left:0px;
	width:150px;
	padding-top:12px;
	border-top:3px solid #3399cc;	
}
div.pagemenu2 {
	position:absolute;
	top:15px;
	left:0px;
	width:150px;
	padding-top:12px;
	border-top:3px solid #85BA0C;	
}
/**/
div.pagebody {
	background-image:url(../assets/bkg_pagebody.png);
	background-repeat:repeat-y;
	width:726px;
	padding-left:6px;	
}
div.pagebodycol {

	float:left;
	z-index:10;
}
div.pagebodycloser {
	background:url(../assets/bkg_pagebodycloser.png) no-repeat;
	height:26px;
	width:732px;
	margin-bottom:18px;
}
/**/
#distinctive {
	background-image:url(../assets/bkg_distinctive.gif);
	background-repeat:repeat-x;
	background-color:#ebebeb;
	padding:0px 0px 30px 50px;
	border-bottom:1px solid #e5e5e5;
}
.rowdistinctive {

	clear:both;
}
div.distinctive_one_col {
	width:148px;
	padding:0px 15px;
	float:left;
}

div.distinctive_two_col {
	width:328px;
	padding:0px 15px;
	float:left;
}
div.distinctive_one_col img {
	margin:12px 0px;
}

div.distinctive_two_col img {
	margin:12px 0px;
}
div.distinctive_separator {
	height:200px;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #CCCCCC;
	float:left;
}