/* file(core.css) */

/* import */
@import url("/sites/batchcretecomau/assets/css/styles.css");
@import url("/sites/batchcretecomau/assets/css/nav.css");
@import url("/sites/batchcretecomau/assets/css/forms.css");

/* components */
@import url("/sites/batchcretecomau/assets/css/components/form-builder.css");
@import url("/sites/batchcretecomau/assets/css/components/news.css");
@import url("/sites/batchcretecomau/assets/css/components/items-catalogue.css");
@import url("/sites/batchcretecomau/assets/css/components/search.css");


*, body { padding:0; margin:0; }

img, a img { border:none; }

body {
	background: #4d0000 url(/sites/batchcretecomau/assets/images/main-bg.gif) repeat-x left top;
}

#wrap {
	background: url(/sites/batchcretecomau/assets/images/top-glow-bg.png) no-repeat center top;
}

#container {
	width: 980px;
	margin: 0 auto;
}

#mast {
	height: 110px;
}

#logo {
	float: left;
	margin: 23px 0 0 6px;
}

#slogan {
	float: right;
	margin: 42px 17px 0 0;
}

#nav {
	background: url(/sites/batchcretecomau/assets/images/main-nav-bg.gif);
	padding-left: 10px;
}

#search {
	float: right;
	padding-top: 7px;
	padding-right: 9px;
}

#search fieldset {
	float: left;
	background: url(/sites/batchcretecomau/assets/images/search-field.gif) no-repeat;
	width: 190px;
	height: 30px;
	overflow: hidden;
}

#search input.textfield {
	border: 0px;
	width: 147px;
	padding: 8px 0px 6px 12px;
	background: none;
	float: left;
	color: #666;
}
#search input.button {
	border: 0px;
	width: 31px;
	height: 30px;
	padding: 0px;
	background: url(/sites/batchcretecomau/assets/images/search-button.gif) no-repeat;
	float: left;
	font-size: 0px;
	line-height: 0;
	color: #FFF;
}

#page {
	position: relative;
}

#header {
	background: url(/sites/batchcretecomau/assets/images/header-bg.gif) repeat-x;
	height: 110px;
}

#header h1 {
	color: #3a3a3a;
	line-height: 110px;
	font-size: 23px;
	margin: 0px;
	width: 785px;
	float: left;
	padding-left: 30px;
}

#header h1 em {
	color: #7a0000;
	font-style: normal;
}

#header .more {
	float: right;
	margin-top: 40px;
	margin-right: 40px;
}

#billboard {
	height: 330px;
	background: #e0e0e0 url(/sites/batchcretecomau/assets/images/banner-bg.gif) repeat-x;
}

#productnav {
	float: left;
	width: 240px;
}
#home #productnav {
	height: 330px;
	background: url(/sites/batchcretecomau/assets/images/prod-nav-vsep.gif) no-repeat 239px 0;
}
#productnav h2 {
	height: 36px;
	font-size: 18px;
	padding: 20px 0 0 28px;
	margin: 0px;
	background: url(/sites/batchcretecomau/assets/images/product-nav-hdr.gif);
}

#productnav ul {
	list-style-type: none;
	margin: 0;
	line-height: normal;
	border-bottom: 1px solid #fff;
}
#productnav ul li {
	padding: 0;
	margin: 0;
	background: none;
}
#productnav ul li a {
	display: block;
	width: 210px;
	line-height: 30px;
	padding: 0 0 0 30px;
	background: url(/sites/batchcretecomau/assets/images/product-nav-sprite.gif) no-repeat 0px 0px;
	text-decoration: none;
	font-size: 12px;
}
#productnav ul li a:hover, #productnav ul li.selected a {
	background: #7d0000 url(/sites/batchcretecomau/assets/images/product-nav-sprite.gif) no-repeat 0px -30px;
	color: #FFF;
	text-decoration: none;
}

#productnav ul li ul {
	display: none;
}

#feature {
	float: right;
	width: 710px;
	height: 300px;
	padding: 15px;
	background: url(/sites/batchcretecomau/assets/images/prod-nav-vsep.gif) no-repeat -1px 0;
	position: relative;
}

#feature .featuremask-left {
	width: 15px;
	height: 300px;
	background: url(/sites/batchcretecomau/assets/images/featured-mask-left.png) no-repeat;
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 99;
}

#feature .featuremask-right {
	width: 15px;
	height: 300px;
	background: url(/sites/batchcretecomau/assets/images/featured-mask-right.png) no-repeat;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 99;
}

#feature a#prev, #feature a#next {
	width: 25px;
	height: 40px;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	position: absolute;
	z-index: 100;

}
#feature a#prev {
	background: url(/sites/batchcretecomau/assets/images/ftr-prev.png);
	top: 145px;
	left: 20px;
}
#feature a#next {
	background: url(/sites/batchcretecomau/assets/images/ftr-next.png);
	top: 145px;
	left: 695px;
}

#home #content {
	background: url(/sites/batchcretecomau/assets/images/home-content-bg.gif) no-repeat left bottom;
	min-height: 370px;
}

#inner #content {
	background: url(/sites/batchcretecomau/assets/images/inner-content-bg.gif) no-repeat left bottom;
	min-height: 500px;
}

#home #mainContent {
	width: 180px;
	font-size: 0.9em;
	padding: 30px 30px 0px 30px;
	float: left;
}

#home #mainContent h2 {
	color: #676767;
}

#home #subContent {
	float: right;
	
}

.panels {
	width: 720px;
	height: 310px;
	padding: 15px 5px 15px 15px;
}

.panel {
	width: 190px;
	height: 270px;
	background: url(/sites/batchcretecomau/assets/images/home-panel-bg.png);
	float: left;
	margin-right: 10px;
	padding: 20px;
	font-size: 0.9em;
}

.panel .hdr {
	height: 35px;
	padding: 0 5px;
	vertical-align: top;
}
.panel .hdr h2 {
	margin-bottom: 0px;
}
.panel .hdr h2 em {
	font-style: normal;
	color: #780000;
}
.panel .pic {
	height: 110px;
}
.panel .txt {
	height: 90px;
	vertical-align: top;
	padding: 0px 5px 0px 5px;
}
.panel .txt p {
	margin: 10px 0 0 0;
}
.panel .more {
	height: 31px;
	padding: 0 5px;
}

.news-panel {
	font-size: 0.9em;
}
.news-panel .news {
	background: url(/sites/batchcretecomau/assets/images/home-news-sep.gif) right top;
	padding-left: 20px;
	padding-top: 15px;
	height: 95px;
}
.news-panel h2 {
	color: #676767;
	padding-left: 30px;
	margin-bottom: 10px;
}
.news-panel h3 {
	font-size: 1em;
	margin-bottom: 5px;
}
.news-panel h3 a {
	color: #000;
}

.news-panel .date {
	color: #747474;
	margin-bottom: 5px;
}

.news-panel .item {
	width: 200px;
	float: left;
	margin-right: 20px;
	padding: 0 10px;
}

#foot {
	font-size: 0.9em;
	color: #a98080;
	padding: 20px 10px 0 10px;
	position:relative;
}

#foot a {
	color: #844d4d;
}
#copyright { line-height: 38px; position:absolute; top:15px; left:10px; }
#footer-logo { text-align: right; float: right; position:absolute; top:15px; right:10px;}
#footer-nav { float:left; width: 75%; margin-top: 42px;}
#footer-nav a {
	margin-right: 10px;
}

#clue { float: right; margin-top: 42px; }
#clue a {
}


#inner #leftcol {
	width: 240px;
	float: left;
}
#inner #leftcol #innercontact {
	padding: 30px;
	float: left;
	font-size: 0.9em;
}
#inner #mainContent {
	width: 680px;
	float: right;
	min-height: 505px;
	background: url(/sites/batchcretecomau/assets/images/mainContent-bg.gif) no-repeat 0px 0px;
	padding: 20px 30px;
}

#inner #mainContent h1 {
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 110px;
	padding-left: 28px;
	width: 950px;
	margin: 0px;
}

table.project {
	margin-bottom: 25px;
}


.project .details {
	vertical-align: top;
	background: url(/sites/batchcretecomau/assets/images/hsep-bg.gif) repeat-x 0px bottom;
	padding-bottom: 25px;
}
.project .pic {
	padding-right: 15px;
	vertical-align: top;
	background: url(/sites/batchcretecomau/assets/images/hsep-bg.gif) repeat-x 0px bottom;
	padding-bottom: 25px;
}
.project .pic img {
	border:3px solid #cecece;
}
.project .label {
	width: 150px;
	padding-right: 10px;
	font-weight: bold;
}
.project .details td {
	padding-bottom: 7px;
	vertical-align: top;
}





















