/* @override 
	http://spring.millstream.com.au/css/spring.css
	http://dev.appadene.com.au/css/appadene.css
*/

/* @group Reset Styles */

/* Reset all styles to be consistant cross platform */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-weight: inherit;	font-style: inherit;	font-size: 100%;	font-family: inherit;	vertical-align: baseline;}
/* remember to define focus styles! */
:focus {	outline: 0;}
body {	line-height: 1;	color: black;	background: white;}
ol, ul {	list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: separate;	border-spacing: 0;}
caption, th, td {	text-align: left;	font-weight: normal;}
blockquote:before, blockquote:after,q:before, q:after {	content: "";}
blockquote, q {	quotes: "" "";}

/* @end */

/* @group Fonts */

body {
	font-size: 62.5%;
	font-family: verdana, helvetica, arial, sans-serif;
	color: black;
}

#content p, .sidebar p {
	font-size: 1.0em;
	line-height: 1.4;
	margin-bottom: 0.7em;
}

#content h1 {
	font-size: 1.2em;
}

#content h2 {
	font-size: 1.1em;
}

#content h3 {
	font-size: 1.0em;
}

#content h4 {
	font-size: 0.9em;
}

#content h5 {
	font-size: 1.0em;
}

#content h6 {
	font-size: 1.0em;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin: 0 0 1.4em 0;
	color: #666633;
}

a:link {
	color: #c0b088;
}

a:hover{
	color: #5a5d23;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* @end */

/* @group Panels */

body {
	background-color: #DED2B2;
}

#container {
	position: relative;
	width: 760px;
	margin: 20px auto;
	background-color: #E4DCC8;
}

#banner {
	position: relative;
	background-image: url(../upload/template/appadene/banner.jpg);
	background-repeat: no-repeat;
	width: 760px;
}

#banner h1 {
	text-indent: -1000em;
	display: none;
}

#main {
	position: relative;
	overflow: hidden;
	width: 740px;
}

#content {
	position: relative;
	min-height: 200px;
}

.wide {
	float: left;
	padding: 20px 20px;
	padding-bottom: 2400px;
	margin-bottom: -2370px;
	margin-right: -30px;
	width: 720px;
}

#footer {
	padding: 15px 20px;
	font-size: 10px;
	background-image: url(../upload/template/appadene/footer_background_001.png);
}

#footer li {
	display: inline;
}

#footer a {
	display: inline;
	text-decoration: none;
	color: #fff;
	padding: 0 15px 0 10px;
	margin: 0;
	background-image: url(../upload/template/appadene/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}



#header {
	padding: 20px 30px;
	width: 700px;
	background-color: #e1e1e1;
}

#search {
	position: absolute;
	right: 0;
	top: 0;
	padding: 15px 30px 0 0;
	z-index: 5;
}

/* @end */

/* @group Navigation */

#navigation {
	/*position: absolute;*/
	/*top: 110px;*/
	/*right: 20px;*/
	padding-top: 110px;
	padding-right: 20px;
	padding-left: 140px;
	padding-bottom: 20px;
	z-index: 1000;
	text-align: right;
	width: 600px;
	
}
.navlist {
	position: relative;
	display: block;
	list-style-type: none;
	font-size: 0.9em;
}

.navlist li {
display: inline;

}

.navlist a {
	color: #A99A74;
	border-right: 1px solid #A99A74;
	padding: 0 10px;
	text-decoration: none;
}

.navlist .selected a {
	color: #000;
}

#level0 {
	border-top: none;
}

.level {
	position: relative;
	border-top: 1px solid #A99A74;
	padding: 10px 0;
}

#folder-clients {
	display: none;
}

.selected #folder-clients {
	display: inline;
}
/* @end */

/* @group Gallery */

#content ul.gallery {
	list-style-type: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	margin-left: -15px;
}

#content ul.gallery li {
	float: left;
	padding: 5px 0 10px 15px;	
}

#content ul.gallery li.column1 {
	/*padding-left: 0;*/	
}

/* @end */

/* @group Feature Image */

#featureimage {
	padding-left: 10px;
}

#content.feature {
	position: absolute;
	top: 170px;
	left: 22px;
	width: 480px;
}

/* @end */


/* @group Product */

#product {
	position: relative;
}

#productdetails {
	background-color: #d8ceb3;
	padding: 0 0 5px 0;
	width: 350px;
	margin-right: 10px;
}

#productdetails .label {
	background-color: #c7b893;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 1.2em;
	color: #5a5e24
}

#productdetails h2 {
	margin: 0;
	padding: 5px 10px;
	font-weight: bold;
}

#productdetails h2.label, #productdetails h2 {
	margin: 0;
	font-size: 1.5em;
}

#productdetails p {
	margin: 0;
	padding: 5px 10px 3px 20px;
}

/* @end */

/* @group Slideshow */

#slideshow {
	float: right;
	/*position: relative;*/
	top: 20px;
	right: 20px;
	list-style-type: none;
	margin: 0;
	background-color: #c7b893;
	width: 360px;
}

#stamp {
	position: absolute;
	z-index: 1000;
	margin-top: 20px;
}

#content #crossfader {
	/*position: relative;*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 240px;
}

#content #crossfader li {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}

#content #crossfader li img {
	display: block;
}

#content #controls {
	position: relative;
	height: 30px;
	z-index: 10;
}

#content #crossfader .crossfader-counter {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
	z-index: 10;
	text-align: center;
	height: 30px;
}

#content #controls #crossfader-previous {
	position: absolute;
	left: 10px;
	top: 5px;
	cursor: pointer;
}

#content #controls #crossfader-next {
	position: absolute;
	right: 10px;
	top: 5px;
	cursor: pointer;
}

#content #slideshow #controls #crossfader-next, #content #slideshow #controls #crossfader-previous {
	color: #000;
}

/* @end */