body, html {
	padding: 0 !important;
	margin: 0 !important;
	color: #333333;
	font-family: Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	font-size: 16px;
	background-color: #000;
}

h1 {
	color: #f00;
	font-size: 1.5em;
	line-height: 1.3em;
}

h2 {
	color: #fff;
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: normal;
}

h3 {
	font-weight: normal;
	font-size: 1.3em;
    line-height: 1em;
    margin: 0px 0px 0.75em;
    color: red;
}

h4 {
	color: #fff;
	font-size: 1em;	
	font-weight: bold;
}

h5 {
	color: #fff;
	font-size: 1em;	
	font-weight: normal;
}

#logo {
 	margin-top: 25px;
 	width: 490px;
 	margin-left: -15*px;
 }

#container {
	/* FOR FULL WIDTH SITE */
	width:	100% !important;
	max-width: 100% !important;
	background: url('http://digmax.com.au/packages/theme_slate/themes/slate/images/background.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#header-wrapper {
	background: transparent; 
	background-size: 100% 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	height: 285px;
}
header {
	background: transparent;
	/* background-position: 15px 10px; */
	border: none;
	padding: 0px;
	margin:0;
	/* FOR FULL WIDTH SITE */
	width: 960px;
	margin: 0px auto;
}

/* phone number */
#header-area {
	float: right;
	margin-right: 0px;
	text-align: right;
	margin-top: 75px;
	width: 250px;
	background: url('http://digmax.com.au/packages/theme_slate/themes/slate/images/headerbar.png') repeat scroll 0% 0% transparent;
	border-radius: 13px;
	padding-right: 15px;
	height: 110px;
	padding-top: 11px;
}

#header-area a, #header-area a:hover {
	text-decoration: none;
	color: #fff;
}

#header-area p.phone {
	margin-bottom: 8px;
}


nav {
	padding: 28px 0px 8px 0px;
	text-align: left;
	background: url('http://digmax.com.au/packages/theme_slate/themes/slate/images/Nav.png');
	position: relative;
	height: 28px;
	width: 960px;
	margin: 0 auto;
	border-radius: 12px;
	
}

.sf-menu {
	line-height: 0;

	/* CENTERED FOR FULL WIDTH SITE */
	margin: 0px auto;
	display: inline-block; /* TO ALLOW FOR MENU ALIGNMENT ! */
	    position: relative;
    top: -8px;

}


/* BORDER TICKS
.sf-menu li {
	 border-right: 2px solid #fff; 
}

.sf-menu li:last-child {
	border-right: 0;
}
	*/



nav ul li a {
	color: #FFF;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: normal;
	text-shadow: none !important;
	border-right: none;
	padding: 0.5em 1.4em !important;
	
}

nav ul li a:hover, nav ul li a.nav-selected, nav ul li a.nav-path-selected, nav ul li:hover, nav ul li a.nav-selected:hover, nav ul li a.nav-path-selected:hover {
	color: #f00;
}

nav ul li a:hover {

}

nav ul li a.nav-first{
	padding-left: 65px !important;
}

nav ul li a.nav-selected:hover {
	cursor: default;
}

.sf-menu li a.nav-last {
    border-right: 0px none !important;
    padding-right: 0px !important;
   }

#feature-wrapper {
	width: 100%;
	padding: 0;
	margin:	0;
	background-color: transparent;
}

#feature img { border-radius: 13px;
}
#feature {
	background-color: transparent;
	width: 960px;
	margin: 0px auto !important;
	padding: 20px 0;
}

#wrapper {
	width: 100% !important;
	background-color: transparent;
	padding: 0 0 20px 0 !important;
	color: #FFF;	
}

#wrapper .row {
	/* CENTERED FOR FULL WIDTH SITE */
	padding: 20px 0;
	width: 960px;
	margin: 0px auto !important;
	background-color: transparent;

}

#wrapper a {
	color: #fff;
	text-decoration: underline;
}
#chklist img {
	margin-bottom: -5px;
}

footer {
	background-color: #000;
	padding: 20px 0;
	color: #FFF;
	text-shadow: none;
	border: none;
}
footer a{
	color: #FFF;
	font-size: 1em;
	text-decoration: none;

}


footer a:hover {opacity:0.7}

footer .row:first-child {
	/*display: none !important; */
}


footer .row {
	/* FOR FULL WIDTH SITE */
	width: 960px !important;
	margin: 10px auto !important;
}

p  {
	margin: 0 0 1.5em;
}

#credits a {font-size: 12px}
/* CONTACT FORM normal (table) layout */
td.question {
	width: 120px;
	padding-top: 10px;
}

#msg {
	font-weight: bold;
	padding-bottom: 20px;
}

/* IE CRAP */
#container {
	width: 100% !important;
	max-width: 100% !important;	
}

/* gallery options fix !! */
#displayOptions {
	float: none !important;
}

#galleryOptions td.right, #galleryOptions td.right {
	float:none !important;
}

#fsID {
	float: right;
}

/* CONTACT FORM */
.miniSurveyView #msg {
	background: none !important;
	color: #fff !important;
	padding: 15px !important;
	border: 2px solid #999;
	margin: 8px 0px 28px 0px !important;
	border-radius: 5px !important;
}


/* STICKY FOOTER http://mystrd.at/modern-clean-css-sticky-footer/ */
/**
html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 205px !important; /***** bottom = footer height + footer padding
}
footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 185px;
    width: 100%;
}

#ccm-highlighter {margin-top:-49px;} 
.ccm-menu {margin-top:-49px !important;}
**/