/* SRB Rewinds Ltd Page Styling */

* {
	margin:0;
	padding:0;
	}

body {
	background-color:#ffffff;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	font:14px "Trebuchet MS", Arial, Verdana;
	color:#555555;
	text-align:left;
}
a {
	color:#244DA1;
	text-decoration:none;
	}
a:hover {
	color:#6699FF;
	text-decoration:none;
	}
img, img a {
	border:0;
	}
p {
	line-height:1.7em;
	margin-bottom:20px;
}

/* Page Structure */

#wrapper {
	width:760px;
	margin:0 auto;
	background-color:#fff;
	margin-top: 8px;
	}
#header {
	height:295px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	margin-bottom:10px;
	}

#content {
	margin-left:150px;
	min-height:450px;
	width: 450px;
	}
#footer {
	clear:both;
	padding:10px 0;
	font-size:11px;
	text-align:center;
	line-height:16px;
	color:#ffffff;
	font-weight:bold;
	background-color: #244DA1;
	height: 15px;
	}

#footer a{
color: #FFFFFF;
text-decoration:underline;
	}
	#footer a:hover{
	color:#CCCCCC;	}

/*  Headings */

h1 {
	font-weight:normal;
	letter-spacing:-1px;
	font-size:1.8em;
	padding-bottom:10px;
	color: #244DA1;
	}
h1 a {
	text-decoration:none;
	}
h1 a:hover {
	text-decoration:none;
	}
h2 {
	font-size:1.5em;
	color: #6699ff;
	padding-bottom: 15px;
	}
h3 {
	font-weight:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:3.0em;
	line-height:200px;
	margin-left:10px;
	}
h3 a {
	color:#ffffff;
	}
h3 a:hover {
	color:#ffffff;
	text-decoration:none;
	}

/* Sidebar */

#sidebarright {
	float:right;
	text-align:left;
	width:100px;
	background-image:url(images/bg-sidebar.gif);
	border:1px solid #efefef;
	color:#666666;
	}
	
#sidebar {
	float:left;
	text-align:left;
	width:125px;
	padding:10px;
	background-image:url(images/bg-sidebar.gif);
	border:1px solid #efefef;
	color:#666666;
	}

#sidebar ul {
	list-style-type:none;
	margin:0 0 20px 0;
	}
#sidebar li {
	list-style-type:none;
	margin-left:14px;
	}
#sidebar a {
	font-weight:normal;
	}
#sidebar a:hover {
	text-decoration:underline;
	}

/* Classes */

.item {
	margin-bottom:10px;
	}
.meta {
	margin-bottom:10px;
	color:#999999;
	}
	  #navigation a
{
color: #000;
background: #6699ff;
text-decoration: none;
padding-left: 20px;
height: 35px;
font-size: 18px;
text-align:center;
margin-right: 2px;
width: 90px;
border-top: 1px solid #244DA1;
border-left: 1px solid #244DA1;
border-right: 1px solid #244DA1;
}

#navigation a span
{
padding-right: 20px;
}

#navigation a, #navigation a span
{
display: block;
float: left;
color: #FFFFFF;
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span
{
float: none
}
/* End hide */

#navigation a:hover
{
color: #fff;
background: #244DA1;
height: 35px;
}

#navigation a:hover span
{
padding-right: 20px
}

#navigation ul
{
list-style: none;
padding: 0;
margin: 0;
}

#navigation li
{
float: right;
margin: 0;
margin-top: 124px;
list-style-type: none;
}

#navigation li a.highlighted {

color: #000;
background: #244DA1;
text-decoration: none;
padding-left: 20px;
height: 35px;
font-size: 18px;
border-top: 1px solid #6699ff;
border-left: 1px solid #6699ff;
border-right: 1px solid #6699ff;
width: 90px;
}
#navigation li a.highlighted span{

padding-right: 20px
}

#content2 {
margin-left:10px;
margin-right: 10px;
}

#sidebar_left {
float:right;
width:190px;
padding: 10px;
border-left:1px solid #CCCCCC;
}

#sidebar_left p{
font-size: 12px;
margin-bottom: 10px;
}

#sidebar_right {
float:right;
width:140px;
padding-top:15px;
background-image:url(images/bg-sidebar.gif);
}

#sidebar_left ul {
	list-style-type:none;
	margin:0 0 1px 0;
	}
#sidebar_left li {
	list-style-type:none;
	margin-left:0;
	}
#sidebar_left a {
	font-weight:normal;
	}
#sidebar_left a:hover {
	text-decoration:underline;
	}
	
	#pmenu {padding:0; margin:25px 0 50px 15px; list-style-type: none; width:140px;}
#pmenu ul {padding:0; margin:0; list-style-type: none; width:140px;}
#pmenu li {position:relative;}
#pmenu a, #pmenu a:visited {display:block;width:140px; color:#fff; height:23px; line-height:22px; text-decoration:none; text-indent:5px; background:#244DA1; border:1px solid #fff; border-width:0 1px 1px 0;}
#pmenu li:hover > a {background:#4595D1; color:#fff;}
#pmenu li ul {display: none;} 
#pmenu li:hover > ul {display:block; position:absolute; top:0; left:140px;}
