/*
	Author	:	Christopher Robinson
	Email		:	christopher@edg3.co.uk
	Website	:	http://www.edg3.co.uk/
*/
* {
	border:0;
	margin:0;
	padding:0;
}

/* body */
body {
	background:#fff;
	color:#666;
	font:0.75em/100% 'Trebuchet MS';
	line-height:1.4em;
}

/* general */
a {
	color:#aaa;
	text-decoration:none;
}
a:hover {
	color:#555;
	text-decoration:none;
}

/* header */
#header {
	background: url('image/background_gen_r.png'), #323232 url('image/background_gen_l.png');
	background-position: left 5px top, right 5px top;
	background-repeat: repeat-y, repeat-y;
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#header_inside {
	/* border-left:1px solid #bbb;
	border-right:1px solid #bbb; */
	margin:0 auto;
	position: relative;
}
#header_inside h1 {
	color:#fff;
	float:left;
	font:3.4em 'Trebuchet MS';
	height:100px;
	line-height:100px;
	margin:0 0 0 20px;
	width:200px;
	
	float: left;
	position: relative;
	left: 30px;
}
#header_inside ul {
	height:100px;
	list-style:none;
	right: 30px;
	position: relative;
}
#header_inside ul li {
	border-right:1px solid #555;
	float:right;
	height:100px;
	list-style:none;
	width:85px;
}
#header_inside ul li a {
	color:#fff;
	display:block;
	height:100px;
	line-height:25px;
	padding:0;
	text-align:center;
	width:85px;
}

#header_inside ul li img {
	height: 70px;
	padding-top: 5px;
}

#header_inside ul li a:hover {
	background:#fff;
	color:#111;
}
#header_inside ul li a.active {
	background:#fff;
	color:#111;
}

/* content */
#content {
	background: url('image/background_gen_r.png'), #fff url('image/background_gen_l.png');
	background-position: left 5px top, right 5px top;
	background-repeat: repeat-y, repeat-y;
	width:100%;
}
#content:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#content_inside {
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	margin:0 auto;
	position: relative;
}
#content_inside_sidebar {
	border-left:1px solid #bbb;
	padding:10px 10px 10px 10px;
	right: 30px;
	position: absolute;
	width:160px;
	bottom: 10px;
	top: 10px;
}
#content_inside_sidebar h2 {
	background:#fff;
	color:#000;
	font-size:110%;
	padding:20px 0 0 0;
	text-align:right;
}
#content_inside_sidebar ul {
	list-style:none;
	margin:0 0 30px;
}
#content_inside_sidebar ul li {
	list-style:none;
}
#content_inside_sidebar ul li a {
	border-bottom:1px solid #e9e9e9;
	display:block;
	padding:3px;
	text-align:right;
	width:154px;
}
#content_inside_sidebar ul li a:hover {
	background:#ddd;
	color:#000;
}
#content_inside_main {
	background:#fff;
	padding:10px 10px 10px 10px;
	position: relative;
	left: 30px;
}
#content_inside_main h1 {
	border-bottom:1px solid #ccc;
	font-size:120%;
	line-height: 150%;
	padding:0 0 2px;
}
#content_inside_main h2 {
	font-size:160%;
	line-height: 150%;
	padding:0 0 2px;
}
#content_inside_main p {
	padding:0 0 10px;
}

/* footer */
#footer {
	background: url('image/background_gen_r.png'), #323232 url('image/background_gen_l.png');
	background-position: left 5px top, right 5px top;
	background-repeat: repeat-y, repeat-y;
	height:50px;
	width:100%;
}
#footer:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#footer_inside {
	/* border-left:1px solid #bbb;
	border-right:1px solid #bbb; */
	height:50px;
	margin:0 auto;
	width:800px;
}
#footer_inside p {
	color:#fff;
	line-height:50px;
	text-align:center;
}

/* subfooter */
#subfooter {
	height:30px;
	width:100%;
}
#subfooter_c {
	background-position: left 125px top;
	background: #323232 url('image/background_gen_b.png');
	background-repeat: repeat-x;
	right: 30px;
	left: 30px;
	height:30px;
	position: absolute;
}
#subfooter_l {
	background: #323232 url('image/background_gen_bl.png');
	background-position: right top;
	background-repeat: no-repeat;
	width:30px;
	height:30px;
	position: absolute;
}
#subfooter_r {
	background: #323232 url('image/background_gen_br.png');
	background-position: left top;
	background-repeat: no-repeat;
	width:30px;
	height:30px;
	right: 0px;
	position: absolute;
}