/*
Theme Name: 3DS Emulators
Theme URI: http://www.3dsemulators.com.au
Description: 3DS Theme
Version: 1
Author: Cre Eight
Author URI: http://www.creeight.com
*/


/* RESET
________________________________________________________*/

html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;background:white;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;float:none !important;}
table, th, td {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}

/* HTML & BODY
________________________________________________________*/

html {
}

body {
	font:13px "Helvetica Neue",Helvetica,Arial,sans-serif;
	-webkit-font-smoothing: antialiased;
	color:#fff;
	background:#000;
}

html, body {height: 100%;}


/* FONTS
________________________________________________________*/


h1, h2 {
text-transform:uppercase;
}

#gallery-page h2 {
	padding:20px 0px 0px 20px;
	margin:0px;
	line-height:1em;
}

#gallery-page #main {
	background:url(./images/shade2.png);
}
	


h1 {font-size:2em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:1.5em;margin-bottom:0.75em;}
h3 {font-size:1.2em;line-height:1;margin-bottom:1em;}
h4 {font-size:1em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}


h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	color:#f39a00;
	font-weight:normal;
}


p {margin:0 0 1.5em;}

ul, ol {margin:0 1.5em 1.5em 0;padding-left:1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}

a{
	color:#f39a00;
	text-decoration:none;
}
a:hover{
	color:#D88900;
	text-decoration:underline;
}




/* STYLES
________________________________________________________*/

.gradient{
	background: #999; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#000000'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#000)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ccc,  #000); /* for firefox 3.6+ */ 
}

.shadow {
  -moz-box-shadow: 5px 5px 5px #ccc;
  -webkit-box-shadow: 5px 5px 5px #ccc;
  box-shadow: 5px 5px 5px #ccc;
  filter:progid:DXImageTransform.Microsoft.dropShadow(color=#ccc, offX=5, offY=5, positive=true);
}

.innershadow {
   -moz-box-shadow:inset 0 0 10px #000000;
   -webkit-box-shadow:inset 0 0 10px #000000;
   box-shadow:inset 0 0 10px #000000;
}

.borderradius {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.textshadow {
	text-shadow: 2px 2px 2px #000;
}

/* LAYOUT
________________________________________________________*/

#page-height {
	background:url(./images/nav-bg.jpg) repeat-x;
}

#container {
	width:960px;
	margin:0 auto;
	min-height: 100%;
}

#navwrap{
	width:100%;
	height:30px;
	background: url("./images/nav-bg.jpg") repeat-x scroll 0 0 transparent;
}

#nav{
	width:910px;
	margin:0 auto;
	padding-top:7px;
}

#nav a{
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	margin-right:40px;
}

#nav a:hover{
	color:#f39a00;
}

#nav #currentpage a {
	color:#f39a00;
}

#contentwrap{
	width:100%;
	background:url(./images/body-bg.png) repeat center;
	min-height:400px;
}

#content{
	width:910px;
	margin:0 auto;
	padding:10px 0;
		background:url(./images/body-bg.png) repeat center;

}


#headerwrap{
	width:100%;
	height:185px;
		background:url(./images/header-bg.jpg) top repeat-x #1d1d1d;
}

#header{
	width:910px;
	margin:0 auto;

}


.logo{
	padding-top:76px;
}

#main {
	background:url(./images/shade.png);
}

#projects #main {
	background:url(./images/shade2.png);
}

#contactpage #main {
	background:url(./images/shade2.png);
}



#footer-inner {
	width:960px;
	margin:20px auto;
	font-size:.75em;

}

#gallerypage #main {text-align: center;}




/* COLUMNS
________________________________________________________*/

.col1, .col2, .col3, .col4, .col5, .col6 {
	float:left;
	padding:30px;
}

.col1 {
	width:545px;
}
.col2 {
	width:235px;
	margin:0px 0px 0px 10px;
}

.col2 img {
border:1px solid #fff;
margin:0px 0px 20px 0px;
}

#contactus .col2 img {
border:1px solid #fff;
margin:20px 0px 0px 0px;
}

.col3 {
width:850px;
}
.col4 {
    padding: 20px;
    text-align: center;
    width: 242px;
}

.col4 img{
	border:1px solid #fff;
margin:0px 0px 5px 0px;

}


.col5 {
}
.col6 {}


/* CLEARFIX & FLOATS
________________________________________________________*/

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.floatleft {
	float:left;
}
.floatright {
	float:right;
	text-align:right;
}

.green {
color:#857c18;
}

.fl {float:left}
.fr {float:right; text-align: right;}


.footer_fl {
height:85px;
}

.footer_fl li {
float:left;
}

.footer_fl li ul{
margin: 30px 0px 0px 15px;
}

.footer_fl li li {
float: none;
}

.fl ul, .fr ul {
margin:0px;
padding:0px;
list-style:none;
}

.fr {
font-size:.9em;
}

.fr img {
margin-top:10px;
}

.larger {
font-size:1.5em;
}

.facebook {
font-size:13px;
line-height:43px;
}

.virtue {
color:#999999;
}

.listnone ul {
margin-left:0px;
padding-left:0px;
}

#contactus .listnone ul {
margin:0px;
padding:0px;
}

.listnone li {
list-style:none;
}

ul, ol {margin:0 1.5em 1.5em 0;padding-left:1.5em;}

.footer_logo {
float:left;
}


.symbol{
	float:right;
	margin:0;
}

.contactus{
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	float:right;
	margin-top:-40px;
	clear:right;
}

#footerwrap{
	background:#000;
}

#footer{
	width:910px;
	margin:0 auto;
	border-bottom:#323232 solid 1px;
	padding:15px 0px;
	margin-top:15px;
}

#sitemap{
	width:910px;
	margin:20px auto;
}

#sitemap a{
	padding-right:40px;
	color:#fff;
	text-transform:uppercase;
}

.border{
	border:#fff 3px solid;
}

.shade{
	background:url(./images/shade.png);
	padding:20px 30px;
	margin:20px 0;
}

.orange {
color:#F39A00
}

.services-list {
width:105px;
margin:0px 5px;
float:left;
}

.services-list ul{
list-style:none;
padding-left:0px;
font-size:.8em;
margin:0px;
}
.services-list li{
margin:10px 0px;
}

#serv ul{
padding-left:0px;
font-weight:bold;
list-style:none;
}

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

#slider {
    position:relative;
    width:910px; /* Change this to your images width */
    height:360px; /* Change this to your images height */
    background:url(http://www.totaltrademanagement.com.au/images/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}

.slider-wrapper {
	width:910px;
    height:360px;
		margin:20px 0px;


	}

#slider-mask {
    position:relative;
    background: url(./images/slide-mask.png) no-repeat;
    width:910px;
    height:360px;
	top:-360px;
	left:0px;
    z-index:100;
	
}


