/***** Global Settings *****/
body {
	border:0;
	margin:0;
	padding:0;
	background-color:#E9E9E9;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

/*-------------BASIC SITE CSS-------------*/
h1,h2,h3 {
	font-weight:bold;
	margin:0;
}

h1 {
	font-size:24px;
	padding-top:20px;
	color:#888888;
}


h2 {
	font-size:20px;
	padding-top:15px;
	color:#888888;
}

h3 {
	font-size:16px;
	color:#000000
}

h4 {
	font-size:14px;
}

img {
	border:none;
}

a {
	color:#85AD33;
	font-weight:700;
	text-decoration:none;
}

a:hover,a:active {
	color:#333;
	text-decoration:none;
}

a:visited {
	color:#85ad33;
	font-weight:700;
	text-decoration:none;
}

/*------------- HEADER -------------*/
.header {
	background-image:url(/assets/templates/barbariancoders/images/header.jpg);
	background-repeat:repeat-x;
}

.headerlinks {
	padding: 0px;
	margin: 0px;
	background-image:url(/assets/templates/barbariancoders/images/header-link-bar.jpg);
	background-repeat:repeat-x;
}

/*------------- MAIN MENU -------------*/
.menu {
	list-style: none;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform:uppercase;
}

.menu td {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline;
}

.menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline;
}

.menu li {
	color:#FFFFFF;
	list-style : none;
	display:block;
	float:left;
	width:128px;
	height:31px;
	padding-top:0px;
	margin-bottom:0px;
}

.menu li.active a {
	color:#FFFFFF;
	list-style : none;
	display:block;
	float:left;
	width:128px;
	height:31px;
	padding-top:10px;
	margin-bottom:9px;
	color:#445407;
	background-color:#CBD1B1;
}

.menu a {
	color:#FFFFFF;
	display:block;
	float:left;
	width:128px;
	height:31px;
	padding-top:10px;
	margin-bottom:9px;
}

.menu a:visited {
	color:#FFFFFF;
}

.menu a:hover {
	color:#445407;
	background:#e9e9e9;
}

.menu a:active {
	color:#445407;
	background-color:#CBD1B1;
}


/*------------- FOOTER -------------*/
.footer {
	background-image: url(/assets/templates/barbariancoders/images/footer.jpg);
	background-repeat:repeat-x;
}


/*-------------SPECIAL CSS-------------*/
.smalltext {font-size:9px; }

/*-------------FOOTER CSS-------------*/
.footer {
	color:#000;
	font-size:10px;
	font-weight:bold;
	margin:0;
}


