﻿s@charset "utf-8";

/* Copyright 2012 Misafi Services CC */
/* This site has been designed and developed by Misafi Services CC for Projector Screen Centre */
/* Author: Sean Minogue / Kate Brook-Hart - Date: May 2012 */


* { padding:0; margin:0; outline:0; }

body {
	background:#CCC;
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#252525;
}

#content p {
	
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:normal;
	color:#252525;
}
.text {
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#252525;
}

a, img {
	border: none;
	color: #fff;
	text-decoration: underline;
}

h3 {
	font-size: 14px;
	color: #333;
}

#header {
	background:  url("../../images/header.jpg") repeat-x;
	height: 160px;
	width: 100%;
	margin: 0 auto;
}

.header-content {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}

#navigation { 
	float:right; 
	}
	
#navigation ul{ 
	float:left;
	list-style-type: none;
	padding-top:37px;
	font-size:14px;
	}
	
#navigation ul li{ 
	float:left; 
	display:inline; 
	height:21px; 
	background:url("../../images/nav-border.gif") repeat-y right 0; 
	padding:0 20px 0 0; 
	margin-right:20px; 
	position:relative; 
	}
	
#navigation ul li.last{
	background:transparent; 
	padding-right:0; 
	margin-right:0; }
	
#navigation ul li a{ 
	float:left;
	color:#fff; 
	text-decoration: none;
	}

#navigation ul li a em { 
	width:90px; 
	height:20px; 
	background:url("../../images/nav-hover.png") no-repeat 0 -200px;
	position:absolute; 
	top:63px; 
	left:-55px;
	}
	
#navigation ul li.last a em { 
	left:-45px;
	}
	
#navigation ul li a span { 
	font-size:0; 
	line-height:0; 
	width:0; height:0; 
	position:absolute; 
	left:50%;
	}

#navigation ul li a.hover{ 
	color:#2E3192;
	}

#navigation ul li a.hover em{ 
	background-position:0 0
	}
	
#slider-bg {
	background: url("../../images/slider.gif") repeat-x;
	height: 298px;
	width: 100%;
	text-align:center;
}

#slider-nav {
	background: url("../../images/slider-nav.gif") repeat-x;
	height: 67px;
	width: 900px;
}

#content {
	height: auto;
	width: 960px;  
	margin: 0 auto;
	padding: 35px 0;
}

#page {
	height: auto;
	width: 960px;  
	margin: 20 auto;
	padding: 5px 0;
	margin-left:40px;
	
	
}

#content a {
	color: #003;
}

#page a {
	color:red;
}

#footer {
	background: url("../../images/footer.gif") repeat-x;
	height: 92px;
	width: auto;
	margin:0 auto;
	color: #fff;
}

.footer-content {
	width: 960px;
	margin: 0 auto;
}
ul {
	margin-left:100px
}
li {
	
}

