/* -------------------------------------------------------
    Global :: Misc. Classes
   ------------------------------------------------------- */
.clear {
	clear: both;
}
.left, .alignleft {
	float: left; !important
	text-align:left; !important
}
.right, .alignright {
	float: right;
!important
	text-align: right; !important
; 	text-align: right;
}
.display-block {
	display: block;
}
.centre {
	text-align: center;
}
.height-1px{
	height: 1px; !important
}
.height-7px{
	height: 7px; !important
}
.height-15px{
	height: 15px; !important
}
.height-30px{
	height: 30px; !important
}
.img, .link-img {
	background-color: #FFFFFF;
	padding: 3px;
	float: left;
	border: 1px solid #D1D3D0;
}
.link-img:hover {
	background-color: #FFFFFF;
	padding: 3px;
	float: left;
	border: 1px solid #313A1B;
}
.quote-left {
	background-image: url(../Images/quote-marks.gif);
	background-repeat: no-repeat;
}
.quote-right {}
.previous {
	background-image: url(../Images/previous-next.png);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 17px;
	display: block;
	background-position: 0px 0px;
}
.previous:hover {
	background-position: 0px -17px;
}
.next {
	background-image: url(../Images/previous-next.png);
	background-repeat: no-repeat;
	height: 17px;
	width: 17px;
	background-position: -17px 0px;
	float: right;
}
.next:hover {
	background-position: -17px -17px;
}
/* -------------------------------------------------------
   Page :: Background Colours
   ------------------------------------------------------- */
.bg-colour-00 {
	background-color: #FFFFFF;
}
.bg-colour-01 {
	background-color: #c4d28f;
}
.bg-colour-02 {
	background-color: #dbe4b9;
}
.bg-colour-03 {
	background-color: #EBEBEB;
}
.bg-colour-04 {
	background-color: #e1dfe1;
}
/* -------------------------------------------------------
   Page :: Background Gradients
   ------------------------------------------------------- */
.bg-gradient-00 {
	background-image: url(../Images/bg-gradient-00.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.bg-gradient-01 {
	background-image: url(../Images/bg-gradient-01.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
/* -------------------------------------------------------
   Page :: Lists
   ------------------------------------------------------- */
.inline li{
	display: inline;
	float: left;
}
.inline-left li {
behavior: url(/iepngfix.htc);
	display: inline;
	float: left;
	margin-right: 5px;
	background-image: url(../Images/breadcrumb-bullet.png);
	background-repeat: no-repeat;
	background-position: right 4px;
	padding-right: 10px;
}
.inline-right li {
	display: inline;
	float: left;
	padding-left: 15px;
}

.line-list li {
	padding-right: 15px;
	margin-right: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.list ul{
	padding-bottom: 1em;
	clear: left;

}
.list ul li {
	list-style-type: none;
	background-image: url(../Images/bullet.gif);
	background-position: 0px 9px;
	background-repeat: no-repeat;
	line-height: 18pt;
	padding-bottom: 10px;
	padding-left: 15px;
}
.list ol{
	padding-bottom: 1em;
	padding-left: 2em;
	list-style-type: decimal;
}
ul.list-check li {
	background-image: url(../Images/list-tick.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-left: 21px;
	padding-bottom: 7px;
}
/* -------------------------------------------------------
    Page :: General Structure
   ------------------------------------------------------- */
.body-bg-img-01 {
	background-repeat: repeat-x;
	background-position: 0px 0px;
	width: 100%;
	background-image: url(../Images/body-bg-spr.gif);
}
.body-bg-img-02 {
	background-repeat: repeat-x;
	background-position: center 0px;
	width: 100%;
	background-image: url(../Images/body-bg-img.jpg);
}
.container {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	width: 960px;
}

.header {
	height: 120px;
	background-image: url(../Images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.nav {
	background-image: url(../Images/navigation-bg.gif);
	background-repeat: no-repeat;
	height: 45px;
}
.content {
	background-image: url(../Images/content-highlight.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.footer{


}
.author {
	behavior: url(/iepngfix.htc);
	background-image: url(../Images/author.png);
	background-repeat: no-repeat;
	font-size: 10px;
	background-position: right 2px;
	height: 67px;
}
.author:hover {
behavior: url(/iepngfix.htc);
	background-image: url(../Images/author.png);
	background-position: right 1px;
}
.pagination {
	float: right;
	text-align: right;
}
.pagination ul {
	float: right;
	list-style: none;
	margin: 0px;
}
.pagination li {
	list-style:none;
	float: left;
	padding: 0;
	margin-right: 5px;
}
.pagination li a {
	display: block;
	border: 1px solid #D1D3D4;
	padding: 0px 5px;
	text-decoration: none;
	font-weight: normal;
}
.pagination li .span {
	display: block;
	border: 1px solid #F15A29;
	padding: 0px 5px;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	background-color: #F15A29;
}
.pagination li .span .nd {
	display: none;
}
.pagination li a:hover {
	color: #F15A29;
	border-top-color: #F15A29;
	border-right-color: #F15A29;
	border-bottom-color: #F15A29;
	border-left-color: #F15A29;
}
/* -------------------------------------------------------
    Page :: Borders
   ------------------------------------------------------- */
.border a {
	padding: 2px;
	border: 1px dotted #A6B4AC;
	float: left;
}
.border a:hover {
	border: 1px solid #7EB0CD;
}
.border-top {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #919191;
}
.border-bot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #919191;
}
.border-right {
behavior: url(/iepngfix.htc);
	background-image: url(../Images/border-right.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.border-left {
	behavior: url(/iepngfix.htc);
	background-image: url(../Images/grey-border-01.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
.border-bot-01 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #919191;
}
.border-bot-02 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7D317A;
}
.left-thick-border {
	background-image: url(../Images/thick-border.gif);
	background-repeat: repeat-y;
	background-position: left 0px;
}
.right-thick-border {
	background-image: url(../Images/thick-border.gif);
	background-repeat: repeat-y;
	background-position: 565px 30px;
}
/* -------------------------------------------------------
    Page :: Boxes
   ------------------------------------------------------- */
.box-padding {
	padding-right: 6px;
	padding-left: 6px;
}
.box-bg-01 {
behavior: url(/iepngfix.htc);
	background-image: url(../Images/boxes/bg-01.png);
	background-repeat: repeat;
	background-position: left top;
}
.box-bg-02 {
behavior: url(/iepngfix.htc);
	background-image: url(../Images/boxes/bg-02.png);
	background-repeat: repeat;
	background-position: left top;
}
.box-top-left {
behavior: url(/iepngfix.htc);
	background-image: url(../Images/boxes/top-left.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 6px;
	width: 6px;
	float: left;
}
.box-top-spr {
behavior: url(/iepngfix.htc);
	background-image: url(../Images/boxes/top-spr.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 6px;
}
.box-top-right {
behavior: url(/iepngfix.htc);
	background-image: url(../Images/boxes/top-right.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	height: 6px;
	width: 6px;
}
.box-left-spr {
behavior: url(/iepngfix.htc);
	background-image: url(../Images/boxes/left-spr.png);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
}
.box-right-spr {
behavior: url(/iepngfix.htc);
	background-image: url(../Images/boxes/right-spr.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.box-bot-left {
behavior: url(/iepngfix.htc);
	background-image: url(../Images/boxes/bot-left.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 6px;
	width: 6px;
	float: left;}
.box-bot-spr {
behavior: url(/iepngfix.htc);
	background-image: url(../Images/boxes/bot-spr.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 6px;}
.box-bot-right {
behavior: url(/iepngfix.htc);
	background-image: url(../Images/boxes/bot-right.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	height: 6px;
	width: 6px;}

.box-border-top-spr {
	behavior: url(/iepngfix.htc);
	background-image: url(../Images/boxes/box-with-border/spr-top.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 7px;
}
.box-border-top-left {
	behavior: url(/iepngfix.htc);
	background-image: url(../Images/boxes/box-with-border/top-left-corner.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	width: 15px;
}
.box-border-top-right {
	behavior: url(/iepngfix.htc);
	background-image: url(../Images/boxes/box-with-border/top-right-corner.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	width: 15px;
}
.box-border-left-spr {
	behavior: url(/iepngfix.htc);
	background-image: url(../Images/boxes/box-with-border/spr-left.png);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
}
.box-border-right-spr {
	behavior: url(/iepngfix.htc);
	background-image: url(../Images/boxes/box-with-border/spr-right.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.box-border-bot-left {
	behavior: url(/iepngfix.htc);
	background-image: url(../Images/boxes/box-with-border/bot-left-corner.png);
	background-repeat: no-repeat;
	background-position: left -7px;
	height: 8px;
	width: 15px;
	float: left;
}
.box-border-bot-spr {
	behavior: url(/iepngfix.htc);
	background-image: url(../Images/boxes/box-with-border/spr-bot.png);
	background-repeat: repeat-x;
	background-position: left -7px;
	height: 8px;
}
.box-border-bot-right {
	behavior: url(/iepngfix.htc);
	background-image: url(../Images/boxes/box-with-border/bot-right-corner.png);
	background-repeat: no-repeat;
	background-position: right -7px;
	float: right;
	height: 8px;
	width: 15px;
}
/* -------------------------------------------------------
    Page :: Column Faux Aligment Classes
   ------------------------------------------------------- */
   .col-3-top {
	background-image: url(../Images/col-3-top.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 15px;
}
   .col-3-spr {
	background-image: url(../Images/col-3-spr.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
   .col-3-bot {
	background-image: url(../Images/col-3-bot.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}
/* -------------------------------------------------------
    Page :: Text Classes
   ------------------------------------------------------- */
.line-height {
	line-height: 18px;
}
.text-alt-00 {
	color: #FFFFFF !important;
}
.text-alt-01, .text-alt-01 a{
	color: #666 !important;
	text-decoration: none;
}
.text-alt-01 a:hover{
	color: #036 !important;
}
.text-alt-02 {
	color: #000000 !important;
}
.text-alt-03 {
	color: #919191 !important;
}
.sml-txt-01{
	font-size: 12px !important;
}
.sml-txt-02{
	font-size: 9px !important;
}
.strong {
	font-weight: bold;
}
.uppercase {
	text-transform: uppercase;
}
/* -------------------------------------------------------
    Page :: North West Transmissions Classes
   ------------------------------------------------------- */
    .fb-like {
	background-image: url(../Images/fb-like.gif);
	background-repeat: no-repeat;
	height: 20px;
} 
.quick-quote-img {
	background-image: url(../Images/quick-quote-form.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
.quick-quote {
	background-image: url(../Images/quick-quote-heading.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	float: left;
	height: 35px;
	width: 535px;
}
.quick-quote-line {
	background-image: url(../Images/quick-quote-form.png);
	background-repeat: no-repeat;
	background-position: 0px -72px;
}
.featured-link-01 {
	background-image: url(../Images/featured-links.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	width: 300px;
	height: 150px;
}
.featured-link-01:hover {
	background-position: 0px -150px;
}
.featured-link-02 {
	background-image: url(../Images/featured-links.png);
	background-position: -300px 0px;
	float: left;
	width: 300px;
	height: 150px;
}
.featured-link-02:hover {
	background-position: -300px -150px;
}
.featured-link-03 {
	background-image: url(../Images/featured-links.png);
	background-position: -600px 0px;
	float: left;
	height: 150px;
	width: 300px;
}
.featured-link-03:hover {
	background-position: -600px -150px;
}
.logos {
	background-image: url(../Images/logos.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 78px;
}
.read-more-posts {
	display: block;
	float: left;
	height: 30px;
	width: 195px;
	background-image: url(../Images/read-more-posts.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}
.read-more-posts:hover {
	background-position: center -30px;
}
.calendar-date {
background-image: url("../Images/calendar.png");
    background-position: 1px 0px;
    background-repeat: no-repeat;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-top: 9px;
    text-align: center;
}
.ebay {
	behavior: url(/iepngfix.htc);
	background-image: url(../Images/ebay-link.png);
	background-repeat: no-repeat;
	font-size: 10px;
	height: 150px;
	background-position: 0px 0px;
}
.ebay:hover {
	behavior: url(/iepngfix.htc);
	background-image: url(../Images/ebay-link.png);
	background-position: 0px -150px;
}
body {
	display: block;
}
