/*
Title:	Centaur Design master styles for screen media
Author: 	info@centaur-design.com
*/

/* links */
a:link, a:visited {
	color: #000;
	text-decoration: none;
	}
a:hover {
	color: #d0a849;
	border-bottom: none;
	}
a.more {
	padding-right: 7px;
	background: url(../images/icon-morearrow.gif) no-repeat 100% 5px;
	}
#content a:link, #content a:visited {
	color: #3695c5;
	border-bottom: none;}
#content a:hover {
	color: #c1ba05;
	border-bottom: 1px solid;}

/* =Homepage
---------------------------------------------------------- */

h4.error {
position: absolute;
top: 100px;
left: 0;
width: 100%;
font-size: 12px;
color: #F00;
line-height: 14px;
text-align: center;
margin: 0 0 10px 0;
}

#home #wrap {
	margin: 150px auto 0 auto;
	width: 800px;
	height: 500px;
	border-top: 1px solid #000;
    position: relative;
	}
    
*:first-child+html #home #wrap {
	margin: 40px auto 0 auto;
    }

* html #home #wrap {
	margin: 40px auto 0 auto;
    }

	p.responsible { text-align: center; }

	.sIFR-active div#content p.responsible  {
	  visibility: hidden;
      font-family: tradegothicLT;
	  height: 1.2em;
    }

#home h1#header {
	text-indent: -9999px;
	}
	#home h1#header a{
		display: block;
		margin: 50px auto 30px;
		width: 268px;
		height: 250px;
		background: url("../images/logo_home.jpg");
		border: none !important;
		overflow: hidden;
		}
		
	#homefooter {
		margin: 0 auto;
		width: 800px;
		height: 50px;
		}
		#homefooter ul {
		float: right;
		font-size: 11px;
		}
		#homefooter ul li a {
			padding: 5px 10px;
			float: left;
			}
            
#home form {
        margin: 6px auto 0;
        width: 313px;
        text-align: center;       
}
#home select {
        margin-bottom: 4px;
        float: left;
           }
#home label {
        clear: left;
        float: left;
        width: 100px;
        text-align: left;
        display: block;
}
.buttons {
        clear: left;
        text-align: right;
        }
#dob select {
        float: none;

        }
#dob {
        text-align: right;
        }
html* #dob, html* .buttons { 
        padding-right: 12px;
        }
*html #dob, *html .buttons, *:first-child+html #dob, *:first-child+html .buttons { 
        padding-right: 4px;
        }
*html #dob, *html .buttons { 
        padding-right: 4px;
        }
        


/*  Standard page
---------------------------------------------------------- */

body {
	margin: 99px auto 0 auto;
	width: 800px;
	}
	
#branding {
	border-bottom: 1px solid #000;
	padding: 0 0 10px 0;
}
#branding h1 {
	text-indent: -9999px;
	}
#branding h1 a{
		display: block;
		width: 259px;
		height: 41px;
		background: url("../images/logo.jpg") no-repeat;
		border: none;
		overflow: hidden;
		}

#nav ul {
	float: right;
	padding: 6px 0 0 0;
	font-family: "Trebuchet MS","Microsoft Sans Serif", "Arial";
	
	}
	#nav a {
		display: block;
		padding: 0 13px 2px;
		border-left: 1px solid #000;
		line-height: 14px;
	}
	#nav a:hover {
		color: #d0a849;
	}
	#nav li {
		float: left;
		}
		#nav li ul {
			position: absolute;
			width: 10em;
			left: -999em;
			padding: 10px 0 0 20px;
			background: #fff url("../images/bg_nav.gif") left top no-repeat;
		}
		#nav li ul a { 
			width: 14em;
			border: none;
			}
	#nav li li {
		margin: 1px 0;
	}
	#nav li:hover a {
		color: #d0a849;
	}
	#nav li:hover a.parent {
		border-left: 1px solid #d0a849;
	}
	#nav li:hover ul {
		left: auto;
	}
	#nav li:hover li a {
		color: #000;
		border: none;
	}
	#nav li li:hover a {
		color: #d0a849;
	}

#content-wrap {
	clear: both;
	min-height: 478px;
	padding: 0 0 0 0;
	}
* html #content-wrap {
	height: 478px;
	}
	#content-main h2 {
		font-size: 1.4em;
		}

#content-main {
	width: 496px;
	float: right;
	padding: 120px 0 20px 45px;
}		

#content-sub {
	width: 259px;
	float: left;
	padding: 30px 0 0 0;
}
.leaf { 
	padding: 80px 0 0 0;
}

.leaf_border {
	/* border: 1px solid #666; */
	margin: 90px 0 0 15px;
}
.leaf_border2 {
	/*  border: 1px solid #666; */ 
	margin: 30px 0 0 15px;
}
.bottle {
	margin-top: 20px;
}


#siteinfo {
	height: 50px;
	border-top: 1px solid #000;
	clear: both;
	}
	#siteinfo ul {
		float: right;
		font-size: 11px;
		}
	#siteinfo ul li { 
		float: left;
	}
	#siteinfo ul li a {
		padding: 5px 10px;
		}	

.facebook { 
	float: right;
}

