/*		Darling Downs Horse Transport		*/
/*			www.ddht.com.au  -> .css		*/


*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background: #6c0096 url(images_layout/ddht_body_bkgnd.jpg) top repeat-x;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	text-align: center;
}

#outerbox
{
	width: 960px;
	margin: 0px auto 0px auto;
/*	background: #fff url(images_layout/ddht_body_bkgnd.gif) left repeat-y;	*/
	background: #fff url(images_layout/ddht_lhs_bkgnd.jpg) bottom left no-repeat;
	border: solid #000 1px;
	text-align: center;
}

#topofpage
{
	height: 200px;
	width: 960px;
	padding: 0px;
	background: #fff;
}



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

#menucontainer
{
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	width: 840px;
	height: 20px;
	text-align: left;
	line-height: 180%;
	background: #0072a0;
	background: #800000;
	border-top: solid #a00000 1px;
	border-bottom: solid #d8d8d8 1px;
}


#contentouter
{
	clear: both;
	width: 960px;
	margin: 0px;
	padding: 0px;
}

#contentinner
{
	width: auto;
	min-height: 450px;				/* This works in compliant browsers  */
	padding: 0px 20px 20px 125px;
	text-align: left;
/*	border: solid #6c0096 1px;	*/
}



#footerbox
{	
	width: 960px;
	text-align: center;
	margin-top: 0px;
}


h1, h2, h3, h4, h5, h6
{
	font-family: verdana,arial,sans-serif;
	color: #802000;
	color: #6c0096;
	text-align: left;
	margin-left: 5px;
	margin-top: 20px;
}

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

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



p, ul, ol, textarea
{
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	margin: 0px 10px 10px 5px;
	line-height: 150%;
}

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.small { font-size: 10px; }
.strong { font-weight: bold; }
.unbold { font-weight: normal; }
.left25 { padding-left: 25px; }
.left50 { padding-left: 50px; }

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


p.small
{
	font-size: 11px;
	line-height: 150%;
}

td p
{
	margin: 2px 2px 0px 2px;
}

p.copyright
{
	margin: 5px auto 20px auto;
	font-size: 10px;
	text-align: center;
	color: #fff;
}


li
{
	text-align: left;
	margin-left: 20px;
	margin-bottom: 10px;
	list-style-type: disc;
	line-height: 150%;
}



a:link { color: #2020ff; }
a:visited { color: #6060b2; }
a:hover { color: #ff6060; }
a:active { color: #ff0000; }


a.primnavi, .pseudonavi
{
	display: block;
	float: left;
	width: 103px;
	height: 20px;
	border-right: solid #a08080 1px;
	text-align: center;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.pseudonavi
{
	color: #ffe000;
/*	background: url(images_layout/ddht_btn_active.jpg) left no-repeat;	*/
/*	background: #0096c0;		*/
	background: #960000;
}

a.primnavi:link, a.primnavi:visited
{
	color: #fff;
/*	background: url(images_layout/ddht_btn_blur.jpg) left no-repeat;		*/
/*	background: #0072a0;		*/
	background: #800000;
}

a.primnavi:hover
{
	color: #ffe000;
/*	background: url(images_layout/ddht_btn_focus.jpg) left no-repeat;	*/
/*	background: #0096c0;		*/
	background: #960000;
}

a.primnavi:active
{
	color: #600000;
/*	background: #00a8d8;		*/
	background: #d84040;
/*	background: url(images_layout/ddht_btn_active.jpg) left no-repeat;	*/
}



table { empty-cells: show; }

th
{
	background: #efd0ff url(images_layout/th_bkgnd.jpg) left no-repeat;
	text-align: center;
}

td.photo
{
	background: #f0f0f0 url(images_layout/photo_bkgnd.jpg) top left no-repeat;
	border-top: solid #d8d8d8 1px;
	border-left: solid #d8d8d8 1px;
	border-bottom: solid #b2b2b2 2px;
	border-right: solid #b2b2b2 2px;
	font-size: 9px;
	text-align: center;
	color: #a0a0a0;
}


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, input.booking
{
	display: block;
	border: none;
	width: 112px;
	height: 20px;
	margin:0 auto;
	font-weight:bold;
	font-size: 14px;
}

input.submit, input.booking
{
	background: url(images_layout/submit_btn.png) no-repeat;
}

input.booking
{
	background: url(images_layout/booking_btn.png) no-repeat;
}

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

input.booking:hover
{
	background: url(images_layout/booking_btn.png) 0 20px;
}

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

