@import url(text.css);
@import url(layout.css);
@import url(forms.css);

body {
	font-family: Arial, sans-serif;
	font-size:12px; color:#222;
	background:#111; padding:0px; margin:0px;}

.limiter {
	margin:0px auto;
	width:680px;}

#header {
	height:135px;
	background:url(../images/rootTop.gif) 50% 100% repeat-x;}
	
#header .logo {
	float:left;
	margin-top:6px;
	display:block; width:292px; height:81px;
	background:url(../images/logo.gif) 50% 50% no-repeat;}
	
#header .tabs {
	list-style:none; margin:44px 0px 0px 0px; padding:0px;
	float:right; height:65px;}
	#header .tabs li {
		margin: 0px; padding:0px;
		display:block; float:left;
		width:85px; height:65px;}
	#header .tabs .alt {
		background:url(../images/tab1.gif) 100% 0% no-repeat;}
	#header .tabs li {
		background:url(../images/tab0.gif) 100% 0% no-repeat;}
	#header .tabs a {
		margin-left:5px;
		display:block; width:80px; height:60px;
		background-position:50% 50%;
		background-repeat: no-repeat;}
		#header .tabs a.learn {
			background-image: url(../images/dimLearn.gif);}
		#header .tabs a.events {
			background-image: url(../images/dimEvents.gif);}
		#header .tabs a.action {
			background-image: url(../images/dimAction.gif);}
		#header .tabs a.contact {
			background-image: url(../images/dimContact.gif);}
		#header .tabs .lit a.learn {
			background-image: url(../images/redLearn.gif);}
		#header .tabs .lit a.events {
			background-image: url(../images/redEvents.gif);}
		#header .tabs .lit a.action {
			background-image: url(../images/redAction.gif);}
		#header .tabs .lit a.contact {
			background-image: url(../images/redContact.gif);}
#header .links {
	text-transform:uppercase; color:#999;
	font-size:10px; line-height:10px; height:10px;
	background: url(../images/linkStripes.gif);
	padding:8px 10px;}
	#header .links a {
		padding: .1em .25em;}
	#header .links a:hover {
		background:#f20; color:#000;}
#header a {
	color:#fff;}

a {
	text-decoration:none;}

br.clear {
	display:block; clear:both;}

#body {
	padding: 40px 0px; background:#fff;}
#footer {
	text-align:right;
	color:#999; font-size:11px; text-transform:uppercase;
	padding:20px 0px 40px 0px; background:url(../images/rootBottom.gif) 50% 0% repeat-x;}
#footer ul {
	list-style:none; margin:0em; padding:0em;}
#footer ul.left li {
	margin:0px 15px 0px 0px;
	display:inline;}
#footer ul.right li {
	margin:0px 0px 0px 15px;
	display:inline;}
#footer a:hover {
	color:#fff;}