/*
Red    #CC0000
Orange #F07322
Blue   #66B4E4
Green  #A8CF52
Grey   #959595
*/
body {
  font-family:"Arial";
  background-color: #dcd8cc;
}

a {
  text-decoration: none;
}

#unl {
  background-color: white;
}

#header {
  background-color: white;
}
#header #uns-actions {
  -moz-border-radius: 0 0 15px 15px;
  -webkit-border-radius: 0 0 15px 15px;
  background:url(design/search-box.png) no-repeat scroll left top transparent;
  padding:0 0 12px;
}
#header #uns-actions a {
  color: white;
  font-size: 18px;
  font-weight:normal;
  padding: 0 25px;
}
#header #uns-actions a:hover {
  color: #660000;
}
#header #uns-actions label {
  color: #666666;
  font-weight: normal;
  font-size: 14px;
  padding:0 14px;
}
#header #uns-actions input {
  color: #999999;
}

#nav {
  background: url(i/menu.png) center left no-repeat transparent;
}
#nav li {
  text-align: center;
}
#nav li > a {
  padding: 13px 0;
  color: white;
  font-size: 12px;
  font-weight: bold;
}
#nav li.current, #nav li:hover {
  background: url(i/marker.gif) center bottom no-repeat transparent;
}


#main > h1 {
  padding: 0 6px 8px;
  font-family: Arial;
  font-size: 34px;
  color: #666666;
}
#main > h2 {
  border-bottom:1px solid #E6E6DC;
  font-size: 19px;
  padding: 0 6px 6px;
  color: #cd2027;
}
#main > h2 > a {
  color: #f07322;
}
#main > h2 > a:hover {
  color: #999999;
}


/* Content --------------- */
#content {
  -moz-border-radius:0 10px 10px 10px;
  -webkit-border-radius:0 10px 10px 10px;
  background-color:#E6E6DC;
}


#footer, #footer a {
  background-color: #999999;
  color: white;
}
#footer a:hover {
  color: #cccccc;
}

#footer > div {
  margin-top: 3px;
  margin-bottom: 15px;
}
#footer > div+div {
  border-left: 1px solid #cccccc;
  margin-left: 10px;
  padding-left: 10px;
}
#footer > div > h3 {
  padding: 15px 0 15px 50px;
  margin-left: 8px;
}
#footer > div > ul {
  padding: 5px 0 5px 65px;
  margin-left:10px;
}
#footer > div > ul > li {
  padding: 3px 0px;
  font-size: 14px;
}

#footer > div > h3 {background: left center transparent no-repeat; }
#footer .uns-home > h3 { background-image: url(i/footer-home.png); }
#footer .uns-community > h3 { background-image: url(i/footer-community.png); }
#footer .uns-features > h3 { background-image: url(i/footer-features.png); }
#footer .uns-friends > h3 { background-image: url(i/footer-friends.png); }


/* Tabs ---------- */
.unl-tabs {
}

.unl-tabs > ul > li {
  -moz-border-radius:10px 10px 0 0;
  -webkit-border-radius:10px 10px 0 0;
  font-size:16px;
  padding:10px 40px 6px;
  background-color: white;
  color: #666666;
  border-top: 1px solid #e6e6dc;
  border-left: 1px solid #e6e6dc;
  border-right: 1px solid #e6e6dc;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
}

.unl-tabs > ul > li.current {
  background-color: #e6e6dc;
}
.unl-tabs > ul > li:hover {
  color: #999999;
}
.unl-tabs .uns-tab {
  background-color: white;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}
.unl-tabs .uns-hidden {
  display: none;
}

ul.alternate-content {
  list-style-type: none;
  width: 600px;
  height: 365px;
}
.unl-tabs #unt-playvideo-tab {
  background-color: #666666;
}
.unl-tabs .uns-video {
  background-color: #666666;
}
/* Partner Box Partner ---------- */
.uns-boxpartner {
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  padding-bottom: 18px;
  background-color: white;
  position: relative;
  padding: 20px;
  margin: 20px;
  padding-left: 300px;
  border: solid 1px #CCC;
  min-height: 200px;
}
.uns-partnerpremier-bg {
	background:url(i/partnerbg-premier.png) no-repeat;
}
.uns-partnergold-bg {
	background:url(i/partnerbg-standard.png) no-repeat;	
}
.uns-partnerbronze-bg {
	background:url(i/partnerbg-bronze.png) no-repeat;	
}
.uns-partnersilver-bg {
	background:url(i/partnerbg-silver.png) no-repeat;	
}
.uns-icon-logo {
	position:absolute;
	left: 0;
	top: 5px;
}
.uns-partner-logo {
	position:absolute;
	right: 614px;
	bottom: 14px;
}

.uns-boxpartner > h4 {
	font-size: 20px;
}
.uns-boxpartner > h5 {
	font-size: 10px;
	color: #CC0000;
	padding-bottom: 1px;
}
.uns-boxpartner > h6 {
	font-size: 11px;
	color:#999999;
	padding-bottom: 20px;
	font-weight: normal;
}
.uns-boxpartner > address {
	position: absolute;
	right: 15px;
	font-size: 12px;
	top: 20px;
}
.uns-boxpartner > address a {
	display: block;
	text-align: right;
}

.uns-boxpartner > p {
	padding-left: 0;
	font-size:12px;
    line-height:18px;
}
.uns-boxpartner > blockquote {
	font-size: 12px;
	color: #CC0000;
	padding-top: 20px;
	position: absolute;
	bottom: 12px;
}
.uns-boxpartner > a {
	position: absolute;
	right: 10px;
	border: solid 1px #CCC;
	-moz-border-radius:10px;
  -webkit-border-radius:10px;
  padding: 5px 5px 5px 5px;
  font-size: 12px;
  bottom: 7px;
}
	
/* Clients Box ---------- */
.uns-boxclient {
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  padding-bottom: 18px;
  background:url(i/clients-bg.png) no-repeat;
  position: relative;
  padding: 20px;
  margin: 20px;
  padding-left: 100px;
  border: solid 1px #CCC;
  min-height: 150px;
}
.uns-clientorange-bg {
	background:url(i/clients-orangebg.png) no-repeat;
}
.uns-clientgreen-bg {
	background:url(i/clients-greenbg.png) no-repeat;	
}
.uns-clientyellow-bg {
	background:url(i/clients-yellowbg.png) no-repeat;	
}
.uns-clientblue-bg {
	background:url(i/clients-bluebg.png) no-repeat;	
}
.uns-clientgrey-bg {
	background:url(i/clients-greybg.png) no-repeat;	
}

.uns-boxclient > h4 {
	font-size: 20px;
}
.uns-boxclient > h5 {
	font-size: 10px;
	color: #CC0000;
	padding-bottom: 1px;
}
.uns-boxclient > h6 {
	font-size: 11px;
	color:#999999;
	padding-bottom: 20px;
	font-weight: normal;
}
.uns-boxclient > address {
	position: absolute;
	right: 15px;
	font-size: 12px;
	top: 20px;
}
.uns-boxclient > address a {
	display: block;
	text-align: right;
}

.uns-boxclient > p {
	padding-left: 0;
	font-size:12px;
    line-height:18px;
}
.uns-boxclient > blockquote {
	font-size: 12px;
	color: #CC0000;
	padding-top: 20px;
	position: absolute;
	bottom: 12px;
}
.uns-boxclient > a {
	position: absolute;
	right: 10px;
	border: solid 1px #CCC;
	-moz-border-radius:10px;
  -webkit-border-radius:10px;
  padding: 5px 5px 5px 5px;
  font-size: 12px;
  bottom: 7px;
}

/* Partners --*/
.uns-supportpartner {
  padding-bottom: 18px;
  background-color: white;
  position: relative;
  padding: 20px;
  margin: 20px;
  padding-left: 220px;
  border: solid 1px #CCC;
  min-height: 80px;
    -moz-border-radius:10px;
  -webkit-border-radius:10px;
}
.uns-supportpartner-logo {
	position:absolute;
	left: 15px;
	top: 5px;
}
.uns-supportpartner > h4 {
	font-size: 20px;
	padding-top: 12px;
}
.uns-supportpartner > p {
	padding-left: 0;
	font-size:12px;
    line-height:18px;
}
.uns-supportpartner > a {
	position: absolute;
	right: 10px;
	border: solid 1px #CCC;
	-moz-border-radius:10px;
  -webkit-border-radius:10px;
  padding: 5px 5px 5px 5px;
  font-size: 12px;
  bottom: 7px;
}
	

/* Content content ---------- */
.uns-content {
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  padding-bottom: 18px;
  background-color: white;
  position: relative;
}
.uns-content strong {
  color: #cd2027;
}

.uns-content > h3 {
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  padding: 10px 15px 5px;
  color: white;
  font-size: 16px;
}
.uns-content > h4 {
  padding: 16px 30px 0;
  font-size: 14px;
  color: #666666;
}
.uns-content > h5 {
  padding: 16px 30px 0;
  font-size: 16px;
  color: #CC0000;
}
.uns-content > h3+* {
  padding-top: 30px !important;
}
.uns-content > p {
  font-size:12px;
  line-height:18px;
  padding:10px 30px 0;
}

.uns-content a { font-weight: bold; }


.uns-blue > h3 { background-color: #66B4E4;}
.uns-blue > h3+* { background: url(i/blue-arrow.png) top left no-repeat transparent;}
.uns-blue a {color:#66B4E4;}

.uns-grey > h3 { background-color: #959595;}
.uns-grey > h3+* { background: url(i/grey-arrow.png) top left no-repeat transparent;}

.uns-red > h3 { background-color: #cd2027;}
.uns-red > h3+* { background: url(i/red-arrow.png) top left no-repeat transparent;}
.uns-red a {color:#cd2027;}

.uns-green > h3 { background-color: #A8CF52;}
.uns-green > h3+* { background: url(i/green-arrow.png) top left no-repeat transparent;}
.uns-green a {color: #A8CF52;}

/* Contents with stuff */
.uns-content img.unl-left {
  margin:8px 20px 8px -10px; /* Assumes 66x66 */
  float: left;
}
.uns-content img.unl-right {
  position:absolute;
  right:25px;
  top:95px;
}
.uns-content img.unl-floatright {
  float: right;
  margin-top: 5px;
  margin-right: 25px;
}

.uns-content ul { padding: 20px 20px 0; }
.uns-content ul > li {
  list-style-type: none;
  background:url(i/dash.png) no-repeat scroll left center transparent;
  padding: 6px 10px 6px 20px;
  margin-left: 10px;
  color: #666666;
  font-size: 12px;
}
.uns-content > ul.uns-imagelist {
  padding: 20px 20px 0;
}
.uns-content > ul.uns-imagelist li {
  padding: 10px;
  padding-left: 60px;
  margin-left: 0;
}
.uns-content li.uns-box {background-image:url(i/perpetualstock.png);}
.uns-content li.uns-currency {background-image:url(i/multiplecurrencies.png);}
.uns-content li.uns-receipt {background-image:url(i/costingreceipts.png);}
.uns-content li.uns-document {background-image:url(i/emaildocuments.png);}

.uns-content > ul.uns-ticklist {
  padding: 20px 12px 0;
}
.uns-content > ul.uns-ticklist li {
  background:url(i/red-tick.png) no-repeat transparent center left; 
  height:2em;
  font-weight: bold;
  padding:7px 5px 7px 47px;
}

/* Trial */
.uns-trial > h3 {
  background: transparent url(i/free-trial.png) no-repeat;
  padding: 20px 20px 20px 60px;
  font-size: 24px;
}
.uns-trial > div {
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  background: url(i/green-arrow.png) top left no-repeat #e6e6dc;
  padding-bottom: 10px;
}
.uns-trial ul { padding: 0 30px; }
.uns-trial ul > li { font-size: 16px; font-weight: bold; }
.uns-trial .uns-link { margin: 10px auto 0; }

#sidebar div.uns-trial, #sidebar div.uns-green {  margin-top:11px;  padding-bottom:0; }
#sidebar { padding-top: 43px; }
#sidebar > .uns-link { margin: 10px 0 5px; }
#sidebar div.uns-green > h3 {
  font-size: 24px;
  padding: 20px 20px 20px 30px;
  font-weight: normal;
}


.uns-form label { 
  display: block;
  padding: 10px;
}
.uns-form input, .uns-form textarea { 
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  display:block;
  width: 220px;
  padding:10px;
}
.uns-form fieldset { padding:10px 30px 20px; }
.uns-form input[type="submit"]:hover { background-color: #959595; }
.uns-form input[type="submit"] {
 font-size: 20px;
 width: 240px;
 color: white;
 margin-top: 25px;
 cursor: pointer;
}

.uns-green { background-color: #e6e6dc; }
.uns-green input[type="submit"] { background-color: #A8CF52; }


.uns-lozenge {
  height: 110px;
  margin-top: 13px;
  -moz-border-radius: 10px;
}

.uns-image-easy { background: url(design/btli-easy.png) no-repeat;}
.uns-image-xero { background: url(design/btli-xero.png) no-repeat;}
.uns-image-saas { background: url(design/btli-saas.png) no-repeat;}

.uns-link {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  display: block;
  padding: 28px 0;
}
.uns-content .uns-link { 
  padding: 12px 10px;
  width: 220px;
  font-size: 20px;
  text-align: center;
  color:white;
}
.uns-content .wide { 
  padding: 12px 10px;
  width: 500px;
  font-size: 20px;
  text-align: center;
  color:white;
}

.uns-content a.uns-link:hover, a.uns-link:hover { background-color: #959595; }
.uns-content a.uns-red { background-color: #cd2027; }
.uns-content a.uns-green { background-color: #A8CF52; }
.uns-content a.uns-orange { background-color: #f07322; }

.uns-link-trial { background: url(i/action-green.png) #A8CF52 no-repeat;}
.uns-link-features { background: url(i/action-red.png) #cd2027 no-repeat;}
.uns-link-signup { background: url(i/action-orange.png) #f07322 no-repeat;}

.uns-link-inventory { background: url(i/action-inventory.png) #666666 no-repeat;}
.uns-link-inventory:hover { background-color: #959595; }
.uns-link-purchasing { background: url(i/action-purchasing.png) #666666 no-repeat;}
.uns-link-purchasing:hover { background-color: #959595; }
.uns-link-sales { background: url(i/action-sales.png) #666666 no-repeat;}
.uns-link-sales:hover { background-color: #959595; }



/* Address */

.uns-address {
	width: 210px;
	-moz-border-radius:10px;
  -webkit-border-radius:10px;
  padding-bottom: 18px;
  position: relative;
  padding: 20px;
  border: solid 1px #CCC;
  height: 110px;
  display:inline;
  float:left;
   background:url(i/clients-bg.png) repeat-x;
	}
	
.uns-address h1 {
	font-size:13px;
	line-height:18px;
	font-weight:bold;
	color:#000;
	}		
	
.uns-address h2 {
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	color:#CC0000;
	}		
	
.indent20-red{
	margin-left:20px; 
	font-size:13px;
	line-height:18px;
	font-weight:bold;
	color:#CC0000;
	}
.uns-address p {
  font-size:12px;
  padding:0;
  line-height:18px;
  font-weight:normal;
}


/* Redundant Address */

.address-container {
	width: 210px;
	-moz-border-radius:10px;
  -webkit-border-radius:10px;
  padding-bottom: 18px;
  position: relative;
  padding: 20px;
  border: solid 1px #CCC;
  min-height: 90px;
  display:inline;
  float:left;
	}
	
.hd-black {
	font-size:13px;
	line-height:18px;
	font-weight:bold;
	color:#000;
	}		
	
.hd-red {
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	color:#CC0000;
	}		
	
.indent20-red{
	margin-left:20px; 
	font-size:13px;
	line-height:18px;
	font-weight:bold;
	color:#CC0000;
	}
.blacktxt {
  font-size:12px;
  padding:0;
  font-weight:normal;
}
