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

/* RESETS (START) */

* {
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
}

ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

a {
	outline: none;	
}

:focus
{
  -moz-outline-style: none;
}

/* RESETS (END) */

body {
	background:#ff0000 url(../SB_images/SB_bkstretch_red.gif) repeat-y center center;
	text-align:center; /* IE 6 Fix */
}

div#site-container {
	margin:0px auto;
	width:960px;
	text-align:left;
	position:relative;
}

div#site-header {
	text-indent:-9999px;
	background:url(../SB_images/SB_headerlogo.gif) no-repeat;
	height:159px;
	background-position:center;
}

div#site-content {
	margin:44px 30px 28px 30px;
	background:url(../SB_images/site-content-btm.gif) no-repeat #fff left bottom;
}

div#site-content-wrapper {
	background:url(../SB_images/site-content-top.gif) no-repeat left top;
}

div#site-content h2 {
	padding:20px;
	color:#ff0000;
	font-size:18px;
}

div#site-content p {
	padding: 0px 20px 20px 20px;
	font-size:14px;
}

div#site-content p img {
	float:right;
	padding-left:20px;
}

div#press p img {
	float:left;
	padding:0px 20px 20px 20px;
}

.clear{
clear:both;
}


ul#how-to {
	padding: 0px 20px 20px 20px;
	text-align:left;
	color:ff0000;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
}

ul#horiz-nav {

	position:absolute;
	top:159px;
	width:900px;
	height:46px;

	list-style-type:none;
	margin:0px;
	padding-left:0px;
	width:960px;
}

ul#horiz-nav li {
	/* Float list items, IE6/7 compatibility */
	float:left;
}

ul#horiz-nav a {
	text-align:center;
	outline:none;
	display:block;
	background-color:#ff0000;
	border-bottom:10px #ff0000 solid;
	height:30px;
	line-height:46px;
	margin-bottom:2px;
	padding-bottom:5px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	width:180px;

	
}

ul#horiz-nav a:hover {
	border-bottom:10px #000 solid;
	width:180px;
}

ul#horiz-nav a:active {
	border-bottom:10px #fff solid;	
}

div#site-footer h6 {
	text-align:center;
	color:#ff0000;
	padding-bottom:20px;
}

