/* --------------------------------------------------- */
/*     Medworth Plumbing and Heating :: Style Sheet    */
/*  Coded by David Ives :: chilliweb at gmail dot com  */
/*   Copyright :: Medworth Plumbing and Heating 2005   */
/* --------------------------------------------------- */

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #ffffff;
	margin: 0px;
	background-color: #990000;

}

fieldset {
	border: 1px solid #ffffff;
	padding: 10px;
}

legend {
	border: 1px solid #ffffff;
	background-color: #990000;
	color: #ffffff;
	padding: 2px 15px;
	font-size: 0.75em;
	font-weight: 700;
}

/* ----------------------- generic link classes ----------------------- */

a {
	text-decoration : none;
	color: #FFCC00;
}

a:link {
	text-decoration : none;
}

a:visited {
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
	color: #ffffff;
}

a:active {
	text-decoration : none;
}
/* ----------------------- end generic link classes ----------------------- */

/* ----------------------- pseudo link classes ----------------------- */

a.explain {
	text-decoration : none;
	color: #FFCC00;
	border-bottom: 1px dotted #ffcc00;
	cursor: help;
}

a.explain:link {
	text-decoration : none;
}

a.explain:visited {
	text-decoration : none;
}

a.explain:hover {
	text-decoration : none;
}

a.explain:active {
	text-decoration : none;
}

/* ----------------------- end pseudo link classes ----------------------- */

/* ----------------------- heading classes----------------------- */

div#header {
	display: block;
	height: 90px;
	font-size: 3em;
	font-weight: 700;
	text-align: left;
	padding: 0px 10px 5px 10px;
	margin: 0px;
	color: #990000;
	background-color: #ffffff;
	/*color: #ffffff;
	background-color: #990000;
	background-image: url(/images/BG/headFade.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: right top;*/

}
.headWrap {
	font-size: 0.3em;
	font-weight: normal;
	padding-left: 6px;
	letter-spacing: 0.45em !important;
	letter-spacing: 0.125em;
}

.headHold {
	font-weight: 700;
}

div#orgs {
	display: block;
	float: right;
	width: 100px;
	height: 90px;
	background-image: url(/images/logos/corgi.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right 3px;
	margin-right: 10px !important;
	margin-right: 5px;
	cursor: help;
}

/* ----------------------- end heading classes----------------------- */

/* ----------------------- misc layout classes----------------------- */

.bolder {
	font-weight: 700;
	color: #FFFF99;
}	

.padLeft1 {
	padding-left: 10px;
}
.padLeft2 {
	padding-left: 20px;
}
.padLeft3 {
	padding-left: 30px;
}

p {
}

p#base {
	border-bottom: 1px dotted #ffffff;
	padding-bottom: 20px;
}

p#footer {
}

/* ----------------------- end misc layout classes----------------------- */


/* ----------------------- list classes----------------------- */

ul {
	margin-top: 10px;
}

li {
	list-style-position: outside;
	list-style-image: url(/images/regBullet.gif);
	list-style-type: circle;
	margin-right: 50px;
	font-weight: 700;
	padding-bottom: 10px;
	color: #FFFF99;
	border-bottom: 1px dotted #990000;
}

li#last {
	border-bottom: none;
}

.LItext {
	font-weight: normal;
	font-size: 0.85em;
	color: #ffffcc;
}

.listed {
	/*background-image: url(/images/LIbg.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left;*/
	padding: 3px;
}

/* -----------------------  end list classes --------------------- */

/* -----------------------  DIVs --------------------- */


div#highlight {
	display: block;
	padding-top: 5px;
	/*background-color: #993300;*/
	border: 1px solid #ffffff;
}

div#contactMain {
	margin: 15px 20px;
}

div#contain {
	margin: 20px;
	margin-top: -20px;
}

div#copyright {
	padding: 20px 0px 10px 0px;
	font-size: 0.75em; 
	text-align: center;
	color: #CC9966;
}

div#address {
	padding-top: 20px;
	font-size: 0.75em; 
	text-align: center;
	color: #CC9966;
}

div#baser {
	background-color: #990000;
	border-top: 1px solid #ffffcc;
}

div#lighter {
	background-color: #993300;
	background-image: url(/images/BG/headF-down.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	border: 1px solid transparent;
	border-left: none;
	border-right: none;
}

/* -----------------------  end DIVs --------------------- */

/* -----------------------  image classes --------------------- */

img#innerIMG {
	margin-right: 0px !important;
	margin-right: -20px;
}

img.LIbg {
	float: left;
	vertical-align: top;
}

/* -----------------------  end image classes --------------------- */

/* -----------------------  main nav classes --------------------- */

.navStrip {
	margin-top: -3px;
	margin-top: 0px !important;
	border-top: 1px solid #ffffff;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 20px;
	text-align: right;
}

.tabNav  {
	color: #ffffff;
	cursor: default;
	font-size: 0.75em;
	font-weight: 700;
	border: 1px solid #ffffff;
	margin-left: 5px;
	margin-right: -2px;
	line-height: 1.5em;
	padding: 2px 10px 3px 10px;
	text-align: center;
	text-decoration: none;
	background-color: #990000;
}

.tabNav#currentpage {
	background-color: #ffffff;
	color: #990000;
	border-top: 1px solid #ffffff;
}

a.tabNav:visited {
	text-decoration: none;
}

a.tabNav:hover {
	color: #ff9900;
	border-top: 1px solid #ffffff;
	cursor: pointer;
	text-decoration: none;
	background-color: #ffffff;
}

/* -----------------------  end main nav classes --------------------- */

/* -----------------------  popup classes --------------------- */

span.explain{
	color: #FFCC00;
	border-bottom: 1px dotted #ffcc00;
	cursor: help;
}

div#popBody {
	font-size: 0.7em;
	padding: 5px;	
}

div#popBody h5#popH5 {
	color: #FFFF99;
	margin-top: -10px;
	margin-bottom: 0px;
	border-bottom: 1px dotted #993300;
}

div#popBody h5#testH5 {
	color: #FFFF99;
	margin-top: 0px;
}


div#popImg {
	text-align: right;
}

div#winClose {
	font-size: 0.75em;
	color: #FFCC00;
	text-align: center;
	cursor: pointer;
	border-top: 1px dotted #993300;
	padding-top: 3px;
}

/* -----------------------  end popup classes --------------------- */

/* -----------------------  testimonial popup classes --------------------- */

div#testimonial {
	display: inline;
	padding-top: 5px;
	background-color: #993300;
	border: 1px solid #FFFFB9;
}

div#leftHold {
	display: block;
	float: left;
	width: 280px;
}

div#rightHold {
	display: block;
	float: left;
	width: 100%;
}

div.item {
	margin-top: 10px;
}

div#jobDate {

}

div#summary {

}

img.testPad {
	padding: 10px;
}

span.larger {
	cursor: pointer;
}

p#signature {
	font-weight: 700;
	font-size: 1.5em;
	font-style: italic;
	color: #ffff99;
}

/* -----------------------  end testimonial popup classes --------------------- */

