
/* -----------Living Clean.co.uk---------- */


/* ===================== Layout ========================= */
body {
	margin:0;
	padding: 0;
	font : normal 1em Arial, Helvetica, sans-serif;
	color: #000066;
}
#container {
	width:760px;
	margin: 0 auto;
	background: #FFF url(/library/bg-bottom-left.gif) repeat-y 0 10px;
	border: solid #31AB25 1px;
	position: relative;
}
#content {
	background: url(/library/bg-top.jpg) repeat-x 0 44px;
	padding: 50px 10px 30px 0;	
	float: right;
	width: 531px;
}
.bow {
	width: 200px;
	height: 163px;
	position: absolute;
	left: 190px;
	top: 45px;
	background: url(/library/bow.gif) no-repeat;
	text-indent: -8000px;
	z-index: 2;
}
	

/* ============== Left Column ============*/
#side {
	width: 219px;
	float: left;
}
#side iframe { /*ads */
	display: block;
	margin: 0 auto;
}
#side div.logo {
	border-top: solid #FFF 10px;
}
#sideHead {
	margin-right: 29px;
	padding-left: 30px;
	background: url(/library/bg-head-left.gif) repeat-x top left;
	border-top: solid #31AB25 1px;
}
#sideHead div {
	position: relative;
	top: 25px;
}
#sideHead img, 
#sideHead input.basket {
	border: none;
	display: block;
	float: none;
	position: relative;
	top: -2px;
}
#sideHead input.basket {
	background: none;
	position: relative;
	top: -3px;
}
#sideBody {
	padding: 15px 20px 10px;
	margin-right: 29px;
	position: relative;
}
#pageBody {
	margin-top: 40px;
	clear: both;
}
#foot {
	font-size: 11px;
	text-align: center;
	padding: 20px 0 6px 220px;
	clear: both;
}
#strap-line {
	float: right;
	display: inline;
	margin: 20px;
}
.sidePhotos img {
	margin-top: 200px;
	border: solid 1px #31AB25;
	margin-left: -6px;
}


/* ================== common elements ======================= */
p, li {
	font-size: 0.9em;<iframe
}
p p, li li {
	font-size: 1em;
}
form {
	margin: 0;
	padding: 0;
}
li {
	margin: 4px 0;
}
#side p,
#side li {
	font-size: 0.8em;
}
h1{
	font-size: 1.4em;
	font-weight: bold;
	color: #31AB25;
	border-bottom: dotted 2px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	margin-right: 10px;
}
h1 a:link, 
h1 a:visited, 
h1 a:hover {
	color: #31AB25;
	font-weight: bold;
	text-decoration: none;
}
h2 {
	color: #31AB25;
	font-size: 1em;
	font-weight: bold;
	border-bottom: dotted 2px #000066;
	margin: 0 10px 5px 0;
	padding: 0 0 5px;
}
h2 a:link, h2 a:visited, h2 a:hover {
	text-decoration: none;
	color: #31AB25;
}
#side h2 {
	color: #FF6633;
	border-bottom: dotted 2px #000066;
	font-size: 0.9em;
	display: block;
}
H3 {
	font-weight: bold;
	font-size: 0.8em;
	color: #31AB25;
}
H4 {	
	font-size: 0.85em;
	color: #000066;
}
h6 {
	color: #003366;
	font-size: 0.7em;
	font-weight: normal;
}
ul {
	list-style-image: url(/library/bullet.gif);
}
li h3,
li h4 {
	margin: 0;
}
#sideBody ul {
	padding-bottom: 10px;
	list-style-image: url(/library/bullet.gif);
}
legend {
	color: #31AB25;
	font-size: 0.9em;
	font-weight: bold;
}
fieldset {
	border: 1px solid #EEEEEE;
	padding: 15px 5px;
	margin: 10px 0;
} 
label {
	float: left;
	clear: left;
	text-align: right;
	width: 17em;
	font-size: 0.9em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}
#side label {
	text-align: left;
	float: none;
	font-weight: normal;
	font-size: 0.8em;
	font-weight: bold;
}
input, 
textarea, 
select {
	float: left;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	border: 1px solid #31AB25;
	background-color: #FFFFFF;
	padding: 2px;
}
#side input.radio {
	float: none;
	background-color: #FFF;
}
#side input.text, 
#side textarea, 
#side select {
	float: none;
	width: 140px;
	margin-bottom: 5px;
	margin: 0;
}
#side textarea {
	width: 140px;
}
img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
}

/* ======================links=========================== */
a:link{
	color: #000099;
	text-decoration: underline;
}
a:visited {
} 
a:hover{
	text-decoration: underline;
	color: #006699;
}

/* ================= Buttons ===================== */
.btn {
	background: url(/library/btnL.gif) no-repeat top left;
	float: left;
	padding-left: 13px;
}
.btn input, 
.btn a:link,
.btn a:hover,
.btn a:visited {
	background: url(/library/btnR.gif) no-repeat top right;
	padding: 8px 18px 15px 0;
	border: none;
	font-size: 0.8em;
	font-weight: bold;
	color: #31AB25;
	display: block;
	cursor: pointer;
}
.btn input {
	float: none;
}
.btn a:link,
.btn a:visited, 
.btn a:hover {
	text-decoration: none;
}

/* ===============common classes=======================*/
.clear {
	clear: both;
}
.right {
	float: right;
}
.left {
	float: left;
}
.border {
	border: 2px solid #31AB25;
}
.noborder {
	border: none;
}
.radio {
	border: none;
}
.small {
	font-size: 0.875em;
}
.answer {
	margin: 10px 0 20px 50px;
}
.error {
	color: #CC0000;
}
.success {
	color: #31AB25;
}
.hidden {
	display: none;
}

/*----------------------ID selectors-------------------*/
#PHPresult {
	font-size: 0.9em;
	color: #31AB25;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 300px;
}
#login {
	margin: 0 auto 100px;	
	padding: 10px;
	width: 250px;
}
#login label {
	width: 6em;
}

/* ================ products ================ */
#products div.float {
	margin: 5px 0;
	border-bottom: solid 1px #31AB25;
	padding: 20px 0;
	position: relative;
	float: left;
	clear: left;
	width: 100%;
}
#products h2 {
	font-size: 0.8em;
}
#products .btn {
}
#products .thumbLeft {
	margin-right: 30px;
	float: left;
}
#products .thumbRight {
	width: 320px;
	float: right;
}
#products select {
	margin: 20px;
	float: right;
}


#product img {
	padding: 10px;
	float: left;
}
#product h2 {
	border-bottom: none;
	color: #000066;
	margin-top: -20px;
	font-size: 0.8em;
}
#product em a {
	color: #000066;
}

/* =============== cleaning expert ================== */
#questions {
	width: 250px;
	border: 1px solid #31AB25;
	margin: 10px;
	padding: 5px;
	float: left;
}

/* ============== home page features =============== */
.homeLeft {
	float: left;
	width: 200px;
}
.homeLeft h3 {
	padding-top: 15px;
	clear: right;
}
.homeRight {
	float: left;
	width: 280px;
	margin-left: 20px;
}
#news, #facts, #expert {
	margin-bottom: 25px;
	clear: right;
}
#news div {
	color: #000066;
	font-weight: normal;
	margin-top: 0;
}
#home-text {
	width: 269px;
	border-top: dotted 2px #000066;
	clear: both;
}
#home-text img {
	margin-bottom: 15px;
}

/* ================= Media articles =============== */
.media-list li {
	margin: 20px 0;
}
.mediaH1, #media h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #333;
	border: none;
	}
.mediaH2, #media h2 {
	color: #333;
	font-size: 1.1em;
	font-weight: bold;
	border: none;
}
.mediaP, #media p {
	margin: 2px;
	line-height: 1.1em;
	color: #333;
	font-size: 0.9em;
	text-indent: 10px;
}

/* =================== Home page tabs ===================== */
#product_tab, #service_tab {
	background: url(/library/product_tab.gif) no-repeat left top;
	width: 150px;
	height: 230px;
	float: left;
	padding-left: 75px;
	margin-left: 10px;
}
#service_tab {
	background-image: url(/library/service_tab.gif);
	height: 230px;
	float: right;
	margin-left: 20px;
	margin-right: 10px;
}
#product_tab h2, #service_tab h2 {
	font-size: 1em;
	padding: 15px 0 5px;
	margin: 0px;
	border: none;
}
#product_tab a, #service_tab a {
	color: #31AB25;
}
#product_tab p, #service_tab p {
	font-size: 0.8em;
	padding: 0px 30px 10px 0px;
	margin: 0px;
}
#product_tab img, #service_tab img {
	margin-left: 30px;
}

.tab_wrap {
	padding-bottom: 15px;
	float: left;
	width: 100%;

}

/* ================= recomend a friend================ */
#recommend {
	width: 320px;
	border: solid 1px #31AB25;
	padding: 10px;
	margin-top: 25px;
}
#recommend input, #recommend label {
	float: none;
}


/* ================= competition ================ */
.comp li {
	float: left;
	clear: left;
	list-style-type: lower-alpha;
	margin: 0;
}
.comp ol {
	float: left;
	padding: 0;
	margin: 0 0 0 210px;
	display: inline;
}
.comp li label {
	text-align: left;
	clear: none;
}
.comp li input {
	float: left;
}
.comp p {
	padding: 10px 0;
}
.comp p,
.comp label {
	clear: left;
	font-size: 0.75em;
}
.comp label {
	width: 200px;
	float: left;
}
.comp input {
	float: left;
	margin-bottom: 3px;
}
.comp p input {
	float: none;
	margin: 0;
}
.comp br {
	clear: left;
}
.comp div.btn {	
	float: right;
}

/* Admin System
========================================================================== */
.mngSources table {
	width: 400px;
}
.mngSources td,
.mngSources th {
	border: solid 1px #CCC;
	border-collapse: collapse;
	padding: 2px;
	font-size: 0.687em;
	text-align: left;
}
.mngSources td {
	text-align: center; 
}
.mngSources td input {
	font-size: 1em;
	width: 390px;
	text-align: left;
}
.mngSources td input.chk {
	width:auto;
}
.mngSources .btn {
	margin-left: 400px;
	margin-top: 20px;
	position: relative;
	left: -1.8em;
}
.entries {
	width: 100%;
}
.entries td,
.entries th {
	font-size: 0.687em;
	text-align: left;
	border: solid 1px #CCC;
	padding: 3px;
	border-collapse: collapse;
}
.entries th {
	background-color: #31AB25;
	color: #FFF;
}
.question {
	font-weight: bold;
	color: #31AB25;
}
