/* 
   _________________________________________________________
  |                                                         |
  |    DESIGN + http://www.atechcrew.co.uk                  |
  |      DATE + 27/09/2008                                  |
  | COPYRIGHT + A-TECH 2003-2008                            | 
  |_________________________________________________________|
  
*/



/* -- Main layout styles -- */

body {
	margin: 1em 1em 1em 2em;
	padding: 0px;
	font-family: verdana, sans-serif;
	font-size: 1em;
	background-color: #000;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
}
#siteBox {
	float: left;
	width: 100%;
	color: #FFF;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
}

/* -- Header layout/display styles -- */

#header {
	float: left;
	width: 100%;
	height: 12em;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	background-repeat: repeat-x;
	background-image: url(CSSImages/header-fill.png);
	
}

#header a {
	float: left;
	width: 10em;
	padding: 0.75em 0.6em 0.3em 0.6em;
	display: block;
	font-size: 0.6em;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	height: 2.22em;
	background-repeat: no-repeat;
	font-weight: bold;
}
#header a:hover {
	text-decoration: none;
	color: #393439;
}
#header a.active {
	text-decoration: none;
	color: #FF0400;
}	
a .desc {
	display: none;
	text-transform: lowercase;
	color: #FC0;
}
a:hover .desc, .active .desc {
  display: block;
}

/* -- Header title and subTitle layout/display styles -- */


.title {
  float: left;
  padding: 1em 1.87em 0 2em;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  line-height: 0.75em;
  letter-spacing: -0.15em;
  color: #00F1F4;
}

.subTitle {
  display: block;
  font-size: 0.4em;
  text-transform: lowercase;
  line-height: 1.2em;  
  letter-spacing: 0.01em;
}

/* -- Content layout/display styles -- */

#content {
	float: left;
	width: 100%;
	background-color: #000000;
	height: 26.8em;
}
#contentLeft {
	float: left;
	width: 15em;
	background: #000000 no-repeat top left;
	height: 26em;
	top-right:-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	bottom-right:-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
}
#contentRight {
	float: right;
	width: 72%;
	background: no-repeat center right;
	height: 26.6em;
	top-left:-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	bottom-left:-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border-right: solid #000 0.4em;
}
#content p {
	margin: 1.2em 1em 2em 0;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #FFFFFF;
}
#content a {
	text-decoration: none;
	color: #FFF;
}
#content a:hover {
	color: #99CC00;
	background-color: #000;
}
.header, .subHeader {
	clear: both;
	font-weight: bold;
	font-size: 0.8em;
	text-transform: lowercase;
	color: #FC0;
	border-bottom: 0.06em solid #AAA;
	float: left;
	background-color: #FFFFFF;
}
.subHeader {
	border: 0px;
}
/* -- Content left site links (large plus icon) -- */

#content a.menuItem {
	padding: 0.3em 0 0.3em 3.37em;
	background: no-repeat center left;
	border: 0px;
}
#content a:hover.menuItem {
	color: #DDD;
	background: #888 no-repeat center left;
	border: 0px;
}
/* -- Footer layout/display styles -- */

#footer {
	float: left;
	width: 100%;
	height: 4em;
	font-size: 0.6em;
	text-transform: none;
	line-height: 2.6em;
	background: #000;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url(CSSImages/Ftr.png);
}
#footerLeft {
	float: left;
	width: 33%;
	height: 3em;
	text-align: left;
	background: #000;
	color: #FFFFFF;
}
#footerRight {
	float: right;
	width: 33%;
	height: 3em;
	text-align: center;
	background: #000;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #E70808;
}
/* -- Display formatting styles -- */
.style2 {
	background: #000 no-repeat;
	font: verdana, sans-serif #FFF bold 0.8em;
}
.grey {
	font-size: 0.9em;
	color: #AAA;
}
.white {
	color: #FFF;
}
acronym {
	cursor: help;
	border-bottom: 0.06em double #AAA;
}
/* -- <ul> tag styles -- */

ul {
	font-size: 0.8em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
li {
	margin-left: 3.12em;
}
/* -- Image alignment classes -- */

.imgLeft, .imgRight {
	margin: 0.3em;
}
.imgLeft {
	float: left;
}
.imgRight {
	float: right;
	margin-right: 1em;
}
