﻿html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
#container
{
	min-height: 100%;
	position: relative;
}
#header
{
	background: #f0f0f0;
	/*background: white; */
	height: 85px;
	border-bottom: 2px dotted #cccccc;
	min-width: 950px;
}
#body
{
	padding: 10px;
	padding-bottom: 190px; /* Height of the footer */
}
#footer
{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 190px; /* Height of the footer */
	background: #f0f0f0;
	border-top: 2px dotted #cccccc;
	min-width: 950px;
}
		
ul#navigation
{
	color: #DEEFBC;
	right: 0;
	top: 0;
	z-index: 99;
	float: right;
	margin: 0;
	padding: 30px;
}
ul#navigation li
{
	float: left;
	display: inline;
}
#logo img
{
	border: 0;
	margin: 5px;
}
#internalheader, #innercontent
{
	width: 950px;
	margin: 0 auto;
	padding-bottom: 20px;
}
#navigation a
{
	padding: 35px 20px 36px 20px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	text-shadow: 1px 1px 1px #999999;
}
ul#navigation li a:hover
{
	color: white;
	background: #6B6B6B;
	background: -moz-linear-gradient(top, #6B6B6B 0%, #6B6B6B 59%, #5B5B5  B 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6B6B6B), color-stop(59%,#6B6B6B), color-stop(100%,#5B5B5B));
}
		
#navigation a.selected 
{ 			
	background: #cccccc;
}
		
		
#footer ul
{
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0;
}
		
#footer-wrapper .content
{
	margin: 0 auto;
	width: 950px;
}
		
.col-3
{
	width: 210px;
	float: left;
	margin-right: 35px;
}
.last
{
	margin-right: 0 !important;
}
#footer h3
{
	color: black;
	border-bottom: 1px solid white;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 6px;
	position: relative;
	text-shadow: 1px 1px 666666;
}
#footer-wrapper
{
	padding: 0;
	width: 950px;
	margin: auto;
}
		
#footer h3::after
{
	border-bottom: 1px solid #cccccc;
	content: '';
	display: block;
	position: relative;
	top: 6px;
}
#footer #copyright
{
	text-align: center;
	font-size: 11px;
	color: #666;
	margin: 0 0 10px 0;
}
		
.left
{
	float: left;
}
.right
{
	float: right;
}
.clear
{
	clear: both;
}
.clear_left
{
	clear: left;
}
.clear_right
{
	clear: right;
}
.clear_both
{
	clear: both;
}
.blurb
{
	width: 300px;
	height: 303px;
	padding: 0 0 0 0;
	margin: 0;
}
.blurb p
{
	font-size: 28px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	line-height: 40px;
	color: black;
	text-shadow: 1px 1px 2px #666;
}
.feature
{
	width: 604px;
	height: 287px;
	position: relative;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	border: 1px solid #cccccc;
}
.feature .images
{
	position: absolute;
	top: 4px;
	left: 4px;
	width: 596px;
	height: 228px;
	background: #ffffff;
}
.feature .images img
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.feature .text
{
	width: 308px;
	height: 85px;
	position: absolute;
	left: 280px;
	top: 175px;
}
.feature .text div
{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	background-color: White;
	padding: 5px;
	border: 1px solid #999;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.feature .text div img
{
	float: left;
	padding-right: 10px;
}
.feature .text div h3
{
	color: black;
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 7px 0;
}
.feature .text div p
{
	font-family: Verdana, Geneva, sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 15px;
	margin: 0;
}
.feature .controls
{
	position: absolute;
	left: 25px;
	top: 254px;
	height: 15px;
	width: 400px;
}
.feature .controls div
{
	width: 15px;
	height: 15px;
	background: url(images/feature_inactive.png) left top no-repeat;
	margin-left: 5px;
	float: left;
	cursor: pointer;
}
.feature .controls div.active
{
	background: url(images/feature_active.png) left top no-repeat;
}
.software
{
	clear: both;
	padding-top: 22px;
	margin: 0 auto;
	width: 942px;
}
.software .box
{
	width: 278px;
	height: 144px;
	padding: 11px 12px 16px 12px;
	background: url(images/software_box.png) center center no-repeat;
	overflow: hidden;
}
.software .box.center
{
	float: left;
	margin-left: 18px;
}
.software .box img
{
	float: left;
	padding-right: 10px;
}
.software .box h3
{
	color: #000000;
	font-size: 20px;
	margin: 0 0 7px 0;
}
.software .box p
{
	font-family: Verdana, Geneva, sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 14px;
	margin: 0;
}
		
.white_box
{
	width: 1000px;
	margin-bottom: 40px;
	clear: both;
}
.white_box .top
{
	width: 1000px;
	height: 7px;
}
.white_box .tile
{
	width: 942px;
	padding: 0;
	overflow: hidden;
}
.white_box .bottom
{
	width: 984px;
	height: 7px;
}
		
.white_box .content
{
	width: 621px;
}
.white_box .nav
{
	width: 250px;
}
		
		
#footer ul li a
{
	color: #666666;
	text-decoration: none;
}
#footer a
{
	color: #777;
}
#footer ul li
{
	font-size: 11.5px;
	margin: 0 15px 10px 0;
}
#banner
{
	clear: both;
	font-size: 33px;
	text-shadow: 1px 1px 1px #666;
	text-transform: uppercase;
	font-weight: bold;
	color: Black;
	/*border-bottom: 1px dotted #ccc;*/
}
#body
{
	color: #333;
}
		
#banner, .border
{
	/*border-bottom: 1px dotted #ccc;*/
}
		
#banner
{
	padding: 0;
	margin: 10px 0 20px 0;
}
		
.box_tile 
{ 
	font-size: 14px;
	border-left: 1px dotted #ccc;
	padding: 20px;
}
		
.MoreLink { font-size: 12px; font-weight: bold; text-align: right; vertical-align: baseline; }
		
.RHMenu 
{ 
	float: left;
	background: #f0f0f0;
	width: 170px;
	padding: 0;
	margin-top: 20px;
	/*-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:15px;*/

}

.DetailsContent
{
	float: right;
	width: 750px;
}

.RHMenu a 
{ 
	font-weight: bold;
	text-decoration: none;
	padding: 15px 0 15px 20px;
	display: block;
	color: black;
	text-shadow: 1px 1px 1px #999999;
}

.RHMenu li 
{
	list-style: none;
	border-bottom: 1px solid white;
}
.RHMenu li:last-child
{
	border-bottom: 0;
}


.RHMenu li::after {
	border-bottom: 1px solid #CCC;
	content: '';
	display: block;
	position: relative;
	top: 0px;
}

.RHMenu li:last-child::after 
{
	border-bottom: none;
}


.RHMenu ul { padding: 0; margin: 0; }
.RHMenu a.selected
{
	background: #cccccc;
}

.RHMenu a:hover
{
	color: white;
	background: #6B6B6B;
	background: -moz-linear-gradient(top, #6B6B6B 0%, #6B6B6B 59%, #5B5B5  B 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6B6B6B), color-stop(59%,#6B6B6B), color-stop(100%,#5B5B5B));
}

.DetailsContent h1, .OneColumnPage h1
{
	font-size: 26px;
	text-shadow: 1px 1px 1px #666;
	font-weight: bold;
}

.DetailsContent h2, .OneColumnPage h2
{
	text-shadow: 1px 1px 1px #666;
}

.OneColumnPage h2
{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 2px dotted #cccccc;

}

.DetailsContent
{
	font-size: 14px;
}

.ScreenshotImage  
{
	width: 250px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	border: 1px solid #cccccc;
}

.ScreenshotImage img { display: block; }

.ScreenshotDescription
{
	width: 460px;
	padding-top: 20px;
}

.ScreenshotBlock 
{ 
	clear: both; 
	padding: 20px 0 20px 0;
	border-top: 2px dotted #cccccc;
}

.FormItem label
{
	font-size: 20px;
	text-shadow: 1px 1px 1px #666;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

.FormItem input[type='text'], textarea
{
	font-size: 20px;
	border: 1px solid #999;
	background-color: #f0f0f0;
	width: 400px;
	height: 30px;
	padding: 3px;
}

textarea { height: 100px; font-size: 12px; }

input[type='text'].input-validation-error, textarea.input-validation-error
{
	border-color: Red;
	background-color: #ffcccc;
}

.field-validation-error
{
	display: block;
	font-weight: bold;
	color: Red;
	margin: 3px 0 3px 0;
}

.SubmitButton
{
	border: none;
	background: #333;
	color: white;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 4px;
	padding: 3px 6px;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	min-width: 100px;
	cursor: pointer;
	margin: 0 auto;
}

.DemoRequestForm
{
	display: table-cell;
	
}

.SuccessMessage
{
	border: 2px solid green;
	background-color: #ccffcc;
	color: Green;
	font-weight: bold;
	font-size: 18px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 4px;
	padding: 10px;
}

.MapImage
{
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	border: 1px solid #cccccc;	
}

.Animation  
{
	float: left;
	margin-right: 15px;	
	margin-bottom: 10px;
}
.Animation img 	
{
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	border: 1px solid #cccccc;	
}

.ClientImage 
{ 
	margin: 5px 15px 5px 15px;
	
}

.PaymentMessage 
{ 
	border: 2px solid red;
	background-color: #ffffcc; 
	color: Red;
	font-size: 16px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 4px;
	padding: 10px;
	margin-top: 10px;
}

.PaymentMessage span 
{ 
	font-weight: bold; 
	text-shadow: 1px 1px 1px #999999;
}

.box h3, .text h3
{
	text-shadow: 1px 1px 1px #666;
}