/* Eric Meyer Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* Main CSS */
html, body {background-color:#FFF;}
body { font-family: Georgia, serif; color: #666; font-size: 13px; *font-size: 11px; line-height: 1.4; }

a:link,a:active,a:visited { color: #000; text-decoration: none; border-bottom:1px dotted #999;}
a:hover { color: #FF9933; text-decoration: none; border-bottom:1px dotted #FF9933;}

#header, #body, #footer {width:960px; margin:0 auto;}

.content {padding:10px;}

#header {color:#333; font-size:90px; margin-top:70px; padding-bottom:20px; margin-bottom:20px; border-bottom:5px solid #EEE; text-align:center;}
.software #header {font-size:13px; margin-top:10px; padding-bottom:10px; text-align:left;}

h1 {font-size:28px; color:#000;}
h2 {font-size:20px; padding:10px 0; color:#333;}
h3 {font-size:16px; padding:10px 0; color:#333;}

p, ol, ul {padding-bottom:10px;}

li {padding:3px 0;}

ol {list-style: decimal;}
.software #body ul {list-style:disc}

.home #body {font-size:18px; overflow:hidden;}
.home #body p {margin:0 10px 20px;}

.home #body p.small {font-size:13px; text-align:center; margin-bottom:0px;}

.grid {width:460px;float:left; }
.hl {text-align:center; background:#FFFFCC; padding:12px;}
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}

.code, code {padding:3px 5px; background:#FEFEFE; border:1px solid #EEE; color:#333;}

#footer {margin-bottom:30px; padding-top:20px; margin-top:20px; border-top:5px solid #EEE; text-align:center;}

