@CHARSET "UTF-8";


#header {
	padding-top: 30px;
	background: #2e2e2e;
	border-bottom: solid 10px #ccbd9e;
}

#footer {
	background: #2e2e2e;	
	border-top: solid 10px #ccbd9e;
	color: #fff;
	padding-bottom: 50px;
	padding-top: 10px;
	font-size:14px;
}

#footer ul.nav {
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;	
}

#footer ul.nav li {
	float: left;
	padding-left: 5px;
	padding-right: 5px;	
}

#footer a {
	color: #fff;	
}

#footer ul.payment-methods {
	list-style: none;
	margin: 0;
	padding: 0;	
	float: right;
	margin-top: 60px;
}

#footer ul.payment-methods li {
	float: left;
}

div.limit-width {
	width: 820px;
	margin: auto;
	
}

#content div.limit-width {
	background: #fff;
	padding: 30px;

	width: 760px;
	min-height: 300px;
}

#content h1 {
	margin-top: 0;	
}


#header ul {
	list-style: none;
	margin: 0;
	padding: 0;

}

#header ul li {
	float: left;
	background: #e8e0d4;
	padding: 7px;
	font-weight: bold;
	margin-right: 2px;	
	-moz-border-radius-topleft: 7px;
-webkit-border-top-left-radius: 7px;
-moz-border-radius-topright: 7px;
-webkit-border-top-right-radius: 7px;	
}

#header ul li a {
	color: #46526e;
	text-decoration: none;
	padding-left:5px; 
	padding-right:5px; 
}

#header ul li:hover, #header ul li.on  {
	background: #fff;
	cursor: pointer;
	margin-bottom: -10px;
}

#header ul li.on {
	border-bottom: solid 10px #fff;
}

ul.feature-set {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #edede3;	
}

ul.feature-set li {
	float: left;
	padding: 0.5%;	
	padding-left: 3%;
	width: 29%;
	font-size: 12px;
	line-height: 20px;
}

ul.feature-set li a span {
	font-size: 16px;
	color: #fff;
	background: #3c4353;
	padding: 5px;	
	margin-top: 5px;
	-moz-border-radius: 7px;
-webkit-border-radius: 7px;
}

ul.feature-set li h1 {
	color: #83775f;	
}

#header form {
	float: right;
	margin-top: -20px;
	width: 300px;
	font-size: 12px;
	margin-bottom: 5px;
}

#header form fieldset {
	border: solid 1px #666;
}

#header form fieldset legend {
	font-size: 10px;
	color: #666;
	font-weight: bold;	
}

#header form fieldset button {
	float: right;	
}

#header form fieldset ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

#header form fieldset ol li label {
	width: 70px;
	color: #fff;
	display: block;
	float: left;
	clear: left;
}

#header form fieldset ol li input{
	width: 135px;
}
