/* MAIN */

	body {
		font-family: "Lucida Grande", "Helvetica", "Arial", sans-serif;
		font-size: small;
		background-color: #EEEEEE;
	}

	div.container {
		margin-top: 0.5cm;
	}

/* HEADER */

	div.header div.autochoose {
		background-color: #356AA0;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}
	
	div.header div.autochoose div.content {
		color: #EEEEEE;
		margin: 5px;
		text-align: center;
	}

	div.header div.autochoose div.content h2 {
		color: #EEEEEE;
		margin: 0px;
	}
	
	div.header div.logo div.content {
		text-align: center;
		margin: 5px;
	}
	
	div.header div.logo h1 {
		margin: 0px;
		font-size: 3.5em;
		line-height: 0px;
	}

	div.header div.logo h1 a {
		color: #000000;
		text-decoration: none;
		text-shadow: -3px 0 4px #000066;
	}

	div.header div.logo h2 {
		margin: 0px;
	}

	div.header div.logo p {
		margin: 0px;
	}
	
	div.header div.leaveemail {
		background-color: #356AA0;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}

	div.header div.leaveemail div.content {
		color: #EEEEEE;
		margin: 5px;
		text-align: center;
	}
	
	div.header div.leaveemail div.content h2 {
		color: #EEEEEE;
		margin: 0px;
	}
	
/* NAVIGATION */

	div.navigation {
		margin-top: 0.5cm;
	}
	
	div.navigation ul {
		margin: 0px;
		list-style:none;
	}
	
	div.navigation li {
		float: left;
		margin-right: 10px;
		font-size: 1.3em;
		background-color: #D9D7CD;
		
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 5px;
	}

	div.navigation a {
		color: #3F4C6B;
		text-decoration: none;
	}

	div.navigation li.selected {
		background-color: #9DBB5B;
	}
	
	div.navigation div.content {
		margin-left: 5px;
		margin-right: 5px;
	}
	
	div.navigation li.last {
		margin-right: 0px;
	}
	
	div.subnavigation {
		background-color: #BDDB7B;

		border-top-right-radius: 5px;
		-moz-border-radius-topright: 5px;
		-webkit-border-top-right-radius: 5px;
	}

	div.subnavigation h2 {
		font-size: 1.3em;
		color: #3F4C6B;
		margin-left: 5px;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	
/* PRODUCTS - GENERAL */

	div.products {
		background-color: #FFFFFF;
		
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
	}
	
	div.products div.content {
		margin-top: 7px;
		margin-bottom: 5px;
		margin-left: 5px;
		margin-right: 5px;
	}

	div.products h2 {
		display: none;
	}

	div.products h3 { 
		font-size: 1.3em;
	}

	div.products div.visual {
		text-align: center;
		float: right;
		margin-right: 5px;
		margin-left: 0px;
	}
	
	div.products div.visual p {
		margin-top: 0px;
		margin-bottom: 0px;
		color: #FF7400;
	}
	
	div.products div.visual form {
		margin-top: 2px;
	}
	
	div.products div.reviewdetails {
		text-align: right;
	}
	
	div.products div.links {
		text-align: right;
	}
	
	div.products div.review div.reviewer-image {
		display: none;
		float: left;
		height: 48px;
		width: 58px;
	}

	div.products div.review-footer {
		margin-top: 0.25cm;
	}
	
	div.products div.review-footer div.links {
		display: inline;
		float: left;
	}
	
	div.products div.review-footer div.reviewer-name {
		color: #FF7400;
		display: none;
	}
	
/* PRODUCTS - TWO COLUMNS */

	div.products div.column2of2 {
		text-align: center;
		margin-top: 2cm;
		margin-bottom: 2cm;
	}
	
/* PRODUCTS - ONE COLUMN */

	div.products div.column1of1 {
		text-align: center;
		margin-top: 2cm;
		margin-bottom: 2cm;
	}
	
	div.products div.column1of1 div.about {
		text-align: left;
		margin-top: -1cm;
		margin-left: 1cm;
		margin-right: 1cm;
	}
	
	div.products div.column1of1 div.about div.thumbnail {
		float: right;
		margin-left: 10px;
	}
	
	div.products div.column1of1 div.about p.partners {
		text-align: center;
	}

	div.products div.homepage {
		text-align: center;
	}
	
	div.products div.homepage a {
		text-decoration: none;
		font-size: 1.2em;
		color: #000000;
	}
	
	div.products div.row-1 {
		margin-top: 1cm;
	}
	
	div.products div.row-2 {
		margin-top: -0.5cm;
	}
	
/* FOOTER */

	div.footer {
		margin-top: 0.5cm;
		margin-bottom: 0.5cm;
		color: #006E2E;
		text-align: center;
		
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	div.footer p {
		margin: 0px;
	}
	
	div.footer a {
		color: #006E2E;
	}