@charset "utf-8";
/* CSS Document */
/* Auto-Supplies.co.uk content formatting etc */
.clear {
	clear:both;
}

/* BASE STYLES */
body {
	background: #DDDDDD;
	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 */
	background-image:url(../img/bg1.png);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:small;
	color: #000000;

}

p {
	line-height: 120%;
	font-size: 110%;
	margin-top:0px;
}

h2, h3, h4, h5, h6 {
	margin: 0;
}

h1 {
	letter-spacing: -1px;
	font-size: 15px;
	font-weight: normal;
}

h2 {
	letter-spacing: -1px;
	font-size: 15px;
	font-weight: normal;
}

h2 em {
	font-weight: bold;
	font-style: normal;
}

h3 {
	height: 12px;
	font-size: 110%;
	color: #FFFFFF;
}

/* LINKS */
/* Standard A Class */
a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: normal;
	color:#FF0000;
	text-decoration: underline;
}
a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: normal;
	color:#FF6633;
	text-decoration: underline;
}
a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: normal;
	color:#666666;
	text-decoration:underline;
}
/* END Standard A Class */

/* Footer A Class */
a.foot:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: normal;
	color:#FF0000;
	text-decoration: underline;
}
a.foot:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: normal;
	color:#FF6633;
	text-decoration: underline;
}
a.foot:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: normal;
	color:#666666;
	text-decoration:underline;
}
/* END Footer A Class */








/* END BASE STYLES */



/* TEXT STYLES */
.testimonialtext {
	font-size: 90%;
}
.teammembers {
	font-size: 90%;
	color:#FF0000;
}
.titletext {
	letter-spacing: -1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	colour:#50516B;
}
.footertext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}
.supptestheaders {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
	background: #FFFFFF url(../img/bg6_sthead.jpg) repeat-x left top;
	line-height:25px;
}
.custtestheaders {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
	background: #FFFFFF url(../img/bg5_cthead.jpg) repeat-x left top;
	line-height:25px;
}
.faqquestions {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:bold;
}
.ottitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#333333;
	font-weight:bold;
	}
.otfield{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:110%;
	font-weight:bold;
	color:#000000;
}
.newstitletext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#333333;
	font-weight:bold;
}
.newsabstracttext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#666666;
	
}
.jobtitletext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#333333;
	font-weight:bold;
}
.kwtext {
	font-size:70%;
	color:#666666;
}

/* END TEXT STYLES */

/* TEXT COLOURING */

.red {
	color:#FF0000;
}
.cyan {
	color:#0099FF;
}
.yellow {
	color:#FFFF00
}
.green {
	color:#009900;
}
.blue {
	color:#000099;
}
/* END TEXT COLOURING */

/* IMG FORMATTING */
.newssmallimage {
	float:left;
	margin-right:3px;
	margin-bottom:3px;
}
.imgright {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	margin-right:10px;
	margin-top:10px;
}
.imgsupptest {
	float:right;
	margin-left:10px;
	margin-bottom:35px;
	margin-right:10px;
	margin-top:10px;
}
.imgleft {
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	margin-right:10px;
	margin-top:10px;
}