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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}



body {
	line-height: 1;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	border-top: solid 8px #B40000;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* UTILITES */
.clear {
	clear: both;	
}

/* Typography */
h1 {
	font-size: 36px;
}

a:link, a:visited {
	color: #CC0000;
	text-decoration: none;
}

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

ul {
	margin: 0px;
	padding: 0px;
}

ul li {
	display: inline;
}

ul li a {
	padding: 5px 15px;
	margin-left: 5px;	
}

#nav {
	text-align: right;
	height: 33px;
	padding: 20px;
}

#nav a:link, a:visited {
	color: #B40000;	
}

#nav a:hover {
	color: #FFF;
	background-color: #B40000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#nav a.current {
	color: #FFF;
	background-color: #B40000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#twitter a {
	position: absolute;
	height: 107px;
	width: 126px;
	background-image: url(../images/twitter.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#logo {
	height: 145px;	
}

#logo h1 a {
	display:block;
	width: 591px;
	height: 143px;
	margin: 0 auto;
	background-image: url(../images/speedy_logo.png);
	text-indent: -9999px;
}

#page-heading {
	padding-top: 50px;
	padding-left: 30px;
	padding-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-right: auto;
	margin-left: auto;
}
#page-heading h2 {
	font-size: 36px;
	color: #0C76BE;
	text-shadow:1px 1px 3px #999;
}
#content-area {
	width: 600px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
#side-bar {
	float: left;
	width: 330px;
	margin-left: 10px;
}
#content-inside h2 {
	margin-top: 25px;
	margin-bottom: 8px;
}
#content-inside p {
	line-height: 1.5em;
	margin-bottom: 15px;
}
#version {
	background-color: #C7E7FF;
	height: 25px;
	border: 1px solid #4DB2FF;
	width: 280px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}
#version h3 {
	color: #0163AC;
}
#version p {
	font-size: 12px;
	margin-top: 5px;
}
#intro-video {
	margin-top: 20px;
}
#lateset-news {
	background-image: url(../images/latest_news.png);
	background-repeat: no-repeat;
	padding-top: 75px;
	height: 250px;
	margin-top: 20px;
	padding-right: 25px;
	padding-left: 35px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	padding-bottom: 30px;
}
.news {
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.news-date {
	font-size: 10px;
	font-weight: bold;
	padding-top: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-bottom: 3px;
}
.news-content {
	margin-top: 5px;
	line-height: 1.5em;
}
#heading   {
	height: 167px;
	background-image: url(../images/slogan_bk.png);
	background-repeat: repeat-x;
	padding: 20px;
}
h2#slogan {
	height: 175px;
	background-image: url(../images/slogan.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
#content-inside {
	padding: 15px;
}
.code-block {
	background-image: url(../images/code-block.gif);
	background-repeat: repeat-x;
	height: 40px;
	width: 597px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00558B;
	border-right-color: #00558B;
	border-bottom-color: #00558B;
	border-left-color: #B40000;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	text-shadow:2px 2px 5px #000;
	color: #FFF;
	font-size: 20px;
	text-shadow: #333;
	padding-top: 18px;
	padding-left: 23px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sperator {
	margin-top: 25px;
	margin-bottom: 25px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
}
#special-note {
	border: 1px solid #900;
	background-color: #FFC7C7;
	padding: 15px;
	color: #900;
	line-height: 1.5em;
}
#disclaimer {
	padding: 15px;
	background-color: #CFC;
	border: 1px solid #0C0;
	line-height: 1.5em;
}
#footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-bottom: 10px;
	margin-top: 20px;
}
#footer h3 {
	font-size: 12px;
}
#footer p {
	font-size: 10px;
	margin-top: 5px;
}
