a img { border: 0px; }
body {
	background: #fff url(../images/background.png) repeat-x 0 0;
	margin: 0;
	padding: 0;
	font-family: ARIAL,HELVETICA,SANS-SERIF;
}
body#tinymce { background: 0; }
h1, h2, h3, h4 {	color: #856b10; font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; }
blockquote { margin: 40px 40px; }
table { width: 100% }
/* ~~~~~~ Layout ~~~~~~ */
#wrap {
	width: 912px;
	margin: 0 auto;
}
#header {
	width: 912px;
	height: 266px;
	background: #fff url(../images/banner.png) no-repeat 0 0;
}
#logo {
	margin: 0 0 0 40px;
	display: block;
	width: 418px;
}
#menu {
	color: #fff;
	margin: 110px 0 0;
	display: block;
	list-style-type: none;
	padding: 0px;
	text-align: center;
	font-size: 0.9em;
}
#menu li {
	display: inline;
	border-left: 1px solid #775cb5;
	padding: 0 5px;
	text-transform: uppercase;
	line-height: 28px;
}
#menu li.first-child {
	border: 0px;
}
#content {
	background: #fff url(../images/background-content.png) repeat-y 0 0;
	padding: 0 12px 30px;
	font-size: 0.8em;
	float: left;
	clear: both;
	width: 888px;
}
#footer {
	height: 22px;
	clear: both;
	line-height: 22px;
	background: #fff url(../images/footer.png) no-repeat 0 0;
	text-align: center;
	color: #fff;
	font-size: 0.8em;
}
/* ~~ Layout with Submenu ~~ */
#content-wrap {
	background: #fff url(../images/background-submenu.png) repeat-y 0 0;
	float: left;
	width: 896px;
	padding: 1px 12px 30px 8px;
	clear: both;
}
#content-wrap #content {
	width: 675px;
	background: transparent;
	float: right;
	clear: none;
	padding: 0px;
}
#submenu {
	width: 190px;
	float: left;
	font-size:0.8em;
}
#submenu .submenu-heading {
	color: #856b10;
	font-size: 1.1em;
	margin: 10px 0 0;
	font-weight: bold;
}
#submenu  ul{
	list-style-type: none;
	padding: 0 10px;
	margin: 0;
}
#submenu li {
	padding: 5px 0;
	text-transform: capitalize;
}
/* ~~~~~~ Pages ~~~~~~ */
#gun-7000 {
	float: right;
	padding: 25px 50px;
}
#icons { text-align: center; }
#icons a {
	background: #fff url(../images/homepage-sprite.png) no-repeat 0 0;
	display: block;
	width: 277px;
	height: 142px;
	float: left;
	text-indent: -20000em;
	margin: 5px 9px 10px 8px;
}
#account-platform-icons { text-align: center; width: 300px; float: right; }
#account-platform-icons a {
	background: #fff url(../images/account-platform-sprite.png) no-repeat 0 0;
	display: block;
	width: 279px;
	height: 143px;
	text-indent: -20000em;
	margin: 10px auto;
}
#icons #business { background-position: 0 0 }
#icons #client { background-position: 0 -152px }
#icons #reseller { background-position: 0 -304px }
#account-platform-icons  #sageaccpac { background-position: 0 0 }
#account-platform-icons  #sagepro { background-position: 0 -153px }
#account-platform-icons  #accountmate { background-position: 0 -306px }
/* ~~~~~~ FAQ ~~~~~~ */
#faq h2 {
	background: #fff url(../images/arrow2.png) no-repeat left center;
	padding-left: 15px;
}
#faq p { margin: 5px }
.question { cursor: pointer; font-weight: bold; }
.answer {
	display: none;
	padding-left: 1em;
	margin: 12px 0;
}
/* ~~~~~~ Links ~~~~~~ */
a {
	color: #392e6c;
	text-decoration: none;
}
#menu a {
	color: #fff;
	text-transform: uppercase;
}
#submenu a {
	font-weight: bold;
	text-transform: capitalize;
}
/* ~~~~~~ Presets ~~~~~~ */
.red { color: #f00; }
.center { text-align: center; }
.bold { font-weight: bold; }
.indent { padding-left: 30px; }
/* ~~~~~~ Floats ~~~~~~ */
.float-right { float: right; }
.float-left { float: left; }
.float-clear { clear: both; }
img.float-left { padding: 10px }
