@charset "utf-8";
/* CSS Document */


.header {
	background-image: url(../Media/Header/gradient.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
.logo {
	float: left;
	position: absolute;
	z-index: 10;
	margin-left: -9px;
	margin-top: -50px;
}
#shadow {
	background-image: url(../Media/Background/gradient-grey.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}





.main_bg {
	background-color: #FFF;
}
#vertical_line{
	border-left: 2px solid #f2523d;
}
.left_gradient {
	background-image: url(../Media/Background/left/gradient.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
.left_gradient_grey {
	background-image: url(../Media/Background/left/gradient-grey.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
.line_bottom {
	border-bottom: 1px solid #cccccc;
}
.shadow {
	background-image: url(../Media/Body/shadow.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}
.main_tbl {
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 100px;
}
.highlight_win {
	background-color: #f2e8da;
	border-right: 3px solid #e6d2b8;
	padding-bottom: 16px;
	padding-left: 20px;
	padding-right: 7px;
	padding-top: 16px;
}
.gradient_win {
	background-image: url(../Media/Body/gradient.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	background-color: #f2e8da;
	border-right: 3px solid #e6d2b8;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 7px;
	padding-top: 4px;
}
.highlight_win_rtl {
	background-color: #f2e8da;
	border-left: 3px solid #e6d2b8;
	padding-bottom: 18px;
	padding-left: 7px;
	padding-right: 4px;
	padding-top: 16px;
}
.highlight_win_top {
	background-color: #f2e8da;
	border-top: 3px solid #e6d2b8;
	padding-bottom: 23px;
	padding-left: 11px;
	padding-right: 15px;
	padding-top: 20px;
}
.highlight_win_bottom {
	background-color: #f2e8da;
	border-bottom: 3px solid #e6d2b8;
	padding-bottom: 23px;
	padding-left: 11px;
	padding-right: 5px;
	padding-top: 20px;
}
.icons {
	float: left;
	position: absolute;
	z-index: 10;
	margin-left: 6px;
	margin-top: -54px;
}
.home {
	float: right;
	position: absolute;
	z-index: 30;
	margin-left: 192px;
	margin-top: -18px;
}






.bottom {
	background-color: #bf2e1a;
}