@charset "UTF-8";
/* CSS Document */

div#brandinternal {
	background:#FFFFFF;
	height:180px;
	position:relative;
}

div.pagetitlecontainer {
	height:50px;
	border-bottom:1px solid #b3b3b3;
	padding:10px 15px 0px 15px;
	margin-bottom:15px;
}

div#pagetitle {
	height:60px;
}

div.pagetitleico {
	float:left;
	margin-right:4px;
}

div.pagetitleelement {
	float:left;
}

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.pagebodycol {
	clear:both;
}
div.pagebody {
	background-image:url(../assets/bkg_pagebody1col.png);
	background-repeat:repeat-y;
	width:892px;
	padding-left:20px;
}
div.pagebodycloser {
	background:url(../assets/bkg_pagebodycloser1col.png) no-repeat;
	height:26px;
	width:912px;
	margin-bottom:18px;
}
/**/
#distinctive {
	background-image:url(../assets/bkg_distinctive.gif);
	background-repeat:repeat-x;
	background-color:#ebebeb;
	padding:0px 50px 30px 50px;
	border-bottom:1px solid #e5e5e5;
}

.rowdistinctive {
	clear:both;
}

div.distinctive_one_col {
	width:150px;
	padding:0px 15px;
	float:left;
}

div.distinctive_two_col {
	width:330px;
	padding:0px 15px;
	float:left;
}

div.distinctive_three_col {
	width:510px;
	padding:0px 15px;
	float:left;
}

div.distinctive_four_col {
	width:690px;
	padding:0px 15px;
	float:left;
}

div.distinctive_five_col {
	width:870px;
	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;
}
