/** STRUCTURE **/

* {
	padding: 0;
	margin: 0;
}

a, a * {
	cursor: pointer;
	text-decoration: none;
}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url("../images/bg.jpg") repeat-x top left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#wrap {
	width: 740px;
	margin: auto;
}

#content {
	padding: 0 20px 0 20px;
	border-left: 1px dotted #A3B272;
	border-right: 1px dotted #A3B272;
}

#header {
	height: 190px;
}

#footer {
	padding: 33px 0 33px 0;
	margin: auto;
	background: transparent url("../images/footer.jpg") repeat-x top left;
	text-align: center;
}

.results {
	background: transparent url("../images/line.gif") repeat-y top left;
}

.results .resultsLeft {
	width: 345px;
	float: left;
}

.results .resultsRight {
	width: 330px;
	float: right;
}

#loading {
	margin: 0 0 0 20px;
	visibility: hidden;
}

#loading img {
	border: none;
	margin: 0 0 -3px 0;
}

/** LAYOUT **/

#header h1 {
	padding: 22px 0 0 0;
	text-align: right;
}

#content h1 {
	margin: 0 0 10px 0;
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: bold;
	color: #A3B272;
}

#content h2 {
	height: 27px;
	margin: 5px 0 5px 0;
	padding: 8px 0 0 40px;
	background: transparent url("../images/top.jpg") no-repeat center left;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}

#content h2.top20 {
	background: transparent url("../images/top20.jpg") no-repeat center left;
}

#content h2.top10 {
	background: transparent url("../images/top10.jpg") no-repeat center left;
}

#content p {
	margin: 8px;
	text-align: left;
	line-height: 16px;
}

#content ul {
	margin: 0 8px 8px 8px;
	line-height: 16px;
	list-style-type: none;
	list-style-position: inside;
}

#content ol {
	margin: 0 8px 8px 8px;
	padding: 0 0 0 35px;
	line-height: 16px;
	list-style-position: outside;
}

#content ul li {
	padding: 0 0 1px 12px;
}

#content ol li {
	padding: 0 0 1px 0px;
}

#content ul.parameters {
	list-style-type: none;
}

#content ul.parameters li {
	padding: 5px 0 5px 0;
}

#footer p {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

img {
	border: 0;
}

.snap {
	margin: 10px;
	text-align: center;
}

.snap img {
	border: 1px solid #A3B272;
}

.score {
	margin: 10px 0 0 0;
	padding: 72px 2px 81px 0;
	background: transparent url("../images/score.jpg") no-repeat top center;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 24px;
}

.parameter {
	display: block;
	padding: 3px;
	background-color: #F1F1F1;
	border-bottom: 1px dotted #A3B272;
	font-family: Georgia, serif;
	font-size: 13px;
	color: #778549;
}

.info {
	display: block;
	padding: 5px;
	background-color: #F9F9F9;
}

/** FORMS **/

#content form {
	margin: 0 0 20px 0;
}

#content label {
	margin: 0 0 8px 0;
	display: block;
	font-weight: bold;
}

#content input {
	padding: 4px;
	margin: 0 0 0 5px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
}

/** LINKS **/

#content a:link, #content a:visited, #content a:active {
	color: #A3B272;
	text-decoration: none;
	font-weight: normal;
}

#content a:hover {
	color: #A3B272;
	text-decoration: underline;
	font-weight: normal;
}

#content h1 a:link, #content h1 a:visited, #content h1 a:active {
	color: #A3B272;
	text-decoration: underline;
	font-weight: bold;
}

#content h1 a:hover {
	color: #A3B272;
	text-decoration: none;
	font-weight: bold;
}

/** HACKS **/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hide from IE Mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE Mac */