@import url(reset.css);

body {
font-family: 'Lucida Sans', 'Helvetica', 'Arial', sans-serif;
font-size: 100%;
color: #222;
background: #eee;
margin: 0;
padding: 0;
}
a img {
	border: 0;
}
.left {
	float: left;
	width: 500px;
}
.right {
	float: right;
	width: 380px;
}
.clear {
	clear: both;
}
#wrapper {
	background-color: #fff;
	width: 900px;
	margin: 0 auto;
	padding: 0;
}
#header {
	padding: 10px;
	margin: 0px;
}
#header .left {
	margin: 0;
	padding: 0;
	width:400px;
}
#header .right {
	text-align: right;
	padding: 30px 15px;
	width: 425px;
}
#header .right a.nav {
	padding: 5px 10px;
	color: #68aacf;
	background-color: #c6e8fa;
	font-size: 95%;
	font-weight: normal;
	text-decoration: none;
	margin-right: 6px;
}
#header .right a.nav.selected, #header .right a:hover.nav  {
	color: #fff;
	background-color: #68aacf;
}

#showcase {
	margin: 0 10px;
	background: #193f0d url(../images/showcase.jpg);
	width: 880px;
	height: 300px;
}
#showcase .left {
	width: 470px;
	padding: 30px 0 30px 30px;
}
#showcase .left h1 {
	font-size: 170%;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
}
#showcase .left h2 {
	font-size: 135%;
	line-height: 140%;
	font-weight: normal;
	color: #cbefc0;
	margin-bottom: 15px;
}
#showcase .right {
	padding: 0;
}


#demo {
	margin: 20px;
}
#demo .left {}
#demo .left h3 {
	font-size: 114%;
	color: #193f0d;
	margin-bottom: 10px;
}
#demo .right {
	width: 350px;
}
#demo .right ul {
	font-size: 100%;
	width: 280px;
}
#demo .right ul li {
	list-style-image: none;
	background: url(../images/check.gif) no-repeat;
	padding: 0 0 20px 45px;
}

small {
  font-size: 80%;
}
.highlight {
  background-color: #FFFEE0; 
}

form {
	margin-top: 10px;
}
label {
  color: #000;
  display: block;
  font-size: 90%;
  font-weight: bold;
  text-transform: capitalize;
}

input, textarea, select {
  display: block;
  font-size: 90%;
  padding: 3px;
  display: block;
  margin-bottom: 8px;
}
.button {
  padding: 5px 10px;
  color: #fff;
  background-color: #38851f;
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
}


#footer {
	margin: 0;
	padding: 10px;
	background: #2d2d2d url(../images/footer.gif) repeat-x;
	min-height: 35px;
}
#footer .left {
	text-align: left;
}
#footer p {
	font-size: 80%;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: underline;
	margin-right: 10px;
}
#footer a:hover {
	text-decoration: none;
}
#footer .right {
	text-align: right;
}
