/* import stylesheet with main features - do not edit */
 @import "construct.css"; 
/* import colour stylesheet - all the colours are set in this stylesheet nowhere else */
 @import "colours.css";
#cookie-container {
	position: fixed;
	width: 100%;
	z-index: 9999;
}
/* html tags that need to be changed (ex. font family of whole document, colour or image of body tag) */
body {
	font-size: px;
	line-height: px;
	font-family: 'Open Sans', sans-serif;
}
h1 {
	font-size: px;
	line-height: px;
	margin: 0;
}
h2 {
	font-size: px;
	line-height: px;
	margin: 0;
}
h3 {
	font-size: px;
	line-height: px;
	margin: 0;
}
p {
	margin: 0 0 10px 0;
}
blockquote p {
	line-height: 1.2;
}
a:hover, a:focus, a:active {
	text-decoration: none;
}
/* access links need to be as wide as wrapper so 770px or 990px */
#accesslinks, #accesslinks li, #accesslinks a:focus, #accesslinks a:active {
	width: 990px;
	margin: 0 auto;
}
/* main divs */
#wrapper {
	margin: 0 auto;
	text-align: left;
	background-color: #F8F4F3;
	background-image: url(/img/border_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
/* this is a 2 column design with a left col bar. I you want a 3 col design, call your right column thirdiv */
/* content is wrapping both secdiv and maindiv to apply a background image if needs be (css faux column) */
#content {
	width: 950px;
	margin: 0 auto;
	padding-bottom: 20px;
}
#maindiv {
}
/* header section of the design */
header {
	background-color: #EE1844;
	height: 167px;
}
.head1 {
	background-color: #B30D2E;
	height: 68px;
	border-bottom: 2px solid #E1D0CC;
	box-shadow: 0 1px 10px #333333;
}
#logo {
	width: 950px;
	margin: 0 auto;
}
#logo img {
	position: relative;
	top: 15px;
	float: left;
}
#slider {
	width: 950px;
	margin: 0 auto;
	height: 354px;
}
#slider img {
	border: 12px solid #fff;
	margin-top: -16px;
}
#secdiv1 {
	width: 507px;
	margin: 0px auto;
}
#secdiv1 p {
	width: 149px;
	height: 42px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	text-align: center;
	font-weight: 100;
	float: left;
	margin-left: 30px;
	background-image: url(/img/box_shadow.png);
	background-repeat: no-repeat;
	font-size: 18px;
}
#secdiv1 p a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	position: relative;
	top: 2px;
}
#home_info {
	font-size: 25px;
	font-weight: 600;
	color: #333333;
	margin: 25px auto;
}
#page_info {
	font-size: 25px;
	font-weight: 400;
	color: #333333;
	padding: 30px 0;
}
.home_con {
	padding-bottom: 30px;
	background-image: url(/img/border_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 20px;
}
.home_con p {
	color: #333;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 22px;
}
/* navigation - horizontal with popups going below */
/* z-index are used to allow the popups go over the other elements */
#nav {
	width: 100%;
	position: relative;
	z-index: 3;
	background-color: #333333;
}
/* main list of navigation items */
#nav ul {
	width: 705px;
	margin: 0 auto;
	height: 28px;
}
#nav li {
	list-style: none;
	float: left;
}
#nav li a {
	display: block;
	text-decoration: none;
	padding: 5px 32px;
	font-size: 14px;
}
#nav li.l a {
	padding-right: 0 !important;
}
#nav li a:hover, #nav li a:focus, #nav li a:active, #nav li a#sel, #nav li:hover a, #nav li.sfhover a {
	text-decoration: none;
}
/* navigation popup menus -affect both 1st and 2nd level popups */
#nav li ul {
	position: absolute;
	left: -999em;
	z-index: 4;
	width: 220px;
	padding: 0px 0;
	margin-left: 23px;
	height: auto;
}
#nav li li {
	width: 100%;
}
#nav li li a {
	width: 212px;
	padding: 2px 4px;
}
#nav li li a:hover {
	text-decoration: none;
	background-color: rgba(179, 13, 46, 0.7);
}
/* second levelnavigation popup menus specfic styles */
#nav li ul ul {
	width: 210px;
	margin: 0 0 0 200px;
	top: 0;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}
/* social media icons - email a friend, linkedin, twitter, facebook  */
#shareme {
	text-align: right;
	margin: 2px;
}
#shareme li {
	text-align: center;
	display: inline;
}
#shareme li a img {
	margin-left: 0;
}
/* newsletter is a button - delete if not required */
#newsletter {
	background-color: #f5fafc;
	border-radius: 0;
}
/* newsletter is a form - delete if not required */
#newsletter {
	border: 0;
}
#newsletter p {
	margin: 0 0 5px 0;
}
#newsletter label {
	float: left;
	display: block;
	width: 55px;
}
#newsletter input {
	padding: 2px 3px;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	color: #A5B5A2;
	background-color: #fff;
	width: 166px;
	font-size: 11px;
}
#newsletter input[type=email] {
	float: left;
}
#newsletter input[type=submit] {
	background-color: #B30D2E;
	color: #fff;
	border-radius: 5px;
	font-size: 12px;
	width: 62px;
	padding: 3px 0;
	margin-left: 15px;
	font-family: 'Open Sans', sans-serif;
}
#newsletter p#btn {
	text-align: right;
}
/* how big is your business (dropdown) - deleted if not required */
#howbig {
}
#howbig select {
	width: px;
	border-style: solid;
	border-width: 1px;
}
/* how big is your business (images) - deleted if not required */
#howbig {
	height: px;
}
#youare li, #youare li a {
	float: left;
	display: block;
	height: px;
	width: px;
}
/* callnow image */
#callnow {
	float: left;
	font-size: 20px;
	position: relative;
	top: 45px;
	left: 100px;
	font-weight: 300;
}
#callnow a {
	color: #fff;
	text-decoration: none;
}
/* request a callback button */
#callback {
	background-color: #FF6600;
	margin-left: 0 !important;
}
.freecons {
	background-color: #EE1844;
}
#makemore {
	background-color: #99CCFF;
}
.meetteam {
	background-color: #99CC33;
}
.three_box {
	padding-bottom: 35px;
	float: left;
}
.left_key {
	width: 290px;
	float: left;
	margin-right: 15px;
	padding-bottom: 10px;
    background-image: url(/img/box_bottom_left.png);
    background-repeat: no-repeat;
    background-position: 3px 100%;
}
.left_key h2, .pay_less h2, .help_tools h2 {
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 15px;
}
.left_key div, .help_tools div {
	background-color: #fff;
	padding: 10px;
}
.left_key div p {
	font-size: 14px;
	color: #333;
	padding: 3px 10px 0;
	line-height: 20px;
	background-color: #f5fafc;
}
.left_key div p a {
	color: #B20C2D;
}
.pay_less {
	float: left;
	margin-right: 15px;
	width: 372px;
	padding-bottom: 10px;
    background-image: url(/img/box_bottom_middle.png);
    background-repeat: no-repeat;
    background-position: 3px 100%;
}
.pay_less div {
	padding: 9px 20px;
	background-color: #fff;
}
.pay_less div h4 {
	font-size: 14px;
	font-weight: 500;
	color: #3F3E3E;
	padding-bottom: 5px;
	background-color: #f5fafc;
}
.help_tools {
	width: 256px;
	float: left;
	padding-bottom: 10px;
    background-image: url(/img/box_bottom_right.png);
    background-repeat: no-repeat;
    background-position: 3px 100%;
}
.help_tools div p {
	font-size: 14px;
	color: #333;
	padding: 3px 10px 21px;
	line-height: 20px;
	background-color: #f5fafc;
	margin: 0;
}
.abt_con p {
	margin-bottom: 20px;
	color: #333;
	font-size: 14px;
	line-height: 22px;
}
.abt_list li {
	list-style: none;
	font-size: 14px;
	line-height: 30px;
	color: #333;
}
.abt_list li:before {
	content: '\2022';
	font-size: 32px;
	font-weight: 600;
	color: #B30D2E;
	padding-right: 10px;
	vertical-align: bottom;
}
.pro_list li {
	font-size: 14px;
	color: #333;
	line-height: 26px;
	margin-bottom: 10px;
}
.pro_list1 li, .choose_acc li, .collist li, .squarelist li {
	list-style: none;
	font-size: 14px;
	line-height: 24px;
	color: #333;
}
.pro_list1 li:before, .choose_acc li:before, .collist li:before, .squarelist li:before {
	content: '\2022';
	font-size: 32px;
	font-weight: 600;
	color: #B30D2E;
	padding-right: 10px;
	vertical-align: bottom;
}
/* misc styles */
#breadcrumbs {
	font-size: 11px;
	color: #333333;
	margin: 0;
}
#breadcrumbs strong {
	font-weight: 500;
}
#nstep {
	padding: .2em;
	margin-top: 2em;
}
#nstep_p {
	color: #333;
	font-size: 14px;
}
#nstep_p a {
	color: #B20C2D;
}
.teamseparation {
	clear: left;
	border-top-width: 0px;
	margin: 0;
	background-image: url(/img/border_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 10px 0;
}
.team_mem h2 {
	margin: 20px 0 30px;
	font-size: 16px;
	color: #333;
	font-weight: 600;
}
.team_mem p {
	line-height: 22px;
	font-size: 14px;
	color: #333;
}
/* site search box */
#sitesearch {
	width: 950px;
	margin: 0 auto;
}
#sitesearch p {
	text-align: right;
	position: relative;
	top: 35px;
}
#sitesearch input[type=text] {
	padding: 3px 6px;
	border-width: 1px;
	border-style: solid;
	border-radius: 6px;
	color: #A5B4A1;
	font-size: 12px;
	height: 17px;
	width: 201px;
}
#sitesearch input[type=image] {
	background-color: transparent;
	border: 0;
	vertical-align: middle;
	padding: 4px;
}
#sitesearch a {
	float: left;
	display: block;
}
#sitesearch button {
	float: left;
}
/* welcome message when user is logged in */
#log {
	width: 950px;
	text-align: right;
	color: #fff;
	margin: 0 auto;
	position: relative;
	top: 15px;
}
#log a {
	color: #fff;
	text-decoration: none;
}
/* free consultation */
p.freecons {
	margin: 0;
	height: px;
}
/* fixed quote */
p.fixedquo {
	margin: 0;
	height: px;
}
/* makemore button */
#makemore {
}
/* footer */
#icaew_logo {
	background-image: url(/img/border_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#icaew_logo p {
	text-align: center;
	padding: 35px 0;
}
#footer {
	background-color: #f8f4f3;
}
#footer ul {
	text-align: center;
	padding: 25px 0;
}
#footer p {
	margin: 0;
}
#footer li {
	display: inline;
	padding: 0;
	font-size: 12px;
	color: #333;
}
#footer a {
	text-decoration: underline;
	font-size: 12px;
	color: #333;
}
#footer a:hover, #footer a:focus, #footer a:active {
	text-decoration: underline;
	color: #B20C2D;
}
div#fnav ul {
	list-style: none;
}
/* homepage lists and "boxes" */
#home .ticklist {
	margin-left: 10px !important;
	background-color: #f5fafc;
	margin-bottom: 0;
	padding-bottom: 20px;
}
#home .ticklist li {
	font-size: 14px;
	color: #333;
	line-height: 36.5px;
}
#home .ticklist1 {
	margin-left: 10px !important;
	background-color: #f5fafc;
	margin-bottom: 0;
	padding-bottom: 10px;
}
#home .ticklist1 li {
	font-size: 14px;
	color: #333;
	line-height: 27px;
}
#home .homebox {
}
#home #taxnews {
}
/* these 2 style are used to make sure the list of non-scrolling news (taxtips or bbc) looks the same as otehr lists on the page */
#home div.homebox ul, #home div.homebox ul li, #home div.homebox ul li a {
	margin: 0;
	list-style: none;
	display: block;
}
#home div.homebox ul li a {
	padding-left: 20px;
	background-image: url("/img/tick.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
}
/* Login Box CSS */

.logon-box {
	background: rgba(255,255,255, 1.0);
	border: 1px solid rgba(224,224,224, 0.8);
	-moz-box-shadow: 1px 1px 10px 1px #ccc;
	-webkit-box-shadow: 1px 1px 10px 1px #ccc;
	box-shadow: 1px 1px 10px 1px #ccc;
	border-radius: 6px;
	max-width: 450px;
	margin: 20px auto;
}
div.logon-box div.mainlogo.openspace {
	background: url('/img/iris_openspace_logo.png') center no-repeat;
	background-size: 348px 66px;
	text-indent: -9999em;
	margin: 25px 0;
	min-height: 66px;
}
div.logon-box div.mainlogo.openbooks {
	background: url('/img/iris_openbooks_login_logo.png') center no-repeat;
	background-size: 348px 66px;
	text-indent: -9999em;
	margin: 25px 0;
	min-height: 66px;
}
div.logon-box div.mainlogo.kashflow {
	background: url('/img/iris_kashflow_logo.png') center no-repeat;
	background-size: 348px 66px;
	text-indent: -9999em;
	margin: 25px 0;
	min-height: 66px;
}
div.logon-box div.mainlogo.kashflowpayroll {
	background: url('/img/iris_kashflowpayroll_logo.png') center no-repeat;
	background-size: 348px 66px;
	text-indent: -9999em;
	margin: 25px 0;
	min-height: 66px;
}
.logon-box form {
	border: none;
	max-width: 450px;
}
.logon-box form fieldset {
	margin-bottom: 0;
}
.logon-box form label, .logon-box form input {
	float: left;
	margin: 10px 0;
	width: 140px;
}
.logon-box form label {
	color: #646464;
	text-align: right;
	width: 170px;
}
.logon-box form input {
	border: 1px solid rgba(224,224,224, 0.8);
	margin-left: 29px;
	padding: 3px;
}
.logon-box form label[for="Password"] {
	clear: both;
}
.logon-box form button[type="submit"] {
	display: block;
	padding: 0 10px;
	border: none;
	margin: 6px 0 0;
	background-color: rgba(73,77,86, 1.0);
	line-height: 2em;
	color: #fff;
	cursor: pointer;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-webkit-text-shadow: none;
	text-shadow: none;
	border-radius: 0;
	width: 120px;
	transition: background-color 0.8s ease;
	text-transform: uppercase;
}
.logon-box form button:hover[type="submit"] {
	background-color: rgba(73,77,86, 0.6);
	;
}
.logon-box form a {
	clear: both;
	color: rgba(100,100,100, 1.0);
	display: block;
	float: left;
	text-align: left;
	margin-left: 200px;
	padding: 5px 0;
	transition: color 0.8s ease;
	font-weight: normal!important;
}
.logon-box form a:hover {
	color: #ed1c24;
}
.form-actions {
	clear: both;
	padding: 19px 20px 20px;
	margin-top: 20px;
	background-color: #f5f5f5;
	border-top: 1px solid rgba(224,224,224, 0.8);
}
/* misc */
.cont1 p, address {
	color: #333;
	font-size: 14px;
	line-height: 20px;
}
#contactform {
	margin: 20px 0;
	padding: 15px 30px 15px 30px;
	width: 888px;
}
.reglog {
	margin: 0 0 10px 0;
	padding: 20px;
	width: 75%;
}
#loginform label {
	padding: 10px 0;
	width: 30%;
}
.reglog input, .reglog textarea {
	padding: 1px 3px;
	width: 55%;
}
.linkslist li a {
	padding: 5px 5px 5px 20px;
}
.faqq {
	padding: 5px 0;
}
.faqq_p p {
	line-height: 24px;
	color: #333;
}
#altinfo {
	margin: 0 auto 10px;
	padding: 12px 0 5px;
}
ol, ul {
	margin: 0 0 10px 0;
}
.collist {
	background: none;
	width: 44%;
}
#contactform fieldset {
	margin-bottom: 20px;
}
p.contact-form-title-master {
	margin: 20px 0;
}
