/* 
------------------------------------
DETAILS:
Title: mbds.css
Author: Léon Borrack
URL: http://www.mbds.com.au/css/mbds.css
Born: December 2007
Modified: 28 December 2007
------------------------------------
COLORS:
red: #c0022b
------------------------------------ */


/* DEFAULT ELEMENTS 
------------------------------------ */
p {margin: 0 0 0.73em 0;}

html, body {
  	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 0.87em;
	color: #666666;
	background-color: #ffffff;
	line-height: 1.81em;
	margin: 2px 0 0 0;
  	text-align: center;
}

h1 {
	font-size: 1.6em;
	color: #666666;
	padding-bottom: 0.2em;
	border-bottom: 5px solid #000000;
	margin-bottom: 0.73em;
}

h2, h3, h4 {
	color: #c0022b;
	margin-bottom: 0.4em;
}

h2 {font-size: 1.4em;}

h3, h6 {
	font-size: 1.2em;
	margin-bottom: 0.73em;
}

h4 {font-size: 1em;}

h5 {
	color: #000000;
	margin-bottom: 0.73em;
	font-size: 1em;
}

h6 {color:#000000;}

a {
	color: #c0022b;
	text-decoration: none;
	border-style: none;
}	

a img { border:0 }

a:hover {text-decoration: underline;}	

ul, ol {
	padding-left: 1.5em;
	margin: 1em 0 1em 1.8em;
}

li {
	margin: 0;
	padding: 0;
}

img  {
	margin: 0;
	padding: 0;
}

/* LAYOUT 
------------------------------------  */
#innercontainer {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}  

#banner {
	position: relative;
	top: 40px;
	height: 160px;
	text-align: center;
}

#dragon {
	position: relative;
	top: 10px;
	height: 176px;
	text-align: center;
}

#navbar {
	position: relative;
	padding: 6px 0 1px 0;
}

#navbar ul {
	padding-left: 0;
	margin: 0;
}

#navbar li {
	display: inline;
	padding: 0;
	margin: 0;
}

#body {
	position: relative;
	top: 20px;
	margin-bottom: 0;
}

#footer {
	position: relative;
	top: 25px;
	border-top: 5px solid #000000;
	padding: 20px 0;
	margin-bottom: 40px;
}

#footer ul {
	padding-left: 0;
	margin: 0;
}

#footer li {
	display: inline;
	padding: 0 30px 0 0;
}

/* CUSTOM ELEMENTS
------------------------------------  */
table.borders {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	margin: 23px 0;
}

table.borders th, table.borders td {
	margin: 0px;
	padding: 5px;
	text-align: left;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	vertical-align: top;
}

table.borders th {
	color: #ffffff;
	background-color: #c0022b;
	padding: 3px 5px;
	font-size: 1em;
}

table.borders th p, table.borders td p {margin: 0;}

table.borders td.summary {
	color: #ffffff;
	background-color: #000000;
	font-weight: bold;
}

.linebelow {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 12px;
	margin-bottom: 15px;
}

.advertisement {
	font-family:"Times New Roman", Times, serif;
	margin-below: 0;
	font-size: 1.3em;
	font-style: italic;
}

.disclaimer {
	font-family:"Times New Roman", Times, serif;
	line-height: 1em;
	font-size: 0.9em;
	font-style: italic;
}

.rightimage {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}	

.blue {color:#0033FF;}

.green {color: #009900;}