a.logo{
	display: block;
	width: 290px;
	height: 60px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: top left;
	margin-top: 10px;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../img/logo.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.logo[class] {
  background-image:url(../img/logo.png);
}

a.logo span{
	display: none;
}

.top{
	height: 82px;

	margin: 0;
	padding: 0;
}

.top2{
	height: 82px;
	margin: 0;
	padding: 0;
}

.stripes{
	height: 16px;
	background: url(../img/stripes.jpg) transparent center repeat-x;
	margin: 0;
	padding: 0;
}

.top_menu{
	font-size: 18px;
	text-align: right;
	font-family: Helvetica, Arial;
	margin-top: 20px;
}

.top_menu a{
	color: #FFF;
	text-decoration: none;
	margin-left: 34px;
	font-weight: bold;
}

.top_menu a:hover{
	text-decoration: underline;
}

.content{
	font-size: 18px;
	margin-top: 10px;
	line-height: 20px;
	color: #333;
}

.content a{
	color: #F06;
	text-decoration: none;
	font-weight: bold;
}

.content blockquote{
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-bottom: 20px;
}

h1{
	color: #528ec6;
	font-size: 30px;
	margin:10px 0 0 0;
	padding: 0;
}

.text img{
	float: left;
	margin: 0 10px 5px 0;
}

#sider a, #sider a img{
	margin: 0;
	padding: 0;
	float: left;
}

/* Sider Sub Category Links */

.homeandback{
	padding-top: 30px;
	float: left;
}

.backbtn{
	margin-left: 20px;
}

.catmain h1, .subnav h1 {
	font-size: 20px;
}

.catmain{
	margin-bottom: 40px;
}

.sublinks{
	text-align: center;
}

.sublink{
	width: 320px;
	height: 80px;
	display: block;
	float: left;
	color: transparent !important;
}

			/* Websites */	

			.games-and-tools{
			background-image: url(images/games-and-tools.jpg);
			}
			
			.transport-organisations{
			background-image: url(images/transport-organisations.jpg);
			}
			
			.policy{
			background-image: url(images/policy.jpg);
			}
			
			.other-travel-training-websites{
			background-image: url(images/other-travel-training-websites.jpg);
			}
			
			.other-useful-links{
			background-image: url(images/other-useful-websites.jpg);
			}
			
			/* My Travel Life */
			
			.news{
			background-image: 	url(images/news.jpg);
			}
			
			.stories{
			background-image: url(images/personaltravelstories.jpg);
			}
			
			.whatson{
			background-image: url(images/whatsgoingon.jpg);
			}
			
			.release{
			background-image: 	url(images/releaseforms.jpg);
			}
			
			/* Travel Gadgets */
			
			.travel-gadgets{
			background-image: url(images/travelgadgets.jpg);
			}
			
			.research{
			background-image: url(images/research.jpg);
			}
			
			.technology{
			background-image: url(images/technology.jpg);
			}
			
			.forms-used-in-trials{
			background-image: 	url(images/forms.jpg);
			}


/* Scenarios Layout */

.scenario h1 a, .scenario h1 a:visited{
	color: #528ec6;
	text-decoration: none;
}

.scenario h1 a:hover{
	color: #ff0066;
}

.scenario img{
	width: 220px;
	
height: 166px;
}

/* Choice Buttons */

#choices a span{
	color: transparent;
}

#choicea, #choiceb, #choicec{
	width: 180px;
	height: 150px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	color: transparent;
}

#choicea{
background-image: url(images/choice1.jpg);
}

#choiceb{
background-image: url(images/choice2.jpg);
}

#choicec{
background-image: url(images/choice3.jpg);
}

.footer{
	color: #FFF;
	background-color: #666;
	height: 250px;
	margin-top: 100px;
	padding-top: 40px;
}

.footer p{
	line-height: 14px;
}

/* Standard Wordpress Classes */

.alignleft{
	float: left;
	margin: 0 10px 10px 0;
}

.entry{
	border-bottom: 1px solid #ccc;
	padding-bottom: 90px;
	margin-bottom: 20px;
}

.entry .image{
	border: 1px solid #ccc;
	padding: 3px;
	float: left;
	margin: 0 20px 0 0;
}
