s/* @override http://brian.glaeske.name/OasisPlantscapes/css/design.css */

/* @group Base Styles */

.secondary-color { color: #41fc24; }

.tertiary-color { color:#5d0c7b; }

.primary-color { 
	color: #a3d189;
	list-style-image: none;
}

.bold-color { color: #e83c2e; }

.font-body { 
	font-family:'Times New Roman', 'Times', serif; 
}

.heading-color {
	color: #1e7110;
}

.font-heading {
	font-family:'Times New Roman', 'Times', serif; 
}

.font-navigation {
	font-family:'Times New Roman', 'Times', serif; 
}



/* @end */

/* @group Links */

a 
{
	text-decoration:none;
	color: #3519fc;
}

a:visited
{

}

a:link  
{

}

a:hover 
{
	text-decoration: underline;
}

a:active
{

}



/* @end */

/* @group Input Forms */

.required {
	color: #f52520;
	text-shadow: #787878 1px 1px 2px;
	font-size: 1.4em;
	padding-left: 5px;
}

.error {
	background-color: #fbd5d4;
	border: 1px solid #f52520;
}

#messages {
	padding: 5px;
}

.field {
	list-style-image: none;
	list-style-type: none;
}

button {
	font-size: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}

form.contact-form label {
	font-size: 1em;
	float: left;
	vertical-align: 1px;
	width: 100px;
	margin-left: 10px;
}

form.contact-form legend {
	font-weight: bold;
	color: #1e7110;
}

form.contact-form fieldset ol {
	margin-left: 0;
}

form.contact-form fieldset ol li {
}

form.contact-form fieldset textarea {
	height: 160px;
	font-size: 1em;
	margin-left: 130px;
	width: 260px;
}

form.contact-form input {
	position: relative;
	font: .85em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#description {
	font: .85em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#services li label  {
	width: 500px !important; 
	margin-left: 110px;
}

input[type=text], textarea 
{
	margin-left: 0;
	border: 2px solid #888;
 	background-color: #F8F8F8;
}

input[type=checkbox]
{
	color: blue;
}


/* @end */

/* @group Headings */

h1,h2,h3,h4,h5,h6
{

	color: #1e7110;
	margin-top: .2in;
}

h1  
{	
}

h2  
{
	font-size: 1.2em;
	margin: 0;
}

h3
{
	color: #5d0c7b;
	margin-top:.1in;
	font-size: 1.1em;
}



/* @end */

/* @group Basic Elements */

.todo {
	color: red;
}

li {
	list-style-type: square;
	list-style-position: outside;
	margin-left: .2in;
	opacity: 1;
	list-style-image: none;
}

#text-title
{
	display:none;
	color:black;
	background-color:transparent;
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
}

body 
{ 
	margin:0;
	padding:0;
	background: #331102 url(../images/background.gif) repeat;
	font: 12pt/1.125em Georgia, "Times New Roman", Times, serif;
}

p
{
	margin-bottom:.25in;
	margin-top:.1in;
}

img
{
	border:0;
}



/* @end */

/* @group Columns */

/* #wrapper #middle #content */

.content-image {
	float: right;
	clear: left;
	margin-left: 5px;
	margin-top: 10px;
}

.content-image img {
	border: 3px solid white;
}

#wrapper
{
	text-align:left;
	background: none repeat-y;
	float: none;
	clear: none;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
}

#middle
{
	margin-left: 0;
	margin-right: 0;
	float: left;
	background: #a3d189 url(../images/content-background.gif) no-repeat right bottom;
	display: block;
	border-right: 1px solid #567f3f;
	border-bottom: 1px double #567f3f;
	border-left-width: 1px;
	border-left-color: #c6ffa7;
}

#content
{
	line-height:1.5em;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 20px;
	margin-right: 20px;
	overflow: hidden;
}



#colmask {	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;		/* This chops off any overhanging divs */
	}

#Design, #Installation, #Maintain
{
	float: left;
	width: 30%;
	font-size: .85em;
	border-right-style: dotted;
}

#Design, #Installation {
	margin-right: 40px;
}

/* @end */

/* @group Misc */

#google-search
{
	float: right;
	margin-top: 4px;
	margin-right: 14px;
	top: -7px;
	display: none;
}

#bottom {
	clear: both;
	color: #a3d189;
	text-align: center;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#bottom p {
	color: #8e583b;
	font-size: .85em;
}

#bottom p a {
	color: #d35816;
}

.date
{
	font-size:8pt;
	text-align:right;
}

.copyright, .ui-prompt
{
	font-size:8pt;
	margin:25px auto;
	text-align:center;
	clear: none;
	color: #666;
}



/* @end */

/* @group Header */

.logo img {
	top: 27px;
	left: 17px;
	display: none;
}

.logo
{
	background: none no-repeat center;
	margin-bottom: 0;
	height: 181px;
	border-width: 1px;
	border-color: #f52520;
}

.header-background 
{
	background: #a3d189 url(../images/header-background.jpg) no-repeat;
	color: black;
	text-align: left;
	height: 226px;
	width: 850px;
}



/* @end */

/* @group Home Menu */

.home-menu {
	font-size: 1.5em;
	width: 100%;
}

#services a {
	background: url(../images/services.jpg) no-repeat;
	height: 360px;
	color: white;
	width: 283px;
	display: block;
}

.home-menu a:hover {
	text-decoration: none;
}

#portfolio a {
	background: url(../images/portfolio.jpg) no-repeat;
	width: 283px;
	height: 360px;
	color: white;
	display: block;
}

#contact a {
	background: url(../images/contact.jpg) no-repeat;
	width: 283px;
	height: 360px;
	color: white;
	display: block;
}

.home-menu li {
	display: table-cell;
}

.home-menu {
	overflow: hidden;
}

.home-menu li a span {
	padding-top: 10px; 
	display: block;
	height: 360px;
	background: url(../images/menu-shadow.png) repeat-x;
	width: 273px;
	padding-left: 20px;
	cursor: hand;
}


.title
{
	font-weight:bold;
	color: #a3d189;
	margin-bottom: -50px;
	width:100%; /* IE */
}


.description {
	text-align: left;
	color: white;
	font: .6em Verdana, Tahoma, sans-serif;
	color: white;
	text-shadow: black 0 1px 3px;
	padding-top: 0;
	padding-right: 20px !important;
	padding-bottom: 0;
	padding-left: 0;
	margin-left: -20px;
}

/* IE 6 */
* html .home-menu li a span {
	background-image: none;	
}

.home-menu li a span .description { /* IE */
	background-image:none !important;
	color: white;
	margin-left: -20px;
	width: 90%;
}

.home-menu li a:hover span {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background: none !important;
	color: white;
}

.home-menu li a:hover {
	border-style: none;
}

.home-menu li a {
	color: white;
}

/* IE 7 */

*:first-child+html .home-menu * {
/*	float: none;  */
	display: inline-block;
	margin-left:0px;
}

*:first-child+html .home-menu li {
	display: inline;
}


/* @end */

/* @group Album */

#Album a {
	border-width: 5px;
	border-color: #fff;
	margin-right: 58px;
	margin-bottom: 0;
}

#Album a img {
	border: 5px double #fff;
	text-shadow: #000000 0 0 0;
}



/* @end */

/* @group Services */

#DesignHeading {
	background: url(../images/service-icon-design2.jpg) no-repeat;
	height: 150px;
}

#InstallationHeading {
	background: url(../images/service-icon-build2.jpg) no-repeat;
	height: 150px;
}

#MaintainHeading {
	background: url(../images/service-icon-maintain2.jpg) no-repeat;
	height: 150px;
}

.services-group p {
	margin-left: 200px;
}

.services-group h2 {
	color: #fff;
	padding-top: 5px;
	padding-left: 5px;
}

.services-group h2 a {
	color: white;
}

.readmore {
	text-align: right;
	margin-top: -1.5em;
	margin-right: 1em;
}

.backlink {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.nextlink {
	margin-top: -39px;
	text-align: right;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.services-footer {
	margin-top: 10px;
	border-top: 1px dotted #1e7110;
}

.services-group {
	margin-bottom: 3px;
}



/* @end */
