@charset "utf-8";

/* MAIN CONTENT */

body, html {
	padding: 0px;
	margin: 0px;
	background: #434341 url(images/main-bg.jpg) repeat-x;
}

a img {
	border: none;
}

#header {
	background: url(images/title-bg.jpg) repeat-x;
	height: 133px;
}

#headerthin {
	position: relative;
	width: 840px;
	margin: 0 auto;
}

#nav {
	background: #585858;
	height: 38px;
	border-bottom: 1px solid #4C4C4C;
}

#navbarinside {
	width: 840px;
	margin: 0 auto;
}

#navlist {
	margin: 0 auto;
	padding: 0 10px;
	width: 840px;
	float: left;
	
}

#navlist li {
	display:inline;
	padding:0;
	margin:0 auto;
	text-transform:uppercase;
}

#navlist a:link, #navlist a:visited {
	color:#e8e8e8;
	padding:5px 16px 0px 16px;
	float:left;
	height: 33px;
	text-decoration:none;
	font:bold 12px Arial, Helvetica, sans-serif;
	max-width: 15%;
	text-align: center;
	//width: 14%;
	//padding: 5px 10px 0px 10px;
}

#navlist a:hover {
	color: #333333;
	background: #f0ec8b;
}

#navlist a:active {
	background: #e7e7e7;
	color: #5f5f5f;
}

#navactive a:link, #navactive a:active, #navactive a:hover, #navactive a:visited {
	color: #333333;
	background: #fcf9b7;
}

#content {
	margin: 0 auto;
	width: 850px;
	background: none;
	padding: 0px;
	border: 1px solid #000;
	border-top: none;
}

.topnews {
	background:url(images/nav/blog.png) 0 0 no-repeat;
}

.topfindus {
	background:url(images/nav/findus.jpg) 0 0 no-repeat;
}

.topcontact {
	background:url(images/nav/contact.jpg) 0 0 no-repeat;
}

.topnav {
	position: absolute; 
	left: 528px; 
	top: 58px;
}

.topnav a {
	display: block;
	width: 85px;
	height: 40px;
	float: left;
}

.topnav a:hover { 
	background-position: 0 -40px;
	color: #049;
}

.topnavactive {
	background-position: 0 -40px;
	color: #049;
}

#footer {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-color: #333;
	background:url(images/footerbg.png) repeat-x;
	text-transform: uppercase;
	text-align: center;
	color: #838383;
	font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#footer a:link, #footer a:active, #footer a:hover, #footer a:visited {
	color: #838383;
}

/* MAIN CONTENT */

/* The tab itself */
 
#followTab {
 
  /* No bullets */
  list-style: none;
 
  /* Position and float the tab */ 
  position: fixed;
  z-index: 1;
  right: 0;
  top: 175px;
   
  /* Give the tab width and padding */
  width: 26px;
  padding: 8px 5px;
   
  /* Add the curved white border */
  border: 2px solid #FF0;
  border-right: none;
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
   
  /* Add the drop shadow */
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .6);
  box-shadow: 0 0 7px rgba(0, 0, 0, .6);
   
  /* Add the semitransparent gradient background */
  background: rgba(84, 84, 84, .75);
  background: -moz-linear-gradient(top, rgba(84, 84, 84, .75), rgba(55, 55, 55, .75));
  background: -webkit-gradient( linear, left top, left bottom, from( rgba(84, 84, 84, .75) ), to( rgba(55, 55, 55, .75) ) );
  background: linear-gradient(top, rgba(84, 84, 84, .75), rgba(55, 55, 55, .75));
  filter: progid:DXImageTransform.Microsoft.Gradient( startColorStr='#c0545454', endColorStr='#c0373737', GradientType=0 );
}

/* Items within the tab */
 
#followTab li {
  margin: 9px 0 0 0;
  line-height: 0;
}
 
#followTab li:first-child {
  margin-top: 0;
}
 
/* General style for buttons within the tab */
 
#followTab a {
  display: block;
  width: 26px;
  background-image: url("images/follow-tab-buttons.png");
}
 
#followTab a span {
  position: absolute;
  top: -999em;
}
/* "follow text" button */
 
#followTab a.followtext {
  height: 84px;
  background-position: 0 0;
}
 
#followTab a.followtext:hover {
  background-position: 0 0px;
}

/* "contact" button */
 
#followTab a.contact {
  height: 27px;
  background-position: 0 -99px;
}
 
#followTab a.contact:hover {
  background-position: 0 -140px;
}
 
/* "facebook" button */
 
#followTab a.youtube {
  height: 39px;
  background-position: 0 -180px;
}
 
#followTab a.youtube:hover {
  background-position: 0 -237px;
}

/* "facebook" button */
 
#followTab a.facebook {
  height: 39px;
  background-position: 0 -292px;
}
 
#followTab a.facebook:hover {
  background-position: 0 -342px;
}
 
/* "bloggerr" button */
 
#followTab a.blogger {
  height: 39px;
  background-position: 0 -398px;
}
 
#followTab a.blogger:hover {
  background-position: 0 -455px;
}
 
/* "twitter" button */
 
#followTab a.twitter {
  height: 39px;
  background-position: 0 -511px;
}
 
#followTab a.twitter:hover {
  background-position: 0 -568px;
}

/* "linkedinr" button */
 
#followTab a.linkedin {
  height: 39px;
  background-position: 0 -625px;
}
 
#followTab a.linkedin:hover {
  background-position: 0 -679px;
}

/* FORM STYLING START */

	input {
		font-family: Trebuchet MS;
		font-size: 12px;
		font-weight: bold;
		padding: 0px;
		margin: 0px;
	}
	
	input.add {
		width: 350px;
	}
	
	textarea.add {
		width: 350px;
		height: 150px;
		font-family: Trebuchet MS;
		font-size: 12px;
		font-weight: bold;
		padding: 0px;
	}

   label {
		width: 150px;
		float: left;
		text-align: left;
		margin-right: 0.5em;
		display: block;
		font-weight: bold;
	}
	
	input#submit {
		border: 1px solid #fff600;
		background-color: #333;
		color: #fff600;
		float: right;
		margin-right: 302px;
		padding: 2px;
	}
	
	input#log_submit {
		border: 1px solid #fff600;
		background-color: #333;
		color: #fff600;
		float: right;
		padding: 2px;
	}
	
	.errora {
		color: red;
		border: 1px solid red;
	}
	
/* FORM STYLING END */

/* MESSAGE BOXES */

	.msgImage {
		vertical-align: middle;
		margin: 2px;
		padding-right: 10px;
	}
	
	.good {
		border: 1px solid green;
		font-weight: bold;
		margin: 4px 20px 4px 20px;
		padding: 2px;
	 }
	 
	 .warn {
		border: 1px solid #0060ff;
		font-weight: bold;
		margin: 4px 20px 4px 20px;
		padding: 2px;
	 }
	 
	 .error {
		border: 1px solid red;
		font-weight: bold;
		margin: 4px 20px 4px 20px;
		padding: 2px;
	 }
 
 /* END MESSAGE BOXES */


#adspot {
	position: relative;
	top: 0px;
	left: 3px;
	background: #1e1d1d;
	margin: 10px;
	/*padding: 15px 10px 15px 15px;*/
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #DCDBDB;
	width: 375px;
	
}

#adspot h1 {
	text-align: center;
	margin: 0px 0px 15px 0px;
	font: 22px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#adspot p {
	text-align: justify; 
	text-justify: newspaper;
	margin: 0px;
	padding: 0px;
}

#prodspot {
	position: relative;
	top: 0px;
	left: 3px;
	background: #1e1d1d;
	margin: 10px;
	/*padding: 15px 10px 15px 15px;*/
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #DCDBDB;
	width: 250px;
	
	/*  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .6);
  		-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .6);
 		 box-shadow: 0 0 7px rgba(0, 0, 0, .6);*/
	
}

#prodspot h1 {
	text-align: center;
	margin: 0px 0px 15px 0px;
	font: 22px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#prodspot p {
	text-align: justify; 
	text-justify: newspaper;
	margin: 0px;
	padding: 0px;
}


#showreel {
	position: center;
	text-align: center;
	/*padding: 15px 10px 15px 15px;*/
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #DCDBDB;
	height: 450px;
	width: 800px;
	
}

#showreel p {
	text-align: justify; 
	text-justify: newspaper;		
}

/* #showreelhold {
	position: absolute; 
	left: 453px; 
	top: 14px; 
	background: url(images/showreel-player.jpg); 
	height: 229px; 
	width: 353px; 
	border: 3px solid #cacaca;
} */

#showreelholdlg {
	position: center; 
	position: relative;
	display:inline;
	top: 14px;
	height: 450px; 
	width: 800px; 
	border: 3px solid #cacaca;
	
}
	
.spanyellow, .yellow {
	color: #fff600;	
}

.spanred, .red {
	color: #FF0000;
}


.introtext {
	width: 800px;
	height: 90px;
	position: relative;
	padding: 20px 0px 0px 20px;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #a1a1a1;	
}

.introtext h1 {
	font: 30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #a1a1a1;	
	margin: 0;
	padding: 0px 0px 10px 0px;
	font-weight: bold;
}

.blocks {
	float: left;
	width: 260px;
	height: 260px;
	position: relative;
	margin-bottom: 20px;
	font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #a1a1a1;	
}

.blocks h1 {
	font:18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #a1a1a1;	
	text-align: center;
	margin: 0;
	padding: 0;
	
		
}

.blocks h2 {
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffea00;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.blockinner {
	
	background-color: #525250; 
	text-align:center; 
	padding: 10px;
	height: 210px;
	text-align: justify; 
	text-justify: newspaper;
	  /* Add the curved white border */
  border: 2px solid #FF0;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
   
  /* Add the drop shadow */
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .6);
  box-shadow: 0 0 7px rgba(0, 0, 0, .6);
  }

.blockinner a:link, .blockinner a:active, .blockinner a:hover, .blockinner a:visited {
	color: #FFF;
}


.twitter, .twitter a:link, .twitter a:visited, .twitter a:active, .twitter a:hover {
	color: #0090ff; 
	text-align: center;
}

p.twitter {
	margin: 0;
	padding: 0;
}

p.twitterextra {
	margin: 0;
	padding: 7px;
}
.twitterextra {
	text-align: center;
	text-transform: uppercase;
}

.blocktop {
	background: #363634;
	border-bottom: 1px solid #fff600;
	height: 30px;
}

.blocktop h1 {
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #cdc8c8;
	text-transform: uppercase;
	padding-left: 20px;
	margin: 0px;
	font-weight: bold;
	line-height: 30px;
}

.blockmiddle {
	background: #2b2b2a;	
	overflow: hidden;
}

.blockmiddle p {
	padding: 10px 20px 10px 20px;
	margin: 0px;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #969696;

}

.blockmiddle h1, .blockmiddle h1 a {
	color: #fff600;
	text-align: center;
	text-transform:uppercase;
	font: 36px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
}

.blockmiddle h2, .blockmiddle h2 a {
	color: #fff600;
	text-align: center;
	text-transform:uppercase;
	font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
}

.blockbottom {
	height: 30px;
	border-top: 1px solid #FFF600;
	background: #363634;
	margin-bottom: 15px;
}

.blocklight {
	
	background: #525250;
	padding: 20px;
	margin: 10px 5px 10px 5px;

}

.blocklight h1, .blocklight h1 a {
	color: #cdc8c8;
	text-transform:uppercase;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
}

.blocklight h2, .blocklight h2 a {
	color: #ffea00;
	text-transform:uppercase;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
}

.blocklight p {
	color: #969696;
	margin: 0px;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.thin {
	float: left;
	width: 380px;
}

.blocklight ul {
	display: inline;
	list-style: disc url('images/dash-yellow.gif') outside;
	color: #FFF;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
	width: 200px;
	margin: 0;
	padding: 0px 0px 0px 20px;
}

.blocklight ul li {
	margin-left: 20px;
}

.cal {
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 10px;
	color: #969696;
}

.cal a {
	color: #FFF;
	text-decoration: none;
}

.blocklight h3 {
	color: #ffea00;
	text-transform:uppercase;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
}

.bside {
	float: left;
	width: 200px;
	padding: 0px 10px 0px 20px;
}

.bmain {
	float: left;
	width: 600px;
	padding: 0px 0px 0px 0px;
}

.blockside {
	float: right; 
	width: 250px;
	padding: 0px 10px 0px 20px;
	padding-bottom: 32761px;
	margin-bottom: -32761px;
}

.blockside h2, .bside h2 {
	color: #ffea00;
	text-transform:uppercase;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

.blockside ul, .bside ul {
	display: inline;
	list-style: disc url('images/dash-grey.gif') outside;
	color: #969696;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

.blockside ul li {
	margin-left: 20px;
}

.blockimage {
	float: left; 
	margin-right: 10px;
}

.bside ul a {
		color: #969696;
}

.column {
	float: left;
	width: 425px;
		text-align: justify; 
	text-justify: newspaper;
}

.floatheader {
	color: #efefef;
		text-transform:uppercase;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 20px;
}

.profilepic {
	float: left; 
	margin-right: 10px; 
	width: 150px;
}

.prodpic {
	float: left; 
	margin-right: 10px; 
	width: 250px;
}

.justify {
	text-align: justify; 
	text-justify: newspaper;
}

p.fail {
		color: red;
		text-align: center;
		border: 1px solid red;
		padding: 3px;
		margin: 0px;
		font-weight: bold;
		margin: 10px 20px 0px 20px;
		width: 550px;
	}
	
p.success {
		color: green;
		border: 1px solid green;
		padding: 3px;
		margin: 0px;
		font-weight: bold;
		margin: 10px 20px 0px 20px;
		width: 550px;
	}
