/* css document

	Developed by Weensyweb Designs -- http://www.weensyweb.com

	for Adelaide Care Solutions -- http://www.adelaidecare.com.au
	
	April 2007
	

/* html */

a:link,a:active,a:visited {
	color:#000;
	text-decoration: underline;
}

a:hover	{
	color : #000;
	text-decoration: none;
}

a.one:link,a.one:active,a.one:visited {
	color : #FFF;
	text-decoration: none;
}
a.one:hover	{
	color : #FFF;
	text-decoration: underline;
}

a.two:link,a.two:active,a.two:visited {
	color : #000;
	text-decoration: none;
}
a.two:hover	{
	color : #000;
	text-decoration: underline;
}

body {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E1131C;
}

h1 {
	font-size: 150%;
	color: #FFF;
	font-weight: bold;
}

h2 {
	font-size: 125%;
}

h3 {
	font-size: 110%;
}

/* layout */

#wrap {
	position: relative;
	width: 850px;
	height: 2250px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg04.gif);
}

#wrap2 {
	position: relative;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg04.gif);
	height: 950px;
}

#wrap3 {
	position: relative;
	width: 850px;
	height: 1200px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg04.gif);
}

#wrap4 {
	position: relative;
	width: 850px;
	height: 1300px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg04.gif);
}

#wrap5 {
	position: relative;
	width: 850px;
	height: 1500px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg04.gif);
}

#maintextarea {
	position: absolute;
	top: 78px;
	left: 216px;
	color: #000;
	font-size: 12px;
	text-align: left;
	width: 593px;
	z-index: 5;
}

#menuholder{
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	position:absolute;
	line-height: 22px;
	list-style: none;
	top: 135px;
	left: -12px;
	width:210px;
	text-align: right;
	z-index: 5;
}

#shadowholder{
	font-size: 15px;
	font-weight: bold;
	color: #000;
	position:absolute;
	line-height: 22px;
	list-style: none;
	top: 135px;
	left: -13px;
	width:210px;
	text-align: right;
	z-index: 0;
}

#footer {
	position: relative;
	font-size: 10px;
}

/* images */

img {
	border: 0;
	margin: 0;
}

.textimages {
	float: right;
	margin: 5px;
	z-index: 10;
}

.textimages2 {
	float: left;
	margin: 5px;
	z-index: 10;
}

.images2 {
	position: absolute;
	left: 634px;
	top: 581px;
}

.images3 {
	position: relative;
	float: right;
}

/* lists */

ul.tick, ul.tick li {
	margin: 0px;
	padding: 0px;
	list-style-image: url(../images/tick.gif);
	list-style-position: inside;
	background-repeat: no-repeat;
}

#tick {
	list-style-image: url(../images/tick.gif);
	list-style-position: outside;
	background-repeat: no-repeat;
}

ul.question, ul.question li {
	margin: 0px;
	padding: 0px;
	list-style-image: url(../images/tick.gif);
	list-style-position: inside;
	background-repeat: no-repeat;
}

#question {
	list-style-image: url(../images/question.gif);
	list-style-position: outside;
	background-repeat: no-repeat;
}

/* lists - menu */

ul.menu, ul.menu li {
	margin: 0px;
	padding: 0px;
	text-align: right;
	list-style-image:url(../images/spacer.gif);
	background-repeat: no-repeat;
}

#menu1 {
	list-style-image:url(../images/spacer.gif);
	list-style-position: outside;
	background-repeat: no-repeat;
}

ul.menu2, ul.menu2 li {
	margin: 0px;
	padding: 0px;
	text-align: right;
	list-style-image:url(../images/spacer.gif);
	background-repeat: no-repeat;
}

#menu2 {
	list-style-image:url(../images/spacer.gif);
	list-style-position: outside;
	background-repeat: no-repeat;
}

