@charset "ISO-8859-1";

/* ----------------------------------------------
   Standard elements
------------------------------------------------- */

* {margin: 0; padding: 0;}

html {
	height: 100%;
	padding-bottom: 1px;
}
body {
	background: #FEFEFC url('img/body.jpg') repeat-x left top;
	font: normal 13px Verdana,sans-serif;
	color: #543;
	padding-top: 5px;
}

a {color: #06A;}
a:hover {color: #036;}

p {margin: 2px 0 10px;}

h1 {font: bold 20px Verdana;}
h2 {font: normal 1.5em Georgia,sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

h1, h2, h3 {margin-bottom: 6px;}

ul,ol {margin: 0 0 1em 1.4em;}

fieldset {padding: 12px 10px; background: #EFE; color: #232; border: 1px solid #DED; margin-bottom: 1em;}
legend {font: bold 1em Verdana,sans-serif; padding: 0 6px; color: #363;}

img {border: none;}
img.bordered {background: #FFF; padding: 5px; border: 1px solid #DDD;}
img.left {margin-right: 20px;}
img.right {margin-left: 20px;}

small,.small {font-size: 0.8em;}


/* ----------------------------------------------
   Inputs
------------------------------------------------- */

input.styled, textarea.styled {
	color: #666;
	padding: 4px;
	border: 1px solid #999;
	width: 310px;
	font: normal 1.1em sans-serif;
}
textarea.styled {overflow: auto;}


/* ----------------------------------------------
   Main layout
------------------------------------------------- */

/* General */
.wrapper {
	margin: 0 auto;
	width: 790px;
}

/* Top part */

#top {
	border-top: 1px solid #94C878;
	background: #74A858;
}

#header {margin-bottom: 10px;}

#logo {
	float: left;
	width: 408px;
}
#logo a {
	display: block;
	background: url('img/MiJuSolar_Logo.gif') no-repeat center center;
	height: 104px;
}

#quicklinks {
	color: #FFF;
	float: right;
	margin-top: 8px;
	width: 96px;
}
#quicklinks a {
	float: right;
	height: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 8px; 
}
#quicklinks a:hover {background-position: left bottom;}

#quicklinks a#button_about {
	background-image: url('img/button_about.gif');
	width: 131px;
}
#quicklinks a#button_donate {
	background-image: url('img/button_donate.gif');
	width: 106px;
}
#quicklinks a#button_contact {
	background-image: url('img/button_contact.gif');
	width: 96px;
}

/* Navigation */

/* Common */
.navigation a {
	color: #FFF;
	float: left;
	text-decoration: none;
}
.navigation a:hover {
	color: #FFC;
	text-decoration: underline;
}

.navigation ul {display: inline;}
.navigation li {display: inline;}

#nav {
	background: #85AB48 url('img/navigation.jpg') repeat-x left top;
	border-top: 1px solid #B5DB78;
	padding: 10px 6px;
	color: #DDD;
}
#nav a {margin: 0 18px;}

/* Subnavigation */
#subnav {
	background: #769545 url('img/subnav.jpg') repeat-x left top;
	border-top: 1px solid #585;
	color: #EED;
	padding: 8px 0;
	font: normal 0.85em Verdana,sans-serif;
}
#subnav a {margin: 0 9px;}

/* Main content area */
#content_outer {
	background: url('img/content_outer.jpg') repeat-x left top;
	border-top: 1px solid #FFFFF2;
}
#content_inner {
	background: url('img/content_inner.jpg') no-repeat center top;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

/* Footer */
#footer {
	background: #E5FAE0;
	font-size: 0.75em;
	margin-top: 40px;
	color: #575;
}
#footer .top, #footer .bottom {
	background: url('img/footer.gif') no-repeat left top;
	display: block;
	font-size: 0;
	height: 3px;
	line-height: 0;
}
#footer .bottom {background-position: left bottom;}
#footer .content {padding: 6px 10px;}
#footer a {color: #363;}


/* ----------------------------------------------
   Misc
------------------------------------------------- */

/* Floats */
.clear,.clearer {clear: both;}
.clearer {
	display: block;
	line-height: 0;
	font-size: 0;
}

.left {float: left;}
.right {float: right;}

.col2 .left, .col2 .right {width: 46%;}
.separator_h {background: url('img/separator_h.gif') repeat-y center top;}

/* Text */
.tleft {text-align: left;}
.tcenter {text-align: center;}
.tright {text-align: right;}

/* Padding, margin, border */
.p12 {padding: 12px;}
.p20 {padding: 20px;}
.mb10 {margin-bottom: 10px;}

/* Separator */
.separator {
	clear: both;
	display: block;
	height: 30px;
	margin-bottom: 10px;
	background: url('img/separator.gif') repeat-x left center;
}

/* Support Logo */
.support_logo {
	float: left;
	width: 110px;
	height: 90px;
}

/* PDF */
.pdf {
	color: #666;
	padding: 5px 0 20px 64px;
	background: url('img/icon_pdf.jpg') no-repeat left top;
}


/* ----------------------------------------------
   Tables
------------------------------------------------- */

table.columns {width: 100%; border-collapse: collapse; margin: 10px 0 20px;}
table.columns td {vertical-align: top;}
table.columns big {font: bold 1.1em Verdana,sans-serif;}


/* ----------------------------------------------
   Banners
------------------------------------------------- */

.banner {
	background-color: #FFF;
	background-repeat: no-repeat;
	border: 1px solid #DDD;
	width: 736px;
	padding: 5px;
	margin-bottom: 12px;
}
.banner .container {height: 188px;}
.banner .content {padding: 20px 20px 20px 415px; color: #FFF;}

.banner#welcome	.container {background-image: url('img/Grfx_Pg1.jpg');}
.banner#About .container {background-image: url('img/Grfx_About.jpg');}
.banner#Contact .container {background-image: url('img/Grfx_Contact.jpg');}
.banner#Plants .container {background-image: url('img/Grfx_Plants.jpg');}
.banner#TurnKey .container {background-image: url('img/Grfx_TurnKey.jpg');}
.banner#Sales .container {background-image: url('img/Grfx_ProdBox.jpg');}