@CHARSET "UTF-8";

body {
	background: #fff url(images/menu_grad.jpg) repeat-x;
	margin: 0;
	padding: 0;
}

/*-------------------------------------------------
main container
-------------------------------------------------*/

div.container {
	margin: 0px auto;
	padding: 0px;
	text-align:center;
	width:100%;
}

/*-------------------------------------------------
Clear Fix Trick
-------------------------------------------------*/

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

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*-------------------------------------------------
header
-------------------------------------------------*/

div#header {
	width: 900px;
	margin: 0px auto;
	text-align:left;
	height:62px;
}

div#header p {
	margin: 0px auto;
	padding-top: 20px;
	padding-left: 25px;
	font-family:verdana;
	font-size:11px;
	color: #666666;
}

div#header img.logo {
	float: right;
	padding-right: 30px;
}

div#header img.smiley {
	padding-right: 2px;	
}

div#header a:link,div#header a:visited {
	color: #3252b2;
	font-family:verdana;
	font-size:12px;
}

div#header a:hover {
	color: #B11402;
}

div#header a img {
	border: 0;
}

.current {
	font-weight:bold;	
}

/*-------------------------------------------------
Home Panel
-------------------------------------------------*/

div.panel {
	padding: 0px;
	text-align: center;
	background-color: #ffffff;
	border-top: 1px solid #F08E38;
	border-bottom: 1px solid #F08E38;
	background: #fff url(images/home_header_grad.jpg) repeat-x;
	height:400px;
}

div.panelContainer {
	width:920px;
	margin: 0px auto;
	background-image: url(images/mainheading.jpg);
	background-repeat: no-repeat;
	background-position: 40px 160px;
	height:100%;
}

div.headline {
	float: left;
	text-align: center;
	padding-left:5px;
	width:490px;
}

div#mainheadline {
	padding-top:50px;
}

div#subheadline {
	padding-top:15px;	
}

div#speil {
	color: #ffffff;
	font-size: 16px;
	font-family: verdana;
	font-weight: bold;
	padding-top:14px;	
	line-height: 1.3em;
}

div.headshot {
	float: right;
	width: 435px;
	text-align: left;
	margin-bottom: 22px;
}


/*-------------------------------------------------
Sub Pages Panel
-------------------------------------------------*/

div.subpagepanel {
	padding: 0px;
	text-align: center;
	background-color: #ffffff;
	border-top: 1px solid #F08E38;
	border-bottom: 1px solid #F08E38;
	background: #fff url(images/insidebg.jpg) repeat-x;
	height:120px;
}

div.subpagepanelcontainer {
	width:920px;
	margin: 0px auto;
	background-image: url(images/inside_heading2.jpg);
	background-repeat: no-repeat;
	background-position: 100px 38px;
	height:100%;
	text-align:left;
}


/*-------------------------------------------------
Free Trial Box
-------------------------------------------------*/

div#freetrialbox {
	width: 360px;
	height: 46px;
	background-color: #B11402;
	margin: 0px auto;
	margin-top:10px;
}

div#freetrialbox span {
	color: #ffffff;
	font-size: 15px;
	font-family: verdana;
	font-weight: bold;
}

div#freetrialbox a:link,div#freetrialbox a:visited {
	color: #FFE611;
	font-size: 20px;
	font-family: verdana;
	font-weight: bold;
}

div#freetrialbox a:hover {
	color: #ffffff;
	font-size: 20px;
	font-family: verdana;
	font-weight: bold;
}

div#freetrialbox p {
	padding:0px;
	margin:0px;
	padding-top:10px;
}

/*-------------------------------------------------
Content
-------------------------------------------------*/

div.content {
	width: 700px;
	margin: 20px auto;
	padding: 0px;
}

div.introcolumn {
	width: 600px;
	text-align:left;
	padding: 0px;
	margin: 0px auto;
}

div.formcolumn {
	width: 600px;
	text-align:left;
	padding:0px;
	margin:0px auto;	
}

div.formcolumn div.formitem {
	border-bottom: 1px solid #e9e9e9;
	padding:0px;
	margin:0px;
	padding-top:7px;
	padding-bottom:7px;
}

div.formcolumn div.formitem:hover {
	/*background-color:#fef2da;*/
}

div.formcolumn label{
	float: left;
	color: #333333;
	font-family: georgia;
	font-size: 14px;
	font-weight: bold;
	width: 200px;
	text-align:right;
	padding-right:20px;
	padding-top:5px;
}

div.formcolumn input, div.formcolumn select{
	width: 280px;
	height: 20px;
}

div.formcolumn div.formitem input#submitbutton {
	width:150px;
	height: 30px;	
}

div.formcolumn .boxes{
	width: 20px;
	height: 20px;
	float:left;
	padding:0px;
	margin:0px;
	margin-right:5px;
}

div.formcolumn span {
	color:#ff0000;	
}

span#termsagree {
	color: #333333;
	font-family: georgia;
	font-size: 14px;
}

span#termsagree a:link,span#termsagree a:visited {
	color: #3252b2;
}

span#termsagree a:hover{
	color: #b11402;
	background-color:#fef2da;
}

div#termsofuse {
	margin: 0px auto;
	margin-top:10px;
	margin-bottom: 10px;
	width: 500px;
	height: 300px;
	overflow: auto;
	border:1px solid #e9e9e9;
	padding:10px;
	display:none;
}

div#termsofuseheading {
	background-color:#fef2da;
	margin:0px;
	padding:5px;
	padding-left:10px;
	margin-bottom:10px;
	color: #333333;
	font-family: georgia;
	font-size: 16px;
	font-weight: bold;
}

div#termsofuseheading a:link,div#termsofuseheading a:visited {
	float:right;
	color: #3252b2;
	font-weight:normal;
}

div#termsofuseheading a:hover {
	color:#b11402;
}

div.formcolumn br{
	clear: left;
}

div.leftcolumn, div.rightcolumn {
	width: 325px;
	text-align:left;
}

div.leftcolumn {
	float:left;
	padding: 0px;
	margin: 0px auto;
}

div.rightcolumn {
	float:right;
	padding: 0px;
	margin: 0px auto;
}

div.leftcolumn h1, div.rightcolumn h1, div.introcolumn h1, div.touritem h1,div#termsofuse h1,div#termsofuse h2 {
	color: #333333;
	font-family: georgia;
	font-size: 14px;
	font-weight: bold;
	margin:0px 0px 5px 0px;
	text-transform:uppercase;
}

div.formcolumn h1,div#termsofuse h1 {
	text-transform:capitalize;
	font-size:16px;
}

div#termsofuse h2 {
	font-size:14px;
	text-transform:uppercase;
}

div.leftcolumn p, div.rightcolumn p, div.introcolumn p, div.touritem p, div#termsofuse p {
	font-family: georgia;
	font-size: 14px;
	color: #666666;
	line-height: 1.4em;
	padding:0px;
	margin:0px;
	padding-bottom:10px;
}

div.introcolumn p {
	font-size: 15px;
	margin-bottom:20px;
	background-color:#fef2da;
	padding: 10px 10px 10px 10px;
	border: 1px solid #F08E38;
}

div.introcolumn p b {
	color: #333333;
}

div.leftcolumn a:link, div.rightcolumn a:link,div.leftcolumn a:visited, div.rightcolumn a:visited, div.introcolumn a:link, div.introcolumn a:visited, div.touritem a:link, div.touritem a:visited {
	font-family: georgia;
	font-size: 14px;
	color: #3252b2;
	line-height: 1.4em;
	padding:0px;
	margin:0px;
}

div.leftcolumn a:hover, div.rightcolumn a:hover,div.touritem a:hover {
	color: #b11402;
	background-color:#fef2da;
}

div.narrowcolumn {
	width: 225px;
}

div.widecolumn {
	width: 425px;
}

div.featureitem {
	padding-bottom:10px;
}

div.featurewidecolumn {
	width: 445px;
}

div.featurenarrowcolumn img {
	width: 225px;
	height: 180px;	
	border:1px solid #fccd97;
}

div.tourcontent {
	width: 900px;	
}

div.touritem {
	text-align:center;
	padding-bottom: 30px;
}

div.touritem h1 {
	font-size: 16px;	
}

div.touritem p {
	padding-bottom: 20px;	
}

div#pricingbox h1 {
	font-family: georgia;
	font-size:22px;
	color: #B11402;
	line-height: 1.4em;
	padding:0px;
	margin:0px;
}

div#pricingbox h1 span {
	font-size:34px;	
}

div#pricingbox p {
	font-family: georgia;
	font-size:16px;
	font-weight:bold;
	color: #333333;
	line-height: 1.4em;
	padding:0px;
	padding-bottom:20px;
	margin:0px;
}

div.currencyBox
{
	padding:0px;
	padding:5px;
	margin:0px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
	font-family: georgia;
	font-size:14px;
	font-weight:normal;
	color: #333333;
	line-height: 1.4em;
	background-color:#e9e9e9;
	border:1px dashed #c0c0c0;
}

/*-------------------------------------------------
Footer
-------------------------------------------------*/

div.footer {
	text-align: center;
	background-color: #e9e9e9;
	font-family: verdana;
	color: #999;
	padding: 15px 0;
	font-size: 10px;
	line-height: 1.4em;
	margin: 25px 0px 0px 0px;
	height:10px;
}

div.footer a:link, div.footer a:visited{
	font-family: verdana;
	color: #999;
}

span.newflash 
{
	text-decoration: underline;
	color:#bd1220;	
}

/*-------------------------------------------------
Pricing Page
-------------------------------------------------*/

table#pricing_feature_list
{
	width:75%;
	padding:0px;
	margin:0px;
	padding-bottom:10px;
	margin-top:10px;
}

table#pricing_feature_list td
{
	font-family: georgia;
	font-weight: normal;
	font-size: 14px;
	color: #666666;
	line-height: 1.4em;
	text-align:left;
	width:50%;
}

.pricing_feature_subhead
{
	text-align:center !important;
	font-size:14px !important;
	font-weight:bold !important;
	color:#333333 !important;
}

.pricing_feature_condition
{
	font-size:8pt !important;
	text-align:center !important;
}

.pricing_hardware_price
{
	text-align:left !important;
	font-size:18pt !important;
	font-weight:bold !important;
	color: #B11402 !important;
}

.pricing_note
{
	font-size:10pt !important;
	text-align:center !important;
	padding-top:10px;
	color:#333333 !important;
}

div#pricingbox h1
{
	padding-bottom:7px;
}

div#pricingbox p
{
	padding-bottom:7px;
}

td.pricing_hardwareheading
{
	text-align:center !important;
	font-size:18px !important;
	font-weight:bold !important;
	color:#B11402 !important;
	padding-top:15px;
	padding-bottom:5px;
	margin-bottom:0px;
}

span#pricing_hardwaresubheading
{
	font-family: georgia;
	font-weight: normal;
	font-size: 14px;
	color: #666666;
	line-height: 1.4em;
	text-align:center;
	padding:0px;
	margin:0px;
}