/*
Written by Iain Clark
Iain's IT Solutions
June 2011
*/
html{
	overflow-y:scroll;
	font-size: 100%;
}

body{
	margin:0px;
	padding:0px;
	font-family: calibri, arial, serif;
	color:#808080;
}

p{
	margin:16px 0px; /* IE7 */
}

h1{
	margin-top:16px;
	font-weight:normal;
	font-size:3em;
}

h2{
	font-weight:normal;
	font-size:1.7em;
}

h3{
	font-size:1.6em;
	margin:0px 0px 10px 0px;
	font-weight:normal;
}

table, tr, th, td{
	border:1px solid #c0c0c0;
	border-collapse:collapse;
	padding:5px;
}

.clearFix{
	clear:both;
}
.bg-blue{
	background-color: #C0C0C0;
}

.bg-red{
	background-color: red;
}

/*Title pane and title menu*/

#titleFullWidth{
	background-color:#262626;
	height:70px;
	width:100%;	
}

#titleContainer{
	position:relative;
	width:960px;
	height:120px;
	margin:0px auto;
	border:0px solid green;
}

#titleContainer a{
	color:#FFFBE6;
}

#titleText{
	position:absolute;
	left:0;
	width:340px;
	height:70px;
	padding-top:9px;
	color:#FF5721;
	border:0px solid red;
	font-size:1.2em;
}

#titleMenuContainer{
	position:absolute;
	left:342px;
	height:70px;
	border:0px solid white;
}

.titleMenuItem{
	display:inline;
	width:100px;
	height:70px;
	line-height: 70px;
	background-color:#262626;
	color:#FFFBE6;
	float:left;
	text-align:center;
	cursor:pointer;
	text-decoration:underline;
}

.titleMenuItem:hover{
	background-color:#363636;
}

.current{
	background-image: url("http://www.ctrlf.co.uk/images/menuBg.png");
}

/*Home page display pane*/

#displayPaneFullWidth{
	height:350px;
	width:100%;
	border:0px solid blue;
}

#displayPaneContainer{
	position:relative;
	width:960px;
	height:350px;
	margin:0px auto;
	border:0px solid blue;
}

#displayPaneLeft{
	position:absolute;
	top:50px;
	height:300px;
	width:478px;
	border:0px solid red;
	color:#B0B0B0;
	text-align:center;
}

#displayPaneRight{
	position:absolute;
	top:50px;
	left:480px;
	height:300px;
	width:478px;
	border:0px solid red;
}

/*Main page body*/

#mainBodyContianerHome{
	width:960px;
	margin:0px auto;
	border:0px solid red;
}

#mainBodyContianer{
	width:960px;
	margin:50px auto 0px auto;
	border:0px solid red;
}

.bodyThird{
	width:320px;
	float:left;
}

.bodyTwoThirds{
	width:620px;
	float:left;
	height:100%;
}

iframe{
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: block;
	height: 100%;
	width: 100%;
}

.bigBoxTitle{
	width:258px;
	height:70px;
	text-align:center;
	font-size:1.7em;
	float:left;
	color:#FF7F24;
}

.bigBox{
	width:264px;
	height:300px;
	background-image:url("images/box.png");
	background-repeat:no-repeat;
	border:0px solid red;
	float:left;
	padding:10px;
	margin-left:18px;
	font-size:1.1em;
	text-align:center;
}

.wideBox{
	width:100%;
	height:310px;
	background-image:url("images/roundedRectangle.png");
	background-repeat:no-repeat;
	background-position:center;
	margin:0px auto;
	clear:both;
	border:0px solid blue;
}

.halfWideBox{
	width:410px;
	border:0px solid red;
	float:left;
	margin:20px 0px 0px 50px;
}

/*Page footer*/

#footerFullWidth{	
	position:relative;
	background-color:#262626;
	height:100px;
	width:100%;
	margin-top:70px;
}

#footerContainer{
	width:960px;
	height:30px;
	margin:0px auto;
	color:#FFFBE6;
}


