/****************************************************************************
*              global_screen.css
*              ------------
*  begin       : Tuesday, July 29, 2008
*  copyright   : (C) 2008 Digital Fix
*  email       : info@digitalfix.ie
*
****************************************************************************/

body, p, blockquote, li, td, h1, h2, h3, h4, h5, h6, input, select, option, textarea {
	color: #888;
}
body {
	text-align: center;
/*	background: #ddd url(/images/bg.png) center top;
*/}
p {
	margin: 0pt 12pt 6pt;
	line-height: 11pt;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: 240%;
	color: #444;
	font-style: italic;
}
h2 {
	font-size: 180%;
	color: #b54;
}
h3 {
	font-size: 140%;
	border-bottom: solid 1px #b54;
}
h4 {
	font-size: 120%;
	color: #444;
	font-weight: bold;
}
h5 {
	font-size: 110%;
	font-weight: bold;
}
h6 {
	font-weight: bold;
	font-style: normal;
}
ul, ol {
	margin-left: 20px;
}
a, a:link, a:hover, a:active, a:visited {
	color: #77a;
	text-decoration: none;
}
a:hover {
	color: #77a;
	text-decoration: underline;
}
acronym {
	cursor: help;
	border-bottom: dashed 1px #4499FF;
}
img {
	border: 0px;
}

/* Outer container */
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
}

/* Header */
#header {
	height: 200px;
	background: #000000 url(/images/logo_4.png) no-repeat center top;
}
#header h1, #header h2 {
	display: none;
}

/* Columns */
#col_a {
	float: right;
	width: 200px;
	padding-top: 10px;
}
#col_a hr {
	height: 0;
	border: 0;
	border-bottom: double 3px #b54;
}

/* Content */
#content {
	float: left;
	min-height: 400px;
	width: 600px;
	margin: 10px 50px;
}
#content img {
	margin: 2px 20px;
	border: double 3px #000;
}

/* Navigation */
#nav {
	position: absolute;
	top: 150px;
	text-align: left;
	width: 900px;
}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav ul li {
	float: left;
	text-align: left;
	padding-left: 20px;
	height: 15px;
	width: 130px;
	color: #444;
}
#nav ul li:hover {
	cursor: default;
}
#nav ul li a {
	color: #888;
}
#nav ul ul li a:hover {
	color: #fff;
	text-decoration: none;
}
#nav ul ul {
	float: none;
}
#nav ul ul li {
	width: 120px;
	font-size: 80%;
	padding-left: 10px;
}

/* Footer */
#footer {
	padding: 1em;
	background: #000;
	clear: both;
}
#footer p {
	text-align: center;
	font-size: 7pt;
	padding: 0;
	margin: 0;
	line-height: 19px;
}

/* Common classes */
p.sel_link {
	background: url(/images/ico16_deco_white.png) no-repeat left center;
	padding-left: 20px;
}

.lblue {
	color: #47b;
}
.mblue {
	color: #357;
}
.dblue {
	color: #245;
}
.bluebg {
	background-color: #def;
}
.whitebg {
	background-color: #fff;
}
.red { color: #c00; }

