img { border:0; vertical-align: middle; }

body {
    position: absolute;
    background-repeat: repeat-x;
    background-color: #fff;
    color: #333;
    font-size: 12px;
    line-height: 1.5em; 
    font-family: "Lucida Grande", Verdana, Arial;
    margin: 0px;
    padding: 0px;
    max-width: 850px;
}

pre {
	background:#79767B none repeat scroll 0 0;
	color:#FFFFFF;
	margin-bottom:1.5em;
	padding:0.5em;
    font-family: Courier, Fixed;
	font-size:110%;
}

pre.doc {
	background: none repeat scroll 0 0;
	color:black;
    font-family: Courier, Fixed;	
	font-size:125%;
}

pre.code {
	background: none repeat scroll 0 0;
	color:red;
	font-size:125%;
}

.help {
	border-bottom:1px dashed #9999CC;
	cursor:help;
}

table.center {
	width:40%; 
	margin-left:5%; 
	margin-right:20%;
}

#download {
    float: right;
    padding: 5px 0px 5px 5px;
    border: 0px;
}

#screenshot {
    float: right;
    padding: 5px 0px 5px 5px;
    border: 0px;
}

#content {
    margin: 157px 20px 20px 215px;
}

#copy {
    height: 20px;
    bottom: 0px;
    left: 147px;
    padding: 10px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
    text-align: center;
    font-size: 10px;
}

#footer {
	clear:both;
	text-align:center;
}

.windows-instructions {
	background-color:white;	
	border:1px solid black;
	margin:1em 0;
	padding:0 1em;
}

#title {
    position: absolute;
    background-image: url( ../images/end.png );
    background-repeat: no-repeat;
    background-position: right;
    height: 76px;
    top: 50px;
    left: 40px;
    right: 20px;
    margin: 0px;
    padding: 0px;
}

#title h1 {
    background-image: url( ../images/middle.png );
    background-repeat: repeat-x;
    height: 53px;
    top: 0px;
    left: 0px;
    margin: 0px 24px 0px 0px;
    padding: 23px 0px 0px 175px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: #bbb 2px 2px 2px;
    font-size: 24px;
}

h2, h3, h4 {
    margin-bottom: 0px;
    text-shadow: #bbb 1px 1px 1px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h1 + p, h2 + p, h3 + p, h4 + p, b + p {
    margin-top: 2px;
}

p {
	min-width: 400px;
	font-size: 12px;
}

#icon {
    position: absolute;
    top: 10px;
    left: 5px;
    background-image: url( ../images/drcom.png );
    background-repeat: no-repeat;
    height: 150px;
    width: 150px;
    z-index: 3;
    margin: 0px;
}

/* Content */
#content ul {
    margin: 4px 0px 4px 0px;
}

#content ul > li {
    margin: 4px 0px;
}

/* Links */
a {
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

/* Navigation */
#nav {
    position: absolute;
    background-image: url( ../images/nav.png );
    background-repeat: no-repeat;
    height: 350px;
    width: 145px;
    top: 162px;
    left: 20px;
    padding: 20px 0px 0px 20px;
    font-size: 11px;
    line-height: 17px;
}

#nav h2 {
	position: absolute;
	left: -999px; width:990px;
}

#navlist {
    margin: 0px 0px 0px -5px;
    padding: 0px;
    list-style-type: none;
}

#navlist a {
    color: #333;
}

#navlist .subtitle {
    font-weight: bold;
    margin-top: 10px;
}

#navlist li a:hover, #navlist li a:active {
    text-decoration: underline;
}

dt { 
    font-weight: bold;
    margin-top: 1em;
}

.code, tt, code {
    font-family: Courier, Fixed;
    font-size: 110%;
}

.code {
    margin-left: 2em;
    font-size: 90%;
    line-height: normal;
}

.mac-instructions, .windows-instructions {
    border: 1px solid black;
    background-color: white;
    -webkit-border-radius: 5px;
    padding: 0 1em;
    margin: 1em 0;
}
