/******* Freepath styles ******/
body {
	margin: 0;
	padding: 0;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 14px;
	line-height: 140%;
	color: #000;
	background: #000;
	}

body, html 
{
	height: 100%;
}	
	
/****** Basic layout styles *******/

#freepath
{
}

#page
{
	background: white;
	min-height: 100%;
	position:relative;
	padding-top: 5px;
	padding-bottom: 5px;
}

#header
{
	background: transparent;
	float: none;
	width: auto;
	height: auto;
	position: relative;
}

#headercontent
{
	background: #000000;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 110px;
	position: relative;
}

#logo
{
	float:left;
	padding-top:0px;
	padding-left:39px;
}

#headerphone
{
	position:absolute;
	right:40px;
	top:10px;
	font-weight:bold;
	font-size:16px;
	color:White;
}

#buttons
{
	position: absolute;
	top:40px;
	right:30px;
}

#buttons a
{
}

.tryButton
{
	display:inline-block;
	width:165px;
	height:45px;
	background: url(/Themes/Freepath/images/general/trybutton.png) no-repeat 0 0;
}

.tryButton:hover
{
	background-position: 0 -45px;
}

.tryButtonSmall
{
	display:inline-block;
	width:128px;
	height:34px;
	background: url(/Themes/Freepath/images/general/trybutton_sm.png) no-repeat 0 0;
}

.tryButtonSmall:hover
{
	background-position: 0 -34px;
}

.buyButton
{
	display:inline-block;
	width:165px;
	height:45px;
	background: url(/Themes/Freepath/images/general/buybutton.png) no-repeat 0 0;
}

.buyButton:hover
{
	background-position: 0 -45px;
}

.buyButtonSmall
{
	display:inline-block;
	width:128px;
	height:34px;
	background: url(/Themes/Freepath/images/general/buybutton_sm.png) no-repeat 0 0;
}

.buyButtonSmall:hover
{
	background-position: 0 -34px;
}

.getstartedButton
{
	display:inline-block;
	width:165px;
	height:45px;
	background: url(/Themes/Freepath/images/general/getstartedbutton.png) no-repeat 0 0;
}

.getstartedButton:hover
{
	background-position: 0 -45px;
}

.watchdemoButton
{
	display:inline-block;
	width:165px;
	height:45px;
	background: url(/Themes/Freepath/images/general/watchdemobutton.png) no-repeat 0 0;
}

.watchdemoButton:hover
{
	background-position: 0 -45px;
}

.tryButton span, .tryButtonSmall span, .buyButton span, .buyButtonSmall span, .getstartedButton span, .watchdemoButton span
{
	display:none;
}

#top-nav
{
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	height: 25px;
	top: 85px;
	left:40px;
	position: relative;
}

#top-nav div.tab
{
	background: url(/Themes/Freepath/images/common/tabinactive.png) no-repeat 0 0;
	float:left;
	width:120px;
	height:25px;
	text-align:center;
	line-height: 25px;
}

#top-nav table
{
}

#top-nav tr
{
}

#top-nav td
{
	width: 150px;
	border-right: 1px solid #CECECE;
	text-align:center;
	padding:0px;
}

#top-nav td.last
{
	border-right-style: none;
}

#top-nav a
{
	color: #FFFFFF;
	text-decoration: none;
}

#top-nav a:hover
{
	color: #D76F00;
}

#personalization
{
	position:absolute;
	right:30px;
	bottom:0px;
}

.browserwarning
{
	background-color: #E0E0E0;
	color: #FE0F01;
	text-align:center;
	font-size:10px;
	height: 16px;
	width: 100%;
}

#content
{
	background: transparent;
	min-height:600px;
}

#content800
{
	width:800px;
	margin-left: auto;
	margin-right:auto;
}

#content1000
{
	width:1000px;
	margin-left: auto;
	margin-right:auto;
}

#contentwide
{
	width: 100%;
}

* html #freepath #page #content
{
	height: 100%;
}

.flushpage
{
	margin-top:0px;
	margin-bottom:0px;
}

.onecolumnpage
{
	margin-top:20px;
	margin-bottom:20px;
}

.onecolumnpagedeep
{
	margin-top:40px;
	margin-bottom:40px;
}

.twocolumnpage
{
	position:relative;
	margin-top: 20px;
	margin-bottom:20px;
}

.twocolumninsert
{
	position:relative;
	margin-top:0px;
	margin-bottom:0px;
}

.twocolumnpage .leftcolumn, .twocolumninsert .leftcolumn
{
	width:49%;
	float:left;
	clear:left;
}

.twocolumnpage .rightcolumn, .twocolumninsert .rightcolumn
{
	width:49%;
	float:right;
	clear:right;
}

.threecolumnpage
{
	position:relative;
	margin-top:10px;
}

.threecolumnpage .column1and2
{
	float:left;
	width: 66%;
}

.threecolumnpage .column3
{
	float:right;
	width:33%;
}

.clear
{
	clear:both;
}

.roundcornerinner
{
	background: white;
}

.roundcornerouter
{
	background: black;
}

.leftblock
{
	border: solid 1px #CCCCCC;
	padding:5px;
	height: 395px;
	background: #444444;
	color: White;
}

.leftblock h2
{
	color: White;
	margin-top:0px;
	font-size:28px;
	line-height:120%;
	margin-bottom:12px;
	text-align:center;
}
.leftblock h3
{
	color: White;
	text-align:center;
	font-size: medium;
}

.rightblock
{
	border: solid 1px #CCCCCC;
	background: white;
	width:100%;
	height:127px;
	margin-bottom:10px;
}

.rightblock.last
{
	margin-bottom:0px;
}
	
.rightblock h2
{
	background: orange;
	color: black;
	border-bottom: solid 1px #CCCCCC;
	line-height: normal;
	margin-top:0px;
	margin-bottom:0px;
	text-align: center;
	font-weight:normal;
}
.rightblock .blockbody
{
	margin:5px;
}
.rightblock p, .imageroller p
{
	text-align:center;
	width: 254px;
	margin-bottom:0px;
}

.imageroller p
{
	display:none;
}
.imageroller p.first
{
	display: block;
}
.quoteroller
{
	width: 100%;
	border: solid 1px #FF0A00;
	background:white;
	margin-top:10px;
	margin-bottom:10px;
	position: relative;
	height:20px;
	color: #666666;
	font-size:13px;
}
.quoteroller .tag
{
	float: left;
	border-right: solid 1px #CCCCCC;
	color: #FF0A00;
	margin-left:5px;
	margin-right:5px;
	padding-right:5px;
	font-weight:bold;
}
.quoteroller .roller
{
	float: left;
	width: 600px;
}
.quoteroller .endtag
{
	float:right;
	border-left: solid 1px #CCCCCC;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
}
.quoteroller .endtag a
{
	color:#888888;
	text-decoration: none;
}
.roller .quote
{
	width:600px;
	display: none;
}
.roller .quote.first
{
	display: inline;
}
.roller .quote .qperson
{
	display: inline;
}
.roller .quote .qcompany
{
	display: inline;
	font-weight: bold;
}
.roller .quote .qquote
{
	display: inline;
	font-style: italic;
}

#footer
{
	background:transparent;
	clear: both;
	height: auto;
	width: auto;
}

#footercontent
{
	background: #000000;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	text-align:right;
	color: #fff;
	height: 34px;
	line-height:34px;
	vertical-align:middle;
	font-size:11px;
	padding-right:2px;
}

#footercontent a
{
	color:#fff;
	text-decoration:none;
}

#footercontent a:hover
{
	text-decoration:underline;
}

#pagetitle
{
	font-family: Verdana, Arial, Sans-Serif;
	margin-top: 6px;
	margin-bottom:24px;
	text-align: center;
}
#pagetitle h1 
{
	font-size:36px;
	line-height:40px;
	margin-bottom: 0px;
}
#pagetitle h2
{
	font-size:20px;
	font-weight: normal;
	line-height:24px;
	margin-top: 6px;
}

/*************** Formatting ****************/
	
p {
	font-size: 12px;
	line-height: 140%;
	padding: 0;
	margin: 0px 0px 18px 0px;
	}
p.large {
	font-size: 14px;
	line-height: 140%;
	padding: 0;
	margin: 0px 0px 18px 0px;
	}
h1 {
	color: #000;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 16px;
	}
h2 {
	color: #000;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 18px;
	}
h3 {
	color: #000;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 18px;
	}
h4 {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
	}
img {
	border: 0;
	position: relative;
	}
ul {
	list-style-type: disc;
	padding: 0em 0em 0em .5em;
	margin: 0;
	}
ol {
	margin: 0;
	padding: 0 0 16px 26px;
	}
li {
	font-size: 12px;
	line-height: 140%;
	padding: 0;
	margin: 0 0 0 1em;
	}
hr {
	color: #000;
	background-color: #000;
	border : 0px solid #000;
	width: 100%;
	height: 1px;
	margin: 0px 0px 18px 0px;
	}
	
/****** New styles *******/

#userinfo
{
	background: #000;
	color: #FFF;
	font-size:9px;
	position: absolute;
	/*top:5px;
	height:35px;
	right:40px;*/
	top:35px;
	height:25px;
	right:20px;
}
#userinfo a
{
	color: #FFF;
	text-decoration:none;
	vertical-align:top;
}
#userinfo a:hover
{
	text-decoration:underline;
}

#userinfo input
{
	font-size:9px;
}

#userinfo .userinfolinks 
{
	display: inline;
	vertical-align: top;
}
.input-validation-error
{
	background:#FF8080;
	border-color:#FF0000;
}

.validation-summary-errors
{
	color: #FF0000;
}

.field-validation-error
{
	color: #FF0000;
}

.notify-message
{
	background-color:#000080;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:10px;
	color:White;
	font-weight:bold;
	font-size:12px;
}

/*
.notify-error
{
	background-color:#800000;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:10px;
	color:White;
	font-weight:bold;
	font-size:12px;
}
*/

table.orderheadlines
{
	margin-left:auto;
	margin-right:auto;
	border: solid 2px black;
	border-collapse:collapse;
}

table.orderheadlines tr td
{
	padding-left:10px;
	padding-right:10px;
}

table.ordersummary
{
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	border: solid 2px black;
	border-collapse:collapse;
}

tr.orderheading
{
	border: solid 2px black;
	background-color: #99CDFF;
}
tr.orderheading th
{
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}

table.ordersummary tr td
{
	padding-left:10px;
	padding-right:10px;
}

tr.ordersubitem td.description
{
	padding-left:40px;
	font-size:10px;
}

tr.discountborder
{
	background-color:lightgrey;
	height:6px;
}

tr.discountitem td.description
{
	padding-left:40px;
	font-style: italic;
}

table.ordersummary tr td.number
{
	text-align: right;
}

tr.ordertotal
{
	border: solid 2px black;
}

.infopage
{
}

.infopage2
{
}

.infopage h1
{
	text-align:left;
	font-size:18pt;
	font-weight:bold;
}

.infopage h2
{
	text-align:left;
	font-size:14pt;
	font-weight:bold;
	border-top:solid 1px #141414;
	padding-top: 10px;
}

.infopage h3
{
	text-align:left;
	font-size:12pt;
	font-weight:bold;
}

.infopage2 h1
{
	text-align:left;
	font-size:20pt;
	font-weight:bold;
	margin-bottom: 6px;
}

.infopage2 h2
{
	text-align:left;
	font-size:14pt;
	font-weight:bold;
	border-top:solid 1px #141414;
	margin-top: 6px;
	padding-top: 6px;
	margin-bottom: 30px;
}

.infopage2 h3
{
	text-align:left;
	font-size:14pt;
	font-weight:bold;
}

.infopage .bold, .infopage2 .bold
{
	font-weight:bold;
}

.infopage .notify-message, .infopage2 .notify-message
{
	background-color:#000080;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:10px;
	color:White;
	font-weight:bold;
	font-size:12px;
}

.infopage .address, .infopage2 .address
{
	white-space: pre;
	margin-left: 100px;
}

.breadcrumbs
{
	width:800px;
	height:15px;
	margin-left: auto;
	margin-right:auto;
	font-size:9px;
}

.breadcrumbs a
{
	text-decoration: none;
	color: Black;
}

.breadcrumbs a:hover
{
	text-decoration: underline;
	color: Blue;
}
