@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding:0px;
	background-color: #FFFFFF;
}
* {
	font-family: Arial, Verdana, Helvetica, serif;
	font-size:13px;
	color:#737373;
}
p {
	margin-top: 0px;
	font-size: 13px;
}
img {
	border: none;
}

hr {
	height:0;
	border:0;
	border-top:1px solid #CCCCCC;
	margin-top:8px;
	margin-bottom:8px;
}

a,
a:link,
a:visited {
	text-decoration: none;
	color:#0E3B89;
}
a:hover {
	text-decoration: underline;
	color: #0E3B89;
}
form {
	margin:0;
	padding:0;
}
input,
textarea {
}
h1 {
	margin:0;
	padding:0;
	color:#4831de;
	font-size:26px;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:15px;
}
h2 {
	margin:0;
}

pre {
	background-color:#D2D2D2;
	padding:5px;
	border:dashed 1px #000000;
	margin-top:10px;
	margin-bottom:10px;
}
/***************		END STANDARD TAGS DEFINITION		***********************/
.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0;
	width:0;
}
/*#overall {674 + 162} !!!!!!!!!*/
#main {
	width: 674px;
	margin:auto;
	margin-top: 18px;
}
#top {
	height: 97px;
	position: relative;
	background-image: url(../img/layout/top-1.png);
	background-repeat: no-repeat;
}
#logo {
	position:absolute;
	top:35px;
	left:40px;
}
#content {
	background-image: url(../img/layout/top-2.png);
	background-repeat: no-repeat;
}
#left {
	float: left;
	width: 168px;
	margin-left: 22px;
	margin-right: 22px;
}
#right {
	float: left;
	width: 462px;
	padding-top:40px;
}
#footer {
	height: 50px;
	position: relative;
	background-image: url(../img/layout/footer.png);
	background-repeat: no-repeat;
}
#menu {
	background-image: url(../img/layout/menu-body.gif);
	background-repeat: repeat-y;
	margin-top:-15px;
}
#menu ul {
	margin:0;
	padding:0;
	margin-left:25px;
	margin-right:10px;
	list-style-type:none;
	padding-bottom:1px;
}
#menu li {
	margin-top:2px;
	margin-bottom:2px;
}
#menu ul a,
#menu ul a:visited {
	color:#5e4242;
	font-weight:bold;
}
#menu ul ul a,
#menu ul ul a:visited {
	color:#9e5a5a;
	font-weight:normal;
}
#menu ul ul {
	margin-left:0px;
	padding-bottom:0px;
}
#menu li li {
	background-image: url(../img/layout/menu-bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left:16px;
}
#left .contact {
	text-align:center;
	margin-top:20px;
}
#breadcrumb,
#breadcrumb a,
#breadcrumb a:visited {
	color:#ebaf1c;
}




#contact_form label {
	display: block;
	margin-bottom: 13px;
	position: relative;
	font-size: 11px;
}
#contact_form label input {
	position: absolute;
	left: 60px;
	height: 13px;
	border: 1px solid #A5D9FF;
	font-size: 11px;
	width: 155px;
}
#contact_form label textarea {
	position: absolute;
	left: 60px;
	height: 100px;
	border: 1px solid #A5D9FF;
	font-size: 11px;
	width: 155px;
}
#contact_form label.textarea {
	height: 100px;
}
#contact_form input.submit {
	margin-left:60px;
}

body p.errors {
	color:red;
	font-size:11px;
}


#qlist .item {
	position:relative;
	padding-left:30px;
	float:left;
	padding-bottom:20px;
	margin-bottom:20px;
	background-image: url(../img/layout/hr.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#qlist .item span {
	font-weight:bold;
	color:#000000;
}
#qlist .item label {
	display:block;
}
#qlist .result {
	width:18px;
	height:15px;
	position:absolute;
	top:0;
	left:0;
}
#qlist .options {
	float:left;
	width:200px;
}
#qlist .translation {
	float:left;
	font-style:italic;
	width:230px;
	color:brown;
}
#qlist .options a {
	display:block;
	margin-top:5px;
}
div.score {
	float:right;
	padding:5px;
	background-color:#FFF4DF;
	border:solid 1px #FFC83B;
	margin-top:5px;
	margin-bottom:5px;
	color:#4E2DE3;
	font-weight:bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.score span {
	color:#4E2DE3;
}
