/*						Ideal Drving School										*/
/*			www.idealdrvingschool.com.au  -> ideal_2010.css						*/
*
{
	margin: 0px;
	padding: 0px;
}

body
{
	margin-bottom: 20px;
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	background: #efefef;
}

#outerdiv
{
	display: block;
	width: 1060px;
	margin: 0px auto 5px auto;
	background: url(images_layout/ids_content_bkgnd.gif) left repeat-y;
	text-align: center;
}

#mastheaddiv
{
	display: block;
	width: 1060px;
	height: 160px;
	text-align: left;
	background: url(images_layout/ids_masthead_bkgnd.png) top no-repeat;
}

#menucontainer
{
	float: left;
	width: 180px;
	height: 440px;
	margin: 40px 0px 20px 20px;
	text-align: left;
}

#menudiv
{
	display: block;
	width: 140px;
	margin: 0px 20px auto 0px;
	text-align: left;
	background: #efefef;
}

#contentdiv
{
	float: right;
	width: 800px;
	margin: 40px 20px 40px 0px;
	overflow: hidden;
	background: #fff;
}

#footerdiv
{
	clear: both;
	display: block;
	width: 1060px;
	padding-left: 40px;
}

#footerlinkband
{
	display: block;
	width: 1020px;
	height: 22px;
	background: #404040;
}

#imageshow1
{
	display: block;
	height: 190px;
	width: 330px;
	overflow: hidden;
	background: #f0f0f0;
	margin: 0px auto 30px auto;
	text-align: left;
	padding: 5px;
}

#imageshow1 img
{
	position: absolute;
	float: left;
	width: 320px;
	height: 180px;
	margin: auto;
}

#map
{
	margin-bottom: 10px;
}

#map h3
{
	font-size: 14px;
	color: #0060c0;
	cursor: pointer;
	margin: 2px auto 0px 5px;
}

#map h3:hover { color: #0080d8; }

#map div
{
	position: relative;
}
#map div img
{
	display: block;
}

div.training-icon
{
	float: left;
	width: 150px;
	margin: 0px 10px 20px auto;
}

div.training-icon img
{
	width: 140px;
	height: 140px;
	display: block;
	margin: 0px auto;
}

h1, h2, h3, h4, h5, h6
{
	font-family: verdana,arial,sans-serif;
	text-align: left;
	margin: 1.75em auto 0.25em 5px;
	color: #000;
}

h1
{
	font-size: 22px;
	margin-top: 0;
}

h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 15px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

p, li, ol
{
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	line-height: 1.5;
	margin: 1em;
	margin-left: 5px;
}

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

ul.li { list-style-type: disc; }
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.small { font-size: 10px; }
.small { font-size: 9px; }
.red { color: #a00000; }
.small { font-size: 10px; }
.tiny { font-size: 8px; }
.normal { font-weight: normal; }
.links { font-size: 11px; }
.black { color: #000; }
.strong { font-weight: bold; }
.normal { font-weight: normal; }
.silver, .grey { color: #808080; }
.red { color: #960000; }
.top0 { margin-top: 0px; }
.top10 { margin-top: 10px; }
.top25 { margin-top: 25px; }
.top35 { margin-top: 30px; }
.top50 { margin-top: 50px; }
.left50 { margin-left: 50px; }

.alert
{
	font-weight: bold;
	color: #800000;
}

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

p.contact
{
	clear: both;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	margin: 6px auto 6px 180px;
}

p.contactus
{
	background: url(images_layout/contact-ideal-bkgnd.png) left no-repeat;
	color: #fff;
	width: 360px;
	height: 24px;
	padding-left: 125px;
	line-height: 180%;
}

p.footerlinks
{
	color: #fff;
	text-align: center;
	font-size: 12px;
	margin: 2px auto 2px 160px;
}

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

a { text-decoration: none; }
a:link { color: #2020ff; }
a:visited { color: #6060c0; }

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

a:active { color: #ff0000; }
.contactus a:link,
.contactus a:visited { color: #fff; }

.contactus a:hover
{
	color: #ffd800;
	text-decoration: underline;
}

a.footerlink:link { color: #fff; }
a.footerlink:visited { color: #e0e0e0; }

a.footerlink:hover
{
	color: #ff8000;
	text-decoration: underline;
}

a.footerlink:active { color: #ff6060; }

a.primnavi, .pseudonavi
{
	display: block;
	width: 140px;
	margin: 3px 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	line-height: 180%;
	text-align: left;
}

.pseudonavi
{
	color: #ffd800;
	background: #484848;
	border-left: solid #ffd800 2px;
}

a.primnavi:link, a.primnavi:visited
{
	color: #fff;
	background: #404040;
	border-left: solid #fff 2px;
}

a.primnavi:hover
{
	color: #ffd800;
	background: #484848;
	border-left: solid #ffd800 2px;
	text-decoration: none;
}

a.primnavi:active
{
	color: #ffa000;
	background: #565656;
	border-left: solid #ffa000 2px;
}

.pdflink
{
	background: url(images_layout/pdf_icon.gif) left no-repeat;
	padding-left: 20px; 
	text-decoration: none;
}

.pdflink a:visited
{
	text-decoration: underline;
}

.pdflink a:hover, .pdflink a:active
{
	text-decoration: underline;
}



table { empty-cells: show; }

table.tabular
{
	border: solid #efefef 1px;
	font-size: 12px;
}

th
{
	background: #f0f0f0;
	vertical-align: top;
	text-align: center;
}

td
{
	font-size: 12px;
	line-height: 150%;
	vertical-align: top;
}

td.height20
{
	height: 20px;
	vertical-align: middle;
}

.tabular p { margin: 0px auto 0px 0px; }

img
{
	border: none;
	font-size: 8px;
	color: #888;
}

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_blur.jpg) top left no-repeat;
	padding: 4px 2px 0px 2px;
}

input:focus, textarea:focus { background: url(images_layout/input_bkgnd_focus.jpg) top left no-repeat; }
textarea { padding: 2px 5px; }

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

input.submit
{
	background: url(images_layout/submit_enquiry_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_enquiry_btn.png) 0 20px; }

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

