/*
Theme Name: XTEnterprise
Description: Xtenda Enterprise Theme
Theme URI: http://www.xtendacom.net/
Version: 1.0
Author: Joe Botha
Author URI: http://www.xtendacom.net/
*/
* { margin:0; padding:0;}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #333;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrap {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
}
#masthead {
	margin-bottom: 20px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 100px;
	padding-left: 140px;
}
#mastcontent {
	margin-bottom: 20px;
	display: block;
}
#main {
	float: left;
	width: 460px;
}
#sub {
	width: 200px;
	float: right;
	margin-top: 30px;
}
#mastfooter {
	clear: both;
	padding-top: 15px;
	background-image: url(images/keys.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 150px;
	border-top-width: thick;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #F5F5F5;
	padding-bottom: 10px;
}
#masthead h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #006699;
	font-weight: normal;
	font-size: 36px;
	line-height: normal;
	padding-top: 20px;
}
#masthead p {
	color: #009933;
	font-style: italic;
	font-size: 1.2em;
	font-weight: bold;
}


#main h1, #main h2, #main h3, #main h4, #main h5 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: normal;
	font-weight: normal;
}
#main h1 {
	color: #000;
	font-size: 1.8em;
}
#main h2 {
	color: #353129;
	font-size: 1.6em;
}
#main h3 {
	color: #687d77;
	font-size: 1.5em;
}
#main h4, #main h5 {
	color: #687d77;
	font-size: 1.5em;
}
#main p, #main ul, #main ol, #sub ul {
	margin-bottom: 1em;
}
#main ul, #main ol {
	margin-left: 1em;
}
#main ol li, #sub ol li {
	margin-bottom: 1em;
	margin-left: 2em;
}
#main  ul  li    {
	margin-bottom: 1em;
	background-image: url(images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
	list-style-type: none;
}
#sub ul li {
	margin-bottom: 1em;
	list-style-type: none;
	background-image: url(images/navbg.png);
	background-repeat: no-repeat;
}
a:link, a:visited {
	color: #36C;
	text-decoration: none;
}
a:hover {
	color: #063;
	text-decoration: none;
}
#sub ul li a {
	display: block;
	background-image: url(images/globe_down.png);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #EEE;
	border-right-color: #EEE;
	border-bottom-color: #EEE;
	border-left-color: #EEE;
	color: #333333;
	font-weight: bold;
}
#sub ul li a:hover {
	display: block;
	color: #009933;
	background-image: url(images/cd_accept.png);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 25px;
}
#sub ul {
	list-style-type: none;
}
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
}
.alignright {
   float: right;
}
#main img {
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #999999;
	margin: 5px;
}
