/************************************************************************
script:		print.css
author:		Gavin Harrison (gavin@steelblueview.co.uk) & Roger Mathew (rgm@ts.com)
description:	Style sheet to control the print display
*************************************************************************/


/************************************************************************/
/* General styles for all pages */

/************************************************************************/
body {
	font-family : Verdana, Arial, Sans-Serif;
/*	font-size : 0.7em;*/
}

#headerNav,#footer,#mainNav,#subnav, #flagsandflash {
	display : none;
}
#offersBar {
	float: right;
	border: 1px solid #A6B4D7;
	margin-left: 10px;
}
#offersBar ul {
	padding: 10px;

}
a#headerimage {
	background: #fff url(../images/cityscape-bg.jpg) top left no-repeat;
}
#wrapperMain {
    width:800px;
}
#rotating_images {
    float: left;
    margin-left: none;
    border-left:none;
    width: 550px;
}
#rotating_images li, #offersBar li {
    list-style-image:none;
    list-style-position:none;
    list-style-type: none;
	padding-left: 0px;
}

ul.gallery_unstyled {
    display: none;
}
#content {
width: 100%; margin: 0; float: none;
}
.left {
    float: left;
    margin: 5px;
}
.right {
    float: right;
    margin: 5px;
}
