/* undohtml.css */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,table,tr,td
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

html {overflow-y: scroll;}

/* text -----------------------------------------------------------------------*/

body{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 70.01%;
  color: #3c3c3c;
}

table, tr, td, pre, code, li, ul,  input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

p {
	margin-bottom: 15px;
}

h1{
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 15px;
}

h2{
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 8px;
}

ul {
	margin-left: 30px;
	margin-bottom: 15px;
}

li {
	list-style: disc;
}

strong {
	font-size:1.1em;
}

a:link {color: #5f6468; text-decoration: none; font-weight: bold;}
a:visited {color: #5f6468;	text-decoration: none; font-weight: bold;}
a:hover {color: #000;text-decoration: none; font-weight: bold;}
a:active {color: #5f6468; text-decoration: none; font-weight: bold;}

.footer-text {
	display: none;
}

.credit-text a {
	display: none;
}

.left-nav-text {
	margin: 0px auto;
	text-align: left;
	width: 183px;
}

#phone-number {
	margin: 0px auto;
	background-image: url(images/phone-num-background.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 183px;
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
	margin-bottom: 15px;
	font-size:2.1em;
	font-weight: bold;
	color: #5e6669;
}

.left-nav-text a {
	width: 183px;
	height: 29px;
	line-height: 29px;
	background-image: url(images/left-nav-background.gif);
	background-repeat: no-repeat;
	display: block;
	padding-left:30px;
	font-size:1.1em;
	margin-bottom: 5px;
}

.left-nav-text a:hover {
	width: 183px;
	height: 29px;
	line-height: 29px;
	background-image: url(images/left-nav-background.gif);
	background-repeat: no-repeat;
	background-position: 0px -29px;
	display: block;
	padding-left:30px;
	margin-bottom: 5px;
}

/* ----------------------------------------------------------------------------*/


/* layout ---------------------------------------------------------------------*/

body{
  background-color: #ffffff;
  text-align: center;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	border:0;
}

#container-left {
	display: none;
}

#container-right {
	text-align: left;
	float: left;
}

#container-footer {
	display: none;
}

#container-footer a {
	display: none;
}

.logo {
	margin-top: 10px;
}

#banner {
	display: none;
}

#top-nav {
	display: none;
}

#content {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 30px;
	padding-bottom: 20px;
}

.tab {
	width: 139px;
	height: 25px;
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: 0px -25px;
	display: block;
	padding-left:0px;
	float: left;
	margin-left: 11px;
	margin-top:10px;
	font-size:1.1em;
}

.tab-active {
	width: 139px;
	height: 25px;
	line-height: 25px;
	background-repeat: no-repeat;
	display: block;
	padding-left:0px;
	float: left;
	margin-left: 11px;
	margin-top:10px;
	font-weight: bold;
	font-size:1.1em;
}

.tab-text {
	margin-left: 40px;
	display: block;
	font-size:1.1em;
}

#tab-home {
	background-image: url(images/tab-home.gif);
}

#tab-security {
	background-image: url(images/tab-security.gif);
}

#tab-catering {
	background-image: url(images/tab-catering.gif);
}

#tab-cleaning {
	background-image: url(images/tab-cleaning.gif);
}

#tab-waste {
	background-image: url(images/tab-waste.gif);
}

.highlight {
	margin:15px;
	padding: 15px;
	border: solid 1px #dadada;
	background-color: #f4f4f4;
}

.highlight-nomargin {
	padding: 15px;
	border: solid 1px #dadada;
	background-color: #f4f4f4;
}

.call-to-action {
	margin: 15px 0 0 0;
	padding: 15px;
	border: solid 1px #dadada;
	background-color: #fff001;
	font-size: 1.2em;
	font-weight: bold;
	clear: both;
}

.image-container {
	margin: 0 0 15px 15px;
	width: 250px;
	float: right;
	padding: 5px;
	border: solid 1px #dadada;
	background-color: #fff;
}

.print-head{
	
}

/* BUTTONS ------------------------------------------------------------------------------------------ */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}


/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
