@charset "UTF-8";
/* CSS Document */

/* General Styles */

body {
	background:url(../images/layout/body.jpg) top no-repeat #101010;
color:#888;
text-align:left;
}

body.home {
	background:url(../images/layout/space.jpg) top repeat #101010;
}

.rounded {
	background:url(../images/layout/box.jpg) bottom repeat-x #1D1D1D;
	border:1px solid #363636;
}

.hidden {
	display:none;
}

* {
	outline:none;
}

/* Header */

.header {
	margin:20px auto 0;
	position:relative;
	margin-bottom:50px;
	z-index:9;
}

.header h2 {
	padding:1px 5px 5px 15px;
	margin:0;
	font-size:20px;
	color:#111;
}

.header h2 a {
	color:#fff;
}

.header h2 a span {
	color:#666;
}

/* Navigation */

ul.topnav {
	list-style: none;
	padding: 0 10px;
	margin: -1px 0 0 0;
	float: right;
	z-index:2;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #bbb;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	color:#8b0;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(../images/layout/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	margin: 0; padding: 0 0 5px 0;
	display: none;
	float: left;
	width: 170px;
	z-index:3;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	clear: both;
	width: 170px;
	z-index:9;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	padding:5px 10px 0 10px;
	cursor:pointer;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
}

/* Featured */

.featured {
	height:356px;
	margin-top:-35px;
	margin-bottom:15px;
	color:#fff;
}

.featured a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

.intro h1 {
	font-size:45px;
	color:#fff;
} 

.intro {
	padding-top:30px;
	margin-left:20px;
}

p.link a {
	padding:5px 9px;
	background:#55A505;
	color:#CAE3B2;
	font:10px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
}

p.link a:hover {
	background:#66b606;
	color:#fff;
}

p.biglink a {
	width:100%;
	display:block;
	text-align:center;
	padding:20px 0;
	background:#55A505;
	color:#CAE3B2;
	font:24px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
}

p.biglink a:hover {
	background:#66b606;
	color:#fff;
}

/* Features */

.rbox div.inner {
	padding:20px 20px 10px 20px;
}

.rbox div.error_message {
	padding:10px 10px 10px 35px;
}

.center {
	text-align:center;
}

/* Content */

.content {
	margin:15px auto 5px auto;
}

p.meta {
	margin:0;
	margin-bottom:20px;
	color:#444;
	font-size:11px;
}

h3.headline {
	margin-bottom:5px;
	padding-bottom:0;
	color:#fff;
}

.rbox h3 {
	margin:0 0 10px 0;
	color:#fff;
}

/* General */

.pagetitle {
	margin-top:-35px;
	margin-bottom:15px;

}

.pagetitle h1 {
	font:30px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:20px;
	margin:0;
	font-weight:bold;
}

.content img {
	padding:5px;
	background:#000;
	border:1px solid #252525;
	margin:15px;
}

.clear {
	clear:both;
	display:block;
	margin:10px 0;
}

.mini p {
	font-size:90%;
}

img.left {
	float:left;
	border:none;
	margin:0 5px 5px 0;
}

h2 {
	border-bottom:1px dotted #000;
	color:#fff;
}

.header h2 {
	border:none;
}

.video strong {
	font:10px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#ccc;
}

.video a {
	color:#55A505;
}

.video a:hover {
	color:#8b0;
}

/* Pricing */

table.pricing {
	border:1px dotted #363636;
	border-right:none;
	border-bottom:none;
	border-top:1px dotted #363636;
	color:#888;
}

table.pricing img {
	border:none;
	padding:0;
	background:none;
}

.pricing th, .pricing td {
	padding:10px;
	border-right:1px dotted #363636;
	border-bottom:1px dotted #363636;
	text-align:center;
	width:16%;
	background:#131313;
	color:#888;
}

.pricing p.link {
	margin:10px 0;
}

th.feature, td.feature {
	text-align:right;
	width:200px;
	font-weight:bold;
	color:#888;
}

.pricing th {
	background:#252525;
	border-right:1px solid #363636;
	border-bottom:1px solid #363636;
	color:#ccc;
}

tr.odd td {
	background:#111;
}

.price {
	font-size:140%;
	color:#333;
}

/* Slider */

#slider {
    margin: 20px auto 0;
    position: relative;
	z-index:0;
	width:440px;
	height:297px;
	padding-top:15px;
	background:url(../images/layout/slider.gif) top no-repeat;
}

.scroll {
    height: 312px;
    width: 440px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	z-index:0
}

.scrollContainer div.panel {
    height: 312px;
    width: 440px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding:10px 40px;
	height:45px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    color: #000;
    text-decoration: none;
	text-transform:uppercase;
	color:#9E302C;
	margin:0 10px 0 0;
}

	
ul.navigation a:hover {
	color:#251E10;
}

ul.navigation a.selected {
   color:#251E10;
}

ul.navigation a:focus {
    outline: none;
}

.panel {
	position:relative;
}

.panel img {
	position:absolute;
	top:0;
	left:0;
}

.panel p {
	line-height:18px;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
	z-index:9;
}

.scrollButtons.left {
    left: -30px;
	z-index:9;
}

.scrollButtons.right {
    right: -30px;
	z-index:9;
}


.hidden {
	display:none;
}

/* Tabs */

div#tab-container-1, div#tab-container-2 {
	width: 100%;
	margin:20px 0 20px 0;
}



ul#tab-container-1-nav, ul#tab-container-2-nav {
	list-style-type: none;
	width: 100%;
	float: left;
	background: url(../images/layout/pixel.gif) bottom left repeat-x;
	margin:0;
	padding:0;
}



ul#tab-container-1-nav li, ul#tab-container-2-nav li {
	margin: 0 2px 0 0;
	float: left;
}



ul#tab-container-1-nav a, ul#tab-container-2-nav a {
	float: left;
	display: block;
	padding: 4px 8px;
	border: 1px solid #474747;
	border-bottom: 0;
	color: #666;
	background:url(../images/layout/box.jpg) bottom repeat-x #fff;
	text-decoration: none;
	font-weight: bold;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-radius-topright:5px;
	-webkit-border-radius-topleft:5px;
}



ul#tab-container-1-nav a:hover, ul#tab-container-2-nav a:hover {
	background: #1d1d1d;
}



ul#tab-container-1-nav a.active, ul#tab-container-2-nav a.active {
	background: #1d1d1d;
	padding-bottom: 5px;
	cursor: default;
	color: #55A505;
}



.tab {
	clear: left;
	border: 1px solid #474747;
	border-top: 0;
	padding: 20px 20px 0 20px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-radius-bottomright:5px;
	-webkit-border-radius-bottomleft:5px;
	background:url(../images/layout/box.jpg) bottom repeat-x #1D1D1D;
}

.tab h3 {
letter-spacing: 1px;
}
object {
	margin-bottom:20px;
}

