@charset "utf-8";

body {
	margin: -13px 0 0 0; padding: 0; text-align: center; /* using text align center acts as an centering tool for IE5 */ 
  color: #000; background: url(../../images/background1.jpg) repeat-x fixed; font-size: 75%; font-family: Arial, Helvetica, sans-serif;
}

body h2 {
	margin: 10px 0 0 10px;
}

body a {
	color: #000000;
	text-decoration: none;
}

body a:hover {
	color: #000000;
	text-decoration: underline;
}

body a:visted {
	color: #000000;
	text-decoration: none;
}

div#wrapper {
	width: 770px; margin: 0 auto 0; padding: 0; 
	text-align: left; /* using text align here does not affect the text align in the body tag its just algns the text in the container */ 
	position: relative; /* sets the coordinates 0,0 within the container div and not the page. */ 
	background: url(../../images/border.gif) repeat-y; 
}

div#header { 
	width: 100%;
}

div#leftcol {
	float: left; 
	width: 60%;
}

div#leftcol p, #reseller p, #latestnews p, #partners p {
	padding: 0 10px 0 10px;
}

div#header, #leftcol, #reseller, #latestnews, #partners { 
	padding-top: 1px; padding-bottom: 1px; /* this joins the divs together as it give the divs a fence so that the ems on paragraphs and ul's are not bleeding over the div*/ 	
}

div#reseller {
 float: left;
 width: 39.5%;
 background: url(../../images/orangebckg.jpg) repeat-x;
 padding-bottom: 0.5em;
}

div#latestnews { 
	 float: left; 
	 width: 39.5%;
	 background: #757573;
	 padding-bottom: 1em;
}

div#latestnews h2 {
	margin: 0.5em 0 0.5em 0.5em;
}



div#partners { 
	float: left;
	width: 39.5%;
	background: url(../../images/partnersbckg.jpg) no-repeat;
	text-align: center;
	border-left: 1px solid #757573;
} 
	
div#footer {
	float: left;
	width: 100%;
	margin: 3em 0 0 0;
}

div#footer p {
	margin: 0 1em 0 1em;
}

div#footlogo {
	width:130px;
	text-align:right;
	margin: -4em 0 0 51.7em;
}

div#footer a {
	color:#000000;
	text-decoration:none;
}

div#footer a:hover {
	color:#000000;
	text-decoration: underline;
}

div#visted a:visted {
	color:#000000;
	text-decoration: none;
}

div#content {
	float: left;
	width: 100%;
}

div#content1 {
	float: left;
	width: 100%;
	background-color: #000000;
}
div#content p {
	margin: 1em 1em 0 1em;
}

TABLE#pricelist {
	width:97%;
	margin: 0 0 0 1em;
	
}

TABLE#training, #contact, #contact2 {
	margin: 0 0 0 1em;
}

TABLE#training {
	margin-left: auto;
	margin-right: auto;
}

.orangetext {
	color:#FCB410;
}

body span.orangetext a {
	color: #FCB410;
	text-decoration: none;
}

body span.orangetext a:hover {
	color: #FCB410;
	text-decoration: underline;
}

body span.orangetext a:visited {
	color: #FCB410;
	text-decoration: none;
}

body span.red { 
	color: #CB1D17;
}

body a { 
	color: #CB1D17;
	text-decoration: none;
}

body a:hover { 
	color: #CB1D17;
	text-decoration: underline;
	
}

body a:visted { 
	color: #CB1D17;
	text-decoration: none;
}

body span.grey { 
	color: #757573;
}

.boldtext {
	font-weight: bold;
}

.center {
	text-align: center;
}

.highlight {
	background: #E47035;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
}



/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */ 



.boldtext1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
