
/* reset */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote,th,td{
    margin:0;
    padding:0;
}

fieldset,img{
    border:0;
}

html{
    height:100%;
    margin-bottom:1px;
}

body{
    position:relative;
}

:focus{
    outline:hidden;
}

/* links */
a{
    color:#282828;
    text-decoration:none;
}

a:hover{
    text-decoration:underline;
}

/* header elements */
h1, h2, h3, h4, h5, h6{
        font-family: "ff-meta-web-pro", "Lucida Grande", "Verdana", sans-serif;
    font-weight:bold;
    color:#282828;
    line-height:170%;
}

h1{
    font-size:28px;
}

h2{
    font-size:23px;
}

h3{
    font-size:18px;
}

h4{
    font-size:15px;
}

h5{
    font-size:14px;
}

h6{
    font-size:11px;
}

/* page setup */
body{
    background:#FFF;
    font-family: "ff-meta-web-pro", "Lucida Grande", "Verdana", sans-serif;
    line-height:165%;
    color:#333;
    font-size:12px;
}

div.gold_banner {
	height: 300px;
	background:url(../images/bg-banner.png) repeat-x 0 0;
}

div.gold_banner_small {
	height: 119px;
	background:url(../images/bg-banner-sm.png) repeat-x 0 0;
}

div.gold_banner_small h1 {
    line-height: 100%;
	}

/* wrapper setup */
div.wrapper{
    margin:auto;
    width:900px;
}

/* header */
div#header{
    position:relative;
    height:60px;
    /* margin:0px 0px 15px 0px; --- GCC */
}

/* logo */
span#logo, img#logo{
    position:absolute;
    top:30px;
    left:0px;
    border:0;
}

/* main body setup */
div#middle{
    width:auto;
    margin:0px 0px 0px 0px;
    clear:both;
 /*   border:#C6C6C6 1px solid;*/
    padding-top:20px;
}

/* right column */
div#rside{
    width:277px;
    padding:0px 20px 0px 18px;
    float:right;
}


* html div#right{
    padding:0px 0px 0px 15px;
}

/* content column */
div#main{
    width:auto;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

div#mainmiddle{
    margin:0px 0px 0px 0px;
}

div#content{
    width:auto;

}

/* footer */
/*
div#footer{
    width:auto;
    padding:5px 0px 20px 0px;
    clear:both;
    color:#fff;
}
*/

/* clearing & floating */
.clearingfix:after{
    content:".";
    display:block;
    line-height:0px;
    clear:both;
    visibility:hidden;
}

.clearingfix{
    display:block;
}

/* topmenu */
div#topmenu{
    position:absolute;
    top:46px;
    right:0px;
    height:27px;
}

div#topmenu ul{
    padding:0px;
    margin:0px;
    list-style:none;
    float:left;
    font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
}

div#topmenu li{
    float:left;
    display:block;
    margin:0 0 0 6px;
}

div#topmenu li a{
    float:left;
    display:block;
    position:relative;
 /*   background:transparent url(../images/menu-r.png) 100% 0 no-repeat;*/
    height:27px;
    padding:0 2px 0 0;
    overflow:hidden;
    color:#202020;
    text-decoration:none;
    text-transform:uppercase;
    font-size:12px;
    font-weight:bold;
    line-height:27px;
}

div#topmenu li a span{
    display:block;
 /*   background:url(../images/menu-l.png) 0 0 no-repeat;*/
    padding:0 5px 0 5px;
}

div#topmenu li a.active, div#topmenu li a:hover{
  /*  background:url(../images/topmenu-r.png) 100% -28px no-repeat;*/
    text-decoration:none;
    color:#00d;
}

div#topmenu li a.active span, div#topmenu li a:hover span{
  /*  background:url(../images/topmenu-l.png) 0 -28px no-repeat;*/
}


div#featlist 	{
	padding-top: 20px;
	padding-bottom: 20px;
	}

#featlist li	{
	list-style-type: none;
	margin: 6px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 16px;
	background-image: url(../images/list_tick.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	}

/* ----------------------------- */


/* submenu */
div#submenu{
    position:relative;
    top:-21px;
   right:0px;
   
   float:right;
   padding-bottom:10px;
   
    height:27px;
}


div#submenu ul{
    padding:0px;
    margin:0px;
    list-style:none;
    float:left;
    font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
}

div#submenu li{
    float:left;
    display:block;
    margin:0 0 0 6px;
}

div#submenu li a{
    float:left;
    display:block;
    position:relative;
    background:transparent url(../images/menu-r.png) 100% 0 no-repeat;
    height:27px;
    padding:0 2px 0 0;
    overflow:hidden;
    color:#202020;
    text-decoration:none;
/*    text-transform:uppercase;*/
    font-size:12px;
    font-weight:bold;
    line-height:27px;
}

div#submenu li a span{
    display:block;
   background:url(../images/menu-l.png) 0 0 no-repeat;
    padding:0 15px 0 15px;
}

div#submenu li a.active, div#submenu li a:hover{
    background:url(../images/menu-r.png) 100% -28px no-repeat;
    text-decoration:none;
    color:#00d;
}

div#submenu li a.active span, div#submenu li a:hover span{
    background:url(../images/menu-l.png) 0 -28px no-repeat;
}



/* ------------------------------------- */


/* footermenu */
ul.footermenu{
    list-style:none;
    margin:0 0 0 10px;
    margin-left:-16px;
}

ul.footermenu li{
    float:left;
    margin:0 0 0 15px;
}

ul.footermenu a{
    font-size:12px;
    color:#747474;
    text-transform:uppercase;
}

/* credits */
div.credits{
    float:right;
    margin:0 0 0 0;
}
/* credits */
div.featurenav {
    float:right;
    margin:0 0 0 0;
}

div.credits a{
    font-size:12px;
    color:#747474;
}


/* ***************************************************************** */




a:link img, a:visited img { border-style: none; }

h1	{	font-size: 20px;
        font-weight: 650;
        font-family: "Lucida Grande", "Verdana", sans-serif;
        }
h2	{	font-size: 16px;	}
h3	{	font-size: 15px;	}
h4	{	font-size: 13px;	}
h5	{	font-size: 13px;	}
	
	/*
h2, h3
{
	color: #000;
}
*/

h2, h3, h3, h4, h5
{
	padding-bottom: 0;
	margin-bottom: 0;
}

h3	{
	margin-top: 16px;
	margin-bottom: 6px;
	}

h5 + p
{
	padding-top: 0;
	margin-top: 0;
}

h5
{
	padding-top: 0;
	margin-top: 10px;
}

h1
{
	line-height: 1;
}

li
{
	padding-left: 0;
	margin-left: 0;
	margin-top: 1em;
/*	list-style-type: square; */
}


p + p
{
	margin-top: 0.7li;
}

p
{
	margin-top: 0.5em;
	margin-bottom: 0;
}

a:link { color: #037; }
a:visited { color: #551a8b; }
a:active { color: #900; }
div.back { clear: both; }

p.remark { font-size: 10px; }

.copyright	{
	font-size: 9px;
	margin:0;
	padding:0;
	color: #888;
	text-align:right;
	clear: both;
	}

.wrapper hr {
	margin: 5px 0 5px 0;
	padding:0px;
	border-bottom:1px #ccc;
	color:#ccc;
	background-color:#ccc;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:1px;
} 


.hide
{
	display: none;
}

/*.hidex
{
	display: none;
}*/

.featurenav	{
	display:none;
	}
	
.blurb
{
	font-family: "Lucida Grande", Verdana,  sans-serif;
	font-size: 15px;
	line-height: 1.7;
	font-weight: bold;
	color: #111;
}
.copycolleft	{
	width: 280px;
	height: auto;
	float: left;
	}


.fixedleft	{
		position: fixed;
	width: 280px;
	top:260px;
	height: auto;
	float: left;
	}
/*
#fixedtop	{
	position: fixed;
	height: 220px;
	top: 0px;
	left: 0px;
	right: 0px;
	background:#fff;
	z-index:999999;
	}
#scrollable	{
	margin-top:220px;
	}

#scrollable	a[name] {
	float: left;
	position: relative;
	top: 220px;
	}*/

#topblockhack	{
	height:220px;
	}
	
.fixedleft li	{
	line-height:22px;
	margin-top:0;
	margin-bottom:0;
	}

.flaghighlight	{
	border-bottom: solid 3px #008;
	padding:2px;
	margin:0px;
/*	-moz-box-shadow: 0 0px 5px #000;
	-webkit-box-shadow: 0 0px 5px #000;*/
	}
.flagnohighlight	{
	border: none;
	padding:2px;
	margin:0px;
/*	-moz-box-shadow: 0 0px 5px #aaa;
	-webkit-box-shadow: 0 0px 5px #aaa;*/
	}

.flagindicator	{
    float:right;
    height:20px;
	}
.flagbox	{
    float:right;
    height:28px;
    width:290px;
	}

.flagindicator img	{
	width:24px;
	}

.flagindicator a:hover	{
/*	border-bottom:solid 2px #800;*/
	}
	
.profile	{
	width: 280px;
	height: auto;
	float: left;
	color: #888;
	font-family: "Georgia", "Georgia Italic",  serif;
	font-style:italic;
	font-size:13px;
	}
.copycolright	{
	width: 280px;
	height: auto;
	float: right;
	}

.copy2right	{
	width: 600px;
	height: auto;
	float: right;
	}
	
.copy2left	{
	width: 600px;
	height: auto;
	float: left;
	}

.functional ul {
	line-height: 10px;
	}



.testimonial	{
	font-family: "Georgia", "Georgia Italic",  serif;
	font-style:italic;
	font-size:13px;
	margin: 1em 40px 0em 5px;
	/*font-style: italic;*/
	text-indent: -0.35em;
	color: #444;
	}
.casestudyquote	{
	text-indent: -0.35em;
	}
	
#quicklinks li	{
	line-height:17px;
	}

.attribution	{
	color: #888;
	margin: 0em 10px 1em 40px;
	font-size: 10px;
	text-indent:-10px;
	}




.question	{
	font-weight: bold;
	font-size: 15px;
	color: #444;
	padding-top: 10px;
	}
	
.answer	{
	padding-bottom:20px;
	border-bottom: solid #ccc 1px;
	}


.copyhalfright	{
	width: 450px;
	height: auto;
	float: right;
	}
	
.copyhalfleft	{
	width: 450px;
	height: auto;
	float: left;
	}

.copyquarterright	{
	width: 225px;
	height: auto;
	float: right;
/*	margin-left: 14px;*/
	}
	
.copyquarterleft	{
	width: 225px;
	height: auto;
	float: left;
/*	padding-right: 14px;*/
	}












.headright	{
	float:right;
	width:500px;
	margin-top:-20px;

/*	text-shadow: -1px -1px #ed6, 2px 2px 15px #a93;*/
	}

.headright2	{
	margin-left: 340px;
	line-height: 50px;
	}

.headright h1	{
    font-family: "Trebuchet MS", "Verdana", sans-serif;
    font-size:38px;
    color:#444;
    padding-top: 77px;
 /*   text-shadow: 2px 2px 15px #DB6;*/
    line-height: 125%;
	}

.headleft h1	{
    font-family: "Trebuchet MS", "Verdana", sans-serif;
    font-size:38px;
    color:#444;
    padding-top: 50px;
	}

.headright2 h1	{
    font-family: "Trebuchet MS", "Verdana", sans-serif;
    font-size:38px;
    color:#444;
    padding-top: 77px;
   /* text-shadow: 0px 0px 8px #fff;*/
    line-height: 125%;
	}
	
.featboxfull	{
	border: solid #d0d0cf 1px;
	
	background: #f8f8f8;
	padding: 1em;
	padding-right: 1.5em;
	margin-bottom: 1em;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	}
	
/* ------------------------- */


.btn-orange span {
	font-size: 19px;
	float:left;
	margin-right:16px;
	margin-bottom:10px;
	padding:15px 20px;
	background:#c61;
	color:#fff;
	border-radius:30px;
	border-style: solid;
	border-width: 0px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	background:-webkit-gradient(linear, left top, left bottom, from(#df7a26), to(#a94c11), color-stop(0.0, #df7a26), color-stop(1.0, #a94c11));
	background:-moz-linear-gradient(top, #df7a26, #a94c11);
	-moz-box-shadow: 0 1px 5px #aaa;
	-webkit-box-shadow: 0 1px 5px #aaa;
	text-shadow: -1px -1px #a41, 1px 1px #d72;
/*	box-shadow: rgba(0,0,0,0.30) 0px 1px 5px 0px;  IE 9 is too bloody flaky to even attempt this stuff
 /*	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#df7a26, endColorstr=#a94c11, GradientType=0);*/
	cursor: pointer;		/* for IE */
	}
.btn-green span {
	font-size: 19px;
	float:left;
	margin-right:0px;
	margin-bottom:10px;
	padding:15px 20px;
	background:#9b2;
	color:#fff;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	background:-webkit-gradient(linear, left top, left bottom, from(#94bb26), to(#618412), color-stop(0.0, #94bb26), color-stop(1.0, #618412));
	background:-moz-linear-gradient(top, #94bb26, #618412);
	-moz-box-shadow: 0 1px 5px #aaa;
	-webkit-box-shadow: 0 1px 5px #aaa;
	text-shadow: -1px -1px #681, 1px 1px #9b2;
/*	box-shadow: rgba(0,0,0,0.30) 0px 1px 5px 0px;
 /*	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#A1D004, endColorstr=#6B9A00, GradientType=0);*/
	cursor: pointer;		/* for IE */
	}
.btn-orange span, a:hover {
    text-decoration:none;
	}
.btn-green span, a:hover {
    text-decoration:none;
	}

.centrebutton {
    margin-left: 260px;
	}

.menubtn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:3px 8px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.menubtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.menubtn:active {
	position:relative;
	top:1px;
}

/* for Manual */
h3.manualsidebar	{
	border-top: 1px solid #bbb;
	padding-top: 15px;
	}
	
/* for Wordpress - don;t even display the comments link */
.comments-link {
	display: none;
	}

/* for Wordpress - don;t even display the comments link */
.comments-link {
	display: none;
	}

.developer-wrapper	{
	width: 900px;
    margin:auto;
	}
.developer-sidebar	{
	width: 200px;
	height: auto;
	padding: 0;
	float: left;
	}
.developer-body	{
	width: 660px;
	height: auto;
	float: right;
	}

body .syntaxhighlighter {
	border: 1px solid #aaaaaa;
	background: #dddddd;
	overflow: auto;
	padding: 5px;
    }

