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

/*Basic Text and Body*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: Arial, “Helvetica Neue”, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a, img {
	border: none;
}
a:hover {
	color: #CC3300;
}
ul {
	list-style:none outside none;
}
h1 {
	font-size: 28px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
h2 {
	font-size: 14px;
	color: #666666;
	font-weight: lighter;
	text-align: left;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 5px;
}
h3 {
	font-family: Ariel, "“Helvetica Neue”", Helvetica, sans-serif;
	color:#444444;
	font-size:1.1em;
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: bold;
}
h4 {
	font-size: 20px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	height: 30px;
	padding-top:10px;
}
h5 {
	color:#333333;
	font-size:1.29em;
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
h6 {
	font-family: Ariel, "“Helvetica Neue”", Helvetica, sans-serif;
	color:#F6F6F6;
	font-size:1.1em;
	margin: 0;
	padding: 0;
	font-style: normal;
}

/*header*/

#header {
	margin:0 auto;
	height: auto;
	padding-top:15px;
	padding-bottom: 10px;
	position:relative;
	background-attachment: scroll;
	background-color: #222222;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A4A4A4;
}
#navigation {
	margin:0 auto;
	width:900px;
	height: 50px;
	color: #FFFFFF;
}

/*nav bar menu*/

#menuh-container
	{
	margin:0 auto;
	top: 1em;
	width: 950px;
	height: 42px;
	}

#menuh
	{
	width: 600px;
	padding-left: 20px;
	padding-top: 10px;
	float:right;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	
	{
	color: white;
	text-decoration:none;
	}
	
#menuh a:hover						
	{
	color: #CC3300;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  
	{
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	
	{
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9em;	
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		
	vertical-align: bottom;	
	padding-bottom:5px;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -1em;
	background-color: #222222;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;	
	border-radius: 5px; 
	}

#menuh ul ul ul
	{
	top:0px;
	left:100%;
	background-color: #222222;
	width: 10em;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
	{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
	{display:block;}



/*sidebar menu*/

#sidebar_nav {
	width: 140px;
	height: 500px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	border-right-width: thin;
	border-right-color: #A4A4A4;
	border-right-style: solid;
}
#sidebar_nav a {
	font-size: 14px;
	color: #666666;
	position:relative;
	font-weight: lighter;
	text-align: left;
}
#sidebar_nav ul {
	width: 140px;
	margin-top: 8px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-left: 0px;
	float: left;
}
#sidebar_nav ul {
	position: relative;	
}
#sidebar_nav li {
	padding-top: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #A4A4A4;
	background: #FFFFFF;
}
#sidebar_nav li ul {
	width: 150px;
	position: absolute;
	left: 140px;
	top: 65px;
	display: none;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #A4A4A4;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #A4A4A4;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #A4A4A4;
	background-color: #FFFFFF;
}
#sidebar_nav ul li a {
	display: block;
	text-decoration: none;
	color: #666666;
	background-color: #FFFFFF;
	padding: 5px;
}
#sidebar_nav ul li a:hover {
	display: block;
	text-decoration: none;
	color: #CC0000;
	padding: 5px;
}
#sidebar_nav li:hover ul { 
	display: block; 
}


/*structure*/

#wrapper {
	background:none repeat scroll 0 0 #FFFFFF;
	width: 950px;
	height: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#headline {
	width: 890px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: thin;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	float: left;
}
img.floatLeft { 
    float: left; 
}
img.team {
	border: 1px solid #ccc; 
	padding: 5px; 
	background: #fff; 
	float: left;
	margin:10px;
	margin-left:0px;
}
#index_box {
	overflow: hidden;
	width: 890px;
	margin: 0 auto;
	height:180px;
	background-color:#FFFFFF;
}
#index_content {
	float:left;
	width: 250px;
	padding:10px;
	padding-left:15px;
	padding-right:15px;
	height:140px;
	border: 1px solid #ccc;
	background-color: #f8f8f8;
	-webkit-border-radius: 6px;
	-moz-border-radius:6px;	
	border-radius: 6px; 	
	margin-left:22px;
}
#index_content ul {
	margin-top: 10px;
	margin-left:15px;
	margin-bottom: 5px;
	list-style-image:url(images/right.png);
}
#index_content a {
	color:#0099FF
}
#index_content img {
	float:right;
	padding-top:40px;
}
#index_content img.second {
	float:left;
	padding:0px;
	margin:0px;
	margin-top:5px;
}

/*Content Boxes*/

#content {
	height: auto;
	width: 410px;
	float: left;
	padding-top: 10px;
	padding-left: 20px;
}
#content li {
	padding-bottom: 3px;
	list-style-type: square;
}
#content.example {
	height: 60px;
	width: 300px;
	float: left;
	margin-left:15px;
}
#content.expand {
	height: auto;
	width: 750px;
	float: right;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom:20px;
	border-bottom: 1px solid #cccccc;
}
#content.expand h1 {
	font-size: 12px;
	color:#333333;
	width: 300px;
	height: 15px;
	padding-left:30px;
	background-image: url(images/h2_trigger_a.gif);
	background-repeat: no-repeat;
}
#content.expand h2 {
	padding-left:20px;
	float:left;
}
#content.expand img {
	float:left;
	border-color:#D9D9D9 #9B9B9B #9B9B9B #D9D9D9;
	border-style:solid;
	border-width:1px;
	padding: 5px;
	margin:10px;
	overflow:hidden;
}
#content.expandtext {
	width:400px;
	padding-top:0px;
}
#content.features {
	height: 240px;
	width: 228px;
	background-image: url(images/features_box.gif);
	background-repeat: no-repeat;
	color: #555555;
	padding-left: 10px;
	padding-right: 10px;
}
#content.features ul {
	list-style: square outside;
}
#content.features_big {
	height: 300px;
	width: 280px;
	background-image: url(images/features_box_big.gif);
	background-repeat: no-repeat;
	color: #555555;
	padding-left: 10px;
	padding-right: 10px;
	margin-left:35px;
}
#content.frame {
	padding-left:0;
	padding-top:0;
	padding-bottom:10px;
	margin: 0;
}
#content.frame img {
	border-color:#D9D9D9 #9B9B9B #9B9B9B #D9D9D9;
	border-style:solid;
	border-width:1px;
	padding: 5px;
	overflow:hidden;
}

#content.full {
	height: auto;
	width: 800px;
	margin: 0px;
	padding: 0px;
	float:left;
}
#content.right {
	height:auto;
	float: left;
	width: 300px;
}
#content.virttour {
	width:285px;
	height:180px;
	float:left;
	margin-left:36px;
	margin-top:50px;
	padding:5px;
	border: 1px solid #ccc;
	background-color: #f8f8f8;
	-webkit-border-radius: 6px;
	-moz-border-radius:6px;	
	border-radius: 6px;
}

/*Features Page Content*/

#features_box {
	color: #555555;
	width: 780px;
	height: auto;
	float:left;
	margin-top:15px;
	margin-left:20px;
}
#features_box.indiv {
	width: 450px;
	height: 200px;
	border-radius: 6px;
	margin-left: 50px; 
	float:left; 
}
#features_box.video {
	width: 262px;
	height: 212px;
	border: 1px solid #ccc;
	margin-left:10px;
}
#features_box li {
	padding-bottom: 3px;
	list-style-type: square;
}
img.features {
	border: 1px solid #ccc; 
	margin: 5px; 
}

/*Bottom Boxes*/

#bottom_box {
	width: 750px;
	height: 150px;
	margin-top: 20px;
	background-image: url(images/bottom_box.gif);
	float: left;
}
#bottom_box_image {
	width: 150px;
	height: auto;
	text-align:center;
	padding-bottom: 10px;
	padding-top: 10px;
}
#bottom_box_single {
	width: 150px;
	height: 150px;
	float:left;
}
#bottom_box_single a {
	text-align:center;
	font-size: 11px;
	margin-left: 40px;
	color: #333333;
}
#bottom_box_single a:hover {
	color: #3399FF;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #3399FF;	
}

/*Right Column Sidebar*/

#sidebar.right {
	height:auto;
	float: left;
	width: 300px;
	margin-left:30px;
}
#sidebar h4{
	padding-left:85px;
	margin-top:10px;
}

/*About Page*/

#about_box {
	width:200px;
	height: auto;
	margin-left:5px;
	margin-top:15px;
	border: 1px solid #ccc;
	background-color: #f8f8f8;
	-webkit-border-radius: 6px;
	-moz-border-radius:6px;	
	border-radius: 6px; 
	padding:10px;
}
#about_box a {
	color:#333333;
}
#about_box a:hover {
	color:#0099FF;
}
#about_box ul{
	padding-left:35px;
}
#about_box li{
	padding-bottom:8px;
}
#signup {
	margin-top:20px;
	width:200px;
	border: 1px solid #ccc;
	background-color: #f8f8f8;
	-webkit-border-radius: 6px;
	-moz-border-radius:6px;	
	border-radius: 6px; 
	padding:10px;
	float:right;
}

/*Get Started Page*/

#get_started {
	border: 2px solid #ccc;
	background-color: #ffffff;
	-webkit-border-radius: 6px;
	-moz-border-radius:6px;	
	border-radius: 6px; 
	width:600px;
	height:150px;
	float:left;
	margin-top:20px;
}
#inner_plan {
	width:200px;
	height:150px;
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;	
	float:left;
}
#inner_plan h1 {
	font-size:60px;
	color:#ffffff;
	padding-left:40px;
	padding-top:20px;
}
#inner_plan h2 {
	font-size:12px;
	color:#ffffff;
	padding-left:20px;
	padding-top:0px;
}
#inner_selection {
	width:400px;
	height:150px;
	float:left;
}
#inner_selection h1 {
	font-size:20px;
	color:#333333;
}
#inner_selection h2 {
	font-size:12px;
	color:#333333;
	padding:0px;
	margin:0px;
}
.form{
	margin:0px;
	height:150px;
}
#inner_selection select {
    background-color:#f8f8f8;
	color:#333333;
	margin-left:20px;
}

/*pricing table*/

#pricing_table {
	margin-left: 20px;
	margin-top: 10px;
	width: 560px;
	height: auto;
	float: left;
}
#pricing_header {
	padding-left: 150px;
	width: 700px;
	height: 60px;
	background-image: url(images/table_header.gif);
	background-repeat: no-repeat;
}
#pricing_header.web {
	width: 557px;
	padding-left:0px;
	background-image: url(images/table_header_web.gif);
}
#plan {
	width: 130px;
	height: 35px;
	float: left;
	color: #FFFFFF;
	text-align:center;
	margin-top: 10px;
	font-size: 14px;
	padding-left:5px;
}
#plan.web {
	width:200px;
	padding-left:2px;
}
#plan.pro {
	background-image:url(images/pro.png);
	background-repeat: no-repeat;
	background-position: 45px bottom;
}
#row {
	width: 698px;
	height: 35px;
	float:left;
	font-size:11px;
	line-height:35px;
	background-color: #F5F5F5;
	border-bottom:1px solid #E0E0E0;
	border-left:1px solid #E0E0E0;
	border-right:1px solid #E0E0E0;
}
#row.alt {
	background-color: #F1F1F1;
}
#row.web {
	width:555px;
}
#row.webalt {
	background-color: #F1F1F1;
	width:555px;
}
#column {
	width: 134px;
	height: 35px;
	color:#333333;	
	border-bottom:1px solid #E0E0E0;
	border-left:1px solid #E0E0E0;
	text-align:center;
	float:left;
}
#column.web {
	width:200px;
}
#column img {
	padding-top:10px;
}
#subject {
	width: 145px;
	height: 35px;
	color: #666666;
	font-size: 11px;
	text-align: left;
	float:left;
	padding-left: 5px;
}
#options_contain {
	width:220px;
	height: auto;
	margin-left:5px;
	margin-top:0px;
	float:right;
}
#options {
	width:200px;
	height: auto;
	margin-left:5px;
	margin-top:20px;
	border: 1px solid #ccc;
	background-color: #f8f8f8;
	-webkit-border-radius: 6px;
	-moz-border-radius:6px;	
	border-radius: 6px; 
	padding-left:5px;
}
#options_contain h5 {
	padding-bottom:0px;
}
#options h5 {
	font-size: 1em;
	padding-bottom:10px;
}
#options ul {
	color: #555555;
	margin-top:0px;
	padding-left:20px;
}

/*Footer*/

#footer {
	height:200px;
	padding-top:15px;
	margin-bottom: 0;
	padding-bottom: 0;
	position:relative;
	background-attachment: scroll;
	background-color: #222222;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A4A4A4;
	color:#CCCCCC;
}
#footer p {
	color:#CCCCCC;
	margin-left:5px;
	padding-top: 10px;
}
#footer_wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 180px;
}
#footer_box {
	width: 180px;
	float: left;
	padding-left: 40px;
	height: 180px;
}
#footer_box.pressed {
	color: #fff;
	background: #111;
	border: 1px solid #000;
	border-right: 1px solid #353535;
	border-bottom: 1px solid #353535;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	width: auto;
	height:auto;
	margin-left:40px;
}
#footer_box ul{
	margin: 20px 0; padding: 0; 
	list-style: none;
}
#footer_box ul li {
	border-top: 1px solid #333; 
	border-bottom: 1px solid #111;
}
#footer_box ul li:first-child {border-top: none;}
#footer_box ul li:last-child {border-bottom: none;}
#footer_box ul li a {
	display: block;
	color: #CCCCCC;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#footer_box ul li a:hover {background: #111;}
#footer_box.alt {
	margin-left: 0px;
}
#footer_headline {
	width: 180px;
	float: left;
	height: auto;
	margin-bottom: 20px;
}
#footer_headline.about {
	width: 250px;
	padding-left:5px;
}

#myvar {margin-left:30px;}
#myvara {margin-left:30px;}
#myvarb {margin-left:30px;}
#myvarc {margin-left:30px;}
#myvar1 {
	border: 1px solid #ccc;
	background: #fafafa;
	padding-left: 10px;
	margin-left:30px;
	margin-top: 5px;
}
#myvar2 {
	border: 1px solid #ccc;
	background: #fafafa;
	padding-left: 10px;
	margin-left:30px;
	margin-top: 5px;
}
#myvar3 {
	border: 1px solid #ccc;
	background: #fafafa;
	padding-left: 10px;
	margin-left:30px;
	margin-top: 5px;
}
#myvar4 {
	border: 1px solid #ccc;
	background: #fafafa;
	padding-left: 10px;
	margin-left:30px;
	margin-top: 5px;
}


