@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #e7f3f8;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #444444;
}
.twoColFixLtHdr #container { 
	width: 831px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #nav_div { 
	background:  url(../images/navBg.gif) 0 0 no-repeat; 
	padding: 0;
	height: 40px;
}
#header { position:relative; width: 831px; height: 220px; margin: 0; padding: 0; background:url(../images/header.gif) 0 0 no-repeat; overflow:hidden; 
}

.twoColFixLtHdr #contentContainer { background:url(../images/bodyBg.gif) 0 0 no-repeat; padding: 0; margin: 0; overflow:hidden; width: 831px;
}
.twoColFixLtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 20px 15px 15px;
	margin: 0;
	overflow: hidden;
	z-index: 400;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 15px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 0 0 15px;
	overflow: hidden;
	z-index: 500;
	background-image:url(../images/content_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../images/footer.gif) 0 0 no-repeat;
} 
#flashLogoContainer { /*z-index: 100; position:relative; top: 0; left: 0; float:left; overflow:hidden; border:0;*/
	margin-left:12px;
}
#address { z-index: 100; position:relative; margin-top: 130px; margin-left: 0px;
} /* IE alternative inserted in head on pages to make this bit site correctly*/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.rightText { float:right; padding: 0 20px 0 0;
}
.alignRight {text-align: right; padding: 0 10px 0 0;
}
.bold {font-weight: bold; 
}
td.tdRight {text-align: left;
}


/*------------------ Typography ---------------*/

table, td{
	font-size:12px;
}
img{
	border:none;
}
p { font-size: 12px; line-height: 1.4em;
}
.twoColFixLtHdr #sidebar1 ul, .twoColFixLtHdr #sidebar1 li{
	font-size: 85%; line-height: 1.4em;
}
li.error{
	color:#FF0000;
}
td { height: 1em; padding: 0; margin: 0;
}
a {color:#299cd1; text-decoration: none;
}
a:hover { color:#555555; text-decoration: underline;
}
.blue { color: #299cd1;
}
table.form { width: 210px; border: 0;
}
input  { width: 110px; border: 1px solid #82bbdb;
}
input.button { width: 55px; font-size: 1em; letter-spacing: .1em;
}
select, textarea { width: 190px; border: 1px solid #82bbdb;
}
.title { width: 190px; height: 41px; margin: 0; padding: 0; text-indent: -3000em;
}
h2#home{ background:url(../images/home.gif) 0 0 no-repeat;
}
h2#about{ background:url(../images/about.gif) 0 0 no-repeat;
}
h2#telemarketing{ background:url(../images/telemarketing.gif) 0 0 no-repeat;
}
h2#bespoke{ background:url(../images/bespoke.gif) 0 0 no-repeat;
}
h2#sports{ background:url(../images/sports.gif) 0 0 no-repeat;
}
h2#library{ background:url(../images/library.gif) 0 0 no-repeat;
}
h2#graphic{ background:url(../images/graphic.gif) 0 0 no-repeat;
}
h3#contact { background:url(../images/contacts.gif) 0 0 no-repeat; width: 190px; height: 43px; margin: 0; padding: 0; text-indent: -3000em;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 35px 0 10px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.7em;
}

/*--------------- navigation ---------------------*/

/* DROPDOWN NAV */
*:first-child+html #nav {
height: 1%;
}
*:first-child+html #nav li {
height: 1%;
} 

span.mainNav {
	position:absolute;
	top:-3000px;
	left:-3000px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	z-index:5000;
	text-align:left;
}

#nav a {
	display: block;
	border-bottom:none;
	width: auto;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	text-align:left;
	font-size:11px;
}
#nav a:hover{
	color:#000000;
	border-bottom:none;
	text-align:left;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	padding:0 0 0 0;
	margin:0 0 0 0;
	text-align:left;
}

#nav li ul { /* second-level lists */
	padding:10px 10px 4px 10px;
	position: absolute;
	background: #74B5D8;
	width: 120px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-bottom:3px solid #FFFFFF;
	text-align:left;
}

#nav li ul li{
	border-bottom:1px dotted #FFFFFF;
	margin-bottom:5px;
	height:auto;
	width: 120px;
	padding-bottom:5px;
}

#nav li ul a{
	background-image:none;
	height:auto;
	width:auto;
	text-transform:uppercase;
	text-decoration:none;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -23px 0 0 120px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li#help_nav:hover ul, #nav li#help_nav.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-left:-92px;
}

#home_nav ul {
	margin-left:35px;
}
#home_nav ul a{
	margin-left:0;
}

#home_nav a {
display:block; width:57px; height:40px;	margin: 0; padding: 0; background: url("../images/nav_home.gif") 0 0 no-repeat;
margin-left: 35px;
}
#home_nav a:hover, #home_nav a.active{	background-position: 0 -40px;
}

#about_nav a {
display:block; width:78px; height:40px;	margin: 0; padding: 0; background: url("../images/nav_about.gif") 0 0 no-repeat;
}
#about_nav a:hover, #about_nav a.active{	background-position: 0 -40px;
}

#telemarketing_nav a {
display:block; width:116px; height:40px;	margin: 0; padding: 0; background: url("../images/nav_telemarketing.gif") 0 0 no-repeat;
}
#telemarketing_nav a:hover, #telemarketing_nav a.active{	background-position: 0 -40px;
}

#bespoke_nav a {
display:block; width:130px; height:40px;	margin: 0; padding: 0; background: url("../images/nav_bespoke.gif") 0 0 no-repeat;
}
#bespoke_nav a:hover, #bespoke_nav a.active{	background-position: 0 -40px;
}

#sports_nav a {
display:block; width:112px; height:40px;	margin: 0; padding: 0; background: url("../images/nav_sports.gif") 0 0 no-repeat;
}
#sports_nav a:hover, #sports_nav a.active{	background-position: 0 -40px;
}

#library_nav a {
display:block; width:150px; height:40px;	margin: 0; padding: 0; background: url("../images/nav_library.gif") 0 0 no-repeat;
}
#library_nav a:hover, #library_nav a.active{	background-position: 0 -40px;
}

#graphic_nav a {
display:block; width:108px; height:40px;	margin: 0; padding: 0; background: url("../images/nav_graphic.gif") 0 0 no-repeat;
}
#graphic_nav a:hover, #graphic_nav a.active{	background-position: 0 -40px;
}

/* SIFR stuff */

h2, h3, h4, h5, h6{
	/*
	text-transform:lowercase;
	color:#000000;
	margin:5px 0 20px 0;
	padding:0;
	*/
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-size: 35px;
	display: inline;
}

h3#contact_sifr{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-size: 35px;
	display: inline;
	position:relative;
	left:115px;
}

/* Flash header */

#flashHeaderContainer{
	position:absolute;
	width:510px;
	height:184px;
	right:27px;
	top:18px;
}