/*  Groom & Lavers Web Site  */
/*    groomlavers.com.au    */
body
{
	background: #96a8c8;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	text-align: center;
}

#outer
{
	display: block;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 782px;
	border: solid #8080a0;
	border-width: 0 4 4 0px;
	background: #fff;
}

#sidebarobj
{
	left: 0px;
	float: left;
	width: 110px;
	z-index: 13;
	margin-top: 100px;
	border: solid #a0a0a0;
	border-width: 0 2 1 0px;
	background: #fff;
	/*	border: solid #ff8 1px; */
}

#submenucontainer
{
	display: block;
	position: relative;
	left: 0px;
}

#menuparent
{
	position: relative;
	display: block;
	width: 1px;
	height: 0px;
	text-align: left;
}

#menu
{
	position: absolute;
	display: none;
	width: 130px;
	left: 110px;
	top: 100px;
	background: #a0a0a0;
	border-right: solid #a0a0a0 2px;
	border-bottom: solid #808080 2px;
	border-top: solid #a09640 1px;
	border-left: solid #e0e000 1px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 180%;
	text-align: left;
	z-index: 2;
}


h1, h2, h3, h4, h5, h6
{
	color: #00126f;
	text-align: left;
	margin-left: 10px;
	margin-bottom: 0px;
}

h1
{
	font-size: 18px;
	margin: 15 20 50 85px;
}

h2
{
	font-size: 16px;
	text-align: left;
	line-height: 150%;
}

h3
{
	background: #fff url(images/heading_decor.gif) no-repeat left;
	font-size: 15px;
	padding-left: 18px;
	margin-top: 30px;
	text-align: left;
}

h4 { font-size: 14px; margin-top: 30px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }

p, br
{
	text-align: left;
	line-height: 140%;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
}

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.caption { font-size: 10px; }
.indent { margin-left: 75px; }
.small { font-size: 11px; }
.left25 { padding-left: 25px; }
.left50 { padding-left: 50px; }

.top20 { padding-top: 20px; }
.top35 { padding-top: 35px; }
.top50 { padding-top: 50px; }


p.caption { font-size: 10px; margin-top: 2px; line-height: 120%;}

.subtitle
{
	letter-spacing: 5px;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
}

.feature
{
	font-weight: bold;
	font-size: 14px;
	margin-right: 20px;
	color: #00126f;
	line-height: 150%;
}

.point
{
	background: url(images/point_decor.gif) no-repeat left;
	font-weight: bold;
	font-size: 14px;
	color: #00126f;
	padding-left: 10px;
	margin-bottom: 0px;
	margin-top: 10px;
}

.copyright
{
	font-size: 10px;
	text-align: center;
	color: #fff;
}

.link
{
	font-size: 11px;
	text-align: center;
}

.footerlink
{
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}

.plain { text-decoration: none; }

p.heading
{
	font-weight: bold;
	font-size: 14px;
	color: #ff4444;
	letter-spacing: .25em;
	text-align: center;
}

p.subhead
{
	font-weight: bold;
	font-size: 12px;
	color: #ff8888;
	letter-spacing: .10em;
	line-height: .8em;
	text-align: center;
}

span.dcap { font-size: 20px; }

ul
{
	margin-top: 2px;
	margin-bottom: 10px;
	font-size: 12px;

}


li
{
	margin-bottom: 8px;
	list-style-type: disc;
	text-align: left;
	line-height: 150%;
}
ul.indent li
{
	margin-left: 25px;
}

li.feature
{
	margin-left: 10px;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	color: #00126f;
	padding-top: 20px;
	line-height: 100%;
}

a:link, a:visited
{
	color: #0000ff;
	text-decoration: none;
}

a:visited { color: #4060a0; }

a:hover
{
	color: #ff0000;
	text-decoration: underline;
}

a:active
{
	color: #ff00ff;
	text-decoration: underline;
}

a.reverse:link, a.reverse:visited
{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

a.reverse:hover
{
	color: #ff4040;
	text-decoration: underline;
}

a.reverse:active
{
	color: #ff00ff;
	text-decoration: underline;
}

a.reverse:visited { color: #d8d8d8; }

a.arrow
{
	border: solid #fff 1px;
	font-size: 12px;
	padding: 2px 5px;
}

a.arrow:hover
{
	border: solid #ff0 1px;
	background: #d8e0ff;
	text-decoration: none;
}



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

.pseudonavi
{
	color: #fff;
	background: #3240a0;
	border-left: solid #ffe060 5px;
	border-right: solid #0060a0 1px;
	border-top: solid #0060a0 1px;
	border-bottom: solid #6080b0 1px;
	line-height: 200%;
}

a.primnavi:link, a.primnavi:visited
{
	color: #fff;
	background: #223677;
	border-left: solid #a09600 5px;
	border-top: solid #4080a0 1px;
	border-bottom: solid #000080 1px;
	border-right: solid #000080 1px;
	line-height: 190%;
}


a.primnavi:hover
{
	color: #ff8;
	background: #3240a0;
	border-left: solid #ffe060 5px;
	border-top: solid #0060a0 1px;
	border-bottom: solid #6080b0 1px;
	border-right: solid #6080b0 1px;
	line-height: 200%;
	text-decoration: none;
}

a.primnavi:active
{
	color: #324096;
	background: #80b2ff;
	border-left: solid #fff 5px;
	border-top: solid #6080b0 1px;
	border-bottom: solid #6080b0 1px;
	border-right: solid #6080b0 1px;
	line-height: 200%;
}


#menu a.dd_parent, #menu a.dd_child
{
	width: 130px;
	background: #3240a0;
	border-top: solid #4080a0 1px;
	border-bottom: solid #000080 1px;
	border-left: none;
	border-right: none;
	padding-left: 5px;
}

#menu a.dd_child
{
	height: 18px;
	line-height: 120%;
}

#menu a.dd_parent:link, #menu a.dd_parent:visited
{
	color: #fff;
	background: #3240a0;
	border-top: solid #4080e0 1px;
	border-bottom: solid #2040a0 1px;
}


#menu a.dd_child:link, #menu a.dd_child:visited
{
	color: #fff;
	background: #3260d8;
}


#menu a.dd_parent:hover
{
	color: #ffef60;
	background: #2032d8;
	border-top: solid #204080 1px;
	border-bottom: solid #a0d0e0 1px;
}



#menu a.dd_child:hover
{
	color: #ffe000;
	background: #6096e0;
	border-top: solid #2040d8 1px;
	border-bottom: solid #e0f0ff 1px;
}


a.navibar
{
	display: block;
	width: 85px;
	height: 21px;
	line-height: 180%;
}

a.navibar:link, a.navibar:visited
{
	color: #0000ff;
	background: url(navi_images/btn_blur.gif) no-repeat;
}

a.navibar:hover, a.reverse:active
{
	color: #ff0000;
	background: url(navi_images/btn_focus.gif) no-repeat;
}

table { empty-cells: show; }

tr, th, td
{
	text-align: center;
	font-size: 12px;
}

th { background: #efefef; }
td.left { text-align: left; }
td.right { text-align: right; }
td.center { text-align: center; }
td.highlight { background: #446bb3; }

td.contentcell
{
	width: 660px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

td.required
{
	color: #4466bf;
	font-weight: bold;
	text-align: left;
}

td.requiredc
{
	color: #4466bf;
	font-weight: bold;
	text-align: center;
}

td.requiredr
{
	color: #4466bf;
	font-weight: bold;
	text-align: right;
}

form { text-align: center; }

submit
{
	font-size: 10px;
	font-weight: bold;
}


textarea
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}

blockquote.fineprint
{
	font-size: 9px;
	text-align: justify;
}

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_layout/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_layout/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_layout/submit_btn.png) 0 20px;
}


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

