* {
	margin:0;
	padding:0;
	border:0;
}

*:focus {
	outline: none;
}

body {
	margin: 0 0 50px 0;
	background-color: #000;
	/*background-image: url(../imgs/props/background.png);
	background-repeat: repeat;*/
}
#header {
	background-image: url(../imgs/texts/header.png);
	height: 335px;
	width: 681px;
	margin: 50px 0 0 0;
}
#enter-button {
	background-image: url(../imgs/texts/enter_button.png);
	height: 18px;
	width: 93px;
	margin:0px 0 50px 136px;
	background-position: 0px 0px;
	display:block;
}
#enter-button:hover {
	background-position: 0px 18px;
}
#intro {
	margin:0 0 0 136px;
}
#header-samples {
	background-image: url(../imgs/texts/selected_samples_header.png);
	height: 37px;
	width: 369px;
	margin:0 0 0 136px;
}
#expand-collapse-button {
	width:125px;
	height:15px;
	background-image: url(../imgs/texts/expand_collapse_button.png);
	margin: 20px 0 0 136px;
	background-position: 0px 0px;
}
#expand-collapse-button:hover {
	background-position: 0px 15px;
	cursor:pointer;
}
#content {
	margin:0 0 0 116px;
	width: 822px;
}
#nojscript-error {
	margin:25px 0 0 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C00;
}
#content .item {
	background-image: url(../imgs/props/plus_sign.png);
	background-position: 3px 6px;
	background-repeat: no-repeat;
	padding: 0 0 0 21px;
	margin: 25px 0 0 0;
}
#content .item-minus {
	background-image:url(../imgs/props/minus_sign.png);
}
#content .item .title {
	margin: 0 0 12px 2px;

}
#content .item .title p.name {
	color: #098897;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	margin: 0 0 5px 0;
	letter-spacing: 1px;
}
#content .item .title p.name span {
	color: #03373d;
}
#content .item .title p.shortdesc {
	color: #045963;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content .item .title:hover {
	cursor: pointer;
}
#content .item .title:hover p.name {
	color: #0CA7B8;
}
#content .item .title:hover p.name span {
	color: #044F57;
}
#content .item .title:hover p.shortdesc {
	color: #057683;
}
#content .item .longdesc {
	display:none;
}
#content .item .description {
	border: 1px solid #010d0f;
	padding: 4px 8px 8px 8px;
	margin: 0;
}

#content .item .description a {
	color:#035963;
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content .item .description a:hover {
	color: #0591A0;	
}
#content .item .description .links {
	margin:0 0 7px 0;
}
#content .item .description .links a {
	margin:0 7px 0 0;
}

#content .item .description p.section {
	margin:4px 0 3px 0;
	color: #098897;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content .item .description ul {
	list-style-type: none;
	margin: 0 0 2px 7px;
}
#content .item .description ul li {
	color: #045963;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 1px 0;
}
#content .item .thumbs {
	margin: 12px 0 0 0;
	clear: left;
}

#footer {
	margin:30px 0 0 136px;
}
#footer #thankyou {
	background-image: url(../imgs/texts/thank_you.png);
	height: 35px;
	width: 147px;
}
#footer .links {
	margin: 12px 0 0 3px;
}

#footer .links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #02181b;
	text-decoration: none;
	margin: 0 8px 0 0;
}

#footer .links a:hover {
	color: #054149;
}
