
/* ALUMINIUM AWARD PORTAL SITE CSS */

/*************************************************/
/* HTML tag styles                               */
/*************************************************/

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #B8B8B8 url(../img/img_body/body_bg_tile.jpg) repeat-x;
	height: 100%;
	color: #666;
}

#left {
	background: url(../img/img_site/left_bg.jpg) no-repeat right top;
	width: 50%;
}

#right {
	width: 50%;
}

/*************************************************/
/* Site layout styles                            */
/*************************************************/


/* Main blocks
**************************************************/

#wrap {
	padding: 0;
	width: 950px;
}

#header {
	height: 173px;
	background: url(../img/img_site/header.jpg) no-repeat left top;
	width: 950px;
	text-align: center;
	vertical-align: bottom;
	text-transform: uppercase;
}

#headertext {
	font-size: 13px;
	line-height: 80px;
	color: #FFFFFF;
	width: 675px;
	margin-left: 150px;
}

#content_container {
	vertical-align: top;
	padding-top: 30px;
}

.box {
	margin-bottom: 20px;
	background: url(../img/img_site/kader_bg.png) no-repeat;
	width: 735px;
	height: 190px;
	margin-left: 108px;
}

.boxtable {
	height: 179px;
}

.boxleft {
	padding-top: 11px;
	padding-left: 39px;
	padding-right: 11px;
	width: 383px;
}

.boxleft h2 {
	font-size: 21px;
	margin-bottom: 5px;
	margin-left: 15px;
	font-weight: normal;
}

.boxright {
	padding-top: 37px;
	font-size: 11px;
	line-height: 15px;
}

.boxright img {
	text-align: right;
	margin-top: 10px;
	margin-left: 135px;
}

/*************************************************/
/* Browser compatibility                         */
/*************************************************/

/* fixes float problems
**************************************************/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */
