/* 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; margin:0;}
q:before,q:after { content:'';}
abbr,acronym { border:0;}



/* GLOBAL CSS =============================================== */
body {
	background: url('../images/bg_main.jpg') repeat;
	background-position: top center;
	font-family: Arial, Verdana, san-serif;
	font-size: 12px;
	color: #a9a9a9;
}

a:link, a:visited, a:active {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #d33f7e;
	text-decoration: none;
}



/* TEXTSTYLE CSS downwards =============================================== */
.sydneywebdesign {
	color: #676767;
	font-size: 11px;
	text-align: left;
}

.sydneywebdesign a:link, .sydneywebdesign a:active, .sydneywebdesign a:visited {
	color: #676767;
	font-size: 11px;
}

.sydneywebdesign a:hover {
	color: #fff;
	font-size: 11px;
}

@font-face {
	/* This declaration targets Internet Explorer */
	font-family: 'ITCAvantGardeGothicBookObliqu';
	src: url('agwo___-webfont.eot');
}

@font-face {
	/* This declaration targets everything else */
	font-family: 'ITCAvantGardeGothicBookObliqu';
	src: url(//:) format('no404'), url('agwo___-webfont.woff') format('woff'), url('agwo___-webfont.ttf') format('truetype'), url('agwo___-webfont.svg#webfontXc0xssLx') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	/* This declaration targets Internet Explorer */
	font-family: 'ITCAvantGardeGothicBook';
	src: url('agw____-webfont.eot');
}

@font-face {
	/* This declaration targets everything else */
	font-family: 'ITCAvantGardeGothicBook';
	src: url(//:) format('no404'), url('agw____-webfont.woff') format('woff'), url('agw____-webfont.ttf') format('truetype'), url('agw____-webfont.svg#webfontcmFTumzb') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	/* This declaration targets Internet Explorer */
	font-family: 'ITCAvantGardeGothicMedium';
	src: url('agm____-webfont.eot');
}

@font-face {
	/* This declaration targets everything else */
	font-family: 'ITCAvantGardeGothicMedium';
	src: url(//:) format('no404'), url('agm____-webfont.woff') format('woff'), url('agm____-webfont.ttf') format('truetype'), url('agm____-webfont.svg#webfont62DPm7d3') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	/* This declaration targets Internet Explorer */
	font-family: 'ITCAvantGardeGothicMediumObl';
	src: url('agmo___-webfont.eot');
}

@font-face {
	/* This declaration targets everything else */
	font-family: 'ITCAvantGardeGothicMediumObl';
	src: url(//:) format('no404'), url('agmo___-webfont.woff') format('woff'), url('agmo___-webfont.ttf') format('truetype'), url('agmo___-webfont.svg#webfontM3hXpbXt') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1 {
	font-family: 'ITCAvantGardeGothicBook', sans-serif;
	font-size: 24px;
	color: #d33f7e;
}

h2 {
	font-family: 'ITCAvantGardeGothicBook', sans-serif;
	color: #fff;
	margin-bottom: 5px;
	font-size: 18px;
}

h3 {
	font-family: 'ITCAvantGardeGothicMedium', sans-serif;
	color: #d33f7e;
	font-size: 30px;
}

h4 {
	font-family: 'ITCAvantGardeGothicBook', sans-serif;
	font-size: 20px;
	color: #d33f7e;
}

h5 {
	font-size: 16px;
}

.fineprint {
	font-size: 11px;
	font-style: italic;
	margin-bottom: 8px;
}

.small {
	font-size: 10px;
}

/********************/

.float {
	float: left;
}

.floatR {
	float: right;
}

.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;
}

.input {
	background: #fff;
	border: 0;
	padding: 3px;
	margin-bottom: 3px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.submit {
	background: #d33f7e;
	border: 0;
	padding: 10px 20px 10px 20px;
	font-family: 'ITCAvantGardeGothicBook', sans-serif;
	font-size: 14px;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.list {
	list-style: url('../images/bullet01.gif');
	padding-left: 22px;
}

.list li {
	margin-top: 3px;
}
	
/* TEXTSTYLE CSS upwards =============================================== */



#wrapper {
	width: 940px;
	margin: auto;
}



/* DIV CONTENT =============================================== */

#contentMAIN {
	width: 940px;
	margin-top: 20px;
	float: left;
}

#contentTEXT {
	background: #000 url('../images/bg_side01.jpg') no-repeat bottom left;
	width: 616px;
	padding: 15px 30px 5px 294px;
	min-height: 390px;
	float: left;
}

.packages {
	background: #000;
	width: 880px;
	padding: 25px 30px 15px 30px;
	float: left;
}

#menu {
	width: 940px;
	margin: 47px 0 20px 0;
	float: left;
}

.textHome {
	width: 381px;
	padding: 10px 0 10px;
	float: left;
}

.text {
	width: 616px;
	padding: 10px 0 10px;
	float: left;
}


#footer {
	width: 940px;
	margin: 15px 0 10px 0;
	float: left;
}



/* Top Nav elements enclosed down ================================*/
#nav, #nav ul { /* all lists */
	padding: 0;
	list-style: none;
	float:left;
	width:940px;
}


#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 -29px;
}



/* 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:#d33f7e;
	width:180px;
	height:25px;
	padding-left:20px;
	margin:1px 0 0 0;
	line-height: 25px;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	font-family: 'ITCAvantGardeGothicBook', sans-serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#nav li ul a:hover, #nav li ul a.active:link, #nav li ul a.active:visited {
	background: #fff;
	color: #d33f7e;
}



/*button background images are set underneath**/
#nav li a.nav1:link, #nav li a.nav1:visited {
	background-image:url('../images/nav1.gif');
	width:78px;
	height:29px;
	margin-right: 72px;
}

#nav li a.nav2:link, #nav li a.nav2:visited {
	background-image:url('../images/nav2.gif');
	width:108px;
	height:29px;
	margin-right: 68px;
}

#nav li a.nav3:link, #nav li a.nav3:visited {
	background-image:url('../images/nav3.gif');
	width:93px;
	height:29px;
	margin-right: 67px;
}

#nav li a.nav4:link, #nav li a.nav4:visited {
	background-image:url('../images/nav4.gif');
	width:73px;
	height:29px;
	margin-right: 68px;
}

#nav li a.nav5:link, #nav li a.nav5:visited {
	background-image:url('../images/nav5.gif');
	width:120px;
	height:29px;
	margin-right: 69px;
}

#nav li a.nav6:link, #nav li a.nav6:visited {
	background-image:url('../images/nav6.gif');
	width:124px;
	height:29px;
}
/* Top Nav elements enclosed up */

