/* 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: #000 url(../images/bg_main.jpg) repeat-x;
	background-position: top center;
	font-family: Arial, Verdana, san-serif;
	font-size: 12px;
	color: #ededed;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active {
	color: #27a7ee;
	text-decoration: none;
}
a:hover {
	color: #c1c1c1;
	text-decoration: none;
}



/* TEXTSTYLE CSS downwards =============================================== */
.sydneywebdesign {
	color: #616161;
	font-size: 11px;
}

.sydneywebdesign a:link, .sydneywebdesign a:active, .sydneywebdesign a:visited {
	color: #616161;
	font-size: 11px;
}

.sydneywebdesign a:hover {
	color: #29aaef;
	font-size: 11px;
}

.h1 {
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.h2 {
	color: #646464;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

.titlePad {
	margin-right: 21px;
}

.imgPad {
	margin-left: 21px;
	margin-bottom: 30px;
}

.floater {
	float: left;
}
	
/* TEXTSTYLE CSS upwards =============================================== */



#wrapper {
	width: 800px;
	margin: auto;
}



/* DIV CONTENT =============================================== */
#header {
	background: url(../images/content_bg.png) repeat;
	width: 800px;
	float: left;
}

#contentMAIN {
	margin-top: 20px;
	width: 800px;
	float: left;
}

#contentTEXT {
	background: url(../images/content_bg.png) repeat;
	width: 756px;
	min-height: 265px;
	padding: 20px 21px 20px 23px;
	float: left;
}

#menu {
	/*margin-top: -114px;*/
	width: 800px;
	height: 70px;
	float: left;
}

.bgmenu {
	background: url(../images/bg_menu.png) no-repeat;
}

.bgmenu2 {
	background: url(../images/bg_menu2.png) no-repeat;
}

#footer {
	width: 800px;
	padding-top: 40px;
	padding-bottom: 10px;
	float: left;
	margin-right: -3px;
}

html>body #footer {
	width: 800px;
	padding-top: 100px;
	padding-bottom: 10px;
	float: left;
}



/* Top Nav elements enclosed down ================================*/
#nav, #nav ul { /* all lists */
	padding: 0;
	list-style: none;
	float:left;
	width:800px;
}


#nav li { /* all list items */
	float: left;
	margin:0 0 0 25px;
	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;
}


/*button background images are set underneath**/
#nav li a.nav1:link, #nav li a.nav1:visited {
	background-image:url('../images/nav1.jpg');
	width:77px;
	margin-top: 18px;
	height:52px;
}

#nav li a.nav2:link, #nav li a.nav2:visited {
	background-image:url('../images/nav2.jpg');
	width:80px;
	margin-right: -2px;
	margin-top: 18px;
	height:52px;
}

#nav li a.nav3:link, #nav li a.nav3:visited {
	background-image:url('../images/nav3.jpg');
	width:82px;
	margin-top: 18px;
	height:52px;
}

#nav li a.nav4:link, #nav li a.nav4:visited {
	background-image:url('../images/nav4.jpg');
	width:84px;
	margin-top: 18px;
	height:52px;
}

#nav li a.nav5:link, #nav li a.nav5:visited {
	width:290px;
	height: 142px;
}
/* Top Nav elements enclosed up */



/*button background images are set underneath**/
html>body #nav li a.nav1:link, html>body #nav li a.nav1:visited {
	background-image:url('../images/nav1.jpg');
	width:77px;
	margin-right: 20px;
	margin-top: 18px;
	height:52px;
}

html>body #nav li a.nav2:link, html>body #nav li a.nav2:visited {
	background-image:url('../images/nav2.jpg');
	width:80px;
	margin-right: 3px;
	margin-top: 18px;
	height:52px;
}

html>body #nav li a.nav3:link, html>body #nav li a.nav3:visited {
	background-image:url('../images/nav3.jpg');
	width:82px;
	margin-right: 20px;
	margin-top: 18px;
	height:52px;
}

html>body #nav li a.nav4:link, html>body #nav li a.nav4:visited {
	background-image:url('../images/nav4.jpg');
	width:84px;
	margin-top: 18px;
	height:52px;
}

html>body #nav li a.nav5:link, html>body #nav li a.nav5:visited {
	width:290px;
	height: 142px;
}
/* Top Nav elements enclosed up */
