/* CSS styles for the general site typography / fonts */
body {
	font-size:1em;
	font-family:'calibri', 'trebuchet ms', arial;
}

h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0 0 15px 0;
}

h1 {
	font-size:1.4em;
	font-weight:normal;
}

h2 {
	font-size:1.25em;
}

h3 {
	font-size:1em;
}

h4 {
	font-size:1em;
	margin-bottom:5px;
}

h5 {
	font-size:1.25em;
	margin-bottom:5px;
}

h6 {
	font-size:1.5em;
	margin-bottom:5px;
}

p {
	font-size:0.75em;
	line-height:1.4em;
}

a, input {
	outline:none;
}

ul li, ol li {
	font-size:0.8em;
	line-height:1.4em;
}

#wrapper .menu ul li.selected a {
	color:#b81e2c;
}

#wrapper .menu ul li {
	font-size:0.9em;
}

#wrapper .menu ul li ul li {
	font-size:0.8em;
}

#wrapper .menu ul li ul li a,
#wrapper .menu ul li.selected ul li a {
	color:white;
}

#wrapper .menu ul li ul li.selected a,
#wrapper .menu ul li ul li.selected a:hover,
#wrapper .menu ul li ul li a:hover {
	color:yellow;
}

#wrapper .menu ul li,
#wrapper .menu ul li a {
	color:#000;
	text-decoration:none;
}

#wrapper .masthead .contacts h1 {
	font-weight:normal;
	font-size:1em;
	margin-bottom:5px;
}

#wrapper .masthead .contacts h1 a {
	color:black;
	text-decoration:none;
}

#wrapper .content a {
	color:#b81e2c;
}

#footer p {
	font-size:0.8em;
	color:white;
	margin:0;
	padding:10px 0 0 0;
	line-height:14px;
	text-align:center;
}

#footer a {
	color:white;
}

.trolleySummary a {
	color:black;
}

#wrapper .masthead .contacts .trolleySummary {
	font-size:12px;
}

blockquote.voucher {
	width:279px;
	height:139px;
	overflow:hidden;
	background:url(../img/voucher.gif) no-repeat;
	float:left;
	margin:0 30px 15px 0;
	padding:0;
	position:relative;
	border:1px solid white;
	-moz-box-shadow: 3px 3px 3px #999;
	-webkit-box-shadow: 3px 3px 3px #999;
	box-shadow: 3px 3px 3px #999;
}

blockquote.voucher p {
	display:block;
	width:100%;
	font-family:Georgia;
	font-size:30px;
	color:black;
	text-align:center;
	margin:45px 0 0 0;
	padding:0;
}

#wrapper .content blockquote.voucher p a {
	color:black;
	text-decoration:none;
}

#wrapper .masthead .topMenu ul li a {
	color:white;
	text-decoration:none;
}

#wrapper .masthead .topMenu ul li {
	font-size:13px;
	line-height:2.5;
	text-indent:10px;
}

#wrapper .masthead .topMenu ul li a:hover,
#wrapper .masthead .topMenu ul li.selected a {
	color:black;
}
