* {
	margin: 0;
	padding: 0;
}
body {
	background-image: url(/img/bg.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
	color: #666;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.skiplink {
	position: absolute;
	left: -1000px;
}
#wrapper {
	margin: 0 auto;
	padding: 0 10px;
	width: 750px !important;
	width /**/:770px;
	text-align: left;
}
#header {
	overflow: hidden;
	width: 750px;
}
#logo {
	padding: 20px 0;
	width: 270px;
	float: left;
}
#logo h1 {
	padding-top: 40px;
	overflow: hidden;
	background-image: url(/img/oxford_digital_media.jpg);
	background-repeat: no-repeat;
	height: 0 !important;
	height /**/:40px; 
}

#nav {
	width: 450px;
	float: right;
	text-align: right;
}
#nav ul {
	list-style-type: none;
	padding: 7px;
}
#nav li {
	padding: 10px 5px 5px;
	margin-right: 10px;
	display: inline;
	line-height: 18px;
}
#nav li.active {
	background: #555;
	border-bottom: 1px solid #E7C686;
}
#nav a {
	text-decoration: none;
	color: #B5B5B5;
}
#nav li.active a, #nav a:hover {
	color: #FFF;
}


img {
	display: block;
	border: 0;
}



h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: -1px;
	margin-bottom: 5px;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: -1px;
	color: #545454;
	margin-top: 26px;
	margin-bottom: 16px;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #2B2B2B;
	font-weight: bold;
	margin-bottom: 5px;
}
#content ul {
	list-style-type: none;
	margin-bottom: 12px;
}
#content li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #2B2B2B;
	font-weight: bold;
}
#content li:before { 
	content: "+ "; 
}

a { 
	color: #0096ff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline; 
}


p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 11px;
}

form {
	margin-bottom: 11px;
}
input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}


#index #content {
	background-position: 0 25px;
	padding-top: 0;
}
#audio #content {
	background-image: url(/img/communication.jpg);
}
#video #content {
	background-image: url(/img/production.jpg);
}

#internet #content {
	background-image: url(/img/internettv.jpg);
}

#clients #content {
	background-image: url(/img/clients.jpg);
}


#delivery #content {
	background-image: url(/img/delivery.jpg);
}
#contact #content {
	background-image: url(/img/contact.jpg);
}

#content {
	padding-top: 255px;
	background-repeat: no-repeat;
	background-color: #FFF;
	overflow: hidden;
}

#media-container {
	padding-bottom: 20px;
}

#main {
	padding: 0 30px 0 15px;
	width: 455px !important;
	width /**/:500px;
	float: left;
	background-image: url(/img/divide.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#sidebar {
	padding: 0 30px 0 15px;
	width: 205px !important;
	width /**/:250px;
  	float: right;
}

#media {
	width: 750px;
	overflow: hidden;	
}
#media div {
	padding: 0 15px 30px;
	width: 220px !important;
	width /**/:250px;
	float: left;	
	background-image: url(/img/divide.gif);
	background-repeat: no-repeat;
	background-position: top right;
}


#company {	
	width: 750px;
	overflow: hidden;
	background-image: url(/img/hr.gif);
	background-repeat: no-repeat;
	border-top: 4px solid #3F3F3F;
	padding-top: 5px;
}
#company div {
	padding: 0 30px 0 15px;
	float: left;
	width: 330px !important;
	width /**/:375px;	
}

#footer {
	margin-top: 100px;
	width: 750px;
}
#footer ul {
	list-style-type: none;
	margin-bottom: 5px;
}
#footer li {
	display: inline;
	color: #CCC;
}
* html #footer li {
	padding-right: 7px;
}
#footer li:before { 
	content: "| "; 
}
#footer li:first-child:before { 
	content: ""; 
}