﻿body
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(body.gif) white repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container { 
	width: 764px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0;
}

/* All page must have this container */
#pagecontent
{
	padding-left:5px;
	padding-right:5px;
}

#header img
{
	margin:10px;
} 
#nav
{
	border: 0;
	background-color: #ffffff;
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(topborder.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	height:30px;
}
#toppara 
{
	font-size:80%;
	padding-left:5px;
	padding-right:5px;
	margin-bottom:10px;
}
a.menu
{
	margin:0;
	padding-right:1px;
	padding-left:1px;
	text-decoration:none;
}
/*
#nav img
{
	border:none;
	margin:0;
	padding:0;
}*/
.leftimg
{
}

#leftColumn {
	float: left; /* since this element is floated, a width must be given */
	width: 121px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-left:10px;
	margin-top:10px;
}
#rightColumn {
	float: right; /* since this element is floated, a width must be given */
	width: 121px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-top:10px;
	padding-right:10px;
	
}
#mainContent { 
	margin: 10px 135px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}
#footer
{
	margin-left:10px;
	padding-top:10px;
	color:Gray;
	font-size:70%;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#admincontent
{
	margin:10px;
	margin-top:0;
	margin-bottom:0;
}

#navadmin
{
	margin:10px;
	margin-top:0;
}
/*New Stylesadded as on 12/11/2008*/
.fLeft
{ 
	float:left;
}
.fRight
{ 
	float:right;
}
.fNone
{ 
	float:none;
}
#containerSub 
{
	font: 100% Verdana, Arial, Helvetica, sans-serif; 
	width: 450px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:0;
	 /* this overrides the text-align: center on the body element. */
	padding:0;
}
.lblFont
{   
	font-family:Arial;
	font-weight:bold;
	font-size:9px;		
	text-align:right;	
	vertical-align:top;
	
}
.lblFont1
{   
	
	padding-right:30px;	
	
	
}
.txtFont
{   
	font-family:Arial;
	font-size:small;	
	font-size:11px;	
	font-weight:normal;
	padding:2px;
	
}
.txtFont1
{   
	
	padding-left:200px;
	
}
.pnlFont
{   
	font-family:Arial;
	font-size:small;	
	font-size:11px;	
	font-weight:normal;
	padding:2px;
	
}
.RightAlign
     {
		text-align:right;
		padding:5px;
     }
.PShow
{
	display :block ;	 
}
.PHide
{
	display :none ;
}
.PShow1
{
	visibility :visible;	 
}
.PHide1
{
	visibility:hidden;
}
.labelStyles
{
  font-family:Arial;
  font-size :12px;	
  color :Red;	 
}
   .watermarked {   
	padding:2px 0 0 2px;
	border:1px solid #ee9a00 ;
	background-color:#F0F8FF;
	color:gray;
}	


/* Default or index page */
#index 
{
	font-size:80%;
	padding:0 5px; 
}

/* About us */
#aboutus 
{
	font-size:80%;
}
#aboutus .sect
{
	margin:10px;
	text-align:justify;
}
#aboutus .name
{
	color:#990000;
	font-size:90%;
	font-weight:bold;
}
	

/* Faqs */
#faqs .title
{
	font-size:90%;
}
#faqs p
{
	font-size:80%;
}
#faqs .name
{
	font-weight:bold;
	padding:0;
	margin:0;
}
#faqs .value
{
	font-size:80%;	
	margin-bottom:10px;
	text-align:justify;
}


/* Privacy Policy*/

body.policy
{
	background: #FFFFFF;
	width: 764px;  
	margin:auto;
	margin-top:50px;
	margin-bottom: 50px; 
}

#PrivacyPolicy .name
{
	font-weight:bold;
}

#PrivacyPolicy p
{
	font-size:80%;
	text-align:left;
}
#heading
{
	font-weight:bold;
}

/*Service Agreement*/

#serviceAgree .name
{
	font-weight:bold;
}

#serviceAgree p
{
	font-size:80%;
	text-align:left;
}

#serviceAgree .intro
{
	text-decoration: underline;
}

#serviceHeading .head
{
	font-weight:bold;
}

#serviceHeading p
{
	padding-bottom:20px;
}


/* GetQuote */
table.dcn 
{
	width:486px;
	border-collapse:collapse;
	background-color:Black;
}
table.dcn td
{
	padding:0; /* Don't remove this. This removes any spacing around a cell */
}
table.dcn td.qtop
{
	background-image: url(quote_02.gif);
	background-repeat: no-repeat;
	width:100px;
	height:25px;
}
table.dcn td.qbot
{
	background-image: url(quote_05.gif);
	background-repeat: no-repeat;
	width:100px;
	height:28px;
}
table.dcn td.qmid
{
	background-image: url(quote_04.gif);
	background-repeat: no-repeat;
	width: 100px;
	height: 65px;
	background-position:right;
	background-color: red;
}
.quotePrice
{
	padding:10px;
	border:solid 2px black;
	background-color:#D50000;
	color:White;
	font-size:large;
}
.lblQuoteMessage
{   
	font-size:small;
	font-weight:bold;
} 

.postcodes
{
	background-position: left top;
	background-image: url(quote_01.gif);
	background-repeat: no-repeat;
	width: 386px; 
	height:118px;
	vertical-align:top;
}

/* Quick quote */
table.pallet
{
	background-image: url(illustrations.gif);
	background-repeat: no-repeat;
	width:475px;
	font-size:80%;
}
table.pallet td.size
{
	width:50px;
	font-size:80%;
	font-weight:bold;
}
table.pallet td.value
{
	width:50px;
	text-align:center;
}
table.pallet td.total
{
	text-align:right;
	font-weight:bold;
	width:70px;
}
table.pallet td.subtotal
{
	text-align:right;	
}
table.pallet tr.total
{
	background-color:Gray;
	color:White;
}
table.pallet tr.label
{
	height:57px;
	text-align:center;
	vertical-align:bottom;
}
#taillift
{
	font-size:80%;
}
#emailquote
{
	font-size:80%;
	padding-top:10px;

}
#insquote
{
  font-size:80%;
  padding-top:10px;
  text-align:left;
  background-color:#EBEBEB;
}
.padTop
{
   padding-top:10px;  
  }

/* Inventory */
table.goods 
{
	width:460px;
	margin:0 auto;
	font-size:80%;
}
table.goods th
{
	text-align:center;
	font-weight:bold;
}

/* Extened Insurance */
#extIns
{
	padding-left:10px;
	padding-right:10px;
	margin-bottom:20px;
	font-size:80%;
}


/* Bottom commands */
table.commands
{
	width:450px;
	margin:0 auto;
}

table.commands td.left
{
	width:75px;
	text-align:left;
}
table.commands td.right
{
	width:110px;
	text-align:right;
}
table.commands td.paypal
{
	width:300px;
	text-align:right;
}

/* Pallet show in user control */
table.showdata
{
	font-size:80%;
	border-collapse :collapse;
	width:460px;
	margin:0 auto;
}
table.showdata td.name
{
	width:150px;
	font-weight:bold;
}
table.showdata td.value
{
}


/* Addresses */
.addresses
{
	width:460px;
	margin:0 auto;
}

#splInstruct
{
	font-size:14px;
	font-family:Arial;
}

/* Summary Page */
table.items
{
	width:480px;
	font-size:80%;
}
table.items th
{
	background-color:Gray;
	color:White;
}
table.items td.names
{
	width:280px;
}
table.items td.value1
{
	width:100px;
	text-align:center;
}
table.items td.value2 
{
	width:100px;
	text-align:center;
}
table.items tr.summary
{
	font-weight:bold;
}
.imgsection
{
	margin-top:10px;
}
.imgOrdersection
{	
	padding-bottom:15px;
}
.imgPayment
{
	margin-top:20px;
}
.Termsec
{
	margin-top:15px;
	margin-bottom:15px;
	font-size:80%;
}

/* Payments */
table.payments
{
	width:460px;
	font-size:80%;
}
table.payments td.name
{
	width:350px;
}
table.payments td.value
{
  text-align:right;
}
table.payments tr.total
{
	font-weight:bold;
}

/*Address details*/
table.addressdata
{
	font-size:80%;
	width:480px;
	border-collapse:collapse;
	margin:10px auto;
}
table.addressdata input
{
	width:200px;
}
table.addressdata td.name
{
	width:200px;
	padding:0px;
	margin:0;
}
table.addressdata td.value
{ 
	text-align:left;
	padding-left:10px;
	padding:0;
	margin:0;
}


/* Admin section */

#index .sect
{
	margin:10px;
	text-align:justify;
}

 #navigation
 {
   azimuth:center;
   text-align:center; 
   text-decoration:none;
   color:Blue; 
  }       

#navigation a:link
{
  text-decoration:none;
  color:Blue; 
}
#navigation a:visited
{
  text-decoration:none;
  color:Black; 
}

 #navigation a:hover {
 text-decoration:underline;
 color:Red;
}

/* Tool tip table */
table.tooltip
{
	border-collapse:collapse;
	width:303px;
	font-size:80%;
}
table.tooltip td
{
	padding:0;
}
table.tooltip td.top
{
	width:303px;
	height:25px;
}
table.tooltip td.content
{
	width:303px;
	border-left: solid 1px #969681;
	border-right: solid 1px #969681;
	padding: 10px;
	background-color: #ffffe1;
}
table.tooltip td.bottom
{
	width:303px;	
}

.dialog
{
	padding:0px;
}
.header
{
	padding:0px;
}
.content
{
	padding:0px;
}


/* Thank you page */
#thankyou 
{
	font-size:80%;
}


