/* -- GENERAL REDECLARATIONS -- */

@font-face {
	/* Bebas Neue © Ryoichi Tsunekawa, http://dharmatype.com/ */
	font-family: 'Bebas Neue';
	src: url('../fonts/bebas-neue/bebas-neue-webfont.eot?iefix=') format('eot'),
	     url('../fonts/bebas-neue/bebas-neue-webfont.woff') format('woff'),
	     url('../fonts/bebas-neue/bebas-neue-webfont.ttf') format('truetype'),
	     url('../fonts/bebas-neue/bebas-neue-webfont.svg#webfontwCzvZHeJ') format('svg');
	font-weight: normal;
	font-style: normal;
}

html				{min-height: 100%;}
* html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	background: #000 url("../images/bg.jpg") no-repeat center top;
	height: 100%;
	color: #000;
}

body, tr,
td, input,
select, textarea 	{font:normal 11px/1.2 Helvetica, Arial, sans-serif;}

.special-font {
	font-size: 28px;
}

a				{outline: none;}
a:link,
a:visited 		{color:#000; text-decoration:none;}
a:hover,
a:active 		{color:#333; text-decoration:underline;}

ul, ol	 		{margin:0 0 10px 25px;}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{margin:0 0 8px;}
h1 					{
	margin: 0 0 12px;
	min-height: 80px;
}
h2 					{font-size:20px; margin:8px 0;}
h3 					{font-size:small; margin:6px 0 5px;}
h4 					{font-size:x-small; margin:4px 0;}
h5					{font-size:xx-small; margin:3px 0;}
h6 					{font-size:xx-small; margin:0;}
hr 					{border-style: none; border-bottom: 1px dashed #e3e3e5; color: #fff; background-color: #fff;}
					/*color and background color should be the same as the background color of the div it is contained within*/
img 				{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

#preload {position: absolute; top: -400px;left: 0px;}
.clr {clear:both;}
.right {float: right;}
.left {float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}

h1.pageheading {
	float:left;
	margin-bottom:50px;
	min-height: 36px;
	width: 191px;
	padding-bottom: 5px;
	border-bottom: 1px solid #C8C7C4;
}
* html h1.pageheading {
	height:25px;
}
h1,
.special-font,
h1.pageheading {
	text-transform: uppercase;
	letter-spacing: -0.02ex;
	line-height: 1;
	font-family: 'TradeGothic Condensed No. 20', 'Bebas Neue', Helvetica, Arial, sans-serif;
}
h1,
h1.special-font,
h1.pageheading {
	font-size: 32px;
}
.special-font a,
a.special-font {
	text-decoration: none;
}

.texta {text-indent: -9000px;}

/* Standard Layout */

#wrapper {
	position: relative;
	width: 940px;
	margin: 0 auto;
	text-align: left;
/*	height:100%;*/
}

#header {
	position: relative;
	padding: 0px;
	width: 940px;
	height: 90px;
}

#header h1 a {
	display: block;
	width: 230px;
	height: 80px;
	text-indent: -9000px;
}

#header h2 {
	float: left;
	text-indent: -9000px;
}

#content {
	position: relative;
	margin: 0;
	padding: 9px 0 9px 19px;
	width: auto;
	min-height: 500px;
	height:auto;
	border-left:1px solid #D5D5D0;
	border-right:1px solid #D5D5D0;
	background: #EBEAE6;
	overflow:hidden;
}

#content-left {
	float:left;
	width: 191px;
	height:100%;
}

#content-right {
	position: relative;
	width: 670px;
	min-height:500px;
	height: auto;
	margin-left: 212px;
	padding-left: 19px;
	border-left: 1px solid #C8C7C4;
	margin-bottom: -10000em;
	padding-bottom: 10000em;
/*	background: #FFC;*/
}

#content-right .column-1,
#content-right .column-2,
#content-right .column-3 {
	float: left;
	width:210px;
	margin-right: 15px;
}
#content-right .column-3 {
	margin-right: 0px;
}


#footer {
	clear:both;
	float: right;
	width: 940px;
	height: 50px;
	padding-top: 30px;
	text-transform: uppercase;
	font-size: 10px;

	font-family: helvetica, verdana, Arial,sans-serif;
	background: url("../images/footer.png") no-repeat 0 0;
}

#footer a#footer-contact{
	float: right;
	text-align: right;
	width: 90px;
	height: 11px;
}

#footer a#omikron {
	float: left;
	width: 500px;
	height: 11px;
}

#footer a:link,
#footer a:visited {
	color: #fff;
}

#footer a:hover,
#footer a:active {
	color: #ccc;
	text-decoration: none;
}

/*-- BLOG STYLING --*/

.blog-item {
	float: left;
	width: 200px;
	margin-right: 10px;
}

.blog-item h1 {
	width: 210px;
}

.blog-text {
	width: 210px;
	height: 200px;
}

body#page-contact-us .blog-item h1.pageheading {height: 80px !important;border-bottom: 0px;}
body#page-contact-us .blog-item a {border:1px solid #757573;height: 193px;float:left;overflow:hidden;}
body#page-contact-us .blog-item .blog-text a {border: none;height: auto;float:none;}

/*--ABOUT US SHADOWBOX GALLERY --*/

.gallery-display-shadowbox ul {
	padding: 0px !important;
	height: 130px;
	overflow: hidden;
}

/*-- PROJECTS PAGE STYLING --*/
body#page-projects #content {padding-bottom: 0px;}
body#page-terastone-projects #content {padding-bottom: 3px;}

/*-- PRODUCT STYLING --*/

body#page-products #content-right {padding-left: 26px;}

p.product-name {
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 2px;
	font-weight: bold;
}

/*-- CONTACT STYLING --*/

body#page-contact-us #content {
	min-height: 540px;
	height:auto;
}

.blog-item h1.pageheading {
	height: 60px;
	margin-bottom: 16px;
}

/*-- LINK STYLING --*/

.link-group-links .item {
	margin-bottom:2em;
}

.link-group-image {
	float:right;
}

/*-- MAINTENANCE PAGE STYLING --*/
body#page-care-maintenance h1.pageheading {min-height: 80px !important;margin-bottom: 16px;}
body#page-care-maintenance .category-menu-wrapper ul li a.category-pdf {margin-top: -1.8em;}

/*-- REQUEST A SAMPLE PAGE STYLING --*/
body#page-request-a-sample #content {padding-bottom: 0px;}
body#page-request-a-sample h1.pageheading {min-height: 80px !important;margin-bottom: 16px;}
body#page-request-a-sample form {margin-top: 0px;}
body#page-request-a-sample img.photo {padding: 0px !important;}

.suburb-column,
.postcode-column {
	float: left;
	width: 134px;
}
.postcode-column {
	padding-left: 7px;
	width: 69px;
}

body#page-request-a-sample input {margin-bottom: 6px;}
body#page-request-a-sample label {padding-top: 0px;}
body#page-request-a-sample textarea {height: 42px;}

/*-- LINKS PAGE STYLING --*/

/*body#page-links .pager-wrapper ul {
	float: left;
	margin-left: 0px;
}
*/

/* Navigation - Use this for very basic horizontal text based nav */

#nav {
	list-style: none;
}

#nav ul {

}

#nav li {
	display:inline;
	list-style: none;
}



/*-- FORM STYLING --*/

form {
	margin-top:20px;
}

form hr {
  clear: both;
  border: 0px;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 10px;
}

form h3 {
 	margin-bottom:6px;
	padding: 2px; 
}

form .hidden {
  text-indent: -9000px;
}

form input[type="hidden"] {
  display: none;
}

form br {clear:left;}

label, input, textarea, .radiolabel {
	display:block;
	float:left;
  	width:187px;
	margin-bottom:6px;
	padding: 2px;
}

input[type="checkbox"] {
  width: auto;
  border: none;
}

input.checkbox {
  width: auto;
  border: none;
}

form span {
  color: #FF0000;
}

legend {
  color: #518CF2;
  font-weight: bold;
}

label {
	width:80px;
	text-align:left;
	padding: 2px 10px 2px 0;
	margin-bottom: 0px;
	text-transform: uppercase;
	color: #000;
}

input{
	background: #C8C7C4;
	border: none;
	margin-bottom:8px;
}

input:hover, textarea:hover {
	background: #B7B6B3;
  	border: none;
}

input.button {
	float: right;
	width:auto;
	height: auto;padding:0px;margin-right:0px;
    text-transform: uppercase;
    color: #000;
	background: #EBEAE6;
}

input.button:hover {
  background: #B7B6B3;
}

input.noborder {border: none;} 

textarea{
  background: #C8C7C4;
  border: none;
  width: 187px;
  height: 122px;
}

.fieldWithErrors input{
	background-color: #FCC;
}

input.long {width: 206px !important;}
input.medium {width: 130px;}
input.short {width: 65px;}
textarea.long {width: 206px;}

label.long {width: 206px;}
label.medium {width: 130px;}
label.short {width: 65px;}

/*-- TABLE STYLING --*/

table {
	margin-bottom: 10px;
}

table td {
	vertical-align: top;
	padding: 1px;
	border-bottom: 1px solid #B1460E;
}

td.bold {
	font-weight: bold;
	color: #F57E3D;
}

/* ----------------------------------------------- 
		NOTICES
----------------------------------------------- */

#error {
	background: #FF4E4E;
	border: 3px solid #FF7C7C;
	padding: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #333;
	margin-bottom:10px;
}

#success {
	background: #BBEECC;
	border: 3px solid #E3FFED;
	padding: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #333;
	margin-bottom:10px;
}

/* Scrollers */

#product-gallery .horizontal-scroller {
	min-height:600px;
	float:left;
}

#header-categories .scroller, #header-categories .scroller .scroller-items-wrapper {
	height: 67px;
}

#header-categories .scroller-items-wrapper li {
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:26px;
}

/*.scroller-items-wrapper li:hover {
	cursor: pointer;
}*/

#header-categories .scroller-items-wrapper li a {
	text-decoration:none;
}

.scroller ul {
	margin:0;
}

.scroller ul li {
	list-style-type:none;
	list-style-image:none;
}

.scroller-items-wrapper li.item span {
	width: auto;
	width: 160px;
	height: 60px;
	float:left;
	padding: 13px 10px 7px 7px;
	text-indent:-9000px;
	background-repeat: no-repeat;
}

.horizontal-scroller {
	width:100%;
	overflow:hidden;
}

#header-categories .horizontal-scroller ul.scroller-items-wrapper {
	margin-left:22px;
}

.horizontal-scroller ul.scroller-items-wrapper {
	width:670px;
}

.horizontal-scroller ul.scroller-items-wrapper li.item {
	float:left;
	cursor:default;
	cursor:pointer;
	padding-left:22px;
	padding-right: 22px;
}

body#page-contact-us .horizontal-scroller ul.scroller-items-wrapper li.item,
body#page-links .horizontal-scroller ul.scroller-items-wrapper li.item {
	cursor:default;
}

.horizontal-scroller ul.scroller-items-wrapper li.item ul {
	/*border:1px solid green;*/
	width: 690px;
}

.horizontal-scroller ul.scroller-items-wrapper li.item ul li {
	display:inline;
	float:left;
	padding-left: 0px;
	padding-right: 0px;	
	/*border:1px solid red;*/
}

body#page-products .horizontal-scroller ul.scroller-items-wrapper li.item ul {
	/*border:1px solid green;*/
	margin-left: -30px;
	width: 690px;	
}


body#page-products .horizontal-scroller ul.scroller-items-wrapper li.item ul li {
	/*border:1px solid red;*/
	height: 210px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

body#page-products .scroller-items-wrapper li.item ul {
	width:690px;
}


#product-gallery {padding-top: 28px;}

body#page-products .horizontal-scroller ul.scroller-items-wrapper li.item .pager ul {
	position: relative;
	width: 200px;
	margin: 0 auto;
	/*border: 1px solid blue;*/
	height: 20px;clear: both;
	/*text-align: center;*/
}

body#page-products .horizontal-scroller ul.scroller-items-wrapper li.item .pager ul li {
	height: auto;
}

/*Pagination*/
.pager-wrapper {
	position: relative;
	clear: both;
	height: 20px;
	text-align: center;
}

.pager-wrapper ul {float: right;
	list-style-type:none;
	list-style-image:none;
}

.pager-wrapper ul li {
	padding: 3px !important;
	height: 9px;
	float:left;
	text-align:left;
	text-indent:-9999em;
}

.pager-wrapper ul li.selected {
	background-image: url("../images/nav-pagination.gif");
	background-repeat:no-repeat;
	background-position: -8px 3px;
	width:11px;
}

.pager-wrapper ul li a {
	width: 11px;
	height: 9px;
	background-image: url("../images/nav-pagination.gif");
	background-repeat:no-repeat;
	background-position: 50% 50%;
	text-indent: -9999em;
	text-align:left;
	display:block;
}

.pager-wrapper ul li a {background-position: 0 0;}
.pager-wrapper ul li a:hover {background-position: -11px 0;}
.pager-wrapper ul li a.active {background-position: -11px 0;}
.pager-wrapper ul li a.active:hover {background-position: -11px 0;cursor:default;}

.pager-wrapper ul li a.previous,
.pager-wrapper ul li a.next {
	width: 53px;
	height: 9px;
	background-image: url("../images/nav-prev-next.gif");
	background-repeat: none;
	text-indent: -9000px;/*border:1px solid red;*/
}

.pager-wrapper ul li a.previous {background-position: 0 0;}
.pager-wrapper ul li a.previous:hover {background-position: 0 -9px;}
.pager-wrapper ul li a.next {background-position: -53px 0;width: 34px;}
.pager-wrapper ul li a.next:hover {background-position: -53px -9px;}


.category-menu-wrapper ul {
	list-style-type:none;
	list-style-image:none;
	margin:0;
}
.category-menu-wrapper ul ul {
	margin-top: 15px;
}


body#page-care-maintenance .category-menu-wrapper ul {
	margin-top: 100px;
}

.category-menu-wrapper ul li {
	margin-bottom:2.5em;
}

.category-menu-wrapper ul ul {
	padding-left: 1em;
}

.category-menu-wrapper ul ul li {
	margin-bottom:1.5em;
}

.category-menu-wrapper ul li a {
	display:block;
}
.category-menu-wrapper ul ul li a {
	font-size: 20px;
}

.category-menu-wrapper a.category-pdf {
	font-size: 14px;
}

.product-listing .product-listing-item {
	float:left;
	height:157px;
	margin:0 1.2em 1em 0;
}

/* Links */

.link-groups {

}

.link-groups .link-group {
	width:210px;
	margin-right:15px;
	float:left;
}

.link-groups .link-group.last {
	margin-right:0;
}

.link-groups .link-group ul {
	list-style-type:none;
	list-style-image:none;
	margin:0;
}

.link-groups hr {
	float:left;
}

.link-groups .link-group h1 {
	width:210px;
}

#page-about-us #content-right h1 {
	min-height: 80px;
}
* html #page-about-us #content-right h1 {
	height: 80px;
}

