@charset "utf-8";
/* CSS Document */

body {
	/*background-color:#EAE5CF;*/
	background-color:#FAFAF0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin:0px;
	padding:0px;
	font-weight: normal;
	color: #454545;
	text-decoration: none;
	line-height:140%;
}

a {
	font-weight: normal;
	color: #CC0000;
	font-size: 13px;
	text-decoration:underline;
}


a:visited {
	color: #CC0000;
	text-decoration:underline;
}

a:hover {
	color: #CC0000;
	text-decoration:underline;
}

.Menu a, .Menu a:visited {
	text-decoration:none;
}
#header {
	background-image:url(../images/index_01.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#content {
	text-align:left;
	padding: 20px;
	color:#443825;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#topboxes {
	text-align:left;
	vertical-align:top;
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 15px;
	color:#443825;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#footer {
	background-image:url(../images/index_30.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

#title {
	font-size:14px;
	font-weight:bold;
	border-bottom:dashed #d0ccb0 2px;
}

#subtitle {
	font-size:13px;
	font-weight:bold;
	font-style:italic;
}

img { 
	border: 0px; 
}

/* NBS gallery stylesheet */

.image_container {
	position: static;
	margin-left: auto;
	margin-right: auto;
	border: 4px #000000 solid;
}

.prev {
	text-decoration: none;
	display: block;
	float: left;
	border: 0px;
}

.prev:hover {
	background: url(prevlabel.gif) left 50% no-repeat;
}

.prev_thumb {
	visibility: hidden;
	float: left;
}

.prev:hover .prev_thumb {visibility: visible;}

.next {
	text-decoration: none;
	display: block;
	float: right;
	border: 0px;
}

.next:hover {
	background: url(nextlabel.gif) right 50% no-repeat;
}

.next_thumb {
	visibility: hidden;
	float: right;
}

.next:hover .next_thumb {visibility: visible;}

.clear {
	clear: both;
}

.thumb {
	position: static;
	line-height: 0px;
	margin: 10px;
	padding: 2px;
	background-color: #d0ccb0;
	border: 0px;
}

.thumb:hover {
	background-color: #d0ccb0;
}

.thumb:active {
	background-color: #d0ccb0;
}

.thumb_active {
	position: static;
	line-height: 0px;
	margin: 10px;
	padding: 2px;
	background-color: #99CC99;
}

/* Lightbox stylesheet */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
	
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
	
#imageContainer>#hoverNav{ left: 0;}

#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../js/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
	
#prevLink { left: 0; float: left;}

#nextLink { right: 0; float: right;}

#prevLink:hover, #prevLink:visited:hover { background: url(js/prevlabel.gif) left 15% no-repeat; }

#nextLink:hover, #nextLink:visited:hover { background: url(js/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }

#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	

#imageData #caption{ font-weight: bold;	}

#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}		

#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
.footer {
	font-size: 70%;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
a.footer {
	font-size: 70%;
	color: #666666;
}
a.footer:hover {
	font-size: 70%;
	color: #454545;
}

.Content {
	width:750px;
	margin:0 auto;
	padding:10px;
}

.ContentInner {
	float:left;
	margin-bottom:20px;
	background:url('/images/content/gradient.jpg') repeat-x;
}

.HomeReasons {
	list-style-type: none;
}

.HomeReasons li {
	background:url('/images/bullet.gif') no-repeat top left;
	padding-left:20px;
	margin-bottom:5px;
	font-size: 13px;
	color:#333;
}

.ReasonsTitle {
	text-align:center;
}

h2 {
	font-size:19px;
	font-weight:bold;
	color:#CC0000;
}

.LethalMarketingServices li {
	margin-bottom:5px;
	font-size: 13px;
}

.LethalMarketingServices {
	float:left;
}

.RightServices {
	margin-left:100px;
}

.AboutUsPage {
	margin:20px;
	font-weight: normal;
	color: #454545;
	text-decoration: none;
	line-height:170%;
}

.AboutUsPage h1 {
	background:url('/images/title/about.gif') no-repeat;
	width:270px;
	height:35px;
	text-indent:-999px;
}

.ServicesPage {
	margin:20px;
	font-weight: normal;
	color: #454545;
	text-decoration: none;
	line-height:170%;
}

.PageBlocks {
	margin-bottom:60px;
}

.ServicesPage h1 {
	background:url('/images/content/services.gif') no-repeat;
	width:370px;
	height:33px;
	text-indent:-999px;
}

.ServicesPage h2 {
	font-size:14px;
	font-weight:bold;
}

.ServicesPage table {
	width:464px;
	border-bottom: 1px solid rgb(153, 153, 153);
	border-top: 1px solid rgb(153, 153, 153);
}

.ServicesPage tr.header th {
	border-bottom:1px solid rgb(153, 153, 153);
	text-transform:uppercase;
}

.ServicesPage tr.LightBG {
	background:#F3F3E9;
}

.ServicesPage tr.DarkBG {
	background:#E9EADA;
}

.ServicesPage td {
	text-align:center;
}

.ServicesPage th {
	font-weight:normal;
	text-align:left;
}

.ServicesRightMenu {
	float:right;
	width:230px;
	padding-left:25px;
	vertical-align:top;
	background:url('images/content/servicesrightmenugrad.jpg') repeat-y;
}

.ServicesContent {
	float:left;
	width:450px;
}

.MoveTopButton {
	float:right;
	margin-top:20px;
	cursor:pointer;
}

.ServicesRightMenu ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.CareersPage {
	margin:20px;
	font-weight: normal;
	color:#454545;
	text-decoration: none;
	line-height:170%;
}

.CareersPage h1 {
	background:url('/images/title/careers.gif') no-repeat;
	width:370px;
	height:35px;
	text-indent:-999px;
}

.CareersPage img.BulletHole {
	width:80px;
	height:80px;
	border:0px;
	float:left;
	padding-right:15px;
}

.CareersPage ul {
	margin:30px;
}

.RecentProjectsPage div.Left {
	width:450px;
	float:left;
}

.RecentProjectsPage div.Right {
	width:230px;
	float:right;
	margin:20px 10px 10px 0px;
	padding-left:10px;
	background:url('images/rightmenu.jpg') repeat-y;
}

.RecentProjectsPage {
	margin:20px;
	font-weight: normal;
	color: #454545;
	text-decoration: none;
	line-height:170%;
}

.PrivacyPage {
	margin:20px;
	font-weight: normal;
	color: #454545;
	text-decoration: none;
	line-height:170%;
}

.PrivacyPage h1 {
	background:url('/images/title/privacy.gif') no-repeat;
	width:370px;
	height:35px;
	text-indent:-999px;
}

.PrivacyPage h2 {
	font-size:12px;
	font-weight:bold;
}

.TermsPage {
	margin:20px;
	font-weight: normal;
	color: #454545;
	text-decoration: none;
	line-height:170%;
}

.TermsPage h1 {
	background:url('/images/title/terms.gif') no-repeat;
	width:370px;
	height:35px;
	text-indent:-999px;
}

.TermsPage h2 {
	font-size:12px;
	font-weight:bold;
}

.RecentProjectsPage h1.MainHeader {
	background:url('/images/title/excellence.gif') no-repeat;
	width:470px;
	height:35px;
	text-indent:-999px;
}

.RecentProjectsPage h1 {
	font-size:13px;
	font-weight: bold;
	color: #454545;
}

.ContactUsPage {
	margin:20px;
	font-weight: normal;
	color: #454545;
	text-decoration: none;
	line-height:170%;
}

.ContactUsPage div.LeftBlock {
	background:url('/images/content/split.jpg') repeat-y right;
	width:225px;
	float:left;
	padding-top:20px;
	
}

.ContactUsPage div.RightBlock {
	width:475px;
	float:right;
	padding-top:20px;
}

.ContactInformationLeft {
	float:left;
	padding-top:10px;
}

.ContactInformationRight {
	float:left;
	margin-left:10px;
	padding-top:10px;
}

.ContactFormLeft {
	float:left;
	padding-top:10px;
}

.ContactFormRight {
	float:left;
	margin-left:10px;
	padding-top:10px;
}

.ContactUsPage input, .ContactUsPage textarea {
	font-size: 13px;
	font-weight: normal;
	color: #454545;
	text-decoration: none;
}

.ContactUsPage p {
	height:25px;
	margin:2px;
	padding:0px;
}

.ContactUsPage p.Enquiry {
	height:125px;
}

.ContactUsPage p.VerificationImage {
	height:30px;
	margin:2px;
}

.HomePage {
	float:left;
	width:750px;
	margin:20px 10px 0px 10px;
}

.NewsPage {
	margin:20px;
	font-weight: normal;
	color: #454545;
	text-decoration: none;
	line-height:170%;
	font-family:Arial, Helvetica, sans-serif;

}

.NewsPage h1 {
	background:url('/images/header_news2.gif') no-repeat;
	width:270px;
	height:35px;
	text-indent:-999px;
}

.NewsPage div.NewsRecord {
	margin:0px 0px 10px 30px;
}

.NewsPage {
	margin:20px;
	font-weight: normal;
	color: #454545;
	text-decoration: none;
	line-height:170%;
	font-family:Arial, Helvetica, sans-serif;

}

.NewsPage h1 {
	background:url('/images/header_news2.gif') no-repeat;
	width:270px;
	height:35px;
	text-indent:-999px;
}

.NewsPage div.NewsRecord {
	margin:0px 0px 10px 30px;
}

.BlogPage {
	margin:20px;
	font-weight: normal;
	color: #454545;
	text-decoration: none;
	line-height:170%;
	font-family:Arial, Helvetica, sans-serif;

}

.ErrorPage {
	margin:20px;
	font-weight: normal;
	color: #454545;
	text-decoration: none;
	line-height:170%;
	font-family:Arial, Helvetica, sans-serif;
	width:700px;
}

