/*-----------------------------------------------------------------------------
Style Sheet for thisistransmission.co.uk

version:   1.0
author:    Stephen Elford
email:     steve@trafficwebsites.co.uk
website:   http://www.trafficwebsites.co.uk/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #000000;
}
body {
	background-color: #E5E5E5;
}

p {
  margin: 0 0 12px 0;
}
form {
  margin: 0 0 12px 0;
}
h1 {
	margin: 0 0 12px 0;
}
a {
	color: #000000;
	text-decoration: none;
}
.clear {
	clear:both;
	height: 0px;
	line-height: 0px;
	padding: 0;
	margin: 0;
}

img { border: 0; }
.hidden { display: none; }
.noborder { border: none; }
.red { color: #990000; }
.green { color: #006600; }
.yellow { color: #FFC400; }
.left { float:left; }
.right { float: right; }

.container {
	width: 1000px;
	margin: 0 auto;
	background-color: #E5E5E5;
	position: relative;
	margin-bottom: 30px;
}
.bodyText {
	margin-left: 11px;
}
/* =Header
-----------------------------------------------------------------------------*/
.header {
	margin: 30px 48px 0 48px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000000;
}

/* =Main Nav
-----------------------------------------------------------------------------*/
.mainNav {
	margin: 0 0 0 48px;
	float: left;
	width: 288px;
	position: relative;
	z-index: 90;
}
.mainNav li {
	position: relative;
	width: 72px;
	float: left;
}
.mainNav li > a {
	display: block;
	width: 72px;
	padding: 18px 0 0 0;
	overflow: hidden;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/: 18px;
}
.mainNav li.nav01 a {
	background-position: 0px 0px;
}
.mainNav li.nav01 a:hover,
.mainNav li.nav01 a.active {
	background-position: 0px -18px;
}
.mainNav li.nav02 a {
	background-position: -72px 0px;
}
.mainNav li.nav02 a:hover,
.mainNav li.nav02 a.active {
	background-position: -72px -18px;
}
.mainNav li.nav03 a {
	background-position: -144px 0px;
}
.mainNav li.nav03 a:hover,
.mainNav li.nav03.active a {
	background-position: -144px -18px;
}
.mainNav li.nav04 a {
	background-position: -216px 0px;
}
.mainNav li.nav04 a:hover,
.mainNav li.nav04.active a {
	background-position: -216px -18px;
}

/*--*/
.mainNav li ul {
	position: absolute;
	top: 18px;
	left: 0px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	display: none;
}
.mainNav li.work ul {
	width: 216px;
	background-image: url(../images/blank.gif);
}
.mainNav li.about ul {
	width: 288px;
	height: 599px;
	overflow: hidden;
}
.mainNav li.about ul .latestNews {
	width: 288px;
	
}
.mainNav li.about ul .latestNews h1 {
	background-image: url(../images/diagBlue.gif);
	background-repeat: repeat;
	overflow: visible;
	padding: 2px 0 0 3px;
	height: 16px !important;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}
.mainNav li.about ul .latestNews .newsContent {
	height: 571px;
	overflow:hidden;
	background-color: #009ADD;
}
.mainNav li.about ul .latestNews p {
	padding: 0 3px 5px 3px;
	color: #FFFFFF;
	margin-bottom: 6px;
	margin-top: 4px;
}
.mainNav li.about ul .latestNews p em {
	color: #FFFFFF;
}
.mainNav li.about ul .latestNews p.close {
	padding-top: 8px;
	margin-top:3px;
	background-color: #000000;
	cursor: pointer;
}
.mainNav li.about ul .latestNews a {
	color: #FFFFFF;
	text-decoration: underline;
}

.mainNav li ul li {
	float: none;
}
.mainNav li.work ul li {
	margin-top: 3px;
}
.mainNav li.work ul li a {
	width: 213px;
	background-image: none;
	background-color: #009ADD;
	overflow: visible;
	padding: 2px 0 0 3px;
	height: 16px !important;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
.mainNav li.work ul li a:hover {
	background-color: #B3B3B3;
}
.mainNav .mShop ul {
	width: 144px;
	background-color: #009ADD;
	height: 599px;
}
.shop .mainNav .mShop ul,
.contact .mainNav .mContact ul {
	display: block;
	height: 599px;
}
.mainNav .mContact ul {
	width: 72px;
	background-color: #009ADD;
	height: 598px;
}
.cats {
	position: absolute;
	z-index: 100;
	left: 340px;
	top: 57px;
	display: none;
}
.cats li {
	margin-bottom: 3px;
	visibility: hidden;
	height: 39px;
	background-image:url(../images/diagGrey30.png);
}
.cats li img {
	padding-top:3px;
}

/* =Main Content
-----------------------------------------------------------------------------*/
.mainContent {
	background-color: #FFFFFF;
	margin: 11px 48px;
	position: relative;
	overflow: hidden;
}
.mainContent img {
	display: block;
	margin: 0 auto;
}
.textBox {
	margin: 11px;
	border: 1px solid #3C3734;
	padding: 0 14px 14px;
}
.boxTitle {
	font-weight: bold;
	background: #FFFFFF;
	padding: 0 3px 0 0;
	position: relative;
	display: inline;
	top: -7px;
}
.vid  {
	display: block;
	margin: 10px;
}
/* =Homepage
-----------------------------------------------------------------------------*/
.titCred {   
  	margin-left: 48px;
	float: left;   
} 
.trafficCredit {
	float: right;
	margin-right: 48px;
}
.trafficCredit a {
	color: #666666;
}
.trafficCredit a:hover {
	color: #009add;
}
/* =Work
-----------------------------------------------------------------------------*/
.imgInfo {
	float: left;
	margin-left: 48px;
	position: relative;
}
.projNav {
	float: right;
	margin-right: 48px;
}
.projNav a:hover{
	color: #009add;
}
.inactiveLink {
	color: #666666;
}
.inactiveLink:hover {
	color: #666666;
}

.infobox {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(../images/black-20x1.gif) left bottom repeat-y;
	z-index: 30;
	overflow: hidden;
	display: none;
	width: 288px;
}
.infobox .boxContent{
	margin: 0 0 33px 0;
	padding: 4px 8px 8px 6px;
	position: relative;
	background-color: #000000;
}
.infobox .boxContent p {
	color: #FFFFFF;
}
.infobox .boxContent p a {
	text-decoration: underline;
	color: #FFFFFF;
}
.infobox .boxContent p a.close {
	text-decoration: none;
	color: #009add;
}
.button {
	display: block;
	float: left;
	margin-top:-5px;
	margin-right: 8px;
	padding: 20px 0 0 0;
	overflow: hidden;
	background: url(../images/buttons.gif) no-repeat 0px 0px;
	width: 20px;
	height: 0px !important;
	height /**/: 20px;
	position: relative;
	z-index: 40;
}
.info {
	background-position: -22px 0px;
}
.info.active {
	background-position: -22px -40px;
}


/* =Contact
-----------------------------------------------------------------------------*/
.contact .contactImg {
	border: 10px solid #ffffff;
}

/* =Footer
-----------------------------------------------------------------------------*/
/* =Forms
-----------------------------------------------------------------------------*/
/* =Lists
-----------------------------------------------------------------------------*/
ul {
	list-style:none;
}
li.sortitem {
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #999;
	overflow: hidden;
}

/* =Tables
-----------------------------------------------------------------------------*/
tr.col_heading td {
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px solid #000000;
}
.checkout td {
	padding: 3px;
}
.checkout .textBox table{
	width: 100%;
}
/* =Rollovers
-----------------------------------------------------------------------------*/
.add {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/buttons/add.gif) 0px 0px no-repeat;
}
.edit {
	display: block;
	width: 32px;
	height: 16px;
	background: url(../images/buttons/edit.gif) 0px 0px no-repeat;
}
.delete {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/buttons/delete.gif) 0px 0px no-repeat;
}
.mail {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/buttons/mail.gif) 0px 0px no-repeat;
}
.add,
.edit,
.delete,
.mail {
	float: left;
}

.add:hover,
.edit:hover,
.delete:hover,
.mail:hover {
	background-position: 0px -16px;
}
.add img,
.edit img,
.delete img,
.mail img {
	width: 100%;
	height: 100%;
}
/* =Paging
-----------------------------------------------------------------------------*/
.highlight {
	color: #009add;
}
/* next / prev buttons */
a.prevPage, a.nextPage {
	background:url(../images/buttons/arrow-left.gif) no-repeat 0 0;
	display:block;
	width:14px;
	height:14px;
	float:left;	
	margin: -2px 12px 0 0;
	cursor:pointer;
	position: relative;
	z-index: 50;
}
a.nextPage {
	background-image:url(../images/buttons/arrow-right.gif);
	margin-right: 6px;	
}
a.prevPage:hover, a.nextPage:hover {
	background-position: 0px -14px;
}

/* =Blog
-----------------------------------------------------------------------------*/
.blog {
	margin: 10px;
}
