/*This centre body should centre everything for Win IE5-6 which ignores auto margins, but you also then have to set the containers text alliance to the left or all the text goes to the centre*/
body {
	text-align: center;
	margin: 0;
	padding: 0;
}
#container
 {
	color: #333;
	background-color: #fff;
	text-align: left;
	width: 650px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
h2 {
	color: #FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding-top: 1.2em;
	padding-bottom: 0.6em;
	line-height: 1.4em;
}
h3 {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding-top: 0.3em;
	padding-bottom: 1em;
	line-height: 1.1em;
}

a:link, a:visited {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
#header {
	background-image: url(imgs/topbanner_03.png);
	height: 59px;
	width: 649px;
	color: #999999;
	font-weight: bold;
	background-repeat: no-repeat;
}
#header a:link, #header a:visited {
	text-decoration: none;
	color: #999999;
}
#header a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#headcontact {
	padding-left: 20px;
	padding-top: 12px;
}
#headnav {
	padding-left: 20px;
	padding-top: 8px;
}
#leftwrapper {
	background-color: #FFFFFF;
	float: left;
	width: 191px;
}
#leftnav   {
	margin: 0;
	float: left;
	width: 191px;
	padding-top: 1.8em;
}
#leftnav a:link, #leftnav a:visited {
	color: #FFFFFF;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	line-height: 16px;
	background-color: #CCCCCC;
	text-decoration: none;
}
#leftnav a:hover {
	background-color: #999999;
}
/*------ TOPNAV - bit of a hack here as the padding to push the text down is 6px but extends the bottom of the div. So made the height 24 although it is actually30 px ------*/

#topnav {
	background-image: url(imgs/navtop_06.gif);
	height: 24px;
	width: 191px;
	color: #FF6600;
	padding-left: 12px;
	background-repeat: no-repeat;
	font-weight: bold;
	display: block;
	line-height: 18px;
	padding-top: 6px;
}
#endnav {
	background-image: url(imgs/navend_09.gif);
	height: 30px;
	width: 191px;
	background-repeat: no-repeat;
	color: #FF6600;
	font-weight: bold;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom:20px;
}
#subnav a:link, #subnav a:visited {
	color: #666666;
	display: block;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	line-height: 16px;
	background-color: #f1f1f1;
	text-decoration: none;
	font-size: 9px;
	background-image: url(imgs/arrow_orange.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#subnav a:hover {
	text-decoration: underline;
	color: #FF6600;
}
#leftoptions {
	margin: 0;
	height: 160px;
	width: 191px;
	padding-top: 1em;
	float: left;
	left: 1px;
}
#optiontop {
	background-image: url(imgs/options_top_14.gif);
	height: 24px;
	width: 191px;
	color: #FF6600;
	padding-left: 12px;
	background-repeat: no-repeat;
	font-weight: bold;
	display: block;
	line-height: 18px;
	padding-top: 6px;
}
#leftoptions a:link, #leftoptions a:visited {
	color: #333333;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 16px;
	background-color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#leftoptions a:hover {
	background-color: #CCCCCC;
	color: #FF6600;
}
#optionend {
	background-image: url(imgs/options_end_16.gif);
	height: 24px;
	width: 191px;
	color: #FF6600;
	padding-left: 12px;
	background-repeat: no-repeat;
	font-weight: bold;
	display: block;
	line-height: 18px;
	padding-top: 6px;
}
#story {
	line-height: 140%;
	padding-right: 1em;
}
#story li {
line-height:1.2em;
padding-bottom:8px;

}
#story ol {
list-style-type:decimal;
line-height:1.2em;
padding-bottom:8px;
}

#content {
	margin-left: 200px;
	padding-top: 1.8em;
	padding-bottom: 1em;
	padding-left: 1em;
}
.skipLinks {
	display: none;
}
#table1 {
	padding: 12px;
	font-size: 90%;
	text-indent: 6px;
	border: 1px dotted #999999;
}
#smallpicture {
	height: 86px;
	width: 86px;
	float: left;
	padding-right: 20px;
	padding-bottom: 8px;
}
#footer {
	color: #666666;
	margin: 0;
	clear: both;
	font-size: 90%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333;
	padding-top: 1em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}
/*------ various classes ------*/
.orangebold {
	font-weight: bold;
	color: #FF6600;
}
.bluebold {
	font-weight: bold;
	color: #0000CC;
}
.blue {
	color: #0000CC;
}
.orange {
	color: #FF6600;
}
.greybold {
	color: #666666;
}

.faqcontainer
{
background-color:#FFFFCC;
width:408px;
padding-left:15px;
margin-right:15px;
padding-bottom:15px;
}

.faqsubject
{
width:400px;


}
.faqdate
{
width:80px;
}
.tb_main_faq
{
border:1px solid #CCCCCC;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
width:390px;
margin-top:18px;

}
.tb_faq_quest
{
background-color:#99CCFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 120%;
margin-bottom:8px;
vertical-align: top;
}


.quest_box
{

width:16px;
background-image:url(imgs/Q_symbol_16x16.gif);
background-repeat:no-repeat;
padding-top:2px;
vertical-align: top;
}
.quest_text
{
padding-left:10px;
}


.tb_faq_ans
{
background-color:#FFCC66;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 120%;
margin-bottom:6px;
vertical-align: top;
height:16px;
}
.ans_box
{
padding-left:2px;
width:18px;
background-image:url(imgs/A_symbol_16x16.gif);
background-repeat:no-repeat;
}

.ans_text
{
padding-left:10px;
vertical-align: top;
}
#picture
{
width:436px;
}
.dotline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 16px;
}
#tb_map
{
width:425px;
height:430px;

}

#tb_map tr
{
	margin-left:6px;
	line-height:1.2em;
	border-bottom:#999999;
	border-right:#CCCCCC;
	vertical-align: top;

}
#tb_map tr li
{
line-height:1em;
vertical-align:top;
	font-size:10px;
}
#tb_map tr a:link, #tb_map tr a:visited {
	text-decoration:none;
	color: #333333;
	text-decoration:underline;
	font-weight: normal;
}

.text_input_small
{
height:14px;
width:125px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
margin-left:9px;
_margin-left:4px;
display:inline;
}

.sel_input_lar
{
height:18px;
width:150px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;

}


.sel_input_med
{
height:18px;
width:110px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;

}
#tb_call_back
{
font-size:10px;
}
.sel_input_sma
{
height:18px;
width:70px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;

}
#tb_faq_search
{
font-size:10px;
border:1px solid #CCCCCC;
font-family: Verdana, Arial, Helvetica, sans-serif;
width:420px;
background-color:#FFFFCC;
vertical-align:top;
}

	  
	 

	img.left {
	  float: left;
	   margin-top:5px;
	 margin-bottom:1px;
		   margin-right:8px;
	  }

	img.center {
	  display: block;
	  margin: 0 auto 5px auto;
	  }

	img.right {
	display:inline;
	  float: right;
	  margin: 0 0 0 8px;
	   border: none;
	  }
	    #main_image {
	  display: block;
	  margin: 0 auto 5px auto;
	  width:367px;
	  height:399px;
	  background-image:url(imgs/pcsservicesoptions.png);
	
	  }
	 #plus
	  {
	  width:200px;
	  height:45px;
	  margin-left:65px;
	  }
		
 .pcsnorm
 {
	  
	  width:60px;
	  height:45px;
	  margin-left:65px;
	  float:left;
	  }
	  .pcsmover{
	  
	  opacity:.50;
	  filter: alpha(opacity=50);
	   -moz-opacity: 0.5;
	  
	  background-color:#FFFFFF;
	  }
	  
	  .pcsinfobox
 		{
			  display: none;
	  opacity:.50;
	  filter: alpha(opacity=50);
	   -moz-opacity: 0.5;
	  background-color:#FFFFFF;
	  }
	     #proplus
	  {
	  width:70px;
	  height:45px;
	  float:right;
	  }
	     #pcsplus
	  {
	  width:60px;
	  height:45px;
	  float:left;
	  }
	    #management
	  {
	  width:130px;
	  height:80px;
	  margin-left:95px;
	  }
	  	  .tb_resources
{
border:1px solid #CCCCCC;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
width:420px;
margin-top:20px;

}
.tb_resources tr
{
height:16px;
}
.call_back_resp{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color:#FF3333;
padding-left:70px;
vertical-align:middle;
}
.form_ok
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color:#009900;
}
#coster_frm
{
border:1px solid #CCCCCC;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
width:425px;
margin-top:15px;
}

.weee_list{
border:1px solid #CCCCCC;
width:230px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
overflow:-moz-scrollbars-vertical;
}
.text_input_weee_weight
{
height:14px;
width:40px;
vertical-align:middle
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
display:inline;

}

.sel_input_sma_weee
{
height:18px;
width:50px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
display:inline;
}
.weighttext
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px
}
.message_p
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10.5px;
color:#990000;
padding-left:5px;
}
.sel_input_tiny
{
height:18px;
width:36px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;

}
.tb_weee_weight_bulk
{
background-color:#CCCCCC;
border:0.8px solid #CCCCCC;
margin-left:5px;
padding-left:3px;
padding-right:3px;
margin-right:5px;
padding-bottom:4px;

}
.tb_weee_weight
{
background-color:#CCCCCC;
border:0.8px solid #CCCCCC;
margin-left:5px;
padding-left:3px;
padding-right:3px;
margin-right:5px;
padding-bottom:4px;

}