/* CSS RESET =============================================== */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;}
table { border-collapse:collapse; border-spacing:0;}
fieldset,img { border:0;}
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal;}
ol,ul { list-style:none; }
caption,th { text-align:left;}
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:'';}
abbr,acronym { border:0;}



/* GLOBAL CSS =============================================== */
body {
	background: #fff url(../images/bg_main.jpg) repeat-x;
	background-position: top center;
	font-family: Arial, Verdana, san-serif;
	font-size: 12px;
	color: #414141;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active {
	color: #009f98;
	text-decoration: none;
}
a:hover {
	color: #002d38;
	text-decoration: none;
}



/* TEXTSTYLE CSS downwards =============================================== */
.sydneywebdesign {
	color: #b0b0b0;
	font-size: 11px;
}

.sydneywebdesign a:link, .sydneywebdesign a:active, .sydneywebdesign a:visited {
	color: #b0b0b0;
	font-size: 11px;
}

.sydneywebdesign a:hover {
	color: #009d96;
	font-size: 11px;
}

h1 {
	color: #dc522d;
	font-size: 16px;
	font-weight: bold;
	margin:2px 0 0 0;
}

h2 {
	color: #e68536;
	font-size: 16px;
	font-weight: bold;
	margin:2px 0 0 0;
}

h3 {
	color: #033945;
	font-size: 16px;
	font-weight: bold;
	margin:3px 0 3px 0;
}

.subheading {
	font-size: 14px;
	font-weight: bold;
}

.predictorPink {
	color: #e18681;
	font-size: 14px;
	font-weight: bold;
}

.predictorPurple {
	color: #a663a8;
	font-size: 14px;
	font-weight: bold;
}

.reference {
	font-size: 9px;
}

.floater {
	float:left;
}


/* LIST STYLES ------------------------------------*/
.listStyle {
	list-style: url(../images/bullet01.gif);
	padding-left: 20px;
	line-height: 18px;
}

.listPredictor {
	list-style: url(../images/bullet02.gif);
	padding-left: 20px;
	line-height: 18px;
}

.listSeptivon {
	list-style: url(../images/bullet03.gif);
	padding-left: 25px;
	line-height: 18px;
}

.listParalice {
	list-style: url(../images/bullet04.gif);
	padding-left: 25px;
	line-height: 18px;
}

.listAudiclean1 {
	list-style: url(../images/bullet05.gif);
	padding-left: 20px;
	line-height: 18px;
}

.listAudiclean2 {
	list-style: url(../images/bullet06.gif);
	padding-left: 20px;
	line-height: 18px;
}

.listBlue {
	list-style: url(../images/bullet07.gif);
	padding-left: 20px;
	line-height: 18px;
}

.listSilence {
	list-style: url(../images/bullet08.gif);
	padding-left: 20px;
	line-height: 18px;
}

.listSinoclear {
	list-style: url(../images/bullet09.gif);
	padding-left: 20px;
	line-height: 18px;
}
/* LIST STYLES ------------------------------------*/


.imgPad {
	padding: 0 0 10px 10px;
}

.imgPadR {
	padding: 0 20px 0 0;
}

.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity:1;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity: 0.8;
opacity:0.8;
}
	
/* TEXTSTYLE CSS upwards =============================================== */



#wrapper {
	width: 800px;
	margin: auto;
}



/* DIV CONTENT =============================================== */
#header {
	width: 800px;
	margin-bottom: 8px;
	float: left;
}

#logo {
	width: 181px;
	float:left;
}


#contentMAIN {
	width: 800px;
	float: left;
}

#contentTEXT {
	background: #fff;
	width: 800px;
	padding: 20px 0 15px 0;
	float: left;
}

.box {
	background: url('../images/bg_box.jpg') no-repeat;
	width: 355px;
	padding: 20px 22px 13px 18px;
	color: #666666;
	float: left;
}

.box h1 {
	color: #3e3e3e;
	font-weight: normal;
	font-size: 18px;
}

#wartText {
	width: 580px;
	float:left;
}


#menu {
	width: 600px;
	padding-top: 46px;
	margin-bottom:48px;
	position: relative;
	z-index: 2;
	float: right;
}


#footer {
	width: 800px;
	height: 55px;
	line-height: 55px;
	margin-right: -3px;
	float: left;
}

html>body #footer {
	width: 800px;
	height: 55px;
	line-height: 55px;
	float: left;
}


#gallery {
	width: 800px;
	height:330px;
	margin-bottom: 8px;
	float: left;
}
#gallery a {
	float:left;
	position:absolute;
}
	
#gallery a img {
	border:none;
}
	
#gallery a.show {
	z-index:-500;
}



/* Top Nav elements enclosed down ================================*/
#nav, #nav ul { /* all lists */
	padding: 0;
	list-style: none;
	float:right;
	width:600px;
}


#nav li { /* all list items */
	float: left;
	margin:0;
	padding:0;
	width:auto; /* width needed or else Opera goes nuts */
}


/* first level */
#nav li a:link, #nav li a:visited {
	display:block;
	text-decoration:none;
}

#nav li a:hover, #nav li a.active:link, #nav li a.active:visited {
	background-position:0 -32px;
	background-color:#069d97;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity:1;
}



/* second level - dropdown menu */
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	background:url(../images/spacer.gif);
}

#nav li:hover ul {
	left: auto;
}


#nav li ul a{
	background-color:#069d97;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity:0.7;
	width:76px;
	height:25px;
	padding-left:20px;;
	margin:1px 0 0 0;
	line-height: 25px;
	color:#fff;
	text-decoration:none;
	font-size:12px;
}


/*button background images are set underneath**/
#nav li a.nav1:link, #nav li a.nav1:visited {
	background-image:url('../images/nav1.jpg');
	width:96px;
	height:32px;
	margin-right: 4px;
}

#nav li a.nav2:link, #nav li a.nav2:visited {
	background-image:url('../images/nav2.jpg');
	width:96px;
	height:32px;
	margin-right: 4px;
}

#nav li a.nav3:link, #nav li a.nav3:visited {
	background-image:url('../images/nav3.jpg');
	width:96px;
	height:32px;
	margin-right: 4px;
}

#nav li a.nav4:link, #nav li a.nav4:visited {
	background-image:url('../images/nav4.jpg');
	width:96px;
	height:32px;
	margin-right: 4px;
}

#nav li a.nav5:link, #nav li a.nav5:visited {
	background-image:url('../images/nav5.jpg');
	width:96px;
	height:32px;
	margin-right: 4px;
}

#nav li a.nav6:link, #nav li a.nav6:visited {
	background-image:url('../images/nav6.jpg');
	width:96px;
	height:32px;
}

/* Top Nav elements enclosed up */

