/* CSS Document */
/*added sidebar in*/
body {
	font-family:Verdana, AvanteGarde, Arial, Helvetica, sans-serif;
	font-size:small;
}

a {color:#2222FF;}
a:visited {color:#2222FF;}
a:hover {color:#6666FF;}
table {border:none;border-collapse:collapse;border-spacing:0px;}
img {border-style:none;}
h1 {margin-left:30px;font-size:24px;}
#wrapper {
	width:981px;
	margin:0 auto;
	padding:0;
}
#logo {
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0;
	margin-top: 0;
	height: 56px;
	width: 135px;
	float:right;
	padding:0;
}

#logoleft {
	height: 56px;
	width: 135px;
	float:left;
	margin:0 0 0 0;
	padding:0;
}

#navbar, #navbarlower {
	width:100%;
	height:25px;
	clear:both;
	background: url(../images/nav_bg.gif) repeat-x;
	padding:0;
}
#navbar {
	margin-bottom:8px;
}

#navbarlower {
	margin-top:8px;
}
#navbar ul, #navbarlower ul {
	list-style:none;
	padding-top:5px;
	margin-left:-70px;
	font-size:12px;
}
#navbar ul li, #navbarlower ul li {
	display:inline;
	margin:0 0 0 110px;
	color:#FFF;
	text-transform:uppercase;
	font-size:0.9em;
	font-weight:bold;
}
#navbar ul li a, #navbarlower ul li a {
	color:#FFFFFF;
	text-decoration:none
}
#maincontent {
	width:100%;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	margin:auto;
}
#productcontent {/*contents of the products page*/

}
/* Large box visual properties */
.largebox_floatleft, 
.largebox_floatright {
	width:653px;
	height:359px;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
} 
/* Small box visual properties */
.smallbox_floatleft, 
.smallbox_floatright {
	width:326px;
	height:179px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	
}


.smallbox_floatleft .paddedcontent {
	padding-top:7px;
}

.smallbox_floatright .paddedcontent {
	padding-top:30px;
	padding-left:7px;
}

/*Video box visual properties*/
.videobox_floatleft, 
.videobox_floatright {
	width:320px;
	height:256px;
	border-bottom:1px solid white;
	border-right:2px solid white;
	
}

/* Icon box visual properties */
.iconbox_floatleft, 
.iconbox_floatright {
	width:150px;
	height:160px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;	
	
}

/* Boxes floating to the left */
.largebox_floatleft,
.iconbox, 
.smallbox_floatleft, 
.titleimages {
	float:left;
}
/* Boxes floating to the right */
.largebox_floatright,
.iconbox, 
.smallbox_floatright {
	float:right;
}
/* Extra spans for blocks*/
.columnspan {/* 2 boxes wide */
	width:653px;
	height:179px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	float:left;
}
.rowspansmall {/* small boxes */                                  
	text-align: center;                                                   
	margin-left: 2px;                                                   
	margin-bottom: 8px;                                                   
	margin-right: 2px;                                                   
	margin-top: 2px;                                                   
	padding: 3px;                                                   
	height:160px;
	width:151px;
	border: 1px solid #CCCCCC;
	background:white 0;
	float:right;
}

.rowspansmallnl {/* small boxes */                                  
	text-align: center;                                                   
	margin-left: 2px;                                                   
	margin-bottom: 8px;                                                   
	margin-right: 2px;                                                   
	margin-top: 2px;                                                   
	padding: 3px;                                                   
	height:160px;
	width:151px;
	border: 1px solid white;
	background:white 0;
	float:right;
}

.rowspansmall1 {/* small box padding */
	height:160px;
	width:151px;
	padding:3px;
	margin: 2px;
	border: 1px solid white;
	background:white;
	float:right;
}
.rowspansmall .image {
	
	display: block;
	margin-left: auto;
	margin-right: auto;
	
}


	
.rowspansmall1 .image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	
	
}
.rowspansmallnl .image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	
	
}


.rowspansmall .title {
	font-size: large;
	text-align: center

}
.rowspansmallnl .title {
	font-size: large;
	text-align: center

}


.rowspansmall2 {/* 2 spacer small boxes */
	height:160px;
	width:310px;
	padding:3px;
	margin: 2px;
	border: 1px solid white;
	background:white;
	float:right;
}
.rowspansmall4 {/* 4 spacer small boxes */
	height:160px;
	width:640px;
	padding:3px;
	margin: 2px;
	border: 1px solid white;
	background:white;
	float:right;
}

.rowspansmallspacer {/* small boxes */
	height:40px;
	width:981px;
	padding:3px;
	margin: 2px;
	border: 1px solid white;
	background:white;
	float:right;
}
.rowspan6 {/* 2 full rows */
	width:979px;
	height:359px;
	border-bottom-width:1px solid #ccc;
	border-right-width:1px solid #ccc;
	float:left;
}
.rowspan4 {/* 2 rows 2 cells */
	width:653px;
	height:359px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	text-align:center;
	float:right;
}
.rowspan4 .paddedcontent {
	padding-top:7px;
}
.rowspan2 {/* 2 boxes high */
	width:326px;
	height:359px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	float:left;
}
/* Half-box properties */
.contentbox_left, 
.contentbox_right {
	height:100%;
	text-align:center;
	margin:0;
	padding:0;
}
.contentbox_left {
	width:50%;
	float:left;
}
.productimage {
	margin-top:30px;
	padding-bottom:10px;
	
}

.productimageshadow {
	margin-top:30px;
	padding-bottom:40px;
	background:url(../images/shadow.jpg) bottom no-repeat;
}

.iconimage {
	margin-top:40px;
	padding-bottom:40px;
	padding-left:20px;
	
}

/* Full box text */
.contentbox_full {
	width: 95%;
	float: left;
	padding:5px;
}
.contentbox_right {
	width:49.9%;
	float:right;
}
/*-----------------*/
.contentbox_left ul, 
.contentbox_right ul {
	list-style:none;
	text-align:left;
	line-height:2em;
	list-style-position:outside;
	margin:0;
	padding:5px
	
}
/* image links in the boxes */
.contentbox_left img, 
.contentbox_right img {
	border:none;
}
.boxheading {
	text-shadow: none;
	text-align: left;
	font-weight: bold;
	/*text-transform: capitalize; */
	font-size: large;
}
/* text colours */
.strapline {
	font-size:1.1em;
	font-weight:bold;
}
.greentext {
	color:green;
}
.maroontext {
	color: #800040;
}
.redtext {
	color:red;
}
.browntext {
	color: #804000;
}
.bluetext {
	color:blue;
}
.yellowtext {
	color: yellow;
}
.purpletext {
	color: #cc66ff;
}
.graytext {
	color:gray;
}
.centreText {
	text-align:center;
}
.rightText {
	text-align: right;
}
.contentbox_full p {
	margin:1em 0 0 0;
}
.cash {
	text-align:center;font-weight:bold;color:blue;font-size:24px;
}

/* product examples for international resellers individual pages*/
#examples {list-style-type:none;}
#examples li{font-weight:bold;display:inline;padding:0 8px 5px 0;margin:0;border:0;float:left;}

/* recover from hack */
.news li {padding-bottom:7px;}


/* News */
.news {margin:0 30px 30px 30px;clear:both;}

.newstextleft {float:left;width:490px;}
.newstextleftx {float:left;width:580px;}
.newstextright {float:right;width:490px;}
.newstextrightx {float:right;width:580px;}

.newsimageright {float:right;width:260px;text-align:center;font-size:x-small;font-family: Tahoma,Verdana,sans-serif;padding:0px;margin:0px;}
.newsimageleft {float:left;width:260px;text-align:center;font-size:x-small;font-family: Tahoma,Verdana,sans-serif;padding:0px;margin:0px;}


.news h2 {font-size:medium;border-bottom:2px solid #888;color: #FF0000;} 
.news h4 {font-size:large;border-bottom:2px solid #888;color: #FF0000;}
.news h3 {font-weight:bold;font-size:14px;}
.news h6 {border-bottom:10px solid #888;color: #FF0000;}



.contentbox_full {
	width: 95%;
	float: left;
	padding:5px;
}
.rotate_logo {
	margin-top:-10px;
	margin-left: 15px;
	padding:0;
	
}

.contentbox_full {
	width: 95%;
	float: left;
	padding:5px;
}	

.supportimagesleft {
	float:left;width:360px;text-align:center;font-size:x-small;font-family: Tahoma,Verdana,sans-serif;padding:0px;margin:0px;
}
.supportimagesright {
	float:right;width:360px;text-align:center;font-size:x-small;font-family: Tahoma,Verdana,sans-serif;padding:0px;margin:0px;
}
.nolink {
	cursor:default;
}
.withlink {
	cursor:pointer;
}
/*Sidebar */


#sidebar {
	float: right;
	width:200px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	background: #F3F3F3 url(images/img06.gif) no-repeat left bottom;
}

#sidebar li ul {
	padding: 15px 20px;
	line-height: 200%;
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	background: url(images/img07.gif) no-repeat 0 11px;
}

#sidebar h2 {
	width: 210px;
	height: 30px;
	padding: 5px 0 0 30px;
	background: #b3b3b3 url(images/img05.gif);
	letter-spacing: -1px;
	font-size: 1.6em;
	color: #FFFFFF;
}

