/* 
	----------------------------------------------------
	main.css
	Main Style sheet for tdm.com.au
	by: Brett Zezulka
		Spitfire Internet Services
		http://www.spitfire.com.au
	
	
	Updated: 26/03/2007
	----------------------------------------------------
*/

body {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/bg_mid.png) 0 0 repeat-x;
	background-color: #520C0C;
	text-decoration: none;	
	font-size: 0.75em;	
	line-height: 1.5em;	
	color: #FFFFFF;
	margin: 0;
	}
	
#left_container {
	width: 582px;
	height: 671px;
	background: url(../images/bg_left.png) 0 0 no-repeat;
	position: static;
	left: 0;
	float: left;
	top: 0;
}

#logo {
	top: 0;
	width: 248px;
	height: 99px;
	position: absolute;
	margin-left: -124px;
	margin-top: 15px;
	left: 50%;
}

#content {
	position: absolute;
	float: left;
	top: 180px;
	left: 30px;
	width: auto;
	padding-right: 170px;
}

#top_links {
	top: 150px;
	left: 15px;
	height: 32px;
	padding-right: 170px;
	position: absolute;
}
#top_links ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
}
#top_links ul li {
	margin-left: 0;
	padding: 1px 25px;
	display: inline;
	background: url(../images/button.gif) 0 0 no-repeat;
	
}
#top_links a {
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
}

#top_links a:hover {
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: underline;
}
#right_links {
	float: right;
	position: fixed;
	right: 10px;
	top: 0;
	width: 140px;
	height: 500px;
	text-align: center;
	padding-top: 5px;
}
#right_links a {
	text-align: center;
	color: #FFFFFF;
	font-size: 1.0em;
	text-decoration: none;
}

#right_links a:hover {
	text-align: center;
	color: #FFFFFF;
	font-size: 1.0em;
	text-decoration: none;
	font-weight: bold;
}
#right_links img {
	padding: 1px;
	margin-top: 15px;
	}
#right_links img:hover {
	border: #FFFFFF solid 1px;
	padding: 0;
	}
	
#specials {
	position: relative;
	left: 0;
	padding-top: 15px;
	width: auto;
}
#footer {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 3px 3px 0;
	margin-top: 20px;
	color: #CCCCCC;
	line-height: 0.9em;
	font-size: 0.8em;
}
a.footer {
	color: #CCCCCC;
	text-decoration: none;
}
a.footer:hover {
	color: #FFFFFF;
}
a.specials{
	font-size: 1.5em;
	background: url(../images/special.gif) 0 0 no-repeat;
	display: block;
	height: 34px;
	width: 150px;
	padding: 20px 0 0 60px;
	margin-top: 15px;
	color: #FFFF00;
	text-decoration: none;
}
a.specials:hover {
	background-position: 0 -54px;
	text-decoration: underline;
}
h1 {
	font-size: 1.3em;
	text-align: center;
	font-weight: bold;
	color: #FFCC00;
}
h2 {
	font-size: 1.3em;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	}
	
h3 {	
	font-size: 1.2em;	 	
	color: #FFCC00;
	text-align: left;
	font-weight: bold;
	}
h4 {
	font-size: 1.2em;	 	
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	}
h5 {
	font-size: 1.1em;	 	
	color: #FFCC00;
	text-align: left;
	font-weight: bold;
}
h6 {
	font-size: 1.1em;	 	
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
}

p {
	padding-top: 10px;
}

a {	
	color: #FFCC00;
	text-decoration: none;
}
a:hover {	
	text-decoration: underline;
}
img {
	border: 0;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;
	}
ul {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	list-style-type: square;	
	list-style-position: outside;
	}
	
dt {
	font-weight: bold;
}

