/* Tags */
body{
	background-image:url(../images/bg_head.gif);
	background-position:top;
	background-repeat:repeat-x;
}
body, form{
	padding:0px;
	margin:0px;
}
body, td, th{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#28374c;
}
a:link, a:visited, a:active{
	color:#28374c;
	text-decoration:underline;
}
a:hover{
	color:#28374c;
	text-decoration:none;
}
/* ID areas */
#pageWrapper{
	width:860px;
}
#layoutHeader{
	width:860px;
	height:109px;
	background-image:url(../images/layout_head_complete.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#headPageTitle {
	background-color:#d4d7db;
	padding:4px 0px 4px 5px;
	margin-bottom:8px;
}
/* Text styles */
.textTahoma{ font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; }
.textStandard{ color:#28374c; }
.textWhite, .textWhite a:link, .textWhite a:visited, .textWhite a:active, .textWhite a:hover{ color:#FFFFFF; }
.textOrange, .textOrange a:link, .textOrange a:visited, .textOrange a:active, .textOrange a:hover{ color:#eb5e00; }
/* Link styles */
.linkNoUnder a:link, .linkNoUnder a:visited, .linkNoUnder a:active{ text-decoration:none; }
.linkNoUnder a:hover{ text-decoration:underline; }

.linkHighlight a:link, .linkHighlight a:visited, .linkHighlight a:active{
	text-decoration:none;
	background-color:#d4d7db;
}
.linkHighlight a:hover{
	text-decoration:underline;
	background-color:#FFFFFF;
}
/* Backgrounds */
.bgBlueLight{ background-color:#3d516b; }
.bgWhite{ background-color:#FFFFFF; }
.bgGreyLight{ background-color:#eaebed; }
.bgGreyDark{ background-color:#d4d7db; }
/* Borders */
.bordBlue2T{ border-top:2px solid #8192a8 }
.bordBlue2L{ border-left:2px solid #8192a8 }
.bordBlue2B{ border-bottom:2px solid #8192a8 }
.bordBlue2R{ border-right:2px solid #8192a8 }

.bordBlue3T{ border-top:3px solid #8192a8 }
.bordBlue3L{ border-left:3px solid #8192a8 }
.bordBlue3B{ border-bottom:3px solid #8192a8 }
.bordBlue3R{ border-right:3px solid #8192a8 }

.bordOrange12T{ border-top:12px solid #ff6600; }
.bordOrange12L{ border-left:12px solid #ff6600; }
.bordOrange12B{ border-bottom:12px solid #ff6600; }
.bordOrange12R{ border-right:12px solid #ff6600; }
/* Misc classes */
.shopMenu{
	background-image:url(../images/bullet_menu_shop.gif);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#eaebed;
	margin-top:4px;
	font-weight:bold;
	display:block;
}
.shopMenu a{
	display:block;
	padding:5px 5px 5px 18px;
}
.shopMenu a:hover {
	background-color:#FFF;
	text-decoration:none;
}
.bullW{
	padding-left:23px;
	background-image:url(../images/bullet_w_orange.gif);
	background-position:left;
	background-repeat:no-repeat;
}
/* clearfix */
.clearfix:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
* html>body .clearfix{
	display:inline-block;
	width:100%;
}
* html .clearfix{
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
