@charset "utf-8";
/* virtuo.co.uk 2009 */

/* Initial Document Stuff */
html {
	margin: 0px;
}

body {
	background-color: #0f1b31;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url('../images/full-bg.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: 50% 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
}


/* Page Construction */
#topdrawer { clear: both;
			 position: relative;
			 width: 100%;
			 height: 0px;
			 background-color: #666666;
}
#container { background-color: transparent; margin-bottom: 0px;
			 width: 790px; padding-top: 40px; /* 768px - stays within browser chrome and also gives us 3 256px columns padded 6 pixels to allow for shadow alternatively 3x252px and 3px gap (x4) 2 cols = 507 3 cols = 7625 */
			 margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
			 border: 0px;
			 border-bottom: 1px solid transparent;	/* fixes line space in mozilla */			 
			 text-align: left; /* this overrides the text-align: center on the body element. */
}
#navigation {
	clear: both;
	width: 790px;
	background-color: transparent;
	margin-top: 18px;
	text-align: right;
	margin-bottom: 0px;
}

#showcase {
	width: 790px;
	height: 150px;
	background-color: #ffffff;
	margin: 0px;
}

.showcaseitem {
	width: 790px;
	height: 150px;
	background-color: #ffffff;
}
#content {
	width: 776px;  /* minus l/r padding */
	background-color: #ffffff;
	margin: 0px;
	margin-top: 16px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 18px;
	position: relative;
	
}

#footer {
	width: 776px;  /* minus l/r padding */
	background-color: #ffffff;
	margin: 0px;
	margin-top: 16px;
	padding: 7px;
	padding-top: 0px;
	color: #0f1b31;
	position: relative;
	height: 1.2em;
}




/* Logo */
#logo {
	position: relative;
	left: 0px;
	background-image: url('../images/logo_small.gif');
	background-repeat: no-repeat;
	width: 83px;
	height: 17px;
	margin: 0px;
	padding: 0px;
}

/* Navigation Menus */
#nav {
	margin: 0px;
}

#nav li {
	display: inline;
	list-style:none;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	padding: 6px;
	padding-top: 4px;
	margin-left: 10px;
}

.navinactivelink {
	text-decoration: none;
	color: #ffffff;
}
.navinactivelink:visited {
	color: #ffffff;
}
.navinactivelink:hover {
	color: #e0ebff;
	padding: 0px;
}

.navactive {
	display: inline;
	list-style:none;
	font-size: 16px;
	font-weight: bold;
	padding: 3px;
	margin-left: 10px;
	background-color: #ffffff;
	color: #0f1b31;
}

.navactivelink {
	color: #0f1b31;
	text-decoration: none;
}
.navactivelink:hover {
	color: #0f1b31;
	text-decoration: none;
}
.navactivelink:visited {
	color: #0f1b31;
	text-decoration: none;
}


/* Top Drawer */
#drawertoggle {
	width: 51px;
	padding: 0px;
	position: relative;
	float: right;
	top: -40px;
	height: 12px;
	background-color: transparent;
	margin: 0 auto;
	background-image: url('../images/more_less.gif');
	background-position: 0 0;
}


/* Footer */
#footcopy {
	position: absolute;
	left: 7px;
	top: 4px;
	font-size: 10px;
	font-weight: bold;
	color: #0f1b31;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footlinks {
	position: absolute;
	right: 7px;
	top: 4px;
}

#footlinks ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
	line-height: 11px;
	
}

#footlinks ul li {
	font-size: 10px;
	font-weight: bold;
	display: inline;
	list-style:none;
	color: #0f1b31;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	margin-left: 6px;
	margin-right: 6px;
}
#footlinks a{
	color: #0f1b31;
	text-decoration: none;
}
#footlinks a:hover{
	color: #25385b;
}



/* Stuff to categorize */
.bodytop {
	position: absolute;
	bottom: 3px;
	right: 7px;
}

.bodytop a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #cccccc;
}

.bodytop a:hover{	
	color: #666666;
}

.pagetitle {
	color: #777777;
	font-weight: bold;
	font-size: 18px;
	margin: 0px;
}
.pagemeta {
	font-size: 11px;
	color: #444444;
	margin: 0px;
	margin-left: 10px;
}
.pageinfo {
	position: relative;
	top: 2px;
	left: 0px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 5px;
	width: 776px;
}
code {
	border: 1px dashed #999999;
	background-color: #CCCCCC;
}
.breadcrumb {
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #bbbbbb;
}
/* Content Columns */

.col1 {
	width: 185px;
	float: left;
	margin-right: 12px;
	text-align: justify;
}

.col2 {
	width: 382px;	/* spans 1 gap of 12px so add that on too */
	float: left;
	margin-right: 12px;
	text-align: justify;
}

.col3 {
	width: 579px;	/* spans 2 gaps of 12px so add that on too */
	float: left;
	margin-right: 12px;
	text-align: justify;
}

.col4 {
	width: 776px;	/* spans 3 gaps of 12px so add that on too */
	float: left;
	margin-right: 8px;
	text-align: justify;
}

.lastcol {
	margin-right: 0px;
}

.clear {
	clear: both;
}


/* Widget Stuff */

.widget {
	width: 100%;
	margin-bottom: 16px;
}
.widgetheader {
	font-size: 12px;
	font-weight: bold;
	background-color: #f0f0f0;
	color: #0f1b31;
	border-top: 2px solid #cccccc;
	padding: 4px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	padding-left: 20px;
	background-image: url('../images/widget-icon-default.gif');
	background-repeat: no-repeat;
	background-position: 2px 50%;
}
.widgetcontent{
	font-size: 11px;
	font-weight: normal;
	border-bottom: 1px solid #cccccc;

	padding: 4px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}
