/* @override http://www.qantm.co.uk/css/bg.css */

/* @override http://www.qantm.co.uk/css/bg.css */

/*
CSS by Attila Acs (attila@sae.edu)

qantm colors:
red: #e91b23
tinted grey: #a8b1b7

*/
body{
	background: #000000 url(../images/bg_home.jpg) no-repeat center top;
}
body#gd{
	background: #000000 url(../images/bg_home.jpg) no-repeat center top;
}
body#gamedd{
	background: #000000 url(../images/bg_home.jpg) no-repeat center top;
}
body#c3d{
	background: #000000 url(../images/bg_home.jpg) no-repeat center top;
}
.redbar {
	background: transparent;
}
.whitebar {
	background: transparent;
}
.header {
	background: transparent;
}
.container {
	background-color: #e91b23;
	background: url('../images/container_bg.png');
}
.content {
	background: #f7f7f7;
}
/*NAVIGATION*/
.row1 {
	background: #dadada;
}
.row2 {
	background: #dadada;
}
.navigation {
	background: #f0f0f0 url(../images/top_right.gif) no-repeat right top;
}

.navigation ul li a {
	background-color: #f0f0f0;
}
.navigation ul li#home a {
	background: #f0f0f0 url(../images/top_left.gif) no-repeat left top;
}
/*subnavi*/
.navigation ul li ul li a {
	background-color: #cacaca;
}
/*hover states*/
.navigation ul li a:hover {
	background-color: #d8d8d8;
}
.footer  {
	background: #fff url(../images/footer_bg.png) no-repeat center top;
	margin: 0 auto;
	padding-bottom:10px;
	padding-top:20px;
}

/*SIDEBAR*/
.boxbg {
	background: #fdfdfd url(../images/sidebar_bg.jpg) no-repeat 0 bottom;
}
.openday {
	background: #fdfdfd url(../images/openday_bg.jpg) no-repeat 0 bottom;
}
.box1 h4 {
	background: url(../images/sidebar_title_right.png) no-repeat;
}
.box2 h4 {
	background: url(../images/sidebar_title_left.png) no-repeat;
}
/*corners*/