﻿/* Import stylesheets */
@import url('Styles.css');
@import url('Menus.css');

* { margin: 0; padding: 0; border: 0; color: #093612; }
body, html { background: #fff; font: 82% Tahoma, Verdana, Arial, Helvetica, sans-serif;   }


/*************
Defaults
*************/

/* Links */
a:link, a:visited { text-decoration: none; color:#3a6242; font-weight:bold;}
a:active, a:hover { text-decoration: underline; background:#a3bf9b; }
h1 a:link, h1 a:visited { text-decoration: underline; }
h1 a:hover, h1 a:active { text-decoration: none; }

/* Headings */
h1 { clear: both; font-weight:300; font-size: 2em; font:Gill Sans MT; padding: 10px 0 5px 0; background:url('/templates/plumbermanor/images/h1border.jpg') bottom left no-repeat; }
h2 { clear: both; font-weight: 700; font-size: 1.3em; padding: 5px 0 5px 0; }
h3 { clear: both; font-weight: 700; font-size: 1.1em; padding: 5px 0 5px 0; }

/* Forms */
input, textarea { font-size: 1em; border: 1px solid #000; padding: 4px; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; margin: 0; }
select {font-size: 1em; border: 1px solid #000;padding: 2px; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; width:auto;margin: 0; }

.button {padding:2px 8px; font-weight:bold; color:#fff; background: url('/templates/plumbermanor/images/buttongrad.jpg') repeat-x; cursor:pointer; }
.button:hover {  color: #000;  }

.inputOver { background: #fff; }
.inputOut { background: #E7EBEF; }
.checkbox { border: 0; display: inline; }

/* Other */
.strong { font-weight: bold; }
p { padding: 5px 0; clear: both; line-height: 140%; }
.left {float:left;margin-right:5px;}

ul {list-style-position:inside;}

/*Override default behaviour of adding 2px margin bottom to images*/
img {display: block; margin:0; padding:0; vertical-align:top;}
