/*
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;
	background:url(images/body-bg.gif) repeat-x top #343434;
	color:#fff;
}


/* FONTS
________________________________________________________*/


h1, h2, h3, h4, h5, h6 {
text-transform:uppercase;
padding-bottom:5px;
border-bottom:1px solid #fff;
}

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;}

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:#fff;}


/* 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: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.textshadow {
	text-shadow: 2px 2px 2px #000;
}

/* LAYOUT
________________________________________________________*/

#container {
	width:960px;
	margin:0 auto;
}

#header {
	height:170px;
	position:relative;
}

#logo {
position:absolute;
bottom:40px;
}

#callnow {
position:absolute;
bottom:40px;
right:0px;
height:26px;
line-height:26px;
font-size:26px;
color:#0066a4;
font-weight:bold;

}



#main {
margin:30px 0px 0px 0px;
}


#footer {
font-size:11px;
border-top:1px solid #000;
padding:30px 0px;
}


/* NAVIGATION
________________________________________________________*/

#nav {
position:absolute;
bottom:0px;
height:30px;
}
#nav ul {
list-style:none;
margin:0px;
padding:0px;
}
#nav li {
float:left;
margin-right:5px;


}

#nav li a {
	display:block;
	text-decoration:none;
	padding: 0px 10px;
	line-height:30px;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	text-shadow: 0px -1px 1px #000;

}


#overview li#overviewlink a, #gallerypage li#gallerylink a, #contactpage li#contactlink a, #nav li a:hover {
background:url(images/nav-li-bg.gif) center repeat-x;


}

.menu ul {list-style:none;}




/* COLUMNS
________________________________________________________*/

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

.col1 {
padding:20px;
width:610px;
}
.col2 {
padding:20px;
width:270px;
}

.col3 {
padding:20px;
width:280px;
}

.col4 {
padding:20px;
width:600px;
}

.col5 {
padding:20px;
width:200px;
text-align:center
}

.col5 a {
font-size:12px;
color:#fff;
}

.col5 img {
border:5px solid #fff;
margin-bottom:5px;
}

.col6 {
font-size:12px;
padding:20px;
width:270px;
}


/* 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;
}

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

.fl a, .fr a {
color:#fff;
}

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

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

.larger {
font-size:14px;
}

.green {
color:#7ac142;
}

#gallerypage #main {
padding-top:20px;

}

#gallerypage2 #main {

}


#gallerypage h1 {
margin-left:20px;
}

#back {
margin-top:20px;
}

#back a {
color:#fff;
}

#contactpage ul {
list-style:none;
}

#contactpage li {
margin-bottom:10px;
}

.qualifications {
padding: 20px 0px;
border-top:1px solid #fff;
}
.qualifications img {
padding:0px 20px 0px 0px;
}

.slider-wrapper {
border:1px solid #fff;
padding:5px;
background:#666;
}

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

