/* @override 
	http://spring.millstream.com.au/css/spring.custom.css
	http://sontax.millstream.com.au/css/sontax.custom.css
*/

body {
	background-color: #393939;
	color: black;
}

#container {
	background-color: #fff;
	border: 10px solid #333;
}

#banner {
	background-color: #eee;
	background-image: url(/upload/template/sontax/banner-001.jpg);
	border-color: #0071bf;
	height: 240px;
}

#footer {
	background-color: #e1e1e1;
	border-top: 1px solid #c1c1c1;
}

#header {
	background-color: #e1e1e1;
}

#sidebar-right {
	background-color: #80ac1b;
	background-image: url(/upload/template/sontax/background-001.jpg);
	background-repeat: no-repeat;
	color: #fff;
}

#sidebar-right p, #sidebar-right h1, #sidebar-right h2, #sidebar-right h3 {
	color: #fff;
}

#sidebar-left {
	background-color: #f1f1f1;
}

#content table {
	margin-bottom: 20px;
}

#content td {
	padding: 10px;
}

#content a {
}

#content a:hover {
}

/* @group Fonts */

h1 {
	color: #0071bf;
	line-height: 1.4;
}

h2 {
	color: #0071bf;
	line-height: 1.4;
}

h3 {
	color: #0071bf;
	line-height: 1.4;
}

h4 {
	color: #0071bf;
	line-height: 1.4;
}

h5 {
	color: #0071bf;
	line-height: 1.4;
}

h6 {
	color: #0071bf;
	line-height: 1.4;
}

/* @end */

/* @group Navlist */

#navlist {
	position: absolute;
	top: 240px;

}

#navlist .depth-1 li.selected a {
	background-color: #95bf2f;
}

#navlist ul {
	background-color: #a7d241;
}

#navlist li {
	background-color: #fff;
}

#navlist a {
	color: #000;
}

#navlist a:hover, #navlist li.d1:hover {
	background-color: #a7d241;
	background-image: none;
}

#navlist li li {
	border-bottom: 1px solid #95bf2f;
	background-image: none;
	background-color: #e2ebac;
}

#navlist li li a {
	color: #000;
}

#navlist li li:hover a {
	background-color: #95bf2f;
	color: #fff;
}

#navlist li li ul {
}

#navlist li li li:hover a {
	background-color: #799f1d;
}

/* @end */

/* @group Slideshow */

#content #controls #crossfader-previous {
	height: 9px;
	padding: 4px 22px;
	background-image: url(/upload/template/spring/previous-001.png);
	background-repeat: no-repeat;
	background-position: center left;
	color: #aaa;
}

#content #controls #crossfader-next {
	height: 9px;
	padding: 4px 22px;
	background-image: url(/upload/template/spring/next-001.png);
	background-repeat: no-repeat;
	background-position: center right;
	color: #aaa;
}

/* @end */

/* @group Products */

.products {
	overflow: hidden;
	margin: 20px 0;
}

.products .item {
	float: left;
	width: 150px;
	padding-right: 25px;
	padding-top: 15px;
	height: 250px;
	border-top: 1px solid #ddd;
}

#content .products .item h2 {
	font-size: 1.2em;
	height: 5em;
	font-weight: normal;
}

.products .item h2 a {
	text-decoration: none;
	color: #80ac1b;
}

.products .image .itemlink {
	display: block;
	height: 130px;
	background-image: url(/upload/template/sontax/info-001.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 12px;
}

.sectionlogo {
	padding-top: 20px;
}

.notice {
	color: #ff0000;
}

/* @end */

/* @group Logos */

#logos {
	width: 250px;
	float: right;
	padding-left: 20px;
	/*margin-left: 20px;*/
	/*border-left: 1px solid #ccc;*/
}

#logos .logo {
	display: block;
	float: right;
	clear: both;
	margin: 15px 0;
	padding-right: 20px;
}

/* @end */



/* @group Spring Form */

#springform {
	padding: 0;
}

#springform p {
	width: 43em;
	clear: left;
	margin-bottom: 10px;	
	padding: 0;
	line-height: 1.6;
}

#springform label {
	float: left;
	width: 140px;
	padding: 0 10px 0 0;
	line-height: 1.6;
}

#springform .text {
	width: 300px;
	border: 1px solid #8bbbdf;
}

#springform .checkbox {
	width: auto;
	background-color: red;
	margin: 0 10px 0 0;
}

#springform .select {
	border: 1px solid #8bbbdf;
	width: auto;
	margin: 0;
}

#springform .textarea {
	width: 300px;
	border: 1px solid #8bbbdf;
}

#springform .validation-advice {
	padding-left: 150px;
	color: #ff0000;
	font-style: italic;
}

#springform .required {
	border-right: 3px solid #8bbbdf;
}

#springform .small input {
	width: 100px;
}

#springform .note {
	padding: 10px 0;
	font-style: italic;
}

#springform .strong {
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-style: normal;
}

/* @end */

#register {
	height: 36px;
	width: 92px;
	margin-top: 30px;
	display: block;
	padding: 8px 12px 8px 8px;
	color: #fff;
	text-decoration: none;
	background-image: url(/upload/template/sontax/register-001.png);
	background-position: center right;
}