/* CSS Document */

body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	background-image:url(../uploaded_files/pics/bgs_header/itcentre.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration:none;
}

blockquote {
	font-style:italic;
}

#top {
	width: 100%;
	height: 60px;
	background-color:#FFF;
	position:fixed;
	z-index: 1000;
}

#menu {
	display:block;
	text-align:left;
	font-weight:bold;
	overflow:auto;
}

#menu ul {
}

#menu ul>li {
	display:inline-block;
	list-style:none;
	margin-right: 20px;
}

#menu ul>li>a {
	text-transform:uppercase;
	display:block;
	line-height: 30px;
	color:#900;
}

#menu ul>li>a:hover {
	text-decoration:overline;
}

header {
	width: 100%;
	height: 500px;
}

.container {
	width: 60%;
	min-height: 40px;
	margin: 0px auto;
}

#motto {
	width: 20%;
	margin: 0% 20% 2% 60%;
	padding: 20px;
	background-color:#900;
	color:#FFF;
	border-radius: 0px 0px 10px 10px;
}

#middle {
	width: 100%;	
}

#content {
	width: 60%;
	background-color:#FFF;
	color: #111;
	margin: 0px auto;
	padding: 20px;
	border-radius: 10px 10px 0px 0px;
	overflow:auto;
}

#content img {
	margin: 10px;
	border-radius: 10px;
}

#left_column {
	width: 25%;
	min-height: 200px;
	float:left;
}

#main_column_n {
	width: 75%;
	float:left;
	overflow:auto;
}

footer {
	background-color: #111;
	height: 150px;
	vertical-align:baseline;
}


/******* STYLES **************/

.transperant {
	visibility:hidden;
}
.transperant01 {
	opacity: 0.1;
}
.transperant02 {
	opacity: 0.2;
}
.transperant03 {
	opacity: 0.3;
}
.transperant04 {
	opacity: 0.4;
}
.transperant05 {
	opacity: 0.5;
}
.transperant06 {
	opacity: 0.6;
}
.transperant07 {
	opacity: 0.7;
}
.transperant08 {
	opacity: 0.8;
}
.transperant09 {
	opacity: 0.9;
}
.f_left {
	float:left;
}
.f_right {
	float:right;
}
.clear {
	clear:both;
}
.place_holder_60 {
	height: 60px;
}

/* BANNERS */

#banners {
}

#banners img {
	border:none;
}