@charset "iso-8859-1";

body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #000000; /*dk green*/;
	color: #000000; /*black*/
}
/*===============indicates no border around any image ============*/
body img {
	margin: 5px 5px 5px 5px;
	border: 0px;
	text-decoration: none;
	float: none;
}
/* ============ margins auto center the container on the page ==========*/
#container {
	background-color: #FFFFFF;
	background: #FFFFFF;
	margin: 0px auto 0px auto;
	padding: 10px;
	width: 780px;
	height: 100%;
}
/*=================== styles for top banner ========================*/

/* sets style for page banner */

#logoleft {
	padding : 5px;
	margin : 0px 0px 0px 0px;
	vertical-align : top;
	height: 100px;
}

#logoright {

	float: right;
	width: 200px;
	height: 86px;
	margin-left: 0px;
	margin-top: 10px;
	padding: 5px;
	background-color: #FFF;
	color: #bd7b7c;
	font-size: 90%;
	font-weight: bold;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;

}

/*styles search button color*/

.search {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
}

/*=================== styles for Photo Gallery ======================*/

#photo {
	width:130px;
	height:130px; 
	padding :5px; 
	vertical-align: top; 
	float:left;
	 
}

#phototext  { 
	text-align:center; 
	font: 10px Tahoma;
	color: #000000;
	width:120px;
	height:15px; 
	padding:5px; 
	vertical-align: top; 
	float: left
}

#photorow	{
	width:560px; 
	height: 150px; 
	vertical-align: top; 
	float: left; 
	padding: 10px; 
	color:blue;
}


/*=================== styles for top menu ======================*/
#topmenu {
	background-color: #FFFFFF;
	text-align: center;
	font-size: .80em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #0000FF;
	border-top: 1px #0000FF solid;
	border-bottom: 1px #0000FF solid;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topmenu li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	padding-right: 1em;
}

#topmenu ul li a{
	color:blue
}

/* *****************************************************
Client Comments - Right Hand Side 
**************************************************** */
#rightnav {
	margin: 15px 5px 15px 5px;
	color: blue;
	padding: 5px;
	border: 1px solid #6699CC;
	float: right;
	background-color: #ffffff;
	width: 140px;
	vertical-align: top;
	height: 100%;
	text-align: left;
}

#rightnav .header{
	background-color:white;
	font: bold 13px Verdana;
	color: black;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/;
	padding: 0px 0px 0px 0px; /*31px is left indentation of header text*/}
	
#rightnav p {
	font-size: .8em;
}


/*=================== styles for services menu ======================*/

.servicesmenu{
	margin: 5px;
	padding: 5px;
	border: medium #C0C0C0 outset;
	text-align:center;
	width:85px;
	height:75px;
	float:left;
	background:#CCCCCC;
	font: bold 11px Tahoma;
	color: black;
}

.servicesmenuselected{
	margin: 5px;
	padding: 5px;
	border: medium #C0C0C0 outset;
	text-align: center;
	width: 85px;
	height: 75px;
	float: left;
	background: #BFDFE2;
	font: bold 11px Tahoma;
	color: black;
}

.serviceguarantee{
	margin: 5px;
	padding: 5px;
	border: medium #C0C0C0 outset;
	text-align: center;
	width: 85px;
	height: 75px;
	float: left;
	background: #CCFF99;
	font: bold 13px Tahoma;
	color: black;
}

.Offers{
	margin: 5px;
	padding: 5px;
	border: medium #C0C0C0 outset;
	text-align: center;
	width: 95%;
	height: 70px;
	float: left;
	background: #CCFF99;
	font: bold 14px Tahoma;
	color: Black;
}


/*==============top menu site links==============*/
a:link {
	
	font-weight: normal;
	color: #0000FF;
	background: transparent;
	text-decoration: underline;
}
a:visited {
	font-weight: normal;
	color: #000000;
	background: transparent;
	padding: 0px;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	text-decoration : none;
	color: #000000;
}
a:active {
	font-weight: normal;
	text-decoration : underline;
	background: #BFDFE2;
	color: #0000FF;
}

/*====================== styles for main content area =========================*/
#content {
	font: normal normal lighter 100% Tahoma;
	margin-right: 180px;
	margin-left: 120px;
	margin-top: 5px
}

/*====================== styles for contacts page =========================*/
#contacts {
	background-color: #ffffff;
	background: #C0C0C0;
	color: #000;
	padding: 10px 10px 10px 10px;
	margin: 25px 10px 10px 10px;
	border: 1px #242F24 solid;
	float: left;
	width: 590px;
}

#leftform {
	color: #000;
	padding: 0px 10px 10px 10px;
	float: left;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	width: 150px;
}
	
#rightform {
	color: #000;
	padding: 0px 10px 10px 10px;
	float: right;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	width: 220px;
}

#addressform {
	color: #000;
	padding: 10px 10px 10px 10px;
	margin: 20px 20px 20px 20px;
	float: left;
	background-color: #ffffff;
	width: 140px;
	vertical-align: top;
	height: 100%;
}


/*===========content area list items==============*/
#content ul li {
	font: 100%/21px serif;
	list-style-image: url('../images/green-bullet-bg.gif');
	margin: 2px;
	padding: 2px;
}
#content li li {
	list-style-image: url('../images/green-bullet-sm.gif');
	padding: 2px 0;
}

/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.urbangreymenu{
	width: 120px; /*width of menu*/;
	float: left;
	margin: 10px 10px 10px 0px;
}

.urbangreymenu .headerbar{
	font: bold 13px Tahoma;
	color: white;
	background: #336699 url('../images/downgreen.gif') no-repeat 8px
6px; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0; /*bottom spacing between header and rest of content*/;
	padding: 7px 0 7px 7px; /*31px is left indentation of header text*/
}

.urbangreymenu .improveimage{
	font: bold 14px Tahoma;
	color: black;
	padding: 5em;
	text-align: center;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
	font: bold 12px Tahoma;
	color: white;
	background: #0066FF;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/;
	text-decoration: none;
}

.urbangreymenu ul li a:visited{
	color: white;
	font: bold 12px Tahoma;
}

.urbangreymenu ul li a:hover{
	/*hover state CSS*/
color: white;
	background: #000080;
}

/*============== Styles for footer ===================*/
#footer {
	border-top: 1px #0000FF solid;
	clear: both;
	padding: 10px;
	background-color: rgb(255, 255, 255);
	text-align: center;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*================== general styles =================*/
hr {
	width: 50%;
	text-align: center;
	background-color: #004145;
	height: 5px;
}
/* =================Styles for heading tags =============== */
h1, h2, h3, h4, h5 {
	background-color: inherit;
	font-family: Tahoma;

}
h1 {
	font-size: 1.1em;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: bottom;
}
h2 {
	color: #0066FF;
	font-size: 1em;
	text-align: center;
}
h3 {
	font-size: .9em;
	text-align: left;	
}

h4 {
	font-size: .9em;
	text-align: left;
	font-weight: normal;
}

h5 {
	font-size: .9em;
	font-weight: bold;
}
	
h6 {
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	color: #000000;
	font-family: 'Script MT Bold'
}

/*================used to center anything==============*/
.center {
	text-align: center;
}
/* ============floats images to right or left ============*/
.imgrgt {
	float: right;
	padding: 7px;
}
.imglft {
	float: left;
	padding: 7px;
}

.scriptbold {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	font-family: 'Script MT Bold';
	vertical-align: bottom;
}

.smtxt {
	font: 10px Tahoma;
}


.smtxtbold {
	font: bold 10px Tahoma;
}

.medtxtbold {
	font: bold 12px Tahoma;
	color: #000000;
}


.medtxt {
	font: 12px Tahoma;
	color: #000000;
}

.lgtxtbold {
	font: bold 14px Tahoma;
	color: #0000FF;
}




