a {
	text-decoration:none;
	/* color: #C30; */
	/* color: #771100;*/
	color: #930;
}

* {
    line-height: 130%;	
}

.LinkHeading {
     color: #000; text-decoration:none; 
}
.LinkHeading:hover {
    text-decoration: none;
}

.RightColumn a {
	color:#ffffff; text-decoration:none;
}

#NavigationList a {
    display: block;
	width: 100%;
}

a:hover {
	text-decoration:underline;
}

.NavigationItem {
	/* margin-bottom: 8px; */
	padding: 8px 3px 10px 0px; 
}

#NavigationItemOn {
    background: #999999;
}

#NavigationItemOn a {
	color:#ffffff; text-decoration:none; font-weight: normal;
}

#NavigationItemOn a:hover {
	color:#ffffff; text-decoration:none;
}

html {
	height: 100%;
	width: 100%;	
}


body {
	background-image: url(Images/bgMain.jpg);
	margin: 0px;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.OuterContainer {
	background-image: url(Images/imgContentMiddle.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 926px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.InnerContainer {
	width: 920px;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	/* padding-top: 20px; */
	padding-bottom: 20px;
}

.Wrapper {
	text-align: center;
	padding-bottom: 20px;

}

div,td{
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
	color: #000000;
}

#Sign_In_Button {
	background-image: url(Images/btnSignIn.png);
	height: 25px;
	width: 61px;
	background-color: #FFFFFF;
}

#Sign_Up_Button {
	background-image: url(Images/btnSignUp.png);
	height: 25px;
	width: 61px;
	background-color: #FFFFFF;
}

#Continue_Button {
	background-image: url(Images/btnContinue.png);
	height: 25px;
	width: 70px;
	background-color: #FFFFFF;
}

#Send_Enquiry_Button {
	background-image: url(Images/btnSendEnquiry.png);
	height: 25px;
	width: 95px;
	background-color: #FFFFFF;
}

#Send_Reminder_Button {
	background-image: url(Images/btnSendReminder.png);
	height: 25px;
	width: 104px;
	background-color: #FFFFFF;
}

#Make_Payment_Button {
	background-image: url(Images/btnMakePayment.png);
	height: 25px;
	width: 102px;
	background-color: #FFFFFF;
}

#Save_Button {
	background-image: url(Images/btnSave.png);
	height: 25px;
	width: 49px;
	background-color: #FFFFFF;
}

input[type="button"],input[type="submit"] {
	background-color:#283991;
	background-repeat: no-repeat;
	background-position: center center;
	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;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
}

input[type="text"],input[type="password"],select,textarea {
	width: 95%;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #000000;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(Images/bgInputs.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.FloatContainer {
	overflow:auto;
	overflow-x: hidden;
	overflow-y: hidden;
}

.LeftColumn {
	float: left;
	width: 140px;
	background-image: url(Images/bgLeftColumn.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	text-align: right;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 20px;
}

#CentreColumn {
	float: left;
	width: 520px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 20px;
}

#LowerBanner {
	float: right;
    width: 520px;
}

.CentreColumnFull {
	float: left;
	width: 700px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 20px;
}

.RightColumn {
	float: left;
	width: 140px;
	background-color: #000000;
	background-image: url(Images/bgCarbon.jpg);
	color: #FFFFFF;
	padding: 20px;
}

.HorizontalRule {
	padding-top: 15px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.HorizontalSide {
	padding-top: 0px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


.FieldTitle {
	float: left;
	width: 130px;
	color: #283991;
	text-align: right;
}

.FieldContainer {
	overflow: auto;
	margin-top: 10px;
	padding-bottom: 10px;
}

.FieldContent {
	float: left;
	width: 359px;
	text-align: right;
}

.FieldButtonContent {
	float: left;
	width: 489px;
	text-align: right;
}

img {
	display: block;
}

.VerticalSpacing {
	height: 30px;
}

.Header {
	padding-left:30px;
	padding-right:30px;
	height:75px;
}

.SmallTitle {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}
.White {
	color: #FFFFFF;
}
.ColumnContainer {
	overflow:auto;
}
.PageTitleImage {
	padding-bottom: 20px;
}
.Footer {
	font-size: 9px;
	color: #999999;
	text-align: right;
	width: 926px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

.FloatLeft {
	float: left;
}
.FloatRight {
	float: right;
}
.SigninArea {
	text-align: left;
	padding-top: 10px;
}
.ContentBoxCap {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.HomeVideo {
	background-color: #000000;
	background-image: url(Images/bgCarbon.jpg);
	height: 196px;
	width: 380px;
	float:left;
}
#HomeVideoHover {
	position: absolute;
	width: 100px;
	margin-left: 48px;
	background: #FFF;	
	z-index: 2;
}
.ReadMoreSmallButton {
	margin-top: 5px;
	margin-left: -3px;
}

form {
	margin:0px;
	padding:0px;
}
.InsetImage {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
.SlidingBox {
	padding: 0px;
}
.SlidingBoxTitle {
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: left center;
}

.Level0 {
	padding-left: 18px;
	margin-left: 7px;
	padding-bottom:5px;
	border-bottom:1px solid #cccccc;
}

.Level1 {
	background-image: url(Images/imgTreeBase.png);
	padding-left: 12px;
	
}

.Level2 {
	background-image: url(Images/imgTreeFolder.png);
	background-position:left top;
	padding-left: 18px;
	margin-left: 7px;
	padding-bottom:3px;
	border-bottom:1px solid #cccccc;
}

.Level3 {
	background-image: url(Images/imgTreeBranch.png);
	padding-left: 20px;
	margin-left: 20px;
	
}
.PageTitleText{
	margin-bottom: 20px;
	font-size: 30px;
	color:#283991;
}

.Subheader{
	margin-bottom: 5px;
	font-size: 20px;
	color:#283991;
}

.Subspacer {
	height: 10px;	
	overflow: hidden;
}

.Subpusher {
	clear: both;
	height: 0px;	
	overflow: hidden;
}

.BreadcrumbTrail {
	margin-bottom:20px;
	padding:3px;
	border: 1px solid #cccccc;
}


.BarsBox {
	margin-top:10px;
	padding-top:3px;
	border-top: 1px solid #cccccc;
}

.LinksBox {
	background-color:#eef0fa;
	padding:10px;
	margin-top: 10px;
	overflow: auto;
}

.Link{
	padding-left:15px;
	background-image: url(Images/imgLink.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	margin-right: 10px;
	white-space: nowrap;
	margin-bottom: 3px;
}
.VideoBox {
	margin-bottom:10px;
	text-align: center;
}
.MP3Box {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.EMMContentContainer {
	overflow:auto;
}

.CMSImage {
	margin-left:10px;
	margin-bottom:10px;
	border: 1px solid #CCCCCC;
	float:right;
}
.EMMSideNavItem{
	padding-bottom:5px;
}
.SectionHeader{
	font-size:30px;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:5px;
	color:#999999;
}
.Clear {
clear:both;
}

.FormReadout {
	background: #283991;
	color: #FFFFFF;
	padding: 3px;
	font-size: 9px;
	width: 80%;
}.SmallText {
	font-size: 9px;
	color: #999999;
}
.StatBox {
	background-color: #032A89;
	padding: 20px;
}
.StatHeader {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.StatText {
	color: #FFFFFF;
	padding-top: 3px;
}
.FooterSmallText {
	font-size: 8px;
	color: #999999;
}

/* 
Light Blue: #00AEEF 
Dark Blue: #283991

*/
#CentreHeader {
    margin: 0;
	padding: 0px 0px 20px 0px;
}

#CentreHeader2 {
    margin: 0;
	padding: 0px 0px 5px 0px;
}

#CentreHeader2 strong {
    color: #000;
}

h1 {
    font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #999999;
	margin: 0;
    padding: 0px 0px 15px 0px;    
}

h2 {
    font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
	/* color: #283991; */
	color: #FFFFFF;
	margin: 0px 0px 15px 0px;
    padding: 6px 0px 5px 7px; 
	background: url(Images/bckHeading30.jpg); 
}

h3 {
    display: inline;
    color: #283991;
	font-size: 12px;
}

#QuickLinks {
    text-align: right;
    clear: both;
}
#QuickLinks a {
    color: #999999;
	text-decoration: underline;
}

#share_this {
    float: right;
	padding-top: 10px;
}
#AvailablePieces li {
    padding: 0px 0px 10px 0px; 
}
.HighText {
    color: #CC3300;
}

/* ShoppingCart Sidebar */
#ShoppingCart {
	float: left;
	width: 140px;
	background-color: #000000;
	background-image: url(Images/bgCarbon.jpg);
	color: #FFFFFF;
	padding: 20px;
}

#ShoppingCart p {
    margin: 0;
	padding: 0px 0px 10px 0px;
}

#ShoppingCart a {
    color:#fff;
	text-decoration: underline;
}

/* Shopping Cart Page */
#frmCart {
    margin: 0;
	padding: 0;
}

#frmCart th {
	color: #333;
    text-align: left;	
	padding: 0px 10px 7px 0px;	
}

#frmCart td {
    text-align: left;	
	padding: 0px 10px 7px 0px;
}

#cartTotal {
    text-align: right;
	color: #333;
	font-weight: bold;
}
.cartGrey {
    color: #333;
}
#CentreColumn strong {
    color: #333;	
}
.paletText {
    color: #777;	
}
#cheque_form {
    padding: 15px 0px 0px 0px;	
}
#cheque_form p {
    padding: 0px 0px 30px 0px;	
}

#audio_player {
	display:block;
	width:300px;
	height:25px;
	background-color: #333
}
