@import url(tripoli.base.css);

html
{
	background-color: #D5D5D5;
}


/* Header */

#header
{
	position: fixed; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	color: #fff; 
	background: #000 url(/images/header-background.png) repeat-x bottom;
	height: 90px;
	z-index: 100;
}

#header-inner
{
	margin: 0 auto;
	width: 950px;
}

#slider-shadow
{
	width: 100%;
	height: 6px;
	background: transparent url(/images/slider-shadow.png) repeat-x;
}

#header-logo
{
	float: left;
}

#header-menu
{
	float: right;
	margin-top: 40px;
}

#header-menu li
{
	display: block;
	float: left;
	height: 23px;
	padding: 7px 7px 0 7px;
	margin-top: 10px;
	border-right: 2px #353535 solid;
}

#header-menu .last
{
	border: none;
}

#header-menu li a:link, #header-menu li a:visited
{
	color: #E8E8E8;
	text-decoration: none;
	font-family: Helvetica;
	font-size: 1.5em;
}

#header-menu li a:hover
{
	color: #4A6ADD;
}


/* Content */

#content
{
	margin-top: 90px;
	margin-bottom: 69px;
	overflow: hidden;
	z-index: -1;
}

#content-body-wrap
{
	width: 100%;
	overflow: hidden;
	background: #CACACA url(/images/content-background-2.png) repeat-x;
	min-height: 577px;
}

#content-body
{
	width: 950px;
	margin: 0 auto;
	padding-top: 20px;
	overflow: hidden;
}

#home-content
{
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	width: 575px;
}

#product-content
{
	margin-bottom: 20px;
	float: left;
	width: 575px;
}

#product-content p, #home-content p
{
	padding-right: 25px;
}

#inner-content
{
	margin-bottom: 20px;
	float: left;
	width: 575px;
	margin-right: 25px;
}

#inner-content ol li
{
	list-style: decimal;
	font-size: 14px;
	margin-bottom: 15px;
	font-family: Helvetica;
}

#quote-box
{
	float: left;
	width: 320px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-left: 1px solid #9B9B9B;
}

#quote-icon
{
	float: left;
	width: 40px;
	margin-left: 10px;
	margin-right: 10px;
}

.quote
{
	float: left;
	width: 250px;
}

.quote a
{
	display: block;
	font-size: 24px;
	font-style: italic;
	font-family: Georgia;
	line-height: 1;
	color: #353535;
	text-decoration: none;
}

.quote-author
{
	font-size: 14px;
	font-style: italic;
	display: block;
	clear: both;
	text-align: right;
	margin-top: 10px;
}

.quote-company
{
	font-size: 14px;
	font-style: italic;
	display: block;
	clear: both;
	text-align: right;
	line-height: 16px;
}

.testimonial-box
{
	overflow: hidden;
	margin-bottom: 15px;
}

.highlight
{
	color: #4A6ADD !important;
}

.gutter-left
{
	margin-left: 40px;
}

.gutter-right
{
	margin-right: 40px;
}

/* Homepage Slider */

#slider-wrap
{
	background: url(/images/slider-side-background.png) repeat-x;
}

#slider
{
	background: transparent url(/images/slider-background.png) no-repeat;
	width: 950px;
	height: 357px;
	margin: 0 auto;
}

.slider-left
{
	float: left;
	width: 400px;
	padding-top: 80px;
}

.slider-left p
{
	color: #B7B7B7;
}

.learn-more
{
	float: right;
}

.learn-more a
{
	text-decoration: none;
	font-size: 14px;
	color: #898989;
	font-style: italic;
}

.learn-more img
{
	margin-right: 10px;
}

.slider-right
{
	float: right;
	margin-top: 30px;
}

#previous-next {
	width: 100%;
	font-size: 14px;
	margin-top: 10px;
}

#feature-previous {
	float: left;
}

#feature-next {
	float: right;
}

.revision-history ol {
	margin-bottom: 15px;
}

.revision-history li {
	list-style: disc !important;
	margin-left: 30px;
}

a.body-link {
	color: #4A6ADD;
}
/* Footer */

#footer
{
	position: fixed; 
	bottom: 0px; 
	left: 0px; 
	width: 100%; 
	color: #fff; 
	background: #000 url(/images/footer-background.png) repeat-x;
	height: 69px;
	z-index: 100;
}

#footer-inner
{
	margin: 0 auto;
	overflow: hidden;
	width: 950px;
}

#footer-shadow
{
	position: fixed;
	bottom: 69px;
	left: 0px;
	width: 100%;
	height: 6px;
	background: transparent url(/images/footer-shadow.png) repeat-x;
}

#footer-menu
{
	margin: 0;
	width: 950px;
}

.footer-menu-button
{
	background-color: transparent;
	display: block;
	float: left;
	width: 236px;
	height: 69px;
	border-top: 1px #454545 solid;
	border-bottom: 1px #454545 solid;
	border-left: 1px #454545 solid;
}

.last
{
	border-right: 1px #454545 solid;
}

.footer-menu-button-active
{
	background: url(/images/footer-menu-active.png) no-repeat;
}

.footer-menu-button-inactive
{
	background: url(/images/footer-menu-inactive.png) no-repeat;
}

.footer-menu-button a
{
	color: #E8E8E8;
	font-size: 16px;
	text-decoration: none;
	margin-left: 20px;
	margin-top: 15px;
	display: block;
	font-family: Helvetica;
}

.footer-menu-button a:hover
{
	color: #4A6ADD;
}

.footer-subtext
{
	clear: both;
	display: block;
	margin-left: 20px;
	margin-top: 5px;
	color: #848484;
	font-size: 14px;
	font-family: Helvetica;
}

/* Inner Pages */

#page-header
{
	background: transparent url(/images/header-small-background.png) repeat-x;
	height: 53px;
	width: 950px;
	margin: 0 auto;
	border-left: 1px solid #454545;
	border-right: 1px solid #454545;
}

#page-header-wrap
{
	background: transparent url(/images/header-small-background-2.png) repeat-x;
}

.body-image
{
	display: block;
	background-color: #1F1F1F;
	border: 1px solid #454545;
	color: white;
	width: 480px;
	height: 330px;
	padding: 15px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 10px;
	
}

#contact-container {

}

#contact-left {
	float: left;
	padding: 0 30px;
}

#contact-right {
	float: right;
	width: 250px;
}

#contact-form {
	clear: both;
}

h3.contact-header {
	margin: 0 0 10px 0;
	padding: 0;
}

/* Sidebar */

#inner-sidebar-wrap
{
	float: left;
	width: 295px;
	margin-bottom: 20px;
	border-left: 1px solid #9B9B9B;
}

#sidebar-inner
{
	background: url(/images/sidebar-background.png) repeat-y;
	border: 1px solid #454545;
	color: white;
	width: 170px;
	padding: 15px;
	margin: 0 auto;
	overflow: hidden;
}

#sidebar-inner li, .xoxo li
{
	display: block;
	float: left;
	clear: both;
	margin-bottom: 5px;
	padding-left: 10px;
	line-height: 12px;
}

#sidebar-inner li ul li {
	list-style: square;
	display: list-item;
	padding: 0;
	margin-left: 20px;
}

#sidebar-inner a, #sidebar-inner a:visited, #sidebar-inner
{
	text-decoration: none;
	font-size: 12px;
	font-family: Helvetica;
	color: white;
}

#sidebar-inner ul ul
{
	margin-top: 8px;
	margin-left: 5px;
}

#sidebar-inner a:hover, .xoxo li a:hover
{
	color: #4A6ADD !important;
}

.sidebar-shift {
	margin-left: 61px;
	margin-top: 15px;
}

/* Typography */

body
{
	font-family: Georgia;
}

p
{
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
	color: #191919;
	font-family: Helvetica;
}

h1
{
	color: #4A6ADD;
	font-size: 3em;
	margin-bottom: 10px;
	font-weight: normal;
}

h2, .widgettitle
{
	color: #4A6ADD;
	font-size: 20px !important;
	margin-bottom: 10px;
	font-weight: normal;
	font-family: Georgia;
	font-style: normal !important;
}

h3
{
	font-size: 16px !important;
	margin-bottom: 10px;
}

.split h3
{
	color: #4A6ADD;
	font-size: 16px !important;
	font-weight: normal;
	font-family: Georgia;
	padding-left: 20px;
	margin-bottom: 20px;
}

.inner-page-header
{
	padding-top: 8px;
}

.split p:hover
{
	color: #4A6ADD;
}

.ol-numbered li {
	list-style: decimal !important;
	margin-left: 50px;
}

/* Support Page Splits */

.split
{
	width: 575px;
	overflow: hidden;
}

.split ol, .split ul
{
	margin-left: 50px;
	font-style: italic;
	font-size: 10px;
	color: #4F4F4F;
	font-weight: bold;
}

.split span
{
	font-size: 14px;
	font-style: normal;
	margin-bottom: 0;
	font-weight: normal;
}

.split li p {

}

.split-left
{
	float: left;
	width: 280px;
	margin-bottom: 20px;
}

.split-right
{
	float: right;
	width: 280px;
	border-left: 1px solid #9B9B9B;
}

#bbb
{
	margin-top: 20px;
}

.update-box
{
	background: #1F1F1F;
	border: 1px solid #454545;
	color: #FFFFFF !important;
	font-size: 12px !important;
	font-family: Helvetica !important;
	clear: both;
	overflow: hidden;
	width: 220px;
	padding: 10px;
	margin: 0 auto;
	
}

.update-box-left
{
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

.update-box-right
{
	float: left;

}

.update-box a
{
	text-decoration: none !important;
	display: block;
}

.update-box a:hover
{
	color: #4A6ADD;
}

.update-box p
{
	color: #FFFFFF;
}


.update-box p:hover
{
	color: #FFFFFF;
}

.bulleted-list {
	margin-left: 15px;
	padding-left: 15px !important;
}

.bulleted-list li {
	list-style: square !important;
	margin-bottom: 15px !important;
	font-size: 14px;
}

.faq-list {
	margin: 0 0 15px 50px;
}

.faq-list li {
	
}

.faq p {
	display: block;
	font-size: 12px;
	margin: 0 auto 10px;
	width: 500px;
}

.faq-list a {
	text-decoration: none;
}

.faq-list a:hover {
	color: #4A6ADD;
}

.faq span {
	display: block;
	margin-bottom: 15px;
	margin-top: 55px;
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
}

.back-to-top {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}

.download-iframe {
	visibility: hidden;
}

#sb-player {
	overflow: hidden;
}

.update {
	width: 400px;
	height: 530px;
	overflow: hidden;
	background-color: black;
	color: white;
	font-family: Helvetica;
	font-size: 12px;
}

.update p {
	color: #8F8F8F;
	font-family: Georgia;
	font-size: 16px;
	font-style: italic;
	line-height: 16px;
	margin: 10px;
	display: block;
	float: left;
	width: 380px;
}

.update ol {
	display: block;
	float: left;
}

.update-small {
	font-size: 12px !important;
	color: white !important;
	font-family: Helvetica !important;
}

.update ol, .update form {
	margin: 10px 30px 10px 45px;
}

.update li {
	margin:0 0 10px 0;
}

.update label {
	width: 100px;
	display: block;
	float: left;
	clear: both;
}

.read-more {
	text-align: right;
	padding-top: 10px;
	font-size: 18px !important;
}

.read-more:hover {
	color: #4A6ADD;
}

.bump-down {
	margin-top: 20px;
}

.sidebar-header {
	padding-left: 0px !important;
}

.xoxo .sidebar-header form {
	padding-left: 10px;
}

.imabox a {
	color: #4A6ADD !important;
	text-decoration: none;
}

.boxlink {
	color: #4A6ADD !important;
	text-decoration: none !important;
}

#copyright {
	clear: both;
	margin-top: 30px;
}
