@CHARSET "UTF-8";
body {
	margin-top: 2.0em;
	background-color: #fff;
	background-image: url(../images/london_day_out_2_002.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: "Helvetica,Arial,FreeSans";
	color: #E7E2DA;
}

#container {
	margin: 0 auto;  /*     padding: 15px 0 50px 35px; */
	padding: 15px 0 50px 35px;
	width: 703px;
	font-size: 0.9em;
	font-family: Arial, Georgia, Serif;
    filter: alpha(opacity=100); /* Make IE understand that this is not transparent */
    opacity:1; /* Make CSS compliant browsers understand this is not transparent */
    border: 1px solid #ccc;
}

#transparentBackground {
	margin: 0 auto;
	width: 740px;	
 	filter: alpha( opacity=90 ); /* IE's opacity*/
    opacity: 0.90; /* CSS2 Compliant browsers understand this */
	background:black none repeat scroll 0 0;
	 /* have to set a height to contain the text */	
}

#latest-release 
{
	/*float: right;*/
	font-size: 0.8em;
	padding-right: 35px;
	padding-top: 10px;
	text-align: right;
	color: #ffffff;
}

#back
{
	width: 645px;
	text-align: right;	
	background-color: #262626;
	height: 17px;
	padding-right: 10px;
}	

#nav
{
	width: 570px;
	text-align: right;
}

#navlist li
{
	display: inline;
	list-style-type: none;
}

#navlist li a {
	text-decoration: none;	
}

#navlist li a:hover {
	text-decoration: underline;	
	color: #ffffff;
}

#tableindex {
	padding-top: 10px;	
}

#tableindex li a {
	text-decoration: none;	
}

#tableindex li a:hover {
	text-decoration: underline;	
}

#navlist li.navDisabled a {
	color: #999999;	
}

.innerList li
{
	list-style-type: none;
}

.icon
{
	float: left;
	display: inline;	
	padding-top: 15px;
	padding-right: 15px;
}

h1 {
	font-size: 3.8em;
	color: #E87A00;
	margin-bottom: 3px;
	font-family: "Times New Roman";
	font-weight: normal;
}

h1 .small {
	font-size: 0.3em;
}

h1,h3 a {
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
	color: #ffffff;
}

h2 {
	font-size: 1.5em;
	color: #ccc;;
	font-weight: normal;
	padding-top: 30px;
	padding-bottom: 0px;
	line-height: 0px;
}

h3 {
	text-align: center;
	color: #A69E9D;
	font-weight: bold;
}

h4 {
	text-align: left;
	color: #ccc;
	font-weight: bold;
	font-style: normal;
	line-height: 0px;
	padding-top: 20px;	
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

p, li {
	font-size: 0.8em;
	font-style: normal;
	line-height: 16px;
}
li ul li {
	font-size: 1em;
	font-style: normal;
	line-height: 16px;
}

b, i {
	font-size: 0.9em;	
	padding-bottom: 0px;
	line-height: 2px;	
}
		
strong {
	color: #E87A00;
	font-weight: normal;
}
		
.release {
	color: #fff;
}

.description {
	margin-bottom: 30px;
	margin-top: 20px;
	margin-right: 35px;
	font-style: italic;
	color: #ccc;
}

.download {
	float: right;
	padding-right: 50px;
}

pre {
	background: #000;
	color: #fff;
	width: 530px;
	padding: 0px;
}

hr {
	border: 0;
	width: 100%;
	/*border-bottom: 1px solid #fff;*/
	color: #262626;
	background-color: #262626;
	height: 15px;	
}

.footer {
	text-align: center;
	padding-top: 30px;
	font-style: italic;

}
