/*
 * Australian Online Rollershutters Layout Stylesheet.
 * Copyright 2010, Australian Online Rollershutters.
 */

/* Creates a 760 pixel wide box, centered, and sets some basic font rules. */
body {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	font-family: "Trebuchet MS",Verdana,Tahoma,Arial,sans-serif;
	font-size: 14px;
	font-weight: 100;
	background-color: white;
	color: #808080;
}

/* Centers the image at the top of every page. */
#aor-banner {
	margin: 0 auto;
	padding: 0;
	display: block;
}


/* Menu stuff. */

#aor-menu {
	clear: left;
	float: left;
	width: 150px;
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 0.9em;
}

#aor-menu ul {
	width: 150px;
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	font-weight: 100;
	font-size: 1.3em;
	font-style: normal;
	font-family: Arial,Helvetica,sans-serif;
}

#aor-menu ul li {
	margin-bottom: 1px;
}

#aor-menu ul li a {
	height: 20px;
	display: block;
	padding: 6px 0 3px 10px;
	border-left: 4px solid #0066ff;
	text-decoration: none;
	color: #333333;
	background: #9cc4ff;
}

#aor-menu ul li a:hover {
	background: #eaeaea;
	color: #2e45ba;
	border-left: 4px solid #2e45ba;
}

/* Content stuff... */

#content {
	margin: 10px 0px 20px 160px;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	padding: 0 10px 0 10px;
	text-align: left;
	/*width: 760px;*/
	min-height: 350px;
	height:auto !important;
	color: #404040;
}

/* Footer stuff. */

#aor-footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	border-top: 4px solid #f0f0f0;
	width: 760px;
	text-align: center;
	color: #808080;
	font-size: 0.9em;
}

/* Rules so we have plain hyper-links. */
a {
	text-decoration: none;
	color: #286ea0;
}

a:hover {
	text-decoration: underline;
	color: #286ea0;
}

a img {
	border: 0;
}

/* Simple classes to help transition to HTML 4.01... */
.smallText {
	font-size: 1.0em;
}

.bigText {
	font-size: 1.4em;
}

.centered {
	display: block;
	margin: 0 auto;
	text-align: center;
}

h2.centered {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	font-size: 1.8em;
	font-weight: 100;
	color: #808080;
}

h3.centered {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	font-size: 1.3em;
	font-weight: 100;
	color: #808080;
}

.lhsPicture {
	float: left;
	margin: 3px;
	padding: 0;
	border: 0;
}

.rhsPicture {
	float: right;
	margin: 3px;
	padding: 0;
	border: 0;
}

/* VISUAL RULES START HERE!!! */

h1 {
	margin: 0.2em 0;
	padding: 0;
	font-size: 2.3em;
	font-weight: 100;
	color: #808080;
	text-align: center;
}

h2 {
	padding: 0;
	margin: 0.1em 0;
	font-size: 1.8em;
	font-weight: 100;
	color: #808080;
}

h3 {
	padding: 0;
	margin: 0.1em 0;
	font-size: 1.5em;
	font-weight: 100;
	color: #808080;
}

#satList ul li {
	margin: 1.0em 0;
}

strong {
	font-weight: bold;
}
