/*  
Theme Name: Datax3
Theme URI: http://
Description: Datax3
Version: 1.6
Author: Innate
Author URI: http://innate.co.za/

*/

/* Begin Structure */

body {
	padding: 0;
	background-position: 0% top; 
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	color: #333333;
	text-align: center; 
	margin-left:0; 
	margin-right:0; 
	margin-top:0; 
	margin-bottom:20px; 
	background-color:#EEF1F3;
	}

#page
{
text-align:left;
width: 850px;
margin: 10px auto;
background-color: #fff;
line-height: 130%;
background-image:url('images/datax3_pagebg.jpg'); background-repeat:repeat-y;
}

img {
margin: 10px;
}

#header
{
text-align:right;
background-position: left top; 
	height: 265px; 
	background-image:url('images/datax3_header.jpg'); 
	background-repeat:no-repeat; 
	background-attachment:scroll; 


}
#header_meta {
float:right;
width: 500px;
height:40px;
font-size:8pt;
color: #cccccc;
margin-bottom:90px;
margin-top:25px;
margin-right:35px;
text-align:right;
}

#header_caption {
float:right;
width: 490px;
color: #0099E0;
text-decoration:none;
padding-right:30px;
}

#sidebar
{
float:left;
width: 204px;
margin-left: 62px;
padding-right:5px;
}

#sidebar img {
width:60px;
margin-right: 3px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
}

#content
{
width:530px;
float:right;
padding-top:20px;
margin-right:40px;
text-align:left;
}

#content p {
margin-top:20px;
}

#footer
{
	clear: both;
	margin: 0;
	padding-left: 290px;
	background-image:url('images/datax3_footer.jpg'); 
	background-repeat:no-repeat;
	background-color:#EEF1F3;
height:120px;
}

#footer_meta , #header_meta a{
width: 450px;
font-size:8pt;
color: #333;
text-decoration:none;
line-height:15px;
	padding-top:20px;
	padding-right:50px;
}

textarea {
width:400px;
}

/* Begin Fonts and Styles */

h1 {
font-style: italic;
font-family: Arial;
font-size:20pt;
text-decoration:italic;
line-height: 100%;
margin:0px;
}
.title h1 {
font-style: italic;
font-family: Arial;
font-size:24pt;
text-decoration:italic;
line-height: 100%;
}

h2 {
font-size:11pt;
margin:0px;
color: #000;
}
h3 {
font-size:12pt;
margin:0px;
}
h4 {
font-size:10pt;
font-weight:normal;
margin:0px;
}

#side_title {
margin-bottom:5px;
}

ul {
margin:0px;
padding:0px;
}

li {
margin:0px;
padding-left:0px;
list-style:none;
}

li ul li {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
background-image:url('images/datax3_navbg.jpg'); 
	background-repeat:no-repeat;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
padding-right:10px;
}
li ul li:hover {
background-image:url('images/datax3_navbg_over.jpg'); 
	background-repeat:no-repeat;	
	}

li h2 {
	background-color:#6E6E6E;
	border-bottom: 1px solid #fff;
	padding:10px;
	color:#CCCCCC;
	text-decoration:none;

}

li ul li a{
color:#fff;	
text-decoration:none;
	}
li ul li a:hover {
color:#fff;
}
.red {
background-color:#FF0000;
color:#FFF;
}
		
#searchform {
padding:10px;
}
#searchsubmit {
float:right;
}