﻿html, body {border: 0; margin: 0; padding: 0;}

body {
  	font: 85%/0.9 arial, helvetica, sans-serif;

  	min-width: 970px;
}

a {
	color: #800000;
	text-decoration:none;

}

a:hover {
	color: #FF0000;
}

a img {
	border: none;
	float: left;
}

td {
	width:220px;
	text-align:left;
}


/***** clear *****/
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}


.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */.clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */


/***** Main Layout ****/
#container {
	width: 970px;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}


#topnav a {
		color:#ffffff;
	}
	#topnav a:hover {
		color: #CCFF00;
	}

	#topnav .login {
	font-size: 10px;
	
}

#mainMenu {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	top: 208px;
	left: -10px;
	z-index: 10;
}

#mainMenu ul li{
	display: inline;
	list-style:none;
	padding-left: 20px;
	
}

#mainMenu a {
		color:#ffffff;
	}
	#mainMenu a:hover {
		color: #CCFF00;
	}


#content {
}


#HomeHeadlines {
	background-image:url('../images/headlines_off.gif');
}

#HomeHeadlines :hover{
	background-image:url('../images/headlines_on.gif');
}

#HomeFaqs {
	background-image:url('../images/faqs_off.gif');
}

#HomeFaqs :hover{
	background-image:url('../images/faqs_on.gif');
}

#HomeInfo {
	background-image:url('../images/info_off.gif');
}

#HomeInfo :hover{
	background-image:url('../images/info_on.gif');
}

#headlineSub {
	background-image:url('../images/general/headlines_general.gif');
	position: relative; 
	width: 152px; 
	height: 21px; 
	z-index: 4; 
	top: 25px;
}

#headlineSub :hover{
	background-image:url('../images/general/headlines_on.gif');
}

#faqSub {
	background-image:url('../images/general/faqs.gif');
	position: relative; 
	width: 152px; 
	height: 21px; 
	z-index: 4; 
	top: 25px;
}

#faqSub :hover{
	background-image:url('../images/general/faqs_on.gif');
}

#infopackSub {
	background-image:url('../images/general/info.gif');
	position: relative; 
	width: 152px; 
	height: 21px; 
	z-index: 4; 
	top: 25px;
}

#infopackSub :hover{
	background-image:url('../images/general/info_on.gif');
}

#cost {
		background-image: url('../images/cost.jpg');
		position: relative;
		width: 243px;
		height: 87px;
}
	
#cost :hover {
	background-image:url('../images/cost_over.jpg');
}

#testimonials {
		background-image: url('../images/testimonials.jpg');
		width: 243px;
		height: 87px;
		position: relative;
}

#testimonials :hover {
	background-image:url('../images/testimonials_over.jpg');
}

#galleries {
		background-image: url('../images/gallery.jpg');
		width: 243px;
		height: 87px;
		position: relative;
}
	
#galleries :hover {
	background-image:url('../images/gallery_over.jpg');
}

#gotoedging {
	background-image: url('../images/edging.jpg');
	background-repeat: no-repeat;
}

#gotoedging :hover{
	background-image:url('../images/edgingOn.jpg');
}

#rightBottom :hover{
	
	background-image:url('../images/general/edgingOn.jpg');
}

#dropmenudiv{
	position: absolute;
	border: 1px #808080 solid;
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px #808080 solid;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	background-image: url('../images/transparency.gif');
}

#dropmenudiv a:hover{
	background-image: url('../images/transparency.gif');
}

#formleft {
	float:left;
	width:250px;
}

#formright {
	float:right;
	width:300px;
}

#contact-area {
	width: 600px;
	margin-top: 10px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 150px;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	border: 1px solid #ccc;
}

#contact-area textarea {
	height: 20px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
}

label {
	color: #333333;
	font-family: verdana, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 80px;
	font-size: 10px;
	top: 5px;
	margin-top: 10px;
}

