@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/new/home_bg.jpg) repeat-x;
	background-position:bottom;
	height:431px;
}

div.panelContainer {
	width:920px;
	margin: 0px auto;
	background-image: url(images/home_header_face_comp_o.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	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/new/inner_bg.jpg) repeat-x;
	height:161px;
}

div.subpagepanelcontainer {
	width:920px;
	margin: 0px auto;
	/*ackground-image: url(images/new/features.jpg);*/
	background-repeat: no-repeat;
	background-position: top left;
	height:100%;
	text-align:left;
}

div.subpageheadline {
	margin:0px;
	width:490px;
	height:158px;
	padding:0px;
	padding-left:245px;
}


/*-------------------------------------------------
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;
}

.formItemHeading {
	color: #bd1220;
	font-family: georgia;
	font-size: 16px;
	font-weight: bold;
	padding-right:400px !important;
	padding-top:20px !important;
	text-align:right;
}

div.formcolumn input, div.formcolumn select {
	width: 280px;
	height: 20px;
}

div.formcolumn textarea
{
    width: 280px;
}

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;	
}

div.formcolumn input#InterestButton, div.formcolumn input#SignUpButton
{
    height:auto;
    width:auto;
}

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: #bd1220;
	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;
	padding-bottom:10px;	
}

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;
}

div.pricing_feature_condition
{
	font-size:8pt !important;
	text-align:center !important;
	font-family:georgia;
	color:#666666;
	width:700px;
	margin-top:20px;
	line-height: 1.4em;
	width:100%;
}

.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;
}

div#referredbydetails
{
	display:none;
}

p.feedback
{
	margin:0px;
	padding:0px;
}

h1.feedback
{
	margin-top:10px !important;
}

div.splash
{
	
}

div#signupheadline
{
	margin:0px;
	padding:0px;
	color:#f7af37;
	font-family:Tahoma;
	font-size:35px;
	padding-top:60px;
	font-weight:bold;
	text-align:center;
	width:100%;
}

select#ccexpirymonthddl, select#ccexpiryyear
{
	width:60px !important;
}

div#savingMessage p
{
	font-family: georgia;
	font-weight: bold;
	font-size: 14px;
	color: #bd1220;
	margin-bottom:20px;
}

/* Special News Items on Home Page */

div.newsleft, div.newsright {
	width: 325px;
	text-align:left;
	margin:0px;
	height:130px;
}

div.newsleft p, div.newsright p {
	padding: 0px;
}

div.newsleft img, div.newsright img 
{
	border: solid 1px #F08E38;
}

div.newsleft {
	float:left;
	padding: 0px;
	margin: 0px auto;
}

div.newsright {
	float:right;
	padding: 0px;
	margin: 0px auto;
}

table#pricetable
{
	margin:0px;
	padding:10px;
	margin-bottom:10px;
}

div#sales, div#dome
{
	border:1px solid #c0c0c0;
	padding:0px;
	margin:0px;
	padding-top:10px;
	height:570px;
}

div#training, div#hardware
{
	border:1px solid #c0c0c0;
	padding:0px;
	margin:0px;
	padding-top:10px;
	margin-top:10px;
	height:400px;
}

div#sales,div#training
{
	margin-right:10px;
}

table#pricing_feature_list td
{
	text-align:center;
}

div#bottomsection
{
    text-align:left;
    background-color:#2e2d29;
    color:#efe6d5;
    margin:0px;
    padding:0px;
    padding-top:20px;
    height:250px;
}

div#bottomsection a:link, div#bottomsection a:visited
{
    color:#efe6d5;
    text-decoration:none;
}

div#bottomsection a:hover
{
    color:#efe6d5;
    text-decoration:underline;
}

div#copyright
{
    width:950px;
    margin:0 auto 0 auto;
    padding:0px;
    font-family:Verdana;
    font-size:10px;
    text-align:right;
}

div#bottom
{
    width:950px;
    margin:0 auto 0 auto;
    padding:0px;
    font-family:Verdana;
    font-size:11px;
    height:200px;
}

div#bottom h2
{
    color:#fcb95e;
    font-weight:bold;
    font-size:12px;
    margin:0px;
    padding:0px;
}

div#bottom p
{
    margin:0px;
    padding:0px;
    padding-top:10px;
}

table#followuslist
{
    margin:0px;
    padding:0px;
    margin-top:10px;
}

table#followuslist td
{
    margin:0px;
    padding:0px;
    padding-bottom:10px;
    padding-right:10px;
    font-family:Verdana;
    font-size:12px;
}

div#twitter
{
    width:300px;
    line-height:140%;
    margin:0px;
    padding:0px;
    border:0px;
    float:left;
}

div#twitter span.twittername
{
    color:#fcb95e;
}

div#contact
{
    line-height:140%;
    margin:0px;
    padding:0px;
    border:0px;
    float:right;
}

div#twitterFeed
{
    height:160px;
    overflow:hidden;
}

.twitterItem
{
    margin-top:10px;
}

.twitterDate
{
    font-size:9px;
    margin-top:2px;
    font-style:italic;
}