/* Default stylsheet for Loadcells.co.uk */

* { /* Global Reset */
	margin: 0;
	padding: 0;
}

/* ----------------------------------- Layout (divides) Styles ------------------------------------------- */

body {
	background: url(../images/bg-body.jpg) repeat-x top #212224;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1em;
	color: #000000;
	margin-top: 80px;
}

#wrapper {
	width: 773px;
	margin: 0 auto 0 auto;
	min-height: 300px;
	overflow: auto;
	background-color: #FFFFFF;
}

#topWrap {
	width: 773px;
	background: url(../images/bg-topWrap-yellow.jpg) repeat-x bottom #F9DD24;
	height: 122px;
}

#logo {
	float: left;
	width: 350px;
	height: 100px;
	background: url(../images/logo.jpg) no-repeat left #F9DD24;
}

#contactTop {
	float: right;
	width: 230px;
	height: 85px;
	text-align: left;
	padding: 15px 0 0 140px;
}

#bodyLeft {
	float: left;
	width: 160px;
	height: 350px;
	background: url(../images/bg-bodyleft.jpg) bottom right no-repeat #999999;
}

#bodyRight {
	float: right;
	width: 585px;
	padding: 30px 15px 30px 0; 
	min-height: 400px;
	overflow: auto;
}

#footer {
	clear: both;
	width: 733px;
	margin: 20px;
	height: 80px;
	border-top: 1px dotted #999999;
	padding-top: 10px;
	text-align: center;
}

/* ------------------------------------------------- Text Styles ------------------------------------------- */

h1 {
	text-indent: -9999px;
}

h2 {
	padding: 0 0 10px 0;
	width: 100%;
	border-bottom: 1px dotted #999999;
	margin-bottom: 10px;
	font-size: 0.95em;
	font-weight: bold;
	color: #000000;
}

h3 {
	padding: 15px 0 3px 0;
	font-size: 0.8em;
	font-weight: bold;
	color: #ABABAB;
	text-transform: uppercase;
}

h4 {
	padding: 8px 30px 8px 8px;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 16px;
}

p {
	padding: 8px 30px 8px 8px;
	font-size: 0.7em;
	line-height: 16px;
}

#contactTop p {
	font-size: 0.7em;
}

#contactTop p span {
	font-weight: bold;
	padding-right: 40px;
}

#footer p {
	font-size: 0.7em;
	line-height: 12px;
}

/* --------------------------------------------------- List Styles ------------------------------------------- */

#product ul {
	margin: 20px 0 30px 0;
	padding-left: 40px;
	padding-right: 30px;
	list-style: none;
	font-size: 0.7em;
}

#product li {
	list-style-image: url(../images/bullet-product.jpg);
	padding-top: 6px;
	line-height: 16px;
}

#homeList {
	margin: 20px 0 30px 0;
	padding-left: 40px;
	padding-right: 30px;
}

#homeList ul {
	list-style: none;
}

#homeList li {
	list-style-image: url(../images/bullet-home.jpg);
	padding-top: 6px;
	line-height: 16px;
	font-size: 0.7em;
}

#footer ul {
	list-style: none;
}

#footer li {
	text-align: center;
	display: inline;
	font-size: 0.7em;
	padding: 3px 4px;
}

#siteMapList {
	padding-left: 30px;
	font-size: 0.7em;
	color: #000000;
	font-weight: bold;
}

#siteMapList ul {
	padding: 0 0 0 40px;
	list-style: none;
	list-style-image: url(../images/bullet-product.jpg);
}

#siteMapList li {
	padding-bottom: 5px;
}

#siteMapList ul ul {
	padding-top: 5px;
}

#siteMapList li a {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

#siteMapList li a:hover {
	text-decoration: none;
}

/* --------------------------------------------------- Link Styles ------------------------------------------- */

a { /* Default links across site */
	color: #999999;
	text-decoration: underline;
}

a:hover {
	color: #999999;
	text-decoration: none;
}

#footer a {
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}

#footer a:hover {
	color: #333333;
	text-decoration: none;
}

.download a {
	font-size: 1.1em;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}

.download a:hover {
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/* --------------------------------------------------- Image Styles ------------------------------------------- */

.prodImg {
	border: 1px dotted #CCCCCC;
	margin: 10px;
}

/* --------------------------------------------------- Table Styles ------------------------------------------- */

.baseTbl {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 5%;
}

.contentTbl {
	text-align: center;
	font-size: 0.6em;
	color: #000000;
}

.contentTbl th, .contentTblWhtRow td, .contentTblGryRow td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 2px 0 2px 0;
	height: 15px;
}

.contentTbl th {
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	height: 12px;
}

.contentTblWhtRow td {
	background-color: #FFFFFF;
}

.contentTblGryRow td {
	background-color: #CCCCCC;
}

