* {
	margin: 0;
	padding: 0;
}

body {
	background: #000 url(../images/body-bg.jpg) top left repeat-x;
	text-align: center;
	color: #333;
	font: 10px/18px Arial, Helvetica, sans-serif;
}

p {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 8px;
}

/*li {
	font-size: 14px;
	line-height: 20px;
	list-style: none;
}*/

form label {
	width: 100px;
	display: inline-table;
}

.nolist {
	list-style: none;
}

a {
	color: #8a0c0b;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	border-bottom: .1em solid transparent;
/*

To keep the page from pusing down when a link is hovered over.*/
}

a.aimg:hover {
	border-bottom: 0;
}

a:hover {
	color: #666;
	border-bottom: .1em solid #8a0c0b;
}

a img,
fieldset {
	border: 0;
}

.hide {
	display: none!important;
}

/* NAVIGATIONS */

#nav {
	float: right;
}

#nav li {
	list-style: none;
	display: inline;
	font-size: 10px;
	padding: 0 2px;
}

#nav li a {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 0px solid #eee;
	padding: 1px 7px 0;
	color: #540000;
}

#nav li.selected a,
#nav li a:hover {
	color: #eee;
	border-bottom: 5px solid #a40e0d;
}

#nav li.hide {
	display: none;
}

#nav li.selected a {
	border-color: #8a0c0b;
}

#sidenav ul {
	padding: 0 3px 10px 10px;
}

#sidenav li .accordion_toggle1,
#sidenav li .accordion_toggle, #sidenav li:hover .accordion_toggle {
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	padding: 8px 17px 8px 10px;
	list-style: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	color: #000;
}

#sidenav li:hover .accordion_toggle, #sidenav div.selectsection, #sidenav li.selected .accordion_toggle, #sidenav li .accordion_toggle_active {
	background-color: #eee;
	font-weight: bold;
}

#sidenav .selected {
	background: #eee url(../images/linkarrow-blue.png) center right no-repeat;
}

#sidenav li.highlight {
	background: #eee;
}

#sidenav li .accordion_content {
	display: none;
}

#sidenav li:hover .accordion_content, #sidenav li.open .accordion_content {
	display: block;
}

#sidenav li:hover .accordion_toggle1 {
	background-color: #eee;
}

#sidenav li.open .accordion_toggle1 {
	
}

#subnav ul {
	padding: 5px;
}

#sidenav ul#subnav {
	padding: 0 3px 0px 10px;
}

#subnav li, #subnav li:hover {
	font-size: 11px;
	line-height: 13px;
	margin: 0;
	padding: 5px 5px 5px 2px;
	list-style: none;
	cursor: pointer;
	color: #333;
}

#subnav li:hover, #subnav li.selected {
	background-color: transparent;
	font-weight: bold;
}

#subnav li.selected {
	
}

#subnav li img {
	padding-right: 5px;
}

#subnav li a:hover {
	color: #8a0c0b;
	border: none;
}

/** STRUCTURE **/

#container {
	background-color: #fff;
	width: 960px;
	margin: 0 auto 15px auto;
	text-align: left;
	border: 1px solid #999;
	padding: 15px 15px 25px 15px;
	-webkit-box-shadow: 7px 2px 5px #000;
	-moz-box-shadow: 7px 2px 5px #000;
	-khtml-box-shadow: 7px 2px 5px #000;
}

#contentfooter {
	clear: both;
	height: 50px;
	background: #fff url(../images/content-bg.png) bottom left repeat-x;
	margin-bottom: 15px;
}

#page-secondary #container {
	padding-bottom: 0;
}

#header {
	height: 45px;
	background: #bd1d2c url(../images/header-bg2.jpg) top left no-repeat;
	padding: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #8a0c0b;
	position: relative;
}

#header .headertagline {
	position: absolute;
	right: 10px;
	top: 8px;
}

#logo {
	float: left;
}

#nav {
	float: right;
	margin-top: 29px;
}

img#tagline {
	float: right;
	margin: 4px 4px 8px 0;
}

#banner {
	width: 100%;
	margin-bottom: 10px;
	position: relative;
	height: 300px;
}

#page-home #maincontent {
	float: left;
	width: 720px;
}

#maincontent p.rpsheader {
	margin: 0 5px 0 0;
	padding: 3px 3px 1px 10px;
	font-weight: bold;
	background: #eee url(../images/rps-bg3.jpg) top left repeat-x;
	border-top: 1px solid #8a0c0b;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #333;
}

#maincontent #content ul {
	margin-left: 16px;
}

.rps {
	position: relative;
	float: left;
	width: 213px;
	min-height: 120px;
	padding: 10px;
	background: #fff url(../images/rps-bg2.jpg) top left repeat-x;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #dedede;
}

.rpsbanner {
	position: relative;
	clear: left;
	margin: 0 5px 0 0;
	padding: 15px 20px 8px 6px;
	background: #eee url(../images/marketnav-bg3.jpg) top left no-repeat;
	border-top: 1px solid #999;
	border-bottom: 1px solid #ccc;
	height: 88px;
}

.rpsbanner .right_text {
	float: right;
	width: 67%;
}

#about {
	position: relative;
	float: left;
	width: 210px;
	height: 170px;
	padding: 16px 10px 10px;
	border: 4px solid #eee;
}

#footer {
	clear: both;
	width: 990px;
	margin: 0 auto 15px auto;
	text-align: left;
	height: 25px;
}

#page-secondary #maincontent {
	float: right;
	width: 713px;
	padding: 0;
}

#secondarybanner {
	border-top: 1px solid #2f3b50;
	padding: 8px 5px 3px 11px;
	background: #eee url(../images/subheader-bg.jpg) top left no-repeat;
	margin: 0 0 10px 0;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
}

#content {
	padding-top: 5px;
	padding-left: 13px;
	padding-right: 20px;
}

#sidebar {
	float: left;
	width: 215px;
	margin-right: 0px;
}

#sidenav {
	width: 235px;
	min-height: 140px;
	padding: 0;
	background: #eee url(../images/stripe-bg.png) top left repeat;
	margin-bottom: 5px;
	border-top: 1px solid #ccc;
}

#sidenav a {
	color: #000000;
}

#navheader {
	background: transparent url(../images/topshadow.png) top left repeat-x;
}

#navheader h2 a {
	color: #8A0C0B;
	border-bottom: none;
}

#demo {
	float: left;
	width: 210px;
	padding: 5px 10px;
	background: #000 url(../images/demo-bg-k.jpg) 0 0 no-repeat;
	color: #ccc;
	border: 4px solid #666;
	text-align: center;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	margin-bottom: 5px;
}

#demo:hover {
	background: #000 url(../images/demo-bg-r.jpg) 0 0 no-repeat;
}

#page-secondary #demo {
	clear: left;
	width: 208px;
}

.screen {
	float: right;
	margin: 10px 0 10px 10px;
}

.imgplaceholder {
	float: right;
	margin: 10px 0 10px 10px;
	background-color: #eee;
	width: 250px;
	height: 150px;
	padding: 5px;
}

#videoplayer {
	margin: 5px 0 12px 0;
}

#announce {
	clear: right;
	float: right;
	font-weight: bold;
	width: 200px;
	padding: 8px;
	background-color: #fff286;
	border: 1px solid #f9e960;
	border-top: 1px solid #8A0C0B;
	color: #bd1d2c;
	-webkit-box-shadow: -5px 5px 3px #ccc;
	-moz-box-shadow: -5px 5px 3px #ccc;
}

#announce h4, #announce p {
	color: #333;
	padding: 0;
	margin: 0;
}

#announce h4 {
	font-size: 15px;
	line-height: 17px;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #bd1d2c;
}

#announce p {
	font-size: 14px;
}

#announce.sales {
	width: 240px;
}

#announce.sales h4 {
	font-size: 17px;
	line-height: 19px;
}

#announce.sales p {
	font-size: 15px;
}

/** TYPE & POSITIONING **/

p.more-link {
	margin-bottom: 0px;
}

p.more-link a {
	color: #8a0c0b;
	padding-right: 15px;
	background: url(../images/linkarrow-red.png) center right no-repeat;
}

.rps p.more-link, .rpsbanner p.more-link, #about p.more-link {
	position: absolute;
	bottom: 5px;
	right: 10px;
}

h1 {
	
}

h2 {
	font-size: 16px;
	color: #8a0c0b;
	letter-spacing: .01em;
	margin-bottom: 8px;
	margin-top: 2px;
}

#page-secondary h3 {
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	margin-bottom: 15px;
	color: #3b465d;
}

#page-secondary.landing h3 {
	font-size: 22px;
	font-weight: bold;
	margin: 4px 0 10px 0;
}

#page-secondary.landing #content p {
	width: 550px;
}

h4 {
	font-size: 15px;
	line-height: 15px;
	margin-bottom: 4px;
	color: #3b465d;
}

#sidenav h2 span, #maincontent h2 span {
	font-family: "Geometric 231";
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 2px;
}

.rps ul {
	margin-bottom: 10px;
}

.rps li {
	font-size: 13px;
	line-height: 15px;
	margin: 0 10px 3px 20px;
	list-style: square;
}

.rpsbanner h3 {
	text-transform: uppercase;
	color: #000;
}

.rpsbanner span {
	color: #8a0c0b;
	font-family: "Geometric 415", "Trebuchet MS", Georgia, Tahoma;
	font-size: 15px;
}

.rpsbanner p {
	margin-bottom: 0;
}

#demo p {
	font-family: "Geometric 415", "Trebuchet MS", Georgia, Tahoma;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	padding-top: 8px;
}

#demo a {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom: none;
}

#demo a:hover {
	text-decoration: none!important;
	border-bottom: none;
}

#demo p:hover {
	cursor: pointer;
}

#demo strong {
	color: #fff;
}

#secondarybanner h2 {
	color: #fff;
	line-height: 15px;
	font-size: 15px;
}

#secondarybanner h2 span {
	color: #eee;
}

#page-secondary #sidebar h2 {
	padding: 15px 10px 10px 15px;
}

#page-secondary #maincontent p.listheader {
	font-weight: bold;
	margin: 0;
	color: #3b465d;
}

#page-secondary #maincontent li {
	/*

list-style: disc;*/
	font-size: 13px;
	/

*margin: 0 0 0 25px;
*/
}

#page-secondary #maincontent ul {
	margin-bottom: 10px;
}

#content ul.productlists {
	margin-left: 16px;
	margin-top:16px;
}

#footer p {
	color: #acacac;
	font-size: 12px;
	line-height: 13px;
}

#footer span {
	color: #666;
	padding: 0 5px;
}

#footer a, #footer a:hover {
	color: #acacac;
}
.pad {
	padding-top: 10px;
	clear: both;
}
.listheader {
	font-weight: bold;
	line-height: 16px;
	padding-bottom: 8px;
}
ul.featurelist li {
	margin-left: 14px;
	margin-bottom: 2px;
	max-width: 500px;
}
.caption {
	float: right;
	font-style: italic;
	font-size: 12px;
	line-height: 15px;
	margin-left: 11px;
	margin-bottom: 12px;
	text-align: center;
	color: #666;
}

.floatrt {
	float: right;
	padding-top: 5px;
}

.floatleft {
	float: left;
	padding: 0px 45px 0 10px;
}

.hilite {
	color: #8a0c0b;
}

#forward {
	width: 220px;
	clear: right;
	float: right;
	margin-top: 18px;
}

#forward p, #forward a {
	font-size: 11px;
}

#videolist {
	clear: right;
	float: right;
	margin-right: 10px;
	margin-top: 25px;
}

#tnail {
	padding: 1px;
	border: 3px solid #ccc;
}

#videolist h4 {
	font-size: 13px;
	/

*padding-top: 4px;
*/
}

p.attrib {
	margin-top: 30px;
}

ul.successlist p.attrib strong {
	color: #000;
}

/** TOOLS **/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	/

* IE6 */
	min-height: 1%;
}

*+html .clearfix {
	/

* IE7 */
	min-height: 1%;
}

.clear {
	clear: both;
}

/* SUCCESS page */

ul.successlist {
	list-style: none;
}

ul.successlist li {
	clear: both;
	border-bottom: 1px dashed #B3AC95;
	padding: 25px 10px 20px 10px;
}

ul.successlist li .testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 22px;
}

ul.successlist li strong {
	color: #990000;
}

ul.successlist li .image {
	float: right;
	width: 170px;
	padding-left: 10px;
}

ul.successlist li .image img {
	border: #CCCCCC 3px solid;
}

div.chart {
	clear: right;
	float: right;
	margin-top: -30px;
}

/*  NEWS */

ul.news {
	list-style: none;
}

ul.news li {
	padding: 10px 0 14px;
	border-bottom: 1px dotted #CCCCCC;
}

ul.news li .title, ul.news li .title a {
	color: #990000;
	font-size: 14px;
	font-weight: bold;
}

ul.news li .date {
	
}

ul.news li .content {
	
}

ul.news li a {
	font-weight: normal;
}

#content_news {
	padding-top: 5px;
	padding-left: 13px;
	padding-right: 20px;
}

#content_news h2 {
	font-size: 22px;
	color: #990000;
	margin: 0px 0 6px 0;
	line-height: 26px;
}

#content_news p {
	line-height: 20px;
	margin: 18px 0;
}

#content_news ul {
	margin-left: 28px;
}

#content_news ul li {
	margin: 12px 0;
}

#content_news ol {
	margin-left: 28px;
}

/*javascript*/

#carousel {
	margin: 0 auto;
	width: 400px;
	height: 390px;
	padding: 0;
	overflow: scroll;
	border: 2px solid #999;
}

#carousel ul {
	list-style: none;
	width: 1500px;
	margin: 0;
	padding: 0;
	position: relative;
}

#carousel li {
	display: inline;
	float: left;
}

/*Accordion*/

#vertical_container {
	
}

/* Area di scorrimento */

#top_wrapper {
	top: 4px;
}

#top {
	height: 80px;
	width: 220px;
	margin-left: 6px;
	overflow: hidden;
	padding: 0px;
	position: absolute;
	visibility: visible;
}

/* Immagini */

/* typeface adjustments */

.typeface-js-selected-text {
	margin-left: -1000em !important;
}

.twocolumnbox {
	float: left;
	width: 310px;
	margin: 0 30px 2px 0px;
}
*+html .first-one {
	margin-top: 40px;
}