@charset "utf-8";
/* CSS Document */
	/*  */
	/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		height:100%;
		background:#000;
		min-width:800px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
   		text-align:center;
		/*How to fix bg image*/
		background-image:url(../images/website_Background.jpg); 
		background-repeat:no-repeat;
		background-attachment:fixed;
		background-position:top;
	}
	#fixed {
		margin:0 auto;
		width:990px;   /* you can use px, em or % */
		text-align:left;
	}
	a {
		color:#B90004;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	h3 {
	background-color:#9F1B1B;
	height:25px;
	text-align:center;
	vertical-align:middle;
	border-left:white 1px solid;
	border-right:white 1px solid;
	background-image: url(../images/heading_bg.jpg);
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
	margin:10px 0 10px;
	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:990px;
		z-index: 1;
		border-bottom:1px solid #000;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header #bannertop {
	background-image:url(../images/ctc-header-banner.jpg);
	width:990px;
	height:100px;
	}
	#header #bannertop a {
		background:none;
	}
	#header #bannertop img {
	padding-bottom:0px;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#3b3b3b;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:center;
		width:960px;
		color:#ccc;
		border-bottom: 1px solid #4f4f4f;
		border-top: 1px solid #4f4f4f;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:990px;		/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colleft,
	.colmid,
	.colright {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 0 0;
		overflow:hidden;
		text-align:center;
	}
	/* 3 Column settings */
	.threecol {
	background:#000;
	padding-left: 5px;
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#000;		/* center column background colour */
	}
	.threecol .colleft {
		right:30%;			/* width of the middle column */
		background:#000;	/* left column background colour */
	}
	.threecol .col1 {
	width:332px;			/* width of center column content (column width minus padding on either side) */
	left:88%;
	background:#262626;
	color:white;
	height:100%;
	}
	.threecol .col2 {
	width:328px;			/* Width of left column content (column width minus padding on either side) */
	left:22%;
	background:black;
	color:white;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
	width:328px;			/* Width of right column content (column width minus padding on either side) */
	left:54%;
	background:black;
	color:white;		/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	height:100%;
	}
	.threecol .col1 p {
		text-align:left;
		padding-left:15px;
		padding-right:15px;
	}
	.threecol .col2 table {
		text-align:left;
		padding-left:15px;	
		padding-right:15px;	
	}
	.threecol .col3 p {
		text-align:left;
		padding-left:15px;
		padding-right:15px;
	}

	/* Full page settings */
	.fullpage {
		background:#262626;		/* page background colour */
	}
	.fullpage .col1 {
		width:96%;			/* page width minus left and right padding */
		left:2%;			/* page left padding */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:990px;
		border-top:1px solid #000;
		background:#262626;
		color:#fff;
		text-align:center;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
	
	/*Navigation*/
	#header ul {list-style:none;margin:0;padding:0;}
	#header li {float:left;width:109px;margin:0;padding:0;text-align:center; height:40px; vertical-align:middle;}
	#header li a {display:block;padding:5px 10px;height:100%;color:#FFF;text-decoration:none;border-right:1px solid #FFF; font:Arial, Helvetica, sans-serif; font-size:12px;}
	#header li a {background:url(../images/button_bg2.jpg) repeat 0 0;}
	#header li a:hover, li a:focus, li a:active {background-position:-160px 0;}
	#header #b a {background:url(../images/button_bg2.jpg) repeat 0 0;}
	#header #navigation {background:url(../images/navigation_repeating_bg.jpg) repeat-x;}
	#header #navigation {
	width: 990px;
	height: 40px;
	}
	
	#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
	/*  */
	/*Navigation 2*/
	/*  */

