/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a {
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
	outline:0;
}

body {
	text-align: center;
	color:#333333;
}

object { outline:none; }

h1, h2 {
	margin-bottom:0em;
	font: normal 2em/1 "Arial Narrow", Arial, Helvetica, sans-serif;
}
h2 {
	margin-bottom:0.5em;
	color: #333;
	font: bold 30px "Arial Narrow", Arial, sans-serif;
}
h3 {
	font-size:16px;
	line-height:1.2em;
	margin-bottom:0.5em;
	text-transform: uppercase;
	color: #717578;
}
h4 {
	margin-bottom:0.4em;
	height:1.25em;
	color: #717578;
	font: 1.2em/1.25 Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1pt;
}
h5 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:1.5em;
}
h6 {
	font-size:1.2em;
	font-weight:normal;
	color: #CCC;
}

p img {
	float:left;
	margin:1.5em 1.5em 1.5em 1.5em;
	padding:0;
}
p img.right {
	float:right;
	margin:1.5em 0 1.5em 1.5em;
}
a:hover {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #C00;
	color: #333;
}
a {
	color:#999;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	padding: 0 0px;
}

#container, #container-bottom {
    background:url("images/cube_shadow.jpg") no-repeat scroll center 240px transparent;
	margin: 0 auto;
	text-align: left;
	width: 100%;
}

#content {
    clear:both;
    margin-top:-11px;
    width:960px;
    margin:0 auto;
}

#header {
	background: #000000 none scroll 0 0;
	height:44px;
	padding: 0;
	margin: 0;
	font-weight:normal;
	font-size:12px;
	clear:both;
}
#header a { border:0; }
#headercontent {
	padding: 0px 40px 0 65px;
	width: 855px;
	margin: 0 auto;
	text-align: left;
}
#header img { margin: 5px 0 0 0; }
#logo {
    position:absolute;
    top:-5px;
    z-index:500;
}
#footer {
    width:100%;
	font-size:12px;
	border-top:1px solid #C0C0C0;
	margin-top:20px;
	padding-top:10px;
	clear:both;
}
#footer a {
	color: #666666;
	padding: 0px;
	border-bottom: 1px solid #FC0;
}
#footer a:hover {
	color: #FC0;
	border: 0;
}
#footercontent {
	clear: both;
	width: 670px;
	margin: 0 auto;
	text-align: center;
	display: block;
	color: #CCC;
	line-height:24px;
    font-size:14px;
    font-family:arial;
}

a.more-link{
	display: inline-block;
	padding: 4px 12px 4px 12px;
	border: 0;
	margin-top: 25px;
	margin-bottom:20px;
	float: left;
	text-transform: uppercase;
	font-size: 13px;
	font-weight:bold;
}


#cu3er {
    height:405px;
    margin:0 auto;
    padding:40px 0;
    width:960px;
	clear:both;
}
#cu3er-nav ul {
	list-style: none;
	background-color: #000;
	padding: 10px 0px 10px 80px;
	float:left;
	width:880px;
	margin-top:20px;
	border-radius: 8px;
	color: #CCC;
}

#cu3er-nav li {
	display: inline;
	margin: 0px 3px;
	padding: 0px;
	font: 9px Tahoma, Geneva, sans-serif;
}
#cu3er-nav li a:link, #cu3er-nav li a:visited{

	padding: 4px 5px;
	border:0;
	text-transform: uppercase;
	color: #FFF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

}
#cu3er-nav li a:hover{
		background-color: #C00;
}

#features {
	float:left;
	padding:0;
	width:960px;
	background:url(images/post_bg_white.gif) repeat-x scroll 0 0;
	clear:both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    }
    #features img {
    padding-top:10px;
	border: none;
    }

#features ul {
	list-style: none;	
}
#features li {
	padding-left:15px;
	background-image: url(http://www.progressivered.com/img/bullet_red.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
}


#top-menu, #navigation {
	list-style: none;
	clear: left;
	margin-top: 0px;
	padding: 15px 10px 15px 20px;
	float: right;
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: right;
	color: #666;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size:12px;
}
#top-menu li a, #navigation a, .nav a, #footer .nav a, .alt-black a.more-link {
	-x-system-font:none;
	background-color:#333;
	color:#999999;
	font-family:Tahoma,Arial,sans-serif;	
	padding:3px 9px;
	text-decoration:none;
	text-transform:uppercase;
	border:0;
	border-radius: 1px;
}
#navigation a, .nav a{
	background-color:#f9f9f9;
	color:#C00;
}
#top-menu li a:hover, #top-menu li .active, #navigation li .active, #navigation a:hover, .nav a:hover, .alt-black a.more-link {
	background-color:#CC0000;
	color:#FFFFFF;	
	background-image: url(http://www.progressivered.com/img/highlight.png);
	background-repeat: repeat-x;
	background-position: 0px -2px;
	mouse:pointer;
}

.alt-black a.more-link:hover {
	background-color:#FC0;
	color:#C60;
	}

#top-menu li, #navigation li {
	display: inline;
}

#navigation a.new {
	background-color:#9C0;
	color:#f9f9f9;
}

#navigation a.new:hover {
	background-color:#9C0;
	color:#060;
}#content #cu3er #cu3er_swf {
	height: 360px;
	width: 960px;
}
