body    { 
	font-family: arial, verdana, helvetica, sans-serif; 
	background: #EFEBFF url("../pics/quotorlogo.jpg") top left no-repeat;
	color: #111177; 
}
a				{ color: #3333FF; }
a:hover, label:hover	{ color: #6666FF; }
h1			{ font-size:120%; }
h2			{ font-size:105%; }

div.main {
	margin-left:190px;
	margin-right:100px;
	width:100%;
	border:1px solid black;
	padding:10px;
	font-family: times, serif;
	font-size:110%;
}

div.contact {
	text-align:right;
	float:right;
	font-size:80%;
}

div.screenshot {
	text-align:left;
	overflow-x:auto;
	width:100%;
	font-size:80%;
}

div.information {
	text-align:left;
	overflow-y:auto;
	width:100%;
	height:400px;
	padding-right:10px;
}

div.screenshot img {
	margin-bottom:10px;
}

/* Menu bar */
.menu {
	float: right;
	padding-right: 25px;
	margin-top:10px;
}

.menu span {
	text-decoration: none;
	font-size: 150%;
}

/* Dropdown menu */
.dropdown {
	position: relative;
	padding: 0px 10px 0px 10px;
}

div.dropdown	{ 
	display: inline; 
	text-align: left; 
	width: 202px; 
	background-color:#DEDAEE; 
}

.dropdown div {
	display: none;
	position: absolute;
	top: 0px; left: 0px;
	background-color: #A7A7BF;
	border: 1px solid black;
	padding: 10px 0 10px 0;
	margin: 0;
	font-size: 120%;
	width: 200px;
}

.dropdown div a {
	display: block;
	color: white;
	padding: 0 10px 0 10px;
	text-decoration: none;
	text-align: left;
	font-size: 100%;
	width: 200px;
}

.dropdown div a.selected {
	background-color: #AAAAFF;
}

.dropdown div a:hover	{
	background-color: #AAAAFF;
	color: white;
}

.dropdown:hover div, .dropdown.hover div {
	display: block;
}

.dropdown.menu div { margin-top: 1.4em; }
.dropdown.menu div a { width: 200px; }
