/*-------------------------------------------------------------------
----------------SUB NAVIGATION AT THE TOP OF WEBSITE-----------------
---------------------------------------------------------------------*/

.headernav #subnav {
	position: relative;
	width: 310px;
	margin: 0 auto;
	top: 130px;
	z-index: 10;
}
.headernav #subnav ul {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0px;
	width: 324px;
}
.headernav #subnav ul li {
	float: left;
	text-decoration: none;
	overflow: hidden;
}

/*--------HEAD OFFICE SUB NAVIGATION------*/

.headernav #subnav ul li a.headoffice:link, .headernav #subnav ul li a.headoffice:visited {
	text-indent: -1000em;
	display: block;
	width: 80px;
	height:23px;
	background: url(../images/headoffice_btn.png) no-repeat -1px;
}
.headernav #subnav ul li a.headoffice:hover, .headernav #subnav ul li a.headoffice:active {
	background-position: -82px;
}
.headernav #subnav ul li a.headofficecurrent, .headernav #subnav ul li a.headofficecurrent:hover, .headernav #subnav ul li a.headofficecurrent:active {
	text-indent: -1000em;
	display: block;
	width: 80px;
	height:23px;
	background: url(../images/headoffice_btn.png) no-repeat -1px;
	background-position: -82px;
	cursor: default;
}

/*--------SALES DEPARTMENT SUB NAVIGATION------*/

.headernav #subnav ul li a.sales:link, .headernav #subnav ul li a.sales:visited {
	text-indent: -1000em;
	display: block;
	width: 119px;
	height:23px;
	background: url(../images/sales_btn.png) no-repeat left;
}
.headernav #subnav ul li a.sales:hover, .headernav #subnav ul li a.sales:active {
	background-position: -119px;
}
.headernav #subnav ul li a.salescurrent, .headernav #subnav ul li a.salescurrent:hover, .headernav #subnav ul li a.salescurrent:active {
	text-indent: -1000em;
	display: block;
	width: 119px;
	height:23px;
	background: url(../images/sales_btn.png) no-repeat left;
	background-position: -119px;
	cursor: default;
}

/*--------SUPPORT HOTLINE SUB NAVIGATION------*/

.headernav #subnav ul li a.support:link, .headernav #subnav ul li a.support:visited {
	text-indent: -1000em;
	display: block;
	width: 102px;
	height:23px;
	background: url(../images/supporthotline_btn.png) no-repeat left;
}
.headernav #subnav ul li a.support:hover, .headernav #subnav ul li a.support:active {
	background-position: -103px;
}
.headernav #subnav ul li a.supportcurrent, .headernav #subnav ul li a.supportcurrent:hover, .headernav #subnav ul li a.supportcurrent:active {
	text-indent: -1000em;
	display: block;
	width: 102px;
	height:23px;
	background: url(../images/supporthotline_btn.png) no-repeat left;
	background-position: -103px;
	cursor: default;
}


/*-------------------------------------------------------------------
-------------------------WEBSITES MAIN CONTENT-----------------------
---------------------------------------------------------------------*/

.headernav .maincontent {
	padding: 2em 2em 2em 2em;
	width: 900px;
	margin-top:160px;
	margin-left:inherit;
	margin-right:inherit;
	margin-bottom:5px;
	/*margin: 0 auto;*/
	text-align: left;
	height: auto;
	position: relative;
}

.headernav   .maincontent   #bkg {
	padding: 1.5em 1em 1.5em 1em;
	height: auto;
}
.headernav .maincontent #bkg h1 {
	margin-top: 1em;
	margin-right: 0.8em;
	margin-bottom: 1em;
	margin-left: 0.8em;
	position: relative;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: lighter;
}
.headernav .maincontent #bkg p {
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	position: relative;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: lighter;
}


/*--------HEADOFFICE HEADING BACKGROUND------*/

.headernav .maincontent #bkg .inside .notopgap .headofficebkg {
	background-image: url(../images/headoffice_bkg.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 131px;
	margin-top: -10px;
}

.headernav .maincontent #bkg .inside .notopgap .headofficebkg h2 {
	font-size: 0.8em;
	color:#FFFFFF;
	margin-left: 0.9em;
	line-height: 30px;
}

/*--------SALES DEPARTMENT HEADING BACKGROUND------*/

.headernav .maincontent #bkg .inside .notopgap .salesdepartmentbkg {
	background-image: url(../images/sales_bkg.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 231px;
	margin-top: -10px;
}

.headernav .maincontent #bkg .inside .notopgap .salesdepartmentbkg h2 {
	font-size: 0.8em;
	color:#FFFFFF;
	margin-left: 0.9em;
	line-height: 30px;
}

/*--------SUPPORT DEPARTMENT HEADING BACKGROUND------*/

.headernav .maincontent #bkg .inside .notopgap .supportbkg {
	background-image: url(../images/support_bkg.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 231px;
	margin-top: -10px;
}

.headernav .maincontent #bkg .inside .notopgap .supportbkg h2 {
	font-size: 0.8em;
	color:#FFFFFF;
	margin-left: 0.9em;
	line-height: 30px;
}


/*--------BILLING DEPARTMENT HEADING BACKGROUND------*/

.headernav .maincontent #bkg .inside .nobottomgap .billingbkg {
	background-image: url(../images/billing_bkg.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 251px;
}

.headernav .maincontent #bkg .inside .nobottomgap .billingbkg h2 {
	font-size: 0.75em;
	color:#FFFFFF;
	margin-left: 0.9em;
	line-height: 30px;
	font-weight: normal;
}


/*--------COMPLAINTS HEADING BACKGROUND------*/

.headernav .maincontent #bkg .inside .nobottomgap .complaintsbkg {
	background-image: url(../images/complaints_bkg.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 251px;
}

.headernav .maincontent #bkg .inside .nobottomgap .complaintsbkg h2 {
	font-size: 0.75em;
	color:#FFFFFF;
	margin-left: 0.9em;
	line-height: 30px;
	font-weight: normal;
}



/*----------------------------------------------------------------------------------------
-------------------------WEBSITES ROUNDED CORNER BOXES WITH CONTENT-----------------------
------------------------------------------------------------------------------------------*/

.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url(../images/rndcnr_white.png);
	height: 18px;
	font-size: 1em;
	width:870px;
	margin-left: -18px;
}
	
.top-left, .bottom-left { 
	margin-right: 18px;
}

.top-right, .bottom-right { 
	font-size: 1em;
	margin-left: 18px;
	margin-top: -18px;
}

.top-right {
	background-position: 870px 0;
}

.bottom-left  { 
	background-position: 0 -18px;
}

.bottom-right { 
	background-position: 870px -18px;
}

.inside {
	background: #FFF;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #4A494D; 
	font-size: 1em;
	padding-left: 18px;
	margin-left: -17px;
	padding-right: 7px;
	width: 880px;
}

.notopgap {
	margin-top: -0.1em;
	padding-top: 0.2em;
}

.nobottomgap {
	margin-bottom: -0.1em;
	padding-bottom: 1em;
}

.headernav .maincontent #bkg .inside .notopgap h1 {
	font-size: 1em;
}

.headernav .maincontent #bkg .inside .notopgap h2 {
	font-size: 0.8em;
	margin-left: 10px;
	margin-top: 0.5em;
}

.headernav .maincontent #bkg .inside .nobottomgap h2 {
	font-size: 0.8em;
	margin-left: 10px;
	margin-top: 2em;
}

.headernav .maincontent #bkg .inside .nobottomgap p {
	font-size: 0.8em;
}

.headernav .maincontent #bkg .inside .nobottomgap .complaints p {
	font-size: 0.8em;
	margin-bottom: -0.5em;
}

/*--------HEAD OFFICE CONTACT DETAILS------*/

.headernav .maincontent #bkg .inside .nobottomgap .detailslist {
	width: 35em;
	font-size: 0.8em;
	margin-left: 0em;
}
.headernav .maincontent #bkg .inside .nobottomgap .detailslist ul li {
	display: inline;
}

.headernav .maincontent #bkg .inside .nobottomgap .detailslist ul li .alignleft {
	padding-left: 10em;
	padding-bottom: 0.8em;
	margin-top: -0.9em;
}

/*--------HEAD OFFICE EMAIL ADDRESS------*/

.headernav .maincontent #bkg .inside .nobottomgap .detailslist ul li a.mailsupport {
	padding-left: 6.8em;
}

.headernav .maincontent #bkg .inside .nobottomgap .detailslist ul li a.mailsupport:link, .headernav .maincontent #bkg .inside .nobottomgap .detailslist ul li a.mailsupport:visited {
	text-decoration: underline;
	color: #4A494D;

}
.headernav .maincontent #bkg .inside .nobottomgap .detailslist ul li a.mailsupport:hover, .headernav .maincontent #bkg .inside .nobottomgap .detailslist ul li a.mailsupport:active {
	text-decoration: underline;
	color: #009FDA;
}

/*--------SALES DEPARTMENT EMAIL ADDRESS------*/

.headernav .maincontent #bkg .inside .nobottomgap .detailslist ul li a.mailsales {
	padding-left: 1em;
}

.headernav .maincontent #bkg .inside .nobottomgap .detailslist ul li a.mailsales:link, .headernav .maincontent #bkg .inside .nobottomgap .detailslist ul li a.mailsales:visited {
	text-decoration: underline;
	color: #4A494D;

}
.headernav .maincontent #bkg .inside .nobottomgap .detailslist ul li a.mailsales:hover, .headernav .maincontent #bkg .inside .nobottomgap .detailslist ul li a.mailsales:active {
	text-decoration: underline;
	color: #009FDA;
}

/*--------COMPLAINTS EMAIL ADDRESS------*/

.headernav .maincontent #bkg .inside .nobottomgap a.mailcomplaints:link, .headernav .maincontent #bkg .inside .nobottomgap a.mailcomplaints:visited {
	text-decoration: underline;
	color: #4A494D;

}
.headernav .maincontent #bkg .inside .nobottomgap a.mailcomplaints:hover, .headernav .maincontent #bkg .inside .nobottomgap a.mailcomplaints:active {
	text-decoration: underline;
	color: #009FDA;
}

