/* CSS Document */

body 
{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
}

#header 
{
	background: url(http://www.londontheatredirect.com/img/header.gif) repeat-x top left;
	height: 69px;
	width: 100%;
	float: left;
}

#header h1, #header h2
{
	float: left;
	font-size: 2.8em;
	line-height: 1em;
	color: #fff;
	padding: 20px 0 0 60px;
	margin: 0;
	font-weight: normal;
}

#header h2
{
	font-size: 1.4em;
	padding: 35px 0 0 15px;
}

#navigation
{
	float: left;
	height: 30px;
	width: 820px;
	padding: 0 0 0 60px;
}

#navigation .item
{
	float: left;
	width: 130px;
	height: 23px;
	padding: 7px 0 0 0;
	text-align: center;
	background: url(http://www.londontheatredirect.com/img/menu_item_unselected.gif) top left no-repeat;
	margin-right: 5px;
}

#navigation .item a { color: #fff; text-decoration: none; }

#navigation .selected
{
	background: url(http://www.londontheatredirect.com/img/menu_item_selected.gif) top left no-repeat;
}

#title { float: left; }
#title h3 { margin: 27px 0 0 0; padding: 0; float: left; }
#title p { float: left; padding: 5px 0; margin: 0; width: 50%; clear: both; }

#button 
{ 
	float: right; 
	background: url(http://www.londontheatredirect.com/img/button.gif) top left no-repeat; 
	width: 170px;
	height: 35px;
	padding: 10px;
	margin: 27px 10px 0 0;
}
#button a { color: #fff; }

#leftPanel 
{
	float: left;
	width: 550px;
	padding-left: 60px;
}

h3:first-line 
{	
	color: #333333;
	font-size: 1.1em;
}
h3 
{
	float: left;
	color: #B40100;
	font-size: 1.8em;
}
#content 
{
	width: 520px;
	padding: 10px;
	float: left;
	background: #F1F1F1;
}
#content img { background: #fff; float: right; padding: 5px; border: 1px solid #B40100; }
#content #paragraph {  }
#content #paragraph h3 { float: none; font-size: 1.2em; }

#disclaimer { float: left; width: 520px; padding: 10px; font-size: .8em; color: #6D6D6D; }

#rightPanel
{
	float: left;
	width: 200px;
	padding: 10px 0 0 15px;
}

#rightPanel ul { list-style: none; margin: 0; padding: 0; float: left; }
#rightPanel ul li { margin: 0; padding: 0; }
#rightPanel ul li a { color: #000; text-decoration: none; }
#rightPanel ul li a:hover { color: #000; text-decoration: underline; }