/* 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: #121212 url(../images/bg_main.jpg) repeat-x;
	background-position: top center;
	font-family: Arial, Verdana, san-serif;
	font-size: 12px;
	color: #b6b6b6;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active {
	color: #f0f0f0;
	text-decoration: none;
}
a:hover {
	color: #b21919;
	text-decoration: none;
}



/* TEXTSTYLE CSS downwards =============================================== */
.sydneywebdesign {
	color: #676767;
	font-size: 11px;
}

.sydneywebdesign a:link, .sydneywebdesign a:active, .sydneywebdesign a:visited {
	color: #676767;
	font-size: 11px;
}

.sydneywebdesign a:hover {
	color: #fff;
	font-size: 11px;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

h2 {
	color: #646464;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

.bigText {
	font-size: 14px;
}

.smallText {
	color: #8e8e8e;
	font-size: 11px;
}

.smallText2 {
	font-size: 11px;
}

.floater {
	float:left;
}

.listStyle {
	list-style: url(../images/bullet01.gif);
	padding-left: 25px;
}

.listStyle li {
	margin-bottom: 10px;
}

.listStyle2 {
	list-style: url(../images/bullet01.gif);
	padding-left: 25px;
	line-height: 20px;
}

.listStyle3 {
	list-style: disc;
	padding-left: 40px;
	line-height: 20px;
}

.boxStyle {
	padding: 20px 0 30px 20px;
	color:#e6e6e6;
}

.inputStyle {
	background: #686767;
	border: none;
	color: #fff;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	filter:progid:DXImageTransform.Microsoft.radius(radius=3);
}

.toggle img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity:1;
}

.toggle: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 =============================================== */
#contentMAIN {
	width: 800px;
	margin-top: 45px;
	float: left;
}

#intro {
	width:800px;
	margin-bottom: 20px;
	float:left;
}

#contentTEXT {
	background: #413f3f;
	width: 760px;
	padding: 0px 20px 0 20px;
	float: left;
}


#menu {
	background: url(../images/bg_menu.jpg) no-repeat;
	width: 800px;
	margin: 9px 0 20px 0;
	float: left;
}


#footer {
	width: 800px;
	padding: 20px 0 10px 0;
	float: left;
}



/* Top Nav elements enclosed down ================================*/
#nav, #nav ul { /* all lists */
	padding: 0;
	list-style: none;
	float:left;
	width:790px;
}


#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 -52px;
	background-color: #750303;
}



/* second level - dropdown menu */
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}


#nav li ul a{
	background-color:#550e0e;
	width:70px;
	height:25px;
	padding-left:11px;;
	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:52px;
	height:52px;
	margin-right: 32px;
	margin-left: 25px;
}

#nav li a.nav2:link, #nav li a.nav2:visited {
	background-image:url('../images/nav2.jpg');
	width:77px;
	height:52px;
	margin-right: 28px;
}

#nav li a.nav3:link, #nav li a.nav3:visited {
	background-image:url('../images/nav3.jpg');
	width:52px;
	height:52px;
	margin-right: 28px;
}

#nav li a.nav4:link, #nav li a.nav4:visited {
	background-image:url('../images/nav4.jpg');
	width:62px;
	height:52px;
	margin-right: 30px;
}

#nav li a.nav5:link, #nav li a.nav5:visited {
	background-image:url('../images/nav5.jpg');
	width:67px;
	height:52px;
	margin-right: 30px;
}

#nav li a.nav6:link, #nav li a.nav6:visited {
	background-image:url('../images/nav6.jpg');
	width:71px;
	height:52px;
	margin-right: 32px;
}

#nav li a.nav7:link, #nav li a.nav7:visited {
	background-image:url('../images/nav7.jpg');
	width:92px;
	height:52px;
	margin-right: 30px;
}

#nav li a.nav8:link, #nav li a.nav8:visited {
	background-image:url('../images/nav8.jpg');
	width:64px;
	height:52px;
}
/* Top Nav elements enclosed up */

