/* www.aromatouch.com.au -> Aroma Touch .css */
body
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	color: #000;
	background: #ffffef;
}

h1, h2, h3, h4, h5, h6
{
	font-family: verdana,arial,sans-serif;
	color: #267200;
	text-align: left;
	margin-left: 10px;
}

h1
{
	font-size: 20px;
	margin-top: 55px;
	margin-bottom: 5px;
}

h2, h3, h4, h5, h6 { margin-bottom: 0px; }
h2 { font-size: 16px; }
h3 { font-size: 15px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }

p, br, textarea
{
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 0px;
	line-height: 140%;
}

li
{
	font-size: 12px;
	padding-bottom: 5px;
	margin-right: 20px;
}

li.lilarge { font-size: 14px; }
li.heart { list-style-image: url(images_navi/heart_bullet.gif);}
li.spring { list-style-image: url(images_navi/spring_bullet.gif);}

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.small { font-size: 10px; }
.links { font-size: 11px; }
.strong { font-weight: bold; }
.red { color: #800000; }
.grey { color: #a0a0a0; }

.left25 { padding-left: 25px; }
.left50 { padding-left: 50px; }
.left150 { padding-left: 150px; }
.left250 { padding-left: 250px; }

.top20 { padding-top: 20px; }
.top25 { padding-top: 25px; }
.top30 { padding-top: 30px; }
.top35 { padding-top: 35px; }
.top50 { padding-top: 50px; }

.smallc
{
	font-size: 10px;
	text-align: center;
}

.contact
{
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0px;
}

.copyright
{
	margin-top: 5px;
	text-align: center;
	font-size: 10px;
	color: #608060;
}

a:link { color: #2020ff; }

a:visited { color: #6060b2; }

a:hover { color: #ff6060; }

a:active { color: #ff0000; }

a.primnavi, .pseudonavi
{
	display: block;
	text-align: left;
	width: 120px;
	height: 25px;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

.pseudonavi
{
	color: #328000;
	background: #baefb2;
	border-left: solid #489640 5px;
	border-right: solid #489640 1px;
	border-top: solid #489640 1px;
	border-bottom: solid #489640 1px;
	line-height: 200%;
}

a.primnavi:link, a.primnavi:visited
{
	color: #004000;
	background: #a0d8a0;
	border-left: solid #267200 5px;
	border-top: solid #267200 1px;
	border-bottom: solid #267200 1px;
	border-right: solid #267200 1px;
	line-height: 180%;
}

a.primnavi:hover
{
	color: #328000;
	background: #baefb2;
	border-left: solid #489640 5px;
	border-right: solid #489640 1px;
	border-top: solid #489640 1px;
	border-bottom: solid #489640 1px;
	line-height: 200%;
}

a.primnavi:active
{
	color: #ff8000;
	background: #d8ffb2;
	border-left: solid #0f0 5px;
	border-top: solid #0f0 1px;
	border-bottom: solid #0f0 1px;
	border-right: solid #0f0 1px;
	line-height: 200%;
}

table
{
	empty-cells: show;
	font-size: 12px;
}

table.outtertable
{
/*		background: #fff url(images_navi/rhs_bkgnd_cmas.jpg) top right no-repeat;	*/
	background: #fff url(images_navi/rhs_bkgnd.jpg) top right no-repeat;
	border: solid #006000 1px;
}

th { background: #b8daa8; }

img
{
	border: none;
	font-size: 9px;
	color: #888;
	margin: 0px;
}


input, textarea
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
	text-align: left;
	border: solid #efefef;
	border-width: 0px 1px 1px 0px;
	background: url(images_navi/input_bkgnd.jpg) top left no-repeat;
	padding: 4px 2px 0px 2px;
}

textarea
{
	padding: 2px 5px;
}

/*		A hack required for MS Explorer	*/
input.checkbox
{
	background: #fff;
	border: none;
}


input.submit
{
	background: url(images_navi/submit_btn.png) no-repeat;
	display: block;
	border: none;
	width: 112px;
	height: 20px;
	margin:0 auto;
	font-weight:bold;
	font-size: 14px;
}

input.submit:hover
{
	background: url(images_navi/submit_btn.png) 0 20px;
}


option
{
	background: #f0f0f0;
	padding: 2px;
	border-bottom: solid #fff 1px;
}

