@import url( foundation.screen.css );

/* == SETUP == */

.container {
	padding	: 100px 0 0 0;
}

h1, h2, h3, h4, p {
	color: #5e6d66;
	width:  80%;
	margin: 0px auto;
}

.picador_green {
	color: #c3cf21 !important;
}

/* ++ Header ++ */

#header {
	height		: 60px;
	position	: relative;
	margin		: 0 0 20px 0;
}

#logo {
	height		: 52px;
	text-indent	: -9999px;
	width		: 190px;
	margin		: 0;
}

#logo a {
	background	: url(foundation.images/logo.jpg) top left no-repeat;
	display		: block;
	height		: 100%;
	outline		: none;
	width		: 100%;
}

/* ++ Nav Global ++ */

#nav {
	position	: absolute;
	right		: 0;
	text-align	: right;
	top			: 8px;
	width		: 760px;
}

#primary ul li a, #secondary ul li a {
	color			: #5e6d66;
	text-decoration	: none;
}

#primary ul li a:hover, #primary ul li.active a, #secondary ul li a:hover, #secondary ul li.active a  {
	color	: #cacc23;
}

#primary ul, #secondary ul {
	margin		: 0;
	padding		: 0 0px 3px 0;
	position	: absolute;
	width		: 75%;
}

/* ++ Primary Navigation ++ */

#primary ul {
	border-bottom	: 1px solid #5e6d66;
	right			: 0;
	top				: 0;
}

#primary ul li {
	display			: inline;
	font-size		: 14px;
	list-style-type	: none;
	margin-right	: 20px;
}

#primary ul li.last {
	margin-right	:  0px;
}

/* ++ Secondary Navigation ++ */

#secondary ul {
	right	: 0;
	top		: 28px;
}

#secondary ul li {
	display			: inline;
	font-size		: 12px;
	list-style-type	: none;
	margin-right	: 20px;
}

#secondary ul li.last {
	margin-right	:  0px;
}

/* ++ Primary Content ++ */

#primary_content {
	margin		: 0 0 20px 0;
	min-height	: 400px;
}

#primary_content img {
	float: left;
	margin-right: 30px;
}

#primary_content h1 {
	font-size: 280%;
	padding: 30px 0 0 0;
	font-weight: bold;
	margin-bottom: 30px;
}

#primary_content h2 {
	width: 80%;
	margin:  0 auto;
	font-size: 135%;
}

#primary_content a {
	color	: #5e6d66;
	font-weight: bold;
}

#primary_content a:hover {
	text-decoration: none;
}

#primary_content p {
	width: 80%;
	margin: 10px auto;
}

#primary_content ul {
	width: 75%;
	margin: 0 auto;
	color: #5e6d66;
}

#primary_content #contact_form {
	width: 60%;
	float: left;
	margin-right: 10px;
}

#contact_form table td label {
	color: #5e6d66;
}

#contact_form input {
	border: 1px solid #5e6d66;
	padding: 3px;
}

#submit {
	width: 121px;
	height:  38px;
	background:  url(images/button_bg.jpg) top left no-repeat;
	border: none;
	text-align: center;
	cursor: pointer;
	margin-right: 37px;
}

#submit:hover {
	background-position: 0 -38px;
}

/* ++ Footer ++ */

#footer {
	font-size:  11px;
	position: relative;
}

#footer p {
	width: 100%;
}

#footer a {
	color: #5e6d66; 
}

#footer a:hover {
	color: #000;
}

#footer_nav {
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
}

#footer_nav li {
	list-style-type: none;
	display: inline;
}