body {
	background: #000000 url(../images/css/body_bkg.jpg) no-repeat ;
	font-family:      Lucida Grande, Verdana, Sans-serif;
	font-size:        12px;
	color:            #fff;
	margin: 0;
}
@font-face {
	font-family: 'BebasRegular';
	src: url('bebas.eot');
	src: local('Bebas Regular'), local('Bebas'), url('bebas.ttf') format('truetype');
}

small {
	font-size: 80%;
	color: #4F4F4F;	
}
#container {
	width: 100%;
	height: 100%;
	min-width: 998px;
}
#masthead {
	padding-top: 30px;
	width: 100%;
	height: 90px;
	margin-bottom: 30px;
	position: relative;
}

#mainnav {
	width: 950px;
	float: left;
	margin: 0 20px 0 12px;
	clear: left;
}
#logo {
	margin: 0 20px 15px 20px;
	float: left;
}
#itemnav {
	height: 20px;
	float: right;
}
#itemnav ul {
	position: relative;	
}
#mainnav ul li {
	float: left;
	padding: 0 5px;
	border-right: 1px solid #fff;
}
#mainnav ul li.last {
	border-right: 0;
	margin-right: 20px;
}

#mainnav ul li.active a {
	color:#CCFF00;
}
#mainnav ul li a{
	font-size: 0.95em;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
}
#mainnav ul li a:hover {
	color: #CCFF00;
}
#itemnav ul li {
	float: left;
	font-size:1.2em;
}
#itemnav ul #active a {
	color: #fff;	
}
#itemnav ul li a, #itemnav ul li.prev span, #itemnav ul li.next span {
	float: left;
	text-decoration: none;
	color: #CCFF00;
	padding: 0 5px;
}
#itemnav ul li a:hover {
	color: #fff;	
}


#flash-nav {
	width:988px;
	height: 60px;	
}

.fade {
	background-color: #000;	
}

#cat_menu {
	float: left;
	width: 150px;	
	padding-left: 15px;
	font-size: 0.85em;
	margin-right: 20px;
}
#cat_menu ul ul {
	margin: 8px 0 10px 20px;
}
#cat_menu .current a {
	color: #CCFF00;	
}

#cat_menu #current, #cat_menu ul .active a  {
	color: #CCFF00;
}
#content #cat_menu ul li {
	padding-bottom: 7px;
	margin: 0;	
}
#cat_menu ul li a {
	color: #fff;
	text-decoration: none;	
}
#cat_menu ul li a:hover {
	color: #CCFF00;	
}
h1 {
	font-weight: 500;
	font-size: 1.8em;
	color: #000;
	margin: 0 0 12px;
	font-weight: 700;
	font-family: 'BebasRegular', Arial, Sans-Serif;	
}
.contact h1 {
	color: #CCFF00;	
}
.services h1, .testimonials h1 {
	color: #fff;	
	margin-bottom: 25px;	
}

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

p {
   line-height: 1.55;
   margin-bottom: 10px;
}

.services .col, .testimonials .col {
	width: 400px;
	float: left;
	margin-right: 20px;
	padding: 10px;
	min-height: 440px;
}
#inner_content.portfolio {
	float: left;
	width: 750px;
	position: relative;
}

#itemimage {
	position: relative;
	margin-top: 20px;
	overflow: hidden;
	border: 1px dashed #252525;
	padding: 5px;
}
.javascript #itemimage {
	border: 1px dashed #252525;
}
#itemimage .loading {
	width: 200px;
	height: 200px;
	opacity: 0.5;
	background: url(../images/css/loading.gif) no-repeat;
	padding-left: 25px;
	color: #000;
}
.javascript #itemimage #portfoliolarge {
	opacity: 0;
	visibility: hidden;
	position:relative
}
#inner_image {
	cursor: move;
}

.javascript #item-text {
	width: 500px;
	opacity: 0.9;
	height: 300px;	
	position: absolute;
	background-color: #252525;
	padding: 10px;
	top: 0;
	line-height: 1.5em;
	left: 0;
	overflow: hidden;
	height: 0;
	display: none;
	z-index: 100;
}
.javascript #item-desc {
	width: 490px;
	height: 300px;
}
.javascript #item-desc a {
	color: #fff;
	text-decoration: none;
}
#error {
	border: 1px solid pink;
	margin: 10px;
	padding: 20px;
	color: red;	
}
.admintbl {
	width: 90%;
	margin: 20px;
}
.admintbl th {
	color: lime;
	padding: 3px;
	border: 1px solid #999;
}
.admintbl td {
	text-align: center;
	padding: 5px;
	border: 1px solid #999;
}

#flash {
	width: 975px;
	height: 275px;	
}
#text_content {
	margin: 10px;
}
#text_content .col {
	width: 290px;
	min-height: 350px;
	float: left;
	margin-right: 18px;	
	padding: 10px;
}
#text_content #col1 {
	width:	565px;
	font-size: 1.1em;
}
#text_content #col2 {
	width:	340px;
}
#text_content .col h2 {
	font-family: 'BebasRegular', Arial, Sans-Serif;
	margin-bottom: 20px;	
}
#text_content .col h4 {
	margin-bottom: 10px;	
}

#text_content .col img {
	width: 340px;	
}
.homecontent {
	margin-left: 15px;	
}
blockquote {
	margin: 10px 0;
}
blockquote p:first-child:before {
	content: url(../images/css/speech_open.gif);
	padding-right: 5px;
}
blockquote p:last-child::after {
	content: url(../images/css/speech_close.gif);
	padding-left: 5px;
}
blockquote.noicon p:before {
	content: '"';
}
blockquote.noicon p:after {
	content: '"';	
}

#logocontainer {
	border:1px dashed #CCFF00;
	padding: 5px;
	position: relative;
	width: 700px;
	height: 350px;
}
#logomask {
	overflow: hidden;	
	width: 700px;
	height: 350px;
	position: relative;
}
#logos {
	width: 1450px;
	position: absolute;
	top: 0;
	left: 0;
}
#logos img {
	margin-right: 5px;	
}

.nolink {
	opacity: 0.5;
	cursor: auto;	
}

#inner_content.logo a, #controls .leftarrow, #controls .rightarrow  {
	position: absolute;
	top: 120px;
	height: 62px;
	width: 37px;
	display: block;
	text-indent: -5000px;
	overflow: hidden;
	z-index: 200;
}


.leftarrow {
	background: url(../images/arrow_left.png);
	left: -20px;
}
.rightarrow {
	background: url(../images/arrow_right.png);
	right: -20px;
}


#centre-col #text_content {
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #CCFF00;
	min-height: 250px;
}
.homecontent #text_content h1 {
	color: 	#CCFF00;
}
#blog {
	width: 430px;	
}
#blog .item {
	padding: 10px 0;
}
h2 {
	color: 	#CCFF00;
	font-size: 1.4em;
	font-weight: 500;
}
#blog .date {
	font-size: 0.9em;	
}
#blog a {
	color: #CCFF00;
	text-decoration: none;	
}
.javascript #homepage {
	display: block;	
}
#blog .detail {
	padding: 10px 0;	
}
#homeanimation {
	width: 633px;
	height: 633px;
	margin: 0 auto;
	position: relative;
}
#left-col {
	width: 200px;
	float: left;
	margin-right: 20px;
	font-size: 0.8em;
}
#content #left-col ul {
	margin: 5px 0 10px 0;	
}
#content #left-col ul li {
	padding:0 0 5px 0;
	margin: 0;
}
#content #left-col ul li a {
	color: #fff;
	text-decoration: none;
}
#left-col h4 {
	font-size: 1.5em;
	color:	#CCFF00;
}
#centre-col {
	width: 430px;
	padding: 0 10px;
	float: left;
	border: 1px dashed #CCFF00;
	border-width: 0 1px 0 1px;
}
#right-col {
	width: 310px;
	margin-left: 15px;
	float: left;
	min-height: 400px;
}
#homeanimation img {
	position: absolute;
	top: 0;
	left: 0;
}
#homeanimation.loading {
	background: url(../images/css/home_load.gif) no-repeat center center;
	border: 1px solid #2F2F2F;
}
#homeanimation img.fade {
	opacity: 0;
	visibility: hidden;
}

#animationCancel {
	position: absolute;
	z-index: 500;
	height: 30px;
	display: block;
	top: -30px;
	right: 0;
	color: #fff;
	width: 90px;
	background: url(../images/css/btn_sprite.gif) no-repeat 0 -94px ;
	text-indent: -5000px;
}
#replayanimation {
	float: right;
	height: 30px;
	display: block;
	top: -30px;
	right: 0;
	color: #fff;
	width: 72px;
	background: url(../images/css/replay_btn.gif) no-repeat 0 0 ;
	text-indent: -5000px;
}
.contact textarea {
	width: 300px;
	height: 200px;
	
}
.contact #text_content {
	display: block;
	border: 1px solid #ccff00;
	background-color: #000;
	min-height: 300px;
	float: left;
	padding: 10px;
}
#map {
	width: 600px;
	float: left;
	border: 1px solid #CCFF00;
	margin: 10px;
	height: 320px;
}

a.controlbtn, span.controlbtn {
	display: block;
	height: 44px;
	width:30px;
	background: url(../images/css/control-panel.png);
	text-indent: -5000px;
	float: left;
	margin-right: 5px;
}

#item-details {
	width: 30px;
	background-position: 0 0;
}
#weblink {
	width: 30px;
	background-position: -145px 0;
}
#resetimg {
	width: 30px;
	background-position: -70px 0;
}
#swfview {
	background-position: -35px 0;
	width: 30px;
}
#sharethis_0 a {
	height: 44px;
	display: block;
	float: left;
	width: 50px;
}

a.stico_default{
	background:url(../images/css/control-panel.png) no-repeat scroll -215px 0!important;
	background:url(../images/css/control-panel.png) no-repeat scroll -215px 0;
	text-indent: -5000px;
	padding: 0!important;
	overflow: hidden;
}
span.controlbtn {
	opacity: 0.2;
	width: 55px;
	background-position: 0 -32px;
}


#close-detail {
	display: block;
	margin-left: 470px;
	height: 17px;
	width:19px;
	background: url(../images/css/close_btn.png);
	text-indent: -5000px;
	margin-right: 5px;
}

#text_content a {
	color: #CCFF00;
	text-decoration: none;
}

.companydetails {
	margin-top: 40px;
	font-size: 0.75em;
	color: #898989;
}
#controls {
	width: 775px;
	height: 45px;
	padding: 5px;
	-moz-border-radius: 8px;
	position: relative;	
}
#draghelper {
	position: absolute;
	bottom: -18px;
	left: 0;
	width: 98px;
	text-indent: -5000px;
	height: 7px;
	background:url(../images/css/clickdrag.gif) no-repeat;
	z-index: 500;
}

#gallery {
	background-color: red;
}

.formrow {
	clear: left;
}

form {
	margin: 1em;	
}
label {
	display: block;
	width: 120px;
	float: left;
	height: 25px;
	line-height: 20px;
}
input {
	width: 300px;
	font-size: 0.9em;
}
input:focus {
	border: 1px solid #ccff00;	
}
textarea {
	font-family: verdana;
	width: 420px;
	font-size: 0.9em;
}
input.submit {
	width: 100px;
}
.staff {
	background: url(../images/css/tt_panel.png) top right no-repeat;
	width: 460px;
	float: left;
	height: 400px;
	margin: 0 10px 10px 0;
}
.staff h4 {
	color: #C2E600;
	margin-bottom: 10px;
}
.staff img {
	float: left;	
}
.staff_detail {
	float: left;
	margin-left: 5px;
	width: 230px;
	margin-top: 30px;
}
.services {
	margin-left: 20px;
	width: 900px;	
}
.testimonials {
	margin-left: 20px;
	width: 900px;	
}

.services h2 {
	font-size: 1.5em;
	color: #CCFF00;	
	font-weight: 500;
	margin: 15px 0;
}
.services li {
	color: #CCFF00;	
	padding-left: 15px;
	background: url(../images/css/bullet_dash.gif) no-repeat 0 5px;
}
.services ul {
	margin-bottom: 20px;	
}
.photos {
	padding-left: 40px;
	width: 710px;	
}
.photos img {
	margin: 0 10px 10px 0;	
}
#content ul li {
	margin-bottom: 5px;
}
dt {
	color: #C2E600;	
	float: left;
	margin-right: 5px;
	font-weight: bold;
	line-height: 1.1em;
}
dd {
	margin-bottom: 10px;
	line-height: 1.1em;
}	
#footer {
	margin-top: 30px;
	clear: both;
	height: 40px;
	line-height: 40px;
	color: #4F4F4F;
	padding: 0 10px;
	border-top: 1px dotted #4F4545;
}

.mrclose {
	float: left;
	margin-right: 10px;
}
#social {
	float: left;
	margin-top: 10px;
}
#social li {
	float: left;
	margin-right: 5px;
}
#social li a {
	display: block;
	height: 20px;
	width: 20px;
	text-indent: -5000px;	
}
#social .twitter a {
	background: url(../images/css/twitter_logo.gif);
}
#social .linkedin a {
	background: url(../images/css/linked_logo.gif);
}
#social .flickr a {
	background: url(../images/css/flickr_logo.gif);
}