/* AutoDirector screen stylesheet */
html
{
	padding: 0;
	margin: 0;
}

body
{
	position: relative;
	font-family: tahoma, arial, helv, sans-serif;
	font-size: small;
	padding: 0;
	margin: 0;
	color: #000;
	background-color: #ccc;
}

#page
{
	padding: 189px 0 0 0;
	margin: 0 40px;
	background: #fff url("../images/carback.jpg") 0 0 no-repeat;
	border: 1px solid #999;
}

#content
{
	position: relative;
	display: inline;
	float: left;
	width: 62%;
	margin: 0 0 2em 40px;
}

#sidebar
{
	position: relative;
	display: inline;
	float: right;
	width: 180px;
	text-align: center;
}

#footer
{
	clear: both;
	width: 100%;
	padding: 0.2em 0 0.4em 0;
	color: #666;
	background-color: #eee;
	border-top: 1px solid #999;
}

#footer p
{
	font-size: 0.85em;
	text-align: center;
	margin: 0.1em 0;
}

#footer p a { color: #666; font-weight: normal; text-decoration: none; }
#footer p a:hover { color: #351885; text-decoration: underline; }

a#logo
{
	position: absolute;
	top: 0;
	right: 40px;
	width: 392px;
	height: 1em;
	padding: 94px 0 0 0;
	margin: 0;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #3f1f8f;
	background: url("../images/adlogo8.png") 100% 0 no-repeat;
}

a#logo[id] { background-image: url("../images/adlogo24.png"); }
a#logo span { display: none; }

a#flash
{
	position: absolute;
	top: -25px;
	left: -20px;
	width: 189px;
	height: 189px;
	text-indent: -9999px;
	background: url("../images/update.png") 0 0 no-repeat;
}

/* menu */
ul#menu
{
	list-style-type: none;
	padding: 0;
	margin: 20px 10px;
}

ul#menu li
{
	padding: 0;
	margin: 0;
}

ul#menu li a
{
	display: block;
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	height: 1%;
	padding: 0.3em 0 0.4em 20px;
	color: #3f1f8f;
	border: 1px solid #fff;
	text-decoration: none;
}

ul#menu li a.active { background: url("../images/logosmall.gif") 4px 50% no-repeat; }
ul#menu li a:hover { background-color: #eee; border: 1px solid #3f1f8f; }

/* adverts */
#glinks
{
	width: 160px;
	height: 600px;
	margin: 4em auto;
}

ul#swlinks li
{
	float: left;
	list-style-type: none;
	margin: 10px;
}

ul#swlinks li a img
{
	border-style: none;
}

div.boxout
{
	clear: right;
	float: right;
	font-size: 0.8em;
	padding: 6px;
	margin: 0 0 10px 10px;
	text-align: center;
	border: 1px solid #999;
	background-color: #eee;
}

div.boxout img, div.boxout span
{
	display: block;
}

a.download
{
	display: block;
	width: 99%;
	text-align: center;
	padding: 72px 0 0 0;
	margin: 0.5em 0 1em 0;
	background: url("../images/download.gif") 50% -72px no-repeat;
}

a.download:hover
{
	background-position: 50% 0;
}

a.download span
{
	clear: both;
	display: block;
	background-color: #fff;
}

a.downloadlink img
{
	display: block;
	margin: 0.5em auto 1em auto;
	border: 0 none;
}

/* purchase */
form, form ol, form li, form table
{
	clear: both;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

form ol
{
	margin-left: 8em;
}

input#buynow
{
	display: block;
	width: 140px;
	height: 60px;
	padding: 0;
	margin: 1em auto;
	background: url("../images/purchase.gif") 0 -60px no-repeat;
}

form table
{
	font-size: 1em;
	margin: 1em auto;
	border-collapse: collapse;
}

form th
{
	font-size: 1em;
	font-weight: normal;
	text-align: right;
	padding: 0 1em 0 0;
}

form th.note
{
	font-size: 0.8em;
	font-style: italic;
	text-align: center;
}

form td#total
{
	width: 8em;
	font-size: 1.6em;
	font-weight: normal;
	color: #900;
	border-top: 1px solid #333;
	border-bottom: 3px double #333;
}

form td
{
	font-size: 1.3em;
	text-align: right;
}

form label
{
	cursor: pointer;
}

input#buynow:hover
{
	background-position: 0 0;
}

blockquote
{
	clear: right;
	float: right;
	width: 40%;
	padding: 10px 0 0 20px;
	margin: 0 0 0 4px;
	background: url("../images/quotes.gif") 0 0 no-repeat;
}

blockquote cite
{
	display: block;
	font-size: 1.6em;
	font-style: italic;
	text-align: center;
	line-height: 0.9em;
	color: #666;
}

blockquote a
{
	display: block;
	font-size: 0.85em;
	text-align: center;
	margin: 0.2em 0 0 0;
}

/* typography styles */
h1
{
	font-size: 2em;
	font-weight: normal;
	padding: 0;
	margin: 40px 0 0.3em 0;
}

h2
{
	font-size: 1.5em;
	font-weight: normal;
	padding: 0;
	margin: 1.5em 0 0.5em 0;
}

p
{
	padding: 0;
	margin: 0 0 1em 0;
	line-height: 1.3em;
}

ul, ol
{
	padding: 0;
	margin: 1em 0 1.5em 4em;
}

li
{
	padding: 0;
	margin: 0 0 0.8em 0;
	line-height: 1.3em;
}

dl
{
	padding: 0;
	margin: 1em 0 1.5em 0;
}

dt
{
	font-size: 1.1em;
	font-weight: bold;
	padding: 0.1em 0.2em;
	margin-bottom: 0.3em;
	color: #666;
}

#autodirector dt { font-weight: normal; }

dd
{
	padding: 0;
	margin: 0 0 2.5em 2em;
}

pre
{
	font-family: monospace;
	font-size: 0.9em;
	padding: 5px;
	margin: 1em 0 1.5em 2em;
	background-color: #eee;
	border: 1px solid #999;
	white-space: normal;
}

.right
{
	float: right;
}

.tiny
{
	font-size: 0.8em;
	line-height: 1.1em;
}

.new
{
	font-weight: bold;
	color: #f00;
}

br.clear
{
	clear: both;
}

a img { border: 1px solid #999; }

a:link { color: #351885; font-weight: bold; }
a:visited { color: #351885; font-weight: normal; }
a:hover { color: #00f; }

#autodirector a { font-weight: normal; }

/* other styles */
.accessible, .print { display: none; }