/* -------------------------------------------------------

    Global :: Standardise CSS Between Browsers

   ------------------------------------------------------- */



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {

	border: 0;

	outline: 0;

	vertical-align: baseline;

	margin: 0px;

	padding: 0px;

	font: inherit inherit 100%;
	behavior: url("/Themes/7PDS/CSS/iepngfix.htc");

}

:focus {

	outline: 0;

}

ol, ul {

	list-style: none;

}

body {
	font-family: Arial, Helvetica, Verdana;
	text-align: center;
	color: #333333;
	font-size: 80%;
	background-color: #006599;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;

}

h1, h2, h3, h4, h5, h6 {
	color: #005285;
}
h1 {
	font-size: 220%;
}
h2 {font-size: 160%;}
h3 {font-size: 140%;}
h4 {font-size: 120%;}
h5, h6 {font-size: 100%;}
p {
	margin-bottom: 1em;
}
a {
	font-weight: bold;
	color: #004876;
	text-decoration: underline;

}

a:hover {
	text-decoration: none;
	color: #FF6600;

}

/* -------------------------------------------------------

    Global :: Misc. Classes

   ------------------------------------------------------- */



.clear {

	clear: both;

}

.left {

	float: left;

}

.right {

	float: right;

	padding: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 5px;

	margin-left: 5px;

}

.nd {

	display: none;

}

.leftimg {
	margin-right: 15px;
	margin-bottom: 8px;
	float: left;

}

.rightimg {

	float: right;

	padding-bottom: 8px;

	padding-left: 8px;

}
.img-link {
	border: 1px solid #656565;
}
.img-link:hover {
	border-top-color: #EE5B27;
	border-right-color: #EE5B27;
	border-bottom-color: #EE5B27;
	border-left-color: #EE5B27;
}
.box {

	color: #FFFFFF;

	background-color: #CD0040;

	padding: 5px;

	width: 200px;

}

.no-list {

	margin: 0px;

	padding: 0px;

	float: left;

}

.no-list ul{

	padding: 0px;

	list-style-type: none;

	margin: 0px;

}

.no-list li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}
.no-float {
	float: none;
}

.link-list {
	padding-bottom: 1.5em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	width: 100%;
}
.link-list li{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #949494;
	background-image: url(../Images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 0.5em;
	clear: left;
	padding-left: 10%;
	float: left;
	width: 90%;
}

/* -------------------------------------------------------

    Page :: General Structure

   ------------------------------------------------------- */

   

#container {
	text-align: left;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}

#header {
	height: 170px;
	background-image: url(../Images/header.gif);
	background-repeat: no-repeat;
	width: 960px;
	background-position: 0px 30px;
	float: left;

}
#header a, #header a:hover {
	text-decoration: none;
}
#content, .content {

	margin-top: 0px;

	float: left;

	padding-top: 0px;

	padding-right: 30px;

	padding-bottom: 20px;

	padding-left: 30px;

	background-color: #FFFFFF;

	width: 900px;

}

#nav {

	list-style: none;

	float : left;

	width: 650px;

	padding: 0;

	margin-top: 110px;

	margin-right: 0;

	margin-bottom: 0;

	margin-left: 0px;

}

#nav ul {

	margin: 0px;

	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

	padding-left: 25px;

}

#nav li {
	display: inline;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cecece;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 100%;



}


.side-nav {

	float: left;

	width: 250px;

	padding: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 15px;

	margin-left: 0px;

}

.side-nav ul {

	margin: 0px;

	padding: 0px;

	width: 250px;

	float: left;

	list-style-type: none;

}

.side-nav li {

	height: 73px;

	width: 250px;

	margin: 0px;

	padding: 0px;

	float: left;

}

.button-01 {
	background-image: url(../Images/side-nav.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 255px;
	display: block;
	background-position: 0px 0px;
	float: left;

}

.button-01:hover {
	background-image: url(../Images/side-nav.gif);
	background-repeat: no-repeat;
	background-position: 0px -210px;

}

.button-02 {
	background-image: url(../Images/side-nav.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 255px;
	display: block;
	background-position: 0px -70px;
	float: left;

}

.button-02:hover {
	background-image: url(../Images/side-nav.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: 0px -280px;

}

.button-03 {
	background-image: url(../Images/side-nav.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 255px;
	display: block;
	background-position: 0px -140px;
	float: left;

}

.button-03:hover {
	background-image: url(../Images/side-nav.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: 0px -350px;

}



#content .col-b {
	float: left;
	width: 650px;
	margin: 0px;
	padding: 0px;

}

.col-b p{
	line-height: 1.5em;
	padding-bottom: 1em;

}

.col-b ul {
	list-style-type: disc;
	padding-left: 1em;
	padding-bottom: 1em;

}

.col-b li {
}
.panel {

	float: left;

	width: 645px;

	margin-bottom: 15px;

}

.panel ul {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;

}

.panel li {
	margin: 0px;
	padding: 0px;

}

.col-one {
	width: 300px;
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;

}

.col-two {
	width: 300px;
	padding-left: 15px;
	float: left;
	padding-bottom: 15px;

}

.content-top {

	background-image: url(../Images/bg_img_top.gif);

	background-repeat: no-repeat;

	float: left;

	width: 960px;

	margin: 0px;

	padding: 0px;

	height: 16px;

}
.content-bot {

	background-image: url(../Images/bg_img_bot.gif);

	background-repeat: no-repeat;

	float: left;

	width: 960px;

	margin: 0px;

	padding: 0px;

	height: 16px;

}

#footer {
	clear: both;
	width: 960px;
	margin-top: 15px;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #015385;

}

#footer a {

	color: #FFFFFF;

	text-decoration: none;

	font-weight: normal;

}

#footer a:hover {

	text-decoration: underline;

	color: #FFFFFF;

}

#footer .copyright {

	float: left;

}
#footer .footer-content {
	background-color: #015385;
	float: left;
	width: 960px;
}

#footer .ftrnav {
	background-color: #015385;
	float: left;
	color: #FFFFFF;
	padding-left: 15px;
	width: 700px;
	font-size: 12px;

}

#footer .ftrnav ul {

	margin-right: -0.8em;

}

#footer .ftrnav li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 0.8em;

}

#footer .author {
	float: right;
	padding: 0px;
	height: 35px;
	width: 210px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #015385;

}

#footer .author p {

	margin: 0px;

	padding: 0px;

}

#footer .author a {

	display: block;

	width: 210px;

	background-image: url(../Images/kang_logo.gif);

	background-repeat: no-repeat;

	height: 32px;

	float: left;

	padding: 0px;

	background-position: top;

	margin: 0px;

}

#footer .author a:hover {

	display: block;

	width: 210px;

	background-image: url(../Images/kang_logo.gif);

	background-repeat: no-repeat;

	height: 32px;

	float: left;

	padding: 0px;

	background-position: bottom;

	margin: 0px;

}

.lrg-grad {

	background-image: url(../Images/lrg-grad.jpg);

	background-repeat: repeat-x;

	background-position: left bottom;

	margin: 0px;

	float: left;

}

.sml-grad {

	background-image: url(../Images/sml-grad.jpg);

	background-repeat: repeat-x;

	background-position: bottom;

}
.border-top {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #949494;

}
.border-bot {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #949494;

}

.padding-620 {
	padding: 15px;
	float: left;
	width: 605px;

}

.padding-top {

	padding-top: 15px;

	float: left;

}

.org-txt, .org-txt h1, .org-txt h2, .org-txt h3 {

	color: #FF6600;

}

.org-txt a {

	color: #FF6600;

	text-decoration: underline;

}

.org-txt a:hover {

	text-decoration: none;

}

.blk-txt {

	color: #000000;

}

.ftr-top {

	background-image: url(../Images/ftr-top.gif);

	background-repeat: no-repeat;

	display: block;

	float: left;

	height: 12px;

	width: 960px;}

.footer-bot {
	background-image: url(../Images/ftr-bot.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 12px;
	width: 960px;
	background-position: left top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;

}

.acred-logos {
	background-image: url(../Images/acred-logos.gif);
	margin: 0px;
	padding: 0px;
	float: left;
	height: 78px;
	width: 901px;
	background-position: 0px 15px;
	background-repeat: no-repeat;

}



.case01 {

	background-image: url(../Images/buttons/casestudies/01.jpg);

	background-repeat: no-repeat;

	margin: 0px;

	padding: 0px;

	float: left;

	height: 219px;

	width: 130px;

}

.case02 {

	background-image: url(../Images/buttons/casestudies/02.jpg);

	background-repeat: no-repeat;

	margin: 0px;

	padding: 0px;

	float: left;

	height: 219px;

	width: 130px;

}

.case03 {

	background-image: url(../Images/buttons/casestudies/03.jpg);

	background-repeat: no-repeat;

	margin: 0px;

	padding: 0px;

	float: left;

	height: 219px;

	width: 130px;

}

.case04 {

	background-image: url(../Images/buttons/casestudies/04.jpg);

	background-repeat: no-repeat;

	margin: 0px;

	padding: 0px;

	float: left;

	height: 219px;

	width: 130px;

}

.case05 {

	background-image: url(../Images/buttons/casestudies/05.jpg);

	background-repeat: no-repeat;

	margin: 0px;

	padding: 0px;

	float: left;

	height: 219px;

	width: 130px;

}

.case-studies {

	float: left;

	width: 251px;

	margin: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}
.cat01 {
	background-image: url(../Images/buttons/product-cat/01-business-users.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 219px;
	width: 130px;

}

.cat02 {
	background-image: url(../Images/buttons/product-cat/02-personal-use.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 219px;
	width: 130px;

}

.cat03 {
	background-image: url(../Images/buttons/product-cat/03-retailers.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 219px;
	width: 130px;

}

.cat04 {
	background-image: url(../Images/buttons/product-cat/04-designers.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 219px;
	width: 130px;

}

.cat05 {
	background-image: url(../Images/buttons/product-cat/05-product-list.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 219px;
	width: 130px;

}
.padding-left {

	padding-left: 15px;

}
.padding-right {

	padding-right: 15px;

}

.padding-bot {
	padding-bottom: 15px;

}

.padding {

	padding: 15px;

} 

.size-180 {

	font-size: 180%;

}

.view {

	background-image: url(../Images/buttons/see-product.jpg);

	background-repeat: no-repeat;

	height: 30px;

	width: 100px;

	display: block;

}

.detail-info {

	margin: 0px;

	padding: 0px;

	float: left;

	height: 170px;

	width: 440px;

}

.size-210-w{}



#content .col-c {
	float: left;
	width: 250px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}





#content .col-c label {

	color: #FFFFFF;

	display: block;

	width: 212px;

	font-weight: bold;

	margin: 0px;

	padding: 0px;

}

.col-c select, .col-c input, .col-c textarea {

	width: 210px;

	margin-bottom: 0.8em;

	border: 1px solid #8F3350;

	background-color: #faeef2;

	margin-top: 0px;

	margin-right: 0px;

	margin-left: 0px;

	font-size: 100%;

	padding-top: 0.2em;

	padding-right: 0px;

	padding-bottom: 0.2em;

	padding-left: 0px;

}

#content .col-c .button {

	font-weight: bold;

	color: #FFFFFF;

	background-color: #CD0040;

	float: right;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

	width: auto;

}
ul.product-list {
font-weight: normal !important;
	float: left;
	padding: 0px;
	width: 640px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
ul.product-list li {
font-weight: normal !important;
	width: 180px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.product-list li ul {
	width: 180px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.product-list li ul li {
	float: left;
	width: 180px;
	padding-bottom: 7px;
}
.row {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	clear: left;
}
.row p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
}
.label {
	float: left;
	width: 150px;
	font-weight: bold;
}
.w-650 {
	float: left;
	width: 635px;
}
.breadcrumbs {
	font-size: 90%;
}
.breadcrumbs h1 {
	font-size: 100%;
	color: #000000;
}	
.breadcrumbs ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.list ul {
	padding-bottom: 1em;
}
.breadcrumbs li, .list li{
	list-style-type: none;
	margin: 0px;
	font-weight: bold;
	background-image: url(../Images/arrow.png);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	background-repeat: no-repeat;
}
.w-220 {
	width: 220px;
}

form fieldset {
	border: 1px dashed #949494;
	outline: 0;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 10px;
	background-image: url(../Images/lrg-grad.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
form fieldset legend {
	color: #352214;
	font-weight: lighter;
	margin: 0px;
	padding: 5px;
	background-color: #F8EFD8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
}
form fieldset .note {
	position: absolute;
	margin-left: 525px;
	width: 150px;
	padding: 10px;
}
form fieldset .note h4 {
	font-size: 120%;
	background-repeat: no-repeat;
	padding-left: 18px;
}
form fieldset ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
form fieldset ol li {
	padding-top: 3px;
	clear: left;
	padding-bottom: 10px!important;
}
form fieldset ol li input, form fieldset ol li select, form fieldset ol li textarea {
	border: 1px solid #C6D8E1;
	width: 400px;
	background-color: #F0FAFF;
}
textarea {
height: 100px;
}
form fieldset ol li textarea {
  height: 150px;
}
form fieldset ol li .note {
	position: relative;
	left: 0;
	display: block;
	float: none;
	width: auto;
	border: none;
	font-size: 80%;
	margin-left: 160px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	background-image: none;
}
form fieldset ol li label, form fieldset ol li div .label {
	float: left;
	width: 150px;
	text-align: left;
	display: block;
	font-style: italic;
	font-size: 130%;
}
form fieldset ol li div {
	margin-left: 10px;
	margin-bottom: 10px;
	display: inline;
}
form fieldset ol li fieldset {
	clear: none;
	border: 1px solid #8F3350;
	margin-left: 120px;
	display: inline;
	width: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
form fieldset ol li div fieldset ul {
	display: block;
}
form fieldset ol li div fieldset legend {
	font-size: 100%;
	font-weight: bold;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #CD0040;
}
form fieldset ol li div fieldset label {
	float: none;
	width: auto;
	text-align: left;
}
/* Buttons */
form fieldset ol .buttons {
	padding-left: 180px;
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 0.5em;
}
form fieldset ol .buttons input {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF6600;
	width: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 7px;
}


/* Single Checkbox */

form fieldset ol .checkbox label {
	float: none;
	width: auto;
	margin-left: 130px;
}
form fieldset ol .checkbox input {
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
}
/* Radio Group */
form fieldset ol .radiogroup div fieldset  {
	width: 210px;
	margin-left: 130px;
	float: left;
	margin-bottom: 0px;
}

form fieldset ol .radiogroup div fieldset ul li {
	display: inline;
}
form fieldset ol .radiogroup div fieldset ul li label {
	float: none;
}
form fieldset ol .radiogroup div fieldset ul li input {
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
}
/* Checkbox List */

form fieldset ol .checklist div fieldset ul {
	list-style: none;
	max-height: 150px;


 height: expression(this.scrollHeight > 150 ? "150px" : "auto");
	overflow: auto;
	width: 210px;
}
form fieldset ol .checklist div fieldset ul, form fieldset ol .checklist div fieldset ul li {
	margin: 0;
	padding: 0;
}
form fieldset ol .checklist div fieldset ul label {
	display: inline;
	padding-left: 2px;
}
form fieldset ol .checklist div fieldset ul input {
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
}

/* Radio List */

form fieldset ol .radiolist div fieldset ul {
	list-style: none;
	max-height: 150px;

 height: expression(this.scrollHeight > 150 ? "150px" : "auto");
	overflow: auto;
	width: 210px;
}
form fieldset ol .radiolist div fieldset ul, .contentform fieldset ol .radiolist div fieldset ul li {
	margin: 0;
	padding: 0;
}
 .form fieldset ol .radiolist div fieldset ul label {
 display: inline;
 padding-left: 2px;
}
.content form .radiolist input {
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
}

ul.messages {
	clear: left;
	border: 1px dashed #4F90B4;
	padding: 3px;
	list-style-type: none;
	list-style-image: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
ul.messages li {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
ul.messages .Completed {
	padding-left: 22px;
	background-color: #F0FAFF;
	background-image: url(../Images/16x16-accept.png);
	background-repeat: no-repeat;
	background-position: 3px;
}
ul.messages .Information {
	padding-left: 22px;
	background-color: #F0FAFF;
	background-image: url(../Images/16x16-information.png);
	background-repeat: no-repeat;
	background-position: 3px;
}
ul.messages .Error {
	padding-left: 22px;
	background-color: #F0FAFF;
	background-image: url(../Images/16x16-error.png);
	background-repeat: no-repeat;
	background-position: 3px;
}
.middle {
	margin-right: auto;
	margin-left: auto;
	width: 682px;
	margin-top: 15%;
	height: 284px;
	margin-bottom: 15%;
}
.middle ul {}
.middle li {
	display: inline;
	padding-right: 12px;
}
.middle a {
	color: #FFFFFF;
}
.middle a:hover {
	color: #999999;
}
.mainsite {
	background-image: url(../Images/link-mainsite.jpg);
	background-repeat: no-repeat;
	height: 136px;
	width: 682px;
	display: block;
	margin-top: 12px;
}
.hearingsite {
	background-image: url(../Images/link-hearingsite.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 136px;
	width: 682px;
	margin-top: 12px;
}
.margin-bot {
	margin-bottom: 15px;
}
.margin-left {
	margin-left: 20px;
}
.products-nav-01 {
	background-image: url(../Images/side-nav.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 88px;
	width: 253px;
}
.products-nav-02 {
	background-image: url(../Images/side-nav.jpg);
	background-position: 0px -88px;
	float: left;
	height: 88px;
	width: 253px;
}
.products-nav-03 {
	background-image: url(../Images/side-nav.jpg);
	background-position: 0px -176px;
	float: left;
	height: 88px;
	width: 253px;
}
.products-nav-04 {
	background-image: url(../Images/side-nav.jpg);
	background-repeat: no-repeat;
	background-position: 0px -264px;
	float: left;
	height: 88px;
	width: 253px;
}
.products-nav-05 {
	background-image: url(../Images/side-nav.jpg);
	background-repeat: no-repeat;
	background-position: 0px -352px;
	float: left;
	height: 88px;
	width: 253px;
}
.products-nav-06 {
	background-image: url(../Images/side-nav.jpg);
	background-repeat: no-repeat;
	background-position: 0px -440px;
	float: left;
	height: 88px;
	width: 253px;
}
.nav-extra {
	padding-top: 10px;
}
.nav-extra li{
	display: inline;
	padding-right: 10px;
}
.nav-extra a {
	color: #FFFFFF;
}
.centre {
	text-align: center;
}
.pdf {
	background-image: url(../Images/pdf.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 0px;
	float: left;
}
.client-logos {
	background-image: url(../Images/client-logos.gif);
	height: 168px;
	background-repeat: no-repeat;
}
