@charset "UTF-8";
/* reset browser inconsistencies - originally by eric meyer */

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
	
:focus {
	outline: 0;
}
	
ol, ul {
	list-style: none;
}
	
html {
	height:100%;
}

body {
    width: 100%;
    height: 100%;
    text-align: center;
	font: 62.5%/1em Helvetica, Arial, sans-serif;
	background: url(../images/layout/background.jpg) repeat-x #e5e2d3;
	/* -moz-opacity: 0.99; */ /* firefox 2 mac bug flickering text */


}

/* main layout */

#container {
	display: block;
	width: 974px;
	height: auto;
	position: relative;
	margin: 0 auto;
	background: #fff;

}

#header {
	display: block;
	width: 100%;
	height:  106px;
	background: url(../images/layout/header.jpg) no-repeat;
	position: relative;
}

#header h1 {
	display: block;
	width: 325px;
	height: 75px;
	position: absolute;
	top: 15px;
	left: 20px;
}

#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent:  -9999px;
}

#header strong {
	display: block;
	width: 100%;
	height: 8px;
	position: absolute;
	top: 106px;
	left: 0;
	background: url(../images/layout/shadow-bottom.png) repeat-x -5px 0;
	text-indent: -9999px;
}

#header ul {
	display: block;
	width: 615px;
	height: 100%;
	position: relative;
	float: right;
}

#header ul li {
	display: block;
	height: 43px;
	position: absolute;
	top: 62px;

}

#header ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

#header ul li a:hover,
#header ul li a.active {
	border-color: #4f7830;
	border-bottom-style: solid;
}

#header ul li a:hover {
    border-bottom-width: 5px;
}
.javascript #header ul li a:hover,
#header ul li a.active  {
    border-bottom-width: 1px;
}

#header #menu-contact-us a:hover {
	border-bottom: none !important;
}

#menu-home {
	width: 50px;
	right: 0;
}

#menu-simple-facts {
	width: 92px;
	left: 27px;
}

#menu-technology {
	width: 96px;
	left: 122px;
}

#menu-what-can-be-ripened-controlled {
	width: 140px;
	left: 221px;
}

#menu-about-crs-australia {
	width: 89px;
	left: 365px;
}

#menu-testimonials {
	width: 103px;
	left: 457px;
}

#menu-contact-us {
	width: 105px;
	height: 45px;
	left: 487px;
	top: 15px !important;
}

#content {
	display: block;
	width: 100%;
	position: relative;
	margin-top: 10px;

}

#content h2 {
	display: block;
	width: 300px;
	height: 55px;
	position: absolute;
	top: 60px;
	right: 475px;
	z-index: 20;
	background-repeat:  no-repeat;
	background-position: top right;
	text-indent: -9999px;
}

#content-body {
	display: inline; /* ie6 bug */
	width: 400px;
	min-height: 420px;
    height: auto !important;
    height: 420px; /* last 3 properties also for my good friend ie6 */
	float: right;
	margin: 0 40px 40px 0;
	padding: 78px 0 0 60px;
    z-index:  32000;
   	background: url(../images/layout/text-background.png) no-repeat;
    text-align: left;
}

#content-body a {
    color: #6a9b24;
    text-decoration: none;
}

#content-body a:hover {
    color: #6a9b24;
    text-decoration: underline;
}


#content-body a:visited {
    color: #ac694c;
}

#content-body p,
#content-body ul,
#content-body ol,
#content-body table {
	color: #333;
	font-size: 1.3em;
    line-height: 1.2em;
	margin-bottom: 1.3em;

}

#content-body p:last-child,
#content-body ul:last-child,
#content-body ol:last-child {
    margin-bottom: none;
}

#content-body ul,
#content-body ol {
	margin-left: 1.4em;

}

#content-body ul li {
	margin-bottom: 0.8em;
}

#content-body strong,
#content-body .bold {
	font-weight: bold;
}

#content-body em {
	font-style: italic;
}

#content-body ul {
	list-style: inside disc;
}

#content-body ol {
	list-style: inside decimal;
}

#content-body h3,
#content-body h4,
#content-body table caption {
    display: block;
    margin-bottom: 0.4em;    
    font-weight: bold;
    color: #6d853b;

}

#content-body h3,
#content-body table caption {
    font-size: 1.5em;
    line-height: 1.5em;
}

#content-body h4 {
    font-size: 1.3em;
    line-height: 1.3em;
}

#content-body table {
    display: table;
    width: 100%;
    height: auto;
    border-collapse: collapse;
    
}

#content-body tr th {
    text-align: left;
    font-weight: bold;
    color: #6d853b;
}

#content-body tr td {
    padding: 3px;
}


#content-body table caption {
    display: table-caption;
}

#content-body table tr.odd td {
    background: #ecf3e3;
}

#content-body table tr.even td {
    background: #f2f8ca;
}


#footer {
	display: block;
	width: 100%;
	height: 35px;
	clear: both;
	background: url(../images/layout/footer.png) no-repeat;
	position: relative;
}

#footer address {
	position: absolute;
	top: 12px;
	left: 60px;
	color: #333;
	font-size: 1.2em;
	font-style: normal;
}

#footer #acura-link {
	display: block;
	width: 181px;
	height: 9px;
	position: absolute;
	background: url(../images/layout/powered-by-acura.png) no-repeat;
	top: 12px;
	left: 751px;

}

#footer #acura-link a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

#shadow-right,
#shadow-bottom {
    display: block;
    position: absolute;

}

#shadow-right {
    width: 7px;
    height: 100%;
    top: 0;
    right: -8px;
    background: url(../images/layout/shadow-right.png) repeat-y;
}

* html #shadow-right,
* html #shadow-bottom,
* html #header strong { /* documented ie6 hack ... don't show it the drop shadow cos it doesn't like it (or standards at all) */
    display: none;
}


#shadow-bottom {
    width: 985px;
    height: 8px;
    bottom: -8px;
    left: 0;
    background: url(../images/layout/shadow-bottom.png) no-repeat -1px 0; 
}

/* individual page styles */

/* home */

.home h2 {
	display: none !important;
}

.home .tagline {
	display: block;
	width: 657px;
	height: 89px;
	position: absolute;
	top: 60px;
	left: 30px;
	background: url(../images/layout/splash-banner.png) no-repeat;
	text-indent: -9999px;

}

.javascript .home .tagline {
	display: none;
}

.home #content {
    height: 530px;
}

.home #container {
	background: url(../images/layout/backgrounds/montage.jpg) no-repeat 0 200px #fff;
}

/* simple facts */

.simple-facts h2 {
	background-image: url(../images/layout/titles/simple-facts.png);
}

.simple-facts #container {
	background: url(../images/layout/backgrounds/banana-and-apple.jpg) no-repeat 0 220px #fff;
}

/* technology */

.technology h2 {
	background-image: url(../images/layout/titles/technology.png);
}

.technology #container {
	background: url(../images/layout/backgrounds/technology.png) no-repeat 100px 260px #fff;
}

/* what can be ripened */

.what-can-be-ripened-monitored h2 {
	display: none;
}

.what-can-be-ripened-monitored #container {
	background: url(../images/layout/backgrounds/ripened.jpg) no-repeat 0 105px #fff;
}

.what-can-be-ripened-monitored #content-body {
    display: block !important;
    width: 700px;
    margin: 0 auto 40px auto !important; /* ie7 doesnt honour margin top after an absolutely positioned element, in this case h2 */
    padding: 295px 0 0 0 !important;  /* so we have to use padding-top instead. */
    float: none !important;
    clear: both;
    background: none;

   
}

/* about crs australia */

.about-crs-australia h2 {
	background-image: url(../images/layout/titles/about-crs-australia.png);
}

.about-crs-australia #container {
	background: url(../images/layout/backgrounds/about.jpg) no-repeat 5px 245px #fff;
}


/* testimonials */

.testimonials h2 {
	background-image: url(../images/layout/titles/testimonials.png);
}

.testimonials #container {
	background: url(../images/layout/backgrounds/freshexchange.jpg) no-repeat 340px 225px #fff;
}

strong.testimonial {
    display: block;
    text-transform: uppercase;
    color: #ee470d;
}

/* contact us */

.contact-us h2 {
	background-image: url(../images/layout/titles/contact-us.png);
}

.contact-us #container {
	background: url(../images/layout/backgrounds/contact.jpg) no-repeat 5px 205px #fff;
}


/* page not found */

.page-not-found h2 {
	background-image: url(../images/layout/titles/page-not-found.png);
}
.page-not-found #container {
	background: url(../images/layout/backgrounds/not-found.jpg) no-repeat 5px 205px #fff;
}

/* thanks for contacting us */

.thanks h2 {
	background-image: url(../images/layout/titles/thank-you.png);
}

.thanks #container {
	background: url(../images/layout/backgrounds/thanks.jpg) no-repeat 5px 205px #fff;
}

/* gallery */

.gallery h2 {
    
    width: 126px !important;
    height: 23px !important;
    position: static !important;
    margin: 60px auto 0 auto !important;
	background-image: url(../images/layout/titles/gallery.png);
}

.gallery #content-body {
    display: block;
    width: 890px;
    min-height: 300px;
    height: auto !important;
    height: 300px; /* last 3 properties also for my good friend ie6 */
    float: none;
    background: none;
    padding: 0 !important;
    margin: 20px auto 20px auto !important;
    text-align:  left;

}



.gallery #content-body p, ul, ol {
    float: left;
    width: 100%;
    padding: 5px 0 0 0
}

.gallery #content-body ul {
    list-style: none;
}

.gallery #content-article ul { /* this ul is pdf links of manuals */

    width: 49%;
    margin: 0 !important;
}

.gallery #content-article ul.first {
    float: left;
}
.gallery #content-article ul.first li {
    text-align: right;
}

.gallery #content-article ul.second {
    float: right;
}

.gallery #content-article ul li {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 3px !important;
}

.gallery .pdf-link {
    background: none;
    padding: 0 !important;
    color: #f00 !important;
}


.gallery #content-article h3 {
    width: 200px;
    margin: 0 auto;
    padding-right: 20px;    
	background: url(../images/layout/pdf.png) right center no-repeat;

}

.gallery #content-article h3 div {
   display: inline;
   text-transform: uppercase; 
}


.gallery #content-article {
    display: block;
    overflow: hidden;
  
}

.gallery #content-module {
    display: block;
    width: 590px;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 0 auto;

}

#gallery-thumbnails {
    display: block;
    overflow: hidden;
    
   
}

#gallery-thumbnails li {
    display: block;
    width: 105px;
    height: 105px;
    float: left;
    position: relative;
    margin: 0 4px 20px 0 !important;
    border: 2px solid #a7b440;
    list-style: none;
    background: #a7b440;
}



#gallery-thumbnails li a {
    display: block;
}

#gallery-thumbnails li a img {
    display: block;
}




/* classes */

.gallery-link {
    font-weight: bold;
    text-decoration: none;
    color: #103a9a;
    padding: 0 30px 20px 0;
    background: url(../images/layout/arrow.png) no-repeat bottom right;

}

.pdf-link {
	background: url(../images/layout/pdf.png) 0 0 no-repeat;
    padding: 3px 0 3px 25px;
}



/* contact us form */

.required-text,
legend {
	display: none;
}

#enquiry-form {
	width: 100%;
}

.input-row,
.options-row {
	display: block;
	width: 100%;
	clear: both;
}

.input-row label,
.options-row .options-row-label {
	width: 28%;
	float: left;

}

.input-row label,
.options-row .options-row-label,
.option-row label {
	display: block;
	margin: 5px 0;
	font-size: 1.2em;
	color: #333;

}

.option-row label {
    width: 88%;
	float: right;
}


.input-row textarea, .input-text {
	
	border: 1px solid #999;
	
}
.input-row textarea,
.input-text,
.options-block {
	display: block;
	width: 70%;
	padding: 2px;
	float: right;
	margin-bottom: 5px;

}

.option-row {
	display: block;
    width: 100%;
    clear: both;
}

.option-row input {
	display: block;
    width: 8%;
	float: left;
}



.input-row textarea {
	height: 100px;
	font-family: inherit;
	font-size: 1.1em;
}


.input-submit {
	float: right;
	border: 1px solid #999;
	margin-top: 10px;

}

.input-text .input-selected, textarea .input-selected, .input-row .input-text:focus, .input-row textarea:focus {
	background: #dfdf7d;
}


.input-error {
	background: #F2C7C7;
}

.client-message {
	display: block;
	width: 100%;
}

.client-message span {
	display: block;
	padding: 5px 5px 5px 30px;
}

.information {
	background: url(../images/layout/feedback-icons.png) no-repeat 3px -36px #F6F8FA;
	border-top: 2px solid #5C83B0;
	border-bottom: 2px solid #5C83B0;

}

.error {
	background: url(../images/layout/feedback-icons.png) no-repeat 3px -4px #F4C9C8;
	border-top: 2px solid #E7574C;
	border-bottom: 2px solid #E7574C;
}


/* server error message */

.error-message {
	display: block;
	width: 100%;
	height: 60px;
	
	background:  #F4C9C8;
	border-bottom: 2px solid #E7574C;
	z-index: 32000;
}

.error-message p {
	background: url(../images/layout/feedback-icons.png) no-repeat 5px -3px;

}
.error-message p, .error-message ul {
	display: block;
	width: 85%;
	padding: 8px 0 6px 30px;
	color: #333;
	font-size: 1.2em;
	text-align: left;
}

error-message ul {
	display: block;
	height: auto;
	margin: 0 0 1em 2em;
}

.error-message ul li {
	display: block;
	list-style: inside disc;
	margin-bottom: 0.5em;
	

}

.error-message .close-message {
	display: none;
}

.javascript .error-message .close-message {
	display: block;
	position: absolute;
	top: 3px;
	right: 5px;
	background: #E7574C;
	padding: 3px 5px;
	cursor: pointer;
	color: #fff;
	
}





