/* ================== Start of Page Layout CSS Rules ================= */
/* ============= html style rules ====================*/
p,span,div,h1,h2,h3,h4,h5,ul,li,img,a,body {
	margin: 0px;
	padding: 0px;
}

body {
	background: white url(/img/backgrounds/101027bg.gif) top left repeat;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	/*font-size: 1.6em; */
	font-size: 2.5em;
}

h2 {
	font-size: 1.6em;
	font-weight: bold;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1em;
}

.yellow {
	color: #efd704;
}

.red {
	color: #e71111;
}

.clear {
	clear: both;
}

/* ============= Setup style rules for IE to render .png files =========== */

.main {
	background: url(/img/backgrounds/side-bg.png) top left repeat-y;
}

.mainbg {
	background-color: #fff;
	text-align: left;
	padding: 0px 0px 0px 0px;
}

/* header style rules */

.headerArea {
	background-color: #fff;
	text-align: left;
}

.logo {
	background: #686868;
}

.logo img {
	border: none;
}

.logo a {
	color: #FFFFFF;
}

.logosubscribe {
	color:#cfcdcd;
	text-transform: uppercase;
	font-size:1.1em;
}

.logosubscribe input{
	font-size:0.9em;
	background-image:url(/img/backgrounds/inputBg.gif);
	background:#000000;
	/* color:#cfcdcd; */
	color:#FFFFFF;
	margin:1px 0 0 0;
	padding:1px 1px 1px 5px;
	border:1px solid gray;
	text-align:left;
	
}

.logosubscribe input.submit{
background:none;
margin:0;
padding:0 0 3px 0;
border:0;
position:relative;

vertical-align: middle;
}

.logosearch {
	color:#FFF;
	font-size:1em;
}

.logosearch input{
	font-size:1.1em;
	/*background-image:url(/img/backgrounds/inputBg.gif); */
	background:#FFF;
	/* color:#cfcdcd; */
	color:#000;
	margin:1px 0 0 0;
	padding:1px 1px 1px 5px;
	border:1px solid gray;
	text-align:left;	
}

.logosearch input.search_str {
	width: 180px;
}

.logosearch input.tick{
	background:#686868;
	color:#000;
	padding:none;
	border:none;
	height:15px;
	width:15px;
	vertical-align:text-bottom;
}

.logosearch input.submit{
	background:none;
	margin:0;
	padding:0 0 3px 0;
	border:0;
	position:relative;
	vertical-align: middle;
}

.mainMenus ul li a img {
	border: none;
}

/* section title area */
.sectionTitleArea {
	/* change made 04/09/06*/
	background-image: url(/img/backgrounds/titlearea_background.gif);
	text-align: left;
	height: 1%;
}

.shopingTitleArea {
	background-image: url(/img/backgrounds/shoppingbasket_background.gif);
	text-align: left;
	height: 1%;
}

/* Main content area style rules */
.twoColunm {
	background-image: url(/img/backgrounds/twocolumn_background_wht.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
}

/* Level 2 submenus */
.leveTwoSubmenu {
	background: url(/img/backgrounds/level2sub_background.gif) top left repeat-y;
	text-align: right;
	border-bottom: 1px solid #949494;
	border-top: 1px solid #949494;
}

.leveTwoSubmenu li {
	height: 1%!important;
}

.leveTwoSubmenu li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(/img/backgrounds/submenuLink_background.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.leveTwoSubmenu li a:hover {
	color: #2dadf8;
	background-image: url(/img/backgrounds/submenuLink_background.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 1%;
}

.leveTwoSubmenu li .active {
	color: #2dadf8;
}

.mainContentArea {
	width: 573px;
}

/* page Pagination rules */
.pagePagination a {
	font-size: 0.9em;
	font-weight: bold;
	color: #6d6d6d;
}

/* next Colour rules */
.nextColour a {
	font-size: 0.9em;
	font-weight: bold;
	color: #8a0000;
}

.searchBread {
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
	border-bottom: 1px dotted #999;
}

.searchBread a {
	color: #444;
}

.searchBread a.home {
	color: #8a0000;
	margin: 0 0 0 5px;
}

/* footer style rules */
.footerArea {
	background: url(/img/backgrounds/footer_background.gif) top left repeat-x;
	text-align: right;
	background-color: #131212;
	margin: 0;
	padding: 0;
	padding-top: 0px;
}




.footerArea ul li a img {
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

select {
	/*font-size:0.8em;*/
}

input {
	font-size: 0.9em;
}

form#qsform, form#qscatform {
	border-top: 1px solid #e80085;
	background: url(/img/backgrounds/titlearea_background.gif) left top repeat-x;
	padding: 8px;
	margin: 0;
}

form#qscatform {
	border-top: 0;
	border-bottom: 1px solid #BBB;
	background: #e4e4e4;
	padding: 0 0 5px 2px;
}

form#qsform label, form#qscatform label {
	padding: 0;
}

form#qsform label img, form#qscatform label img {
	margin: -5px 0px 0px 1px;
	position: relative;
	top: 8px;
}

form#qscatform label img {
	margin: -5px 0px 0px 1px;
	top: 6px;
}

form#qsform select, form#qscatform select {
	border: 1px solid #5e7291;
	margin: 0 2px 0 0;
	height: 1.7em;
	font-size: 1em;
}

form#qsform .button, form#qscatform .button {
	vertical-align: bottom;
}

select#webcode {
 	width: 120px;	
}

select#brand_code {
 	width: 120px;	
}


/* recruitment */

div.recruit {
	margin: 8px 0 0 0;
	padding:0 14px 0 14px;
}

div.vacanciestxt {
	background: url(/img/backgrounds/rect_text_bg.gif) left top repeat-x;
	padding: 2px 0px;
	margin: 10px  0 0px 0;	
}

div.vacancies a {
	clear: both;
	float: left;
	margin: 0;
	font-size: 1.1em;
	font-weight: 600;
	color: #333;	
}

div.vacancies p {
	padding: 2px 10px;
	margin: 10px  0 20px 0;	
}

div.vacancies p span {
	margin: 0px  0 0px 30px;	
}

div.vacancies p span select {
	border: 1px solid #5e7291;
	margin: 0 2px 0 0;
	height: 1.7em;
	font-size: 1em;
	vertical-align: middle;
}

input.go {
	margin-left: 30px;	
	overflow: hidden;	
	vertical-align: -60%;	
}

*:first-child+html input.go {
	vertical-align: -40%;	
}

* html input.go {
	vertical-align: -40%;	
}

div.vacancies {
	margin: 10px 0;
	overflow: hidden;
}

div.vacanciestxt p {
	clear: both;	
}

div.jobbox {
	background: url(/img/backgrounds/rect_textjobs_bg.gif) left top repeat-x;
	border: 1px solid #dfdfdf;
	margin: 10px 0px;
	padding: 10px;
	width:450px;
}


table.jobtable td {
	
	text-transform: uppercase;	
}

div.jobbox p {
	margin: 0;
	padding: 0px;	
	text-transform: uppercase;
}

div.JobTitleArea h1 {
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size:16px;
	text-transform: uppercase;
	padding-top:12px;
	color: #ffb608;
}

input.qssubmit {
	padding:1px;
	color:#fff;
	font-size:0.9em;
	width:29px;
	height:17px;
	background: url(/img/qs/1search_button.gif) left top repeat-x;
	border:0;
	cursor: pointer; ??/
}

#complete_order input.complete {
	background:url(/img/buttons/complete_order_button.gif);
	width:220px;
	height:35px;
	border:0;
	cursor: pointer; ??/
}
	

*:first-child+html input.qssubmit {
	top:0px;
}

*html input.qssubmit {
	top:0px;
}

 input.qssubmit, x:-moz-any-link, x:default {
	top:2px;
	font-size:1em;
}

input.subcatsubmit {
	padding:1px 1px 1px 2px;
	color:#fff;
	font-size:0.9em;
	width:21px;
	height:17px;
	background: url(/img/qs/1search_button_subcat.gif) left top repeat-x;
	border:0;
	cursor: pointer; ??/
}

 input.subcatsubmit, x:-moz-any-link, x:default {
	top:2px;
	font-size:1em;
}

*:first-child+html input.subcatsubmit {
	top:0px;
}

*html input.subcatsubmit {
	top:0px;
}
