/* CSS Document */

/* Topworkmen.com - twm_global.css  =============================================== */
/* Copyright Topworkmen.com 2006  =============================================== */
/* Author Topworkmen.com  =============================================== */

/* QUICK COLOUR REFERENCE  =============================================== */
/* Orange (Main) #FF7700 */
/* Orange (2nd) #FDBE51 */
/* Blue #000066 */
/* Black #000000 */
/* Grey #666666 */

/* Generic Selectors  =============================================== */

* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background: #FFFFFF url(../images/global/bg_main.gif) repeat-x;
}
p {
	text-align: left;
	margin-bottom: 15px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF7700;
	font-weight: normal;
	margin-bottom: 25px;
	text-align: left;
}
h1 em {
	color:#000000;
	font-style: normal;
}	
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF7700;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: left;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF7700;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
}
a {
	color: #FF7700;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
img {
	border: 0;
}	
img a {
	border: 0;
}
.smallcopy {
	font-size: 9px;
	color: #333333;
}	
.smallcopy2 {
	font-size: 9px;
	color: #CCCCCC;
}
.MarginTop {
	margin-top: 15px;
}	
.FloatImgRight {
	float: right;
	padding-left: 10px;
}	
table, td {
	padding: 0px;
	border: none;
	border-collapse: collapse;
}
.Orange {
	color: #FF7700;
}
.ExtraBottomMargin {
	margin-bottom: 50px;
}	

.PageLinkForward {
	padding-left: 12px;
	background: url(../images/global/link_arrow_f.gif) no-repeat 2px;

}
.PageLinkBack {
	padding-left: 12px;
	background: url(../images/global/link_arrow_b.gif) no-repeat 2px;

}
.PageLinkUp {
	padding-left: 12px;
	background: url(../images/global/link_arrow_u.gif) no-repeat 2px;

}	
	
/* Begin Main Page Layout  =============================================== */

#divWrapper {
	width: 820px;
	margin: 0 auto 20px;
	background: url(../images/global/bg_wrapper.gif) no-repeat;
}
#divContainer {
	width: 800px;
	margin: 0 10px;
	background: #FFFFFF;
}
#divHeader {
	margin-bottom: 0px;
	background: url(../images/global/banner_main.gif) no-repeat;
	text-align: right;
}

/* Main Navigation Layout  =============================================== */

#divMainNav { 
	text-align: right;
	padding: 3px 5px 3px 10px;
	font-size: 10px;
	background: #FDBE51 url(../images/global/bg_leftnav.gif) repeat-x;
	margin-bottom: 5px;
	border-bottom: 1px #FF7700 solid;
}
#imgFlag {
	float: left;
}	
#ulMainNav li {
	margin-left: 0;
	padding: 0px 5px;
	border-left: 1px solid #FFF;
	list-style: none;
	display: inline;
}	
#ulMainNav a {
	color: #000000;
	text-decoration: none;
}
#ulMainNav a:hover, #divMainNav .current {
	color: #FF7700;
	text-decoration: none;
}
#ulMainNav li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	padding-left: 10px;
}

/* Main Navigation Layout End  =============================================== */

#divCountrySelect {
	font-size: 10px;
	text-align: right;
	margin: 10px 0;
	padding: 0 10px 0;
}
#divCountrySelect img {
	padding: 0 2px;
}
#divCountrySelect img.class {
	padding: 0 0 0 2px;
}
#divBodyCont {
	padding: 0 10px;
}	

/* Left Col Layout  =============================================== */

#divLeftCol {
	width: 140px;
	float: left;
}
* html #divLeftCol {
	display: inline;
	margin-right: -140px;
}	

/* Left Navigation Layout  =============================================== */

#divLeftNav {
	margin-bottom: 10px;
}	
#ulLeftNav ul {
	margin-bottom: 0px;
}	
#ulLeftNav li {
	margin-bottom: 2px;
	list-style-type: none;
	text-align: right;
}	
#ulLeftNav a {
	font-size: 10px;
	padding: 2px 10px;
	width: 120px;
	display: block;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	background: #FDBE51 url(../images/global/bg_leftnav.gif) no-repeat;
}	
#ulLeftNav a:hover, #ulLeftNav a.current {
	color: #FFF;
	background: #FF7700 url(../images/global/bg_leftnav_over.gif) no-repeat;
}

/* Left Navigation Mem Area Layout  =============================================== */

#ulLeftNavMemArea ul {
	margin: 0;
}	
#ulLeftNavMemArea li {
	margin-bottom: 2px;
	list-style-type: none;
	text-align: right;
}	
#ulLeftNavMemArea a {
	font-size: 10px;
	padding: 2px 10px;
	width: 120px;
	display: block;
	text-decoration: none;
	color: #000;
	text-transform: none;
	background: #fedea8 url(../images/global/bg_leftnav_memarea.gif) no-repeat;
}	
#ulLeftNavMemArea a:hover, #ulLeftNavMemArea a.current {
	color: #000;
	background: #FDBE51 url(../images/global/bg_leftnav_memarea_over.gif) no-repeat;
}

/* Left Navigation Layout End  =============================================== */

#ulHomeLinks {
	list-style-type: none;
}	
	
/* Left Col Layout End  =============================================== */

/* Main Body Layout   =============================================== */

#divMainBody {
	margin: 0 0 0 170px;
}
#divMainBody ul, #divMainBody ol {
	margin: 0 0 15px 35px;
}	
#divMainBody li {
	margin-bottom: 5px;
}

#divMainBodyLeft {
	width: 300px;
	float: left;
}
#divMainBodyRight {
	margin-left: 320px;
}
#divMainBodyRight h1 {
	font-size: 14px;
	margin-bottom: 5px;
}
#divRightTrader {
	background: url(../images/uk/right_tab_members.jpg) no-repeat center;
	padding: 15px 10px 15px 10px;
	margin-bottom: 2px;
}
#divRightTrader img {
	float: right;
}	
#divRightTrader p {
	margin-bottom: 2px;
}	
#divRightArea {
	background: url(../images/uk/right_tab_area.jpg) no-repeat center;
	padding: 12px 90px 10px 10px;
	margin-bottom: 2px;
}
#divRightFeedback {
	background: url(../images/uk/right_tab_feedback.jpg) no-repeat center;
	padding: 12px 80px 10px 10px;
	margin-bottom: 2px;
}
#divRightJoin {
	background: url(../images/uk/right_tab_join.jpg) no-repeat center;
	padding: 6px 100px 5px 10px;
	margin-bottom: 2px;
}
#divRightMembers {
	background: url(../images/uk/right_tab_members.jpg) no-repeat center;
	padding: 15px 10px 15px 10px;
	margin-bottom: 2px;
}
#divRightArea p, #divRightFeedback p, #divRightJoin p, #divRightMembers p  {
	text-align: left;
	margin-bottom: 0;
	font-size: 10px;
}	
/* Begin Search Form Layout End  =============================================== */
	
#divSearch {
	margin-bottom: 20px;
}	
#tblSearchContainer {
	width: 610px;
}
#tdSearchImg {
	width: 280px;
}
#tdSearchForm {
	width: 320px;
	background: url(../images/global/bg_search.gif) top right no-repeat;
	padding: 130px 0 0 10px;
}			
#tblSearch {
	width: 275px;
	line-height: normal;
}
#tblSearch td {
	padding: 2px 0;
}
	
/* End Search Form Layout  =============================================== */

#divSEO {
	font-size: 8px;
	color: #999999;
	text-align: justify;
}

/* Main Body Layout End   =============================================== */

.clearer {
	font-size: 0px;
	line-height: 0px;
	clear: both;
}		
#divFooter {
	font-size: 9px;
	text-align: center;
	background: #FDBE51 url(../images/global/bg_footer.gif) no-repeat bottom;
	padding: 5px 10px;
	margin-top: 15px;
}
#divFooter p {
	margin-bottom: 0;
}
#divFooter a {
	color: #FFF;
	text-decoration: none;	
}
#divFooter a:hover {	
	color: #000;
	text-decoration: none;
}

/* Contact Form Layout  =============================================== */

#divContact {
	margin-bottom: 15px;
}	
#tblContactContainer, #tblContactContainer2 {
	background-color: #e8e8e8;
	margin-bottom: 15px;
}	
#tblContactContainer2 {
	width: 99%;
	padding: 0;
}	
#tblContactContainer h1 {
	color: #FFFFFF;
	margin: 0;
	font-weight: bold;
}	
#tblContact {
	width: 100%;
}
#tblContact td {
	padding: 2px;
}
#tblCustomerFeedback {
	width: 300px;
}
#tblCustomerFeedback td {
	padding-bottom: 5px;
}
	
/* Contact Form Layout End  =============================================== */

/* Comapny Search Layout  =============================================== */

	
#tblCompSearchContainer {
	background-color: #FDBE51;
	line-height: 0;
	margin-bottom: 15px;
}			
#tblCompSearch {
	width: 100%;
	line-height: normal;
}
#tblCompSearch td {
	padding: 2px;
}
	
/* Comapny Search End  =============================================== */

/* Begin Gen Contact Form Layout  =============================================== */
	
#tblGenContact td {
	padding: 2px;
	vertical-align: top;
}
#tblGenContact tr {
	border-bottom: 0;
}
#tblGenContact input, #tblGenContact textarea {
	width: 280px;
}	
#tblGenContact input.class {
	width: 80px;
}
fieldset {
	border: 0;
}

/* End Gen Contact Form Layout  =============================================== */


/* ASP Table Layouts  =============================================== */
	
#objCommand {
	background-color: #0066FF;
	border: 1px solid #000000;
}
#tblFeedback, #tblFeedback td {
	padding: 5px;
	border-bottom: 1px solid #999999;
	display: block;
}

#tblTraderInfo {
	width: 97%;
	margin-bottom: 15px;
}	
#tblTraderInfo td {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dashed #CCCCCC;
}	
#tblASP, #tblASPFeedback {
	text-align: left;
	width: 99%;
	margin-bottom: 15px;
}	
#tblASP th, #tblASPFeedback th {
	background: #FDBE51 url(../images/global/bg_leftnav.gif) repeat-x;
	padding: 5px;
	border-top: 1px #FF7700 solid;
	border-bottom: 1px #FF7700 solid;
}	
#tblASP th {
	width: 20%;
}	
#tblASP td, #tblASPFeedback td {
	padding: 5px;
	border-bottom: 1px dotted #999;
}
#tblASP a:hover, #tblASP a:visited,  #tblASPFeedback a:hover, #tblASPFeedback a:visited{
	color: #666666;
}
#tblASPTraderInfo {
	width: 99%;
	margin-bottom: 15px;
}
#tblASPTraderInfo td {
	padding: 4px 0;
}
#tblASPTraderInfo2 td {
	padding: 0;
}
#divASPtbl table{
	text-align: left;
	vertical-align: top;
	margin-bottom: 15px;
}	
#divASPtbl th {
	background-color: #FDBE51;
	padding: 5px;
	border-top: 1px #FF7700 solid;
	border-bottom: 1px #FF7700 solid;
}	
#divASPtbl td {
	padding: 3px 5px;
	border-bottom: 1px dotted #999;
}
#tdJobDescription, #tdName {
	color: #FF7700;
	width: 120px;
	text-align:left;
	vertical-align: top;
}	
#tdName {
	text-align: left;
	font-size: 10px;
	font-weight: bold;
}	
#tdFeedback { 
	text-align: left;
	vertical-align: top;
	font-size: 11px;
}	
#tdFeedback P { 
	margin-bottom: 10px;
}	

/* ASP Table Layouts End  =============================================== */


#tdCompanyName {
	text-align: left;
}	
/* For doing <hr>s nicely, from
http://diveintoaccessibility.org/day_25_using_real_horizontal_rules_or_faking_them_properly.html */
div.hr { display: none }
/*/*/a{}
div.hr {
	display: block;
	margin: 35px 0;
	border-bottom: 1px dotted #999;
	clear: none;
}
#tblAdditionalServices {
	margin-bottom: 15px;
}	
#tblAdditionalServices td {
	padding: 0 5px 5px 0;
}
#tblAdditionalServices td.class {
	padding-right: 0;
}

/* Begin Links Layout  =============================================== */

#tblLinks {
	width: 96%;
}
#tblLinks td {
	padding-bottom: 10px;
	text-align: left;
	vertical-align: top;
}		

/* Begin Sitemap Layout  =============================================== */

#tblTraderList {
	width: 100%;
	font-size: 9px;
}	
#tblTraderList td {
	padding-bottom: 2px;
}
	
/* End Sitemap Layout  =============================================== */

/* Start HTML Sitemap Layout  =============================================== */
	
#ulSitemap {
	margin-bottom: 50px;
}
#ulSitemap li {
	padding-bottom: 50px;
}	
#ulSitemapSub {
	padding: 10px 0 0 0;
}	
#ulSitemapTraderList {
	font-size: 10px;
}	

/* End HTML Sitemap Layout  =============================================== */

/* Begin Flyer Page Page Layout  =============================================== */
	
#tblFlyerContact {
	margin-bottom: 15px;
}		
#tblFlyerContact td {
	padding: 2px;
	text-align: right;
	vertical-align: top;
}
#tblFlyerContact tr {
	border-bottom: 0;
}
#tblFlyerContact input, #tblFlyerContact textarea {
	width: 350px;
}	
#tblFlyerContact input.class {
	width: 80px;
}			
fieldset {
	border: 0;
}	

/* End Flyer Page Page Layout  =============================================== */

/* Begin Workwear Page Layout  =============================================== */

#tblWorkwareMain {
	width: 97%;
	margin-bottom: 15px;
}	
#tblWorkwareMain tr {
	border-bottom: 1px dashed #999999;
}	
#tblWorkwareMain .noborder {
	border-bottom: 0;
}
#tblWorkwareMain td {
	text-align: left;
	vertical-align: top;
	padding: 5px 0;
}
#tblWorkwareMain h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}		
#tblWorkwareOrder {
	width: 100%;
	margin-bottom: 15px;
}
#tblWorkwareOrder th {
	background: #FDBE51 url(../images/global/bg_leftnav.gif) repeat-x;
}
#tblWorkwareOrder td {
	padding: 2px;
	vertical-align: middle;
	font-size: 9px;
}	
#tblWorkwareOrder tr {
	border-bottom: 0;
}	
#tblWorkwareOrder th {
	background-color: #FDBE51;
	padding: 2px;
	text-align: left;
	border-top: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
}	
#tblWorkwareOrder .even {
	background-color: #E6E6E6;
}	
#thPrice {
	width: 80px;
}
#thSize {
	width: 120px;
}	
#tblOrderDetails td {
	padding: 2px;
	text-align: right;
	vertical-align: top;
}
#tblOrderDetails tr {
	border-bottom: 0;
}
#tblOrderDetails input, #tblOrderDetails textarea {
	width: 350px;
}	
#tblOrderDetails input.class {
	width: 80px;
}			
fieldset {
	border: 0;
}	
#tblGallery {
	margin-bottom: 15px;
}	
#tblGallery td {
	padding: 8px;
}

/* End Workwear Page Layout  =============================================== */

/* Begin Vehicle Livery Page Layout  =============================================== */			

#tblGallery {
	margin-bottom: 15px;
}	
#tblGallery td {
	padding: 8px;
}

/* End Livery Page Layout  =============================================== */

/* Begin Mobile Phones Page Layout  =============================================== */
	
#tblPhones {
	width: 97%;
	margin-bottom: 25px;
	font-size: 10px;
}	
#tblPhones td {
	padding: 8px;
	text-align: center;
	vertical-align: middle;
}
#tblPhones2 {
	width: 97%;
	margin-bottom: 15px;
	font-size: 10px;
}
#tblPhones2 td {
	text-align: left;
	vertical-align: top;
	padding-bottom: 40px;
}
#tblPhones2 h1 {
	font-size: 13px;
	font-weight: bold;
}	
#tblPhones2 h2 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 8px;
}	
#tblTariffs {
	width: 97%;
	margin-bottom: 25px;
}
#tblTariffs td {
	padding: 4px 2px;
	vertical-align: middle;
	font-size: 9px;
}	
#tblTariffs tr {
	border-bottom: 0;
}	
#tblTariffs tr.class {
	border-bottom: 1px solid #FF6600;
}	
#tblTariffs th {
	font-size: 10px;
	background-color: #FDBE51;
	padding: 2px;
	text-align: left;
	border-top: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
}	
#tblTariffs th.class {
	text-align: center;
}	
#tblTariffs .even {
	background-color: #E6E6E6;
}
#tblTariffs .evenBorder {
	background-color: #E6E6E6;
	border-bottom: 1px solid #FF6600;
}
#tblTariffs tr.border {
	border-bottom: 1px solid #FF6600;
}
#tblMobileLogos {
	margin-bottom: 25px;
}	
#tblMobileLogos td {
	padding-right: 40px;
}
	
/* End Mobile Phones Page Layout  =============================================== */

/* Begin Skips Page Layout  =============================================== */

#tblSkipInfo {
	width: 97%;
	margin-bottom: 25px;
}		
.SkipPrice {
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}	
#imgQuoteButton {
	margin: 15px 0 50px 0;
}
#imgOrderOption {
	padding: 0 15px 0 0;
}	
#imgOrderOption.class {
	padding: 0;
}		

/* End Skips Page Layout  =============================================== */

/* Home Contact Form Layout  =============================================== */


#tblHomeContContainer {
	background-color: #e8e8e8;
	margin-bottom: 15px;
	width: 100%;
}			
#tblHomeCont {
	width: 100%;
}
#tblHomeCont td {
	padding: 0 0 5px 0;
}
#tblContact td {
	padding: 2px;
}
	
/* Home Contact Form Layout End  =============================================== */
