@charset "utf-8";
/* CSS Document */

body{
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1{
	font-size: 18px;
}

h2{
	font-size: 16px;
}

h3{
	font-size: 14px;
}

h4{
	font-size: 12px;
}

a{
	color: #FFFFFF;
}

a:hover{
	color: #c93e01;
}

#wrapper{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}

#qdoslogo{
	margin-bottom: 10px;
	border: 0px;
	width: 100px;
	height: 54px;
}

.slide {
width:560px;
height:420px;
min-height:420px;
max-height:420px;
}

#carousel
{
width:560px;
height:420px;
display:block;
margin:0 auto;
overflow:hidden;
cursor:pointer;
border:none;
position:relative;
z-index:999;
}
#carousel .slide
{
display:none;
position:absolute;
top:0;
left:0;
border:none;
}
#carousel .slide img
{
border:none;
}


.links{
	margin-left: auto;
	margin-right: auto;
	width: 120px;
	float: left;
}

.furtherlinks{
	margin-top: 20px;
	padding-top: 20px;
	background-image: url(images/Continue-to.jpg);
	background-repeat: no-repeat;
	width: 120px;
	float: left;
	padding-left: 10px;
}

.links div{
	background-image: url(images/nav-button.jpg);
	background-repeat: no-repeat;
	padding-left: 24px;
	height: 16px;
}

.links a{
	text-decoration: none;
}

.links a:hover{
	text-decoration: none;
	cursor: pointer;
}

.links div:hover{
	background-position: 0px -16px;
}

#logogroup{
	background-image: url(images/Logo-Group.jpg);
	background-repeat:no-repeat;
	background-position: right;
	width: 100%;
	height: 41px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

.download-pdf{
	background-image: url(images/Download-PDF.jpg);
	background-repeat: no-repeat;
	height: 19px;
	width: 97px;
	margin-top: 6px;
}

.download-pdf .wording{
	display: none;
}

.download-pdf:hover{
	background-position: 0px -19px;
}

.qdosbullet{
	width: 10px;
	height: 10px;
	background-image: url(images/Bullet.jpg);
	float: left;
	margin-left: 10px;
}
