/**
Colors:

clear green: rgb(146,207,0) #92cf00

lightest green: rgb(241,253,214) #f1fdd6
lighter green: rgb(193,250,56) #c1fa38
light green: rgb(211,251,113) #d3fb71

darker green: rgb(121,171,0) #
dark green: rgb(106,150,0) #6a9600
darkest green: rgb(82,114,0) #527200

light-gray: rgb(206,206,206) #cecece
mid gray: rgb(146,146,146) #929292
dark-gray: rgb(92,92,92) #5c5c5c

brown: rgb(199,178,153) #c7b299
**/

@font-face {
	font-family: Aller;
	src: local("Aller"), local("Aller_Rg"), url("../assets/fonts/Aller_Rg.ttf") format(truetype);
	font-weight: bold;
}
@font-face {
	font-family: Aller;
	src: local("Aller Bold"), url("../assets/fonts/Aller.ttf") format(truetype);
	font-weight: bold;
}

/* Elements that need to enclose floats */
#content:after, #page:after, body.site-index div#products .content:after, .orderPriceList:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

h1, h2, h3, h4, h5, h6 {
	color: rgb(92,92,92);
	font-family: Aller, "Lucida Grande","Lucida Sans","Trebuchet MS",sans-serif;
	font-weight: bold; /* if changed to "bold", swap "Lucida Sans Unicode" for "Lucida Sans"! */
}
h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: normal;
}

a {
	border-bottom: 1px solid #cecece;
	color: rgb(121,171,0);
	text-decoration: none;
}
a:hover {
	border-bottom-color: rgb(106,150,0);
	color: rgb(106,150,0);
}
a:active {
	border-bottom-color: rgb(146,146,146);
}

ul {
	list-style-image: url("../images/list-dot.gif");
}

table {
	border-collapse: collapse;
	border-color: #ccc;
}
	table td {
		border: 0px solid #ccc;
		padding: 0.2em 1em;
	}

.textGreen {
	color: rgb(121,171,0);
}

div.menu {
	position: relative;
}
	.menu ul {
		list-style: none;
		margin: 0;
	}
	.menu ul li {
		float: left;
		margin-left: 1em;
	}
	.menu li a {
		display: block;
		border-width: 0;
		margin: 0;
		text-align: center;
		text-decoration: none;
	}

/* Transparent frame */
.frame1, .frame2, .frame3, .frame4 {
	background: url("../images/site/frame_5px_fff.png") no-repeat;
}
	.frame1 { /* Bottom(left) of the frame */
		background-position: bottom left;
		padding-left: 10px;
		position: relative;
	}
	.frame2 { /* (Bottom)Right of the frame */
		background-position: bottom right;
		padding-bottom: 5px;
	}
	.frame3 { /* Top(right) of the frame */
		background-position: top right;
		padding-right: 5px;
	}
	.frame4 { /* (Top)Left of the frame */
		background-position: top left;
		padding-top: 5px;
		padding-left: 5px;
		margin-left: -10px;
	}

/* Drop shadow frame */
.greenFrame.frame1, .greenFrame .frame1, .greenFrame .frame2, .greenFrame .frame3, .greenFrame .frame4 {
	background-image: url("../images/site/frame_5px_d3fb71.png");
	background-repeat: none;
}

/* Frame with rounded corners, light gray */
.roundGrayFrame.frame1, .roundGrayFrame .frame2, .roundGrayFrame .frame3, .roundGrayFrame .frame4 {
	background-image: url("../images/site/frame_10px_f2f2f2.png");
	background-repeat: none;
}
	.roundGrayFrame.frame1 { /* Bottom(left) of the frame */
		padding-left: 20px;
	}
	.roundGrayFrame .frame2 { /* (Bottom)Right of the frame */
		padding-bottom: 10px;
	}
	.roundGrayFrame .frame3 { /* Top(right) of the frame */
		padding-right: 10px;
	}
	.roundGrayFrame .frame4 { /* (Top)Left of the frame */
		padding-top: 10px;
		padding-left: 10px;
		margin-left: -20px;
	}

/* Read more button */
a.buttonReadMore {
	background: url("../images/site/button_readmore.png") no-repeat;
	border-width: 0;
	color: rgb(92,92,92);
	display: block;
	height: 25px;
	font-size: 84%;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	width: 118px;
}
	a.buttonReadMore:hover {
		background-position: 0 -100px;
		color: #000;
	}
	a.buttonReadMore:active {
		background-position: 0 -200px;
	}

/* Buy now button */
a.buttonBuyNow {
	background: url("../images/site/button_buynow_en.png") no-repeat;
	border-width: 0;
	display: block;
	height: 42px;
	text-indent: -999em;
	width: 113px;
}
	body.nl a.buttonBuyNow {
		background-image: url("../images/site/button_buynow_nl.png");
	}
	a.buttonBuyNow:hover {
		background-position: 0 -100px;
	}
	a.buttonBuyNow:active {
		background-position: 0 -200px;
	}

/* tagcloud */
.tagcloud {
	text-align: center;
}
	.tagcloud a {
		border-bottom-color: transparent;
		color: #92cf00;
		margin-left: 0.3em;
	}
	.tagcloud a:hover {
		font-weight: bold;
	}
	.tagcloud .sizeSmallest  {
		font-size: 91.6%;
	}
	.tagcloud .sizeSmall {
		font-size: 100%;
	}
	.tagcloud .sizeMedium {
		font-size: 130%;
	}
	.tagcloud .sizeLarge {
		font-size: 150%;
	}
	.tagcloud .sizeLarger {
		font-size: 170%;
	}
	.tagcloud .sizeLargest {
		font-size: 200%;
	}

#bgLeft, #bgRight {
	height: 800px;
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 50%;
	z-index: -1;
}
	#bgRight {
		left: auto;
		right: 0;
	}
	#bgLeft div, #bgRight div {
		background: url("../images/site/background_left.jpg") no-repeat top right;
		position: absolute;
		right: 33em; /* keep at half the width of #page! */
		width: 150px;
		height: 100%;
	}
	#bgRight div {
		background: url("../images/site/background_right.jpg") no-repeat;
		left: 33em;  /* keep at half the width of #page! */
		right: auto;
	}

#page {
	background-color: #fff;
	border: 1px solid rgb(206,206,206);
	border-top-color: #fff;
	margin: 0 auto;
	min-height: 600px;
	min-width: 900px;
	max-width: 1400px;
	padding-bottom: 3em;
	position: relative;
	width: 66em;
}

#header #logo {
	margin: 1em 0 0 3em;
}

#header #logo a {
	background: url("../images/logos/tracesure_logo_400x88.png") no-repeat;
	border-width: 0;
	display: block;
	height: 88px;
	text-indent: -999em;
	width: 405px;
}

#topMenu {
	float: right;
	margin-right: 1em;
	line-height: 100%;
}
	#topMenu li a {
		padding-bottom: 1px;
	}
	#topMenu li a:hover {
		border-width: 1px;
	}

#mainMenu, #functionMenu {
	clear: left;
	font-weight: bold;
	margin: 1em 0;
}

#page #functionMenu {
	margin-left: 14em;
}
#functionMenu ul {
	min-height: 32px;
}
#functionMenu a {
	background: url("../images/site/button_function.png") no-repeat;
	color: rgb(146,207,0);
	font-size: 125%;
	margin: 0;
	padding-top: 4px;
	text-transform: lowercase;
	height: 32px;
	width: 166px;
}
	#functionMenu a:hover {
		background-position: 0px -100px;
	}
	#functionMenu a:active {
		background-position: 0px -200px;
	}
	#functionMenu a:hover, #functionMenu a:active {
		color: rgb(92,92,92);
	}

#page #mainMenu {
	background: url("../images/site/mainmenu_background_left.png") no-repeat;
	min-height: 35px;
	min-width: 100px;
	padding-left: 3em;
}
	#mainMenu ul {
		background: url("../images/site/mainmenu_background.png") no-repeat top right;
		float: left;
		min-height: 35px;
		padding-right: 120px;
	}
	#mainMenu li {
		margin: 0;
	}
	#mainMenu li a {
		color: #fff;
		padding: 0 1em;
		text-transform: uppercase;
	}
	#mainMenu li.active {
		background: url("../images/site/mainmenu_selected_background_left.png") no-repeat;
		min-height: 35px;
		padding-left: 1em;
	}
	#mainMenu li.active a {
		background: url("../images/site/mainmenu_selected_background.png") no-repeat top right;
		min-height: 35px;
		padding: 0 2.5em 0 1.5em; /* regular 2em + 1em */
	}
	#mainMenu a {
		color: #fff;
		font-size: 108.3%;
		margin: 0;
		padding: 0.1em 0;
	}
	#mainMenu li.active a, #mainMenu a:hover {
		color: rgb(92,92,92);
	}

#content {
	clear: left;
	padding: 0 2em;
	margin: 1.5em 0;
}
	#content #main {
		float: left;
		/*margin-right: 15em;*/
		width: 47em;
	}
	#content #sidebar {
		float: right;
		min-width: 200px;
		width: 13em;
	}
	#content #sidebar .buttonBuyNow {
		margin: 0.5em auto 0;
	}
	#content #sidebar div.links {
		margin-bottom: 1.5em;
	}
		#content #sidebar div.links .content {
			padding: 0 0.5em;
		}
		#content #sidebar div.links h3 {
			border-bottom: 1px solid #ddd;
			color: rgb(146,207,0);
			margin: 0.5em 0;
			padding: 0 1em 0.5em 1em;
		}
		#content #sidebar div.links ul {
			margin: 0.5em 0;
			padding: 0 0 0 1em;
		}
		#content #sidebar div.links a {
			color: rgb(92,92,92);
		}
		#content #sidebar p.animation {
			margin-left: 0.5em;
		}

#bottomMenu {
	position: absolute;
	bottom: 1em;
	right: 3em;
}
	#bottomMenu ul li {
		font-size: 91.6%;
		margin-left: 1.5em;
	}
	#bottomMenu ul li a {
		border-color: transparent;
		border-width: 1px;
	}
	#bottomMenu ul li a:hover {
		border-color: rgb(146,207,0);
	}

#footer {
	color: rgb(146,146,146);
	font-size: 91.6%;
	margin: 0 auto;
	min-width: 900px;
	max-width: 1200px;
	text-align: right;
	width: 66em;
}
#footer a {
	color: rgb(146,146,146);
}

/***
	Specific pages
***/

/*** Index ***/
body.site-index div#frame {
	border: 2px solid #ddd;
	min-height: 20em;
	padding: 1px;
	position: relative;
}
body.site-index div#frameOverlay {
	background: url("../images/site/frame_overlay.png") repeat-x;
	position: absolute;
	top: 0;
	height: 50px;
	width: 100%;
	z-index: 100;
}

body.site-index div#slides > div {
	display: none;
	margin: 0;
	min-height: 20em;
	width: 100%;
}

	div#slides div.offer {
		background: url("../images/site/offer_background.jpg") 50% 30%;
		display: block;
		position: relative;
	}
		div#slides div.offer ul.usp {
			margin: 0.5em 0 0 40%;
			padding-bottom: 1em;
		}

		div#slides div.offer img.title {
			margin: 1em 0 0 3em;
		}

		div#slides div.offer img.box {
			position: absolute;
			left: 2em;
			bottom: -1em;
		}

		div#slides div.offer img.tracker {
			position: absolute;
			right: 1em;
			top: -3em;
			z-index: 101;
		}

		div#slides div.offer .buttonReadMore {
			position: absolute;
			right: 1em;
			bottom: 0.5em;
		}
	
	div#slides div.numbering {
		background: url("../images/site/banner_numbering.png") 0 0 no-repeat;
		margin-left: -402px;
		position: absolute;
		bottom: 0;
		left: 50%;
		height: 50px;
		width: 804px;
	}
		div#slides div.step2 div.numbering {
			background-position: 0 -100px;
		}
		div#slides div.step3 div.numbering {
			background-position: 0 -200px;
		}
		div#slides div.step4 div.numbering {
			background-position: 0 -300px;
		}
		div#slides div.numbering a {
			border-bottom: none;
			text-decoration: none;
			display: block;
			height: 100%;
			position: absolute;
			width: 40px;
		}
			div#slides div.numbering a.fadeto2 {
				left: 252px;
			}
			div#slides div.numbering a.fadeto3 {
				left: 500px;
			}
			div#slides div.numbering a.fadeto4 {
				left: 760px;
			}
	
	div#slides div.step1 {
		background: url("../images/site/banner_step1.jpg") 50% 0%;
	}
		div#slides div.step1 img {
			margin: 30px 0 0 20%;
		}
	
	div#slides div.step2 {
		background: url("../images/site/banner_step2.jpg") 50% 50%;
	}
		div#slides div.step2 img {
			margin: 50px 0 0 50%;
		}
	
	div#slides div.step3 {
		background: url("../images/site/banner_step3.jpg") 50% 80%;
	}
		div#slides div.step3 img {
			margin: 50px 0 0 30%;
		}
	
	div#slides div.step4 {
		background: url("../images/site/banner_step4.jpg") 50% 10%;
	}
		div#slides div.step4 img {
			float: right;
			margin: 20px 15% 0 0;
		}

body.site-index div#demo, body.site-index div#products {
	border: 1px solid rgb(193,250,56);
	float: left;
	margin-top: 1.5em;
	padding: 1em 0.5em;
	width: 25%;
	min-height: 11em;
	min-width: 220px;
}

body.site-index div#products {
	background-color: rgb(211,251,113);
	float: right;
	width: 70%;
}

div#products div#family, div#products div#pets, div#products div#property  {
	float: left;
	font-size: 91.6%;
	line-height: 120%;
	margin: 0 0.6em;
	text-align: justify;
	width: 29%;
}

div#demo h4 {
	color: rgb(146,207,0);
	font-weight: bold;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}
div#demo a {
	border: none;
}

div#products .heading {
	background-position: center top;
	background-repeat: no-repeat;
	height: 90px;
	position: relative;
}
div#products .content {
	background-color: #fff;
	border: 1px solid #fff;
	padding-bottom: 0.5em;
	min-height: 10em;
}
div#products .content p {
	padding: 0 1em;
}
div#products .content .buttonReadMore {
	float: right;
	padding-top: 0.2em; /* put text back in the middle of the button, offset b/c of different line-height here */
}

div#products h2 {
	position: absolute;
	bottom: 0;
	font-weight: bold;
	margin: 0 0 -0.1em 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
	div#products h2 a {
		border: none;
		color: #fff;
		display: block;
		padding-top: 70px;
	}

div#products h3 {
	color: rgb(146,207,0);
	text-align: center;
}

div#products #family .heading {
	background-image: url("../images/site/product_family.jpg");
}
div#products #pets .heading {
	background-image: url("../images/site/product_pets.jpg");
}
div#products #property .heading {
	background-image: url("../images/site/product_property.jpg");
}

/** Site - Activation **/

body.site-activate #login {
	display: none;
}

.site-activate form li {
	border-top: 1px solid rgb(233, 223, 212);
	margin-left: 0;
	padding-top: 0.5em;
}

	.site-activate form li.first {
		border-top: none;
	}
	
	.site-activate form div.error li {
		border-top: none;
		margin-left: 1em;
		margin-top: 0;
	}

.site-activate #formOne, .site-activate #formTwo {
	background-color: #fff;
	border-right: 1px solid #ccc;
	float: left;
	min-height: 40em;
	padding-right: 1.5em;
	width: 29em;
}

	.site-activate #formTwo {
		border-right: none;
		padding: 0 0 0 1.5em;
	}

.site-activate h2 {
	margin-bottom: 2em;
}
	.site-activate h2 .order {
		color: rgb(153, 134, 117);
		font-size: 250%;
		padding-right: 12px;
		vertical-align: middle;
	}

#body.site-activate div.description {
	left: 24em;
	top: 0.5em;
}
	#body.site-activate li.login div.description {
		left: 29em;
	}
	#body.site-activate #formTwo div.description {
		left: -12em;
	}

.site-activate label.left span {
	width: 11em;
}
.site-activate form .align {
	margin-left: 12em;
}

body.site-activate .stepDone {
	color: #aaa;
	text-decoration: line-through;
}
body.site-activate h4.stepOne, body.site-activate h4.stepTwo {
	color: rgb(10,120,20);
	display: none;
	text-align: center;
}

body.site-activate span.login {
	font-weight: bold;
}

body.site-activate #checkFormOneDialog {
	display: none;
}
body.site-activate #checkFormOneDialog  .formData p {
	clear: left;
	padding-left: 9em;
}
body.site-activate #checkFormOneDialog  .formData span.fieldName {
	clear: left;
	float: left;
	margin-left: -9em;
	vertical-align: middle;
	width: 8.9em;
}

/** Sitemap **/
body.site-sitemap #content a {
	text-transform: capitalize;
}

/** Products **/
body.products div.usp {
	background-color: #f1fdd6;
	border: 1px solid #dbf0ad;
	border-width:  1px 0;
	color: #555;
	float: right;
	/*font-size: 108.3%;*/
	margin: 0 1em 1em 1.5em;
	padding: 1em 1.5em;
}
	body.products div.usp li {
		margin-bottom: 0.5em;
	}
	body.products div.usp img.productimage {
		border: 2px solid #dbf0ad;
		float: right;
		margin: -75px 0 0.5em 0.5em;
	}

body.products .ui-widget-content {
	border-color: #ccc;
}

body.products #specifications dl dt {
	color: #555;
	font-style: italic;
}
body.products #specifications dl dd {
	margin-bottom: 0.5em;
}

/** Products - main **/
body.products-index table#features {
	width: 100%;
}
	body.products-index table#features td {
		padding: 0.5em 1em;
	}
	body.products-index table#features tr.feature td {
		border-bottom: 1px solid #eee;
		text-align: center;
	}
	body.products-index table#features tr.feature td.name {
		text-align: right;
		width: 9em;
	}
	body.products-index table#features tr.links td a {
		margin: 0 auto;
	}
	body.products-index table#features tr.feature td.yes, body.products-index table#features tr.feature td.no {
		border-left-width: 1px;
		text-align: center;
	}
	body.products-index table#features tr.feature td.yes {
		background: url("../images/site/star.jpg") no-repeat 50% 50%;
	}

/** Products - Features **/
body.products-features .tagcloud {
	margin: 0 auto;
	width: 25em;
}
	body.products-features .tagcloud p {
		padding: 0 1em;
	}

body.products-features h2 {
	clear: both;
}
body.products-features p.featureImg {
	background: url("../images/site/feature_bg.jpg") no-repeat;
	float: left;
	height: 108px;
	padding: 11px 13px;
	margin: 0 1em 1.5em 0;
	width: 108px;
}
	body.products-features p.featureImg.right {
		float: right;
		margin: -2.5em 0 1.5em 1em;
	}
	body.products-features p.featureImg img {
		border: 1px solid #fff;
		overflow: hidden;
		height: 108px;
		width: 108px;
	}

/** Shop - Order page **/
.orderPriceList {
	margin-bottom: 1.5em;
}
	.orderPriceList dl {
		width: 25em;
	}
		.orderPriceList  dl dt {
			clear: both;
			float: left;
			width: 19em;
		}
		.orderPriceList  dl dd {
			float: right;
			margin-left: 0;
			text-align: right;
			width: 5em;
		}
		.orderPriceList .totalAmount {
			border-top: 1px solid #999;
			font-weight: bold;
		}

/** products-serviceplan **/
body.products-serviceplan table {
	margin-bottom: 1.5em;
}

/** Global loading indicator **/
.global-loading-overlay {
	background-color: #ccc;
	opacity: 0.5;
}
.global-loading-indicator {
	background: url("../images/live/ajax-loader_bar_001A2A_EEEEEE.gif") no-repeat 50% 50%;
	height: 100%;
	width: 100%;
}