/*
Theme Name: CAIS Theme
Theme URI: http://resonate.co.za/
Description: Theme by www.resonate.co.za
Version: 1.0
Author: Justin McCall
Tags: mantle color, variable width, two columns, widgets

*/
body {
	margin: 0px;
	background: url(images/main-bg.jpg) repeat-x #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8a8a8a;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8a8a8a;
}
#main-body-wrapper {
	height: 470px;
	background:url(images/main-content-bg.png) no-repeat;
	margin-top: 15px;
	margin-left: 20px;
	width: 670px;
	float: left;
}
#main-logo-wrapper {
	text-align: center;
	margin-top: 40px;
}
#main-content-text {
	padding-top: 10px;
	
	width: 500px;
}
#logo-menu-spacer {
	height: 20px;
}
#main-menu-wrapper {
	text-align: left;
	padding: 0;
	border: 0px solid #000;
	width: 229px;
}
#tabbed-menu {
  background: url(images/tab-bg.png) repeat-x;
  /*text-align: right;*/
  line-height: 33px;
  width: 980px;
}

li.page_item, a {
	color: #c4c4c4;
  text-decoration: none;
  display: block;

}
li.page_item, a:hover {
	color: #444444;

}
li.page_item {
	list-style-type: none;
	list-style-image: none;
	font-size: 14px;
	line-height: 28px;
  background:url(images/menu-item-bg-off.png) no-repeat;
  border-top: dashed 1px #c4c4c4;
}

.page_item:hover {
  background:url(images/menu-item-bg-on.png) no-repeat;
}

.current_page_item {
	list-style-type: none;
	list-style-image: none;
	font-size: 14px;
	line-height: 28px;
  background:url(images/menu-item-bg-on.png) no-repeat;
}



#main-content-left-spacer {
	width: 290px;
	float: left;
	height: 470px;
}

#header-image {
	width: 100%;
	z-index: 10;
}
#left-bar-wrapper {
  position: absolute;
  left: 32px;
	top: 0px;
	z-index: 1000;
	height: 742px;
	width: 256px;
	background:url(images/main-menu-bg.png) no-repeat;
	text-align: center;
}
a.menu-item:hover {
	color: #5c5b5b;
}
#main-content-header-icon {
	height: 100px;
	padding-top: 15px;
	width: 100px;
	float: left;
	padding-left: 15px;
}
#main-content-header-title {
	padding-top: 35px;
	font-size: 30px;
	color: #65be04;
	width: 350px;
	float: left;
}

