/*---------------------------------------------------
Cogent Audit Systems CSS

Version: 0.1
Author: Gozer Media
Website: http://www.gozermedia.com
----------------------------------------------------*/



/* TYPOGRAPHY & COLOUR
----------------------------------------------------*/

dt, dd, ul.info li {font-size:100%; line-height:130%;}

a {color:#fff;}
body.home a:hover {color:#B62830;}
body.soft a:hover 	{color:#1C3465;}

p {font-size:110%; font-style:italic; margin-bottom:0.8em;}

p.blue {text-align:center; color:#1C3465;}

p.red {text-align:center; color:#B62830;}

dt, dd {margin-bottom:0.3em;}

dd {font-style:italic;}

h1, h2 {
	border-bottom:2px solid #fff;
	padding-bottom:0.2em;
	margin-bottom:0.5em;
}

h1 {	
	font-size:120%;
	line-height:140%;
	font-style:italic;
}

h2 {font-size:100%; line-height:170%;}

a.morelink {
	float:right;
	height:18px;
	margin-top:0.4em;
	line-height:18px;
	font-style:italic;
	padding-right:30px;
	font-size:16px;
	text-decoration:none;
	color:#DDD;
	background:url(images/more-a.gif) no-repeat right top;
}

body.home a.morelink:hover {background:url(images/more-a.gif) no-repeat right -18px;}

body.soft a.morelink:hover {background:url(images/more-a.gif) no-repeat right -36px;}

ul.info li {
	margin:0 0 0.8em 16px;}


ul.nav {
	font-size:160%; 
	font-style:italic;
	letter-spacing:0.03em; 
}

ul.nav li a {text-decoration:none; color:#FFF;}

ul#home li a:hover, ul#home li a.active {color:#B62830;}

ul#soft li a:hover, ul#soft li a.active {color:#1C3465;}


/* NAVIGATION
----------------------------------------------------*/

div#pagenav {
	position:absolute;
	top:120px;
	right:397px;
	z-index:20;
}

ul.nav {list-style:none; float:left;}

ul.nav li {float:left; padding-left:8px;}

ul.nav li.slash {padding:0 5px 0 12px; border-right:2px solid #fff;}

ul#home {margin-right:30px;}


/* IMAGES
----------------------------------------------------*/

#header img.logo {
	width:518px;
	height:102px;
	margin:30px 0 0 50px;
	z-index:10;
}

#himage {
	position:absolute;
	bottom:15px;
	right:12px;
	width:680px;
	height:398px;
	background:url(images/himage.gif) no-repeat right bottom;
	z-index:10;
}

.h2image {
	margin:-10px 0 0 30px;
}

.pda {margin:20px 0 0 20px;}

.softimage {margin:10px 0 12px 0;}

/* LAYOUT
----------------------------------------------------*/

* {margin:0; padding:0;}

body {
	font-family:Georgia, Times New Roman, Times, Serif;
	font-size:small; 
	background:#FFF;
	color:#fff;
	margin:1em 0;
}

div#wrap {
	position:relative;
	width:955px;
	margin:0 auto;
	z-index:1;
}

div#header {
	position:relative;
	height:180px;
	background:#A7A7A7 url(images/h_bg.jpg) no-repeat left top;
	z-index:1;
}

div#content {
	position:relative;
	width:955px;
	height:auto;
	background:#DDD url(images/p_bg.jpg) repeat-y left top;
	z-index:10;
}

div.extend {padding-bottom:50px;}

div#content_end {
	clear:both;
	width:100%;
	height:45px;
	background:url(images/bp_bg.jpg) no-repeat left bottom;
}


div#leftcontent {
	position:relative;
	float:left;
	width:452px;
	margin:0 0 0 14px;
	z-index:100;
}

div#rightcontent {
	position:relative;
	float:right;
	width:452px;
	margin:0 11px 0 0;
	z-index:100;
}

div.lcolumn {
	float:left;
	width:206px;
	margin:16px 0 0 16px;
	z-index:100;
}

div.rcolumn {
	float:right;
	width:206px;
	margin:16px 16px 0 0;
	z-index:100;
}

div#middlel {margin-right:0;}

div#middler {margin-left:0;}

div#contact {
	position:absolute;
	top:45px;
	left:680px;
	width:240px;
}