@import url(http://fonts.googleapis.com/css?family=Arvo);

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}


body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #fff;
	font-size: 0.9em;
	line-height: 1.5;
}

img {
	border: 0;
}

a {
	color: #89BC38;
}

a:visited {
	color: gray;
}


ul {
	list-style-type: square;
	margin: 15px;
}


div.button {
	font-family: Verdana, "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	background: transparent url('images/button_small_left.png') no-repeat top left;
	display: block;
	float: left;
	line-height: 19px;
	height: 34px;
	padding: 0 7px 0 7px;
	text-decoration: none;
	margin-right: 10px;
}

.button a {
	background: transparent url('images/button_small_right.png') no-repeat top right;
	padding: 4px 18px 4px 0;
	height: 30px;
	color: #fff;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

.button a img {
	float: left;
	margin: 0 10px 0 2px;
}

.screenshot {
	padding: 8px;
	background-color: #eee;
	float: left;
	border-top: 2px solid silver;
	border-bottom: 1px dotted silver;
	margin: 7px;
}

.screenshot h3, .feature_box h3 {
	margin: 0 0 3px 0;
	text-align: left;
}

.screenshot h3 a, .feature_box h3 a {
	text-decoration: none;
	color: #000;
}

.screenshot img {
	border: 1px solid #CDCDCD;
}

a.feature_tab {
	padding: 4px 10px;
	color: #000;
	display: block;
	float: left;
	border-bottom-width: 0;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	margin-right: 8px;
	background-color: #eee;
	font-family: 'Arvo', serif;
}

a.feature_tab.active {
	background-color: #D9E7F2;
}

.icon {
	margin-right: 6px;
	vertical-align: middle;
}

.page_header {
	margin: 10px 0px 0px 10px;
	float: left;
	color: #fff;
}

.feature_box {
	width: 430px;
	float: left;
	margin: 10px 20px 10px 10px;
	text-align: justify;
}

.feature_box img {
	margin: 0 15px 15px 0;
	border: 1px solid #eee;
}

.feature_box_separator {
	float: none;
	clear: both;
	margin: 10px 0;
	border-bottom: 1px dotted silver;
}

.feature_screenshot_box {
	background-color: #eee;
	margin: 0 8px 8px 0;
	padding: 8px;
	float: left;
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	-moz-border-radius: 5px;
}

.textfield {
	width: 300px;
	background: #ffffff url('/images/form_field_background.png') no-repeat scroll left top;
	border: 1px solid #CFCFCF;
	padding: 1px 2px;
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	-moz-border-radius: 3px;
}

.buttonarea {
	text-align: center;
	width: 300px;
}

input.button {
	background: #E3EEF6;
	font-weight: bold;
	border: 1px solid #CCDFEE;
	height: auto;
}

div.feature_cloud {
	font-size: 10px;
	background-color: #eee;
	padding: 8px;
}

ul.feature_cloud {
	padding: 8px;
	line-height: 200%;
}

ul.feature_cloud li {
	float: left;
	margin-right: 10px;
	color: #89bc38;
}

.feature_cloud a {
	color: gray;
	margin-right: 15px;
}

.small {
	font-size: 10px;
}

.buy_info_box {
	margin: 2px 22px;
	background-color: #eee;
	padding: 6px;
	width: 550px;
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	-moz-border-radius: 5px;
}

table.listview {
	width: 100%;
}

table.listview tr th {
	background-color: #2C2C2C;
	color: #fff;
	padding: 1px 4px;
}

table.listview tr td {
	line-height: 18px;
	border-bottom: 1px solid #eee;
}

td.center {
	text-align: center;
}

.q {
	color: maroon;
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial, Verdana, Tahoma, "Times New Roman", sans-serif;
}

.a {
	color: green;
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial, Verdana, Tahoma, "Times New Roman", sans-serif;
}

a.fancybutton {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	-moz-border-radius: 5px;
	background-color: #eee;
	color: #000;
	display: block;
	float: left;
	text-decoration: none;
	font-family: Verdana, "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	padding: 4px 10px;
	font-weight: bold;
	margin-right: 8px;
}

a.fancybutton img {
	float: left;
	margin: -30px 5px 0 0;
}

#page {
	color: #666;
}

#top {
	width: 960px;
	margin: 0 auto;
	color: #666;
}

a.logo {
	font-size: 22pt;
	color: #fff;
	text-decoration: none;
	float: left;
}

a.logo img {
	margin-top: 7px;
}

.content-row-container-highlight {
	background-color: #cadaeb; /*#b6ded5;*/
}

.content-row {
	background-color: Transparent;
	width: 960px;
	margin: 0 auto;
	padding: 25px 0;
	text-align: left;
}

.screenshot-row {
	text-align: center;
}

.screenshot-row img {
	margin: 0 10px;
}

.screenshot-row a {
	text-decoration: none;
}

.content-row:after {
   content: " ";
   display: block;
   height: 0;
   clear: both;
}

header {
	/*background-image: url('http://www.udvikleren.dk/Images/tile_gray.png');	*/
	background-color: #2f2f30;
	background-repeat: repeat-x;
	color: #fff;
	/*padding: 5px 0;*/
	position: fixed;
	width: 100%;
	z-index: 9999;
}

footer {
	background-color: #2f2f30;
	padding: 20px 0 10px 0;
	color: #fff;
	text-align: center;
}

footer p {
	font-size: 0.9em;
}

footer a {
	color: #fff;
	font-size: 0.9em;
}

footer #links a {
	color: #c0c0c0;
	margin-right: 10px;
}

footer h4 {
	color: #fff;
	font-size: 1.3em;
}

footer .column {
	width: 300px;
	margin-right: 18px;
	float: left;
}

header #company-name {
	font-size: 60px;
	vertical-align: top;
	line-height: 100%;
	font-weight: 600;
	color: #fff;
}


header nav {
	float: right;
	font-family: 'Arvo', serif;
}

nav ul#top-menu {
	list-style-type: none;
	list-style-position: inside;
	margin-top: 7px;
}

nav #top-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
	font-size: 1.3em;
}

nav #top-menu li a {
	font-weight: bold;
	display: block;
	padding: 14px 15px;
	text-decoration: none;
	color: #fff;
}

nav #top-menu li a:hover {
	text-decoration: underline;
}

nav #top-menu li a img {
	margin-left: 7px;
}

#product-box, #gallery {
	font-family: 'Arvo', serif;
	font-size: 1.2em;
}

ul {
	list-style-type: square;
}

a.img {
	text-decoration: none;
}

.floatstop {
	float: none;
	clear: both;
	font-size: 0;
	height: 0;
}

h1, h2, h3, h4 {
	font-family: 'Arvo', serif;
	color: #333;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1 {
	font-size: 2.5em;
	color: #c0c0c0;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.1em;
	margin-top: 12px;
	text-transform: capitalize;
}

#page ul {
	margin-left: 22px;
}

hr {
	/*margin: 0 -2em 2.5em -2em;
	clear: both;
	background: #bcbcbc;
	background: -moz-linear-gradient(left, #fff 0%, #bcbcbc 10%, #bcbcbc 90%, #fff 100% );
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(10%, #bcbcbc), color-stop(90%, #bcbcbc), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(left, #fff 0%, #bcbcbc 10%, #bcbcbc 90%, #fff 100% );
	background: -o-linear-gradient(left, #fff 0%, #bcbcbc 10%, #bcbcbc 90%, #fff 100% );
	background: -ms-linear-gradient(left, #fff 0%, #bcbcbc 10%, #bcbcbc 90%, #fff 100% );
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr= '#bcbcbc', endColorstr= '#bcbcbc', GradientType= 1 );
	background: linear-gradient(left, #fff 0%, #bcbcbc 10%, #bcbcbc 90%, #fff 100% );
	border: none;
	height: 1px;*/
	border-style: dotted;
	border-color: #c0c0c0;
	border-width: 1px 0 0 0;
	clear: both;
	margin: 12px 0;
}

.feature_column {
	width: 22%;
	float: left;
	margin-right: 3%;
}

.feature_column h3 {
	margin-bottom: 5px;
}

.feature_column img {
	float: left;
	margin: 2px 8px 0 8px;
}

.feature_column p {
	margin: 2px 0 20px 0;
}

.feature_column li a {
	text-decoration: underline;
	color: #333;
}

#gallery {
	text-align: center;
}

#gallery img.gallery {
	/*box-shadow: 3px 1px 40px 5px rgba(138, 138, 138, 0.5);*/
	/*box-shadow: 1px 1px 20px 5px rgba(138, 138, 138, 0.5);*/
	box-shadow: 1px 1px 15px 2px rgba(138, 138, 138, 0.5);
}

#gallery h1 {
	font-weight: 400;
	text-shadow: 1px 1px gray;
}

#gallery .header {
	font-size: 18pt;
	font-weight: bold;
	color: #333;
}

.bar {
   padding: 20px;
   margin: 10px;
   background: #ff0030;
   color: #fff;
   font-size: 21px;
   font-weight: bold;
   line-height: 1.3em;
   border: 1px dashed #fff;

   border-radius: 10px;
   box-shadow: 0 0 0 4px #ff0030, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
   text-shadow: -1px -1px #aa3030;
   font-weight: normal;
}

.image-overlay {
	width: 300px;
	height: 90px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -45px;
	margin-left: -150px;
	text-align: center;
}

#popupbox
{
	z-index: 99;
	min-width: 300px;
	/*height: 150px;
	margin-top: -175px;
	margin-left: -175px;*/
	background-color: #fff;
	border: 2px solid #eee;
	position: absolute;
	left: 50%;
	top: 50%;
	display: none;
	padding: 10px 20px;
}

#overlayscreen
{
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	display: none;
	z-index: 98;
}

.button, .button:visited {
	background-color: #2f2f30;
	color: #fff;
	border: 2px solid #fff;
	font-size: 16pt;
	padding: 4px 10px;
	text-decoration: none;
	border-radius: 0px;
	margin: 0 10px;
	box-shadow: 4px 4px 4px -2px rgba(138, 138, 138, 0.5);
	zoom: 1; /* Fixes IE7 bug */
}

.button img {
	margin-right: 5px;
}

.button.download, .button.colored {
	background-color: #1aad66;
	border: 1px solid #055D33;
}

.form_button {
	background-color: #1aad66;
	border: 1px solid #055D33;
	color: #fff;
	padding: 1px 12px;
	font-weight: bold;
}

.button.buy {
	background-color: #1aa7ae;
	border: 1px solid #327275;
}

p {
	margin: 15px 0;
}

a.big {
	font-size: 1.2em;
	font-weight: bold;
}

.status {
	background-color: #D6E8F2;
	border: 1px solid #C0D6E2;
	font-size: 0.9em;
	font-weight: bold;
	width: 98%;
	padding: 1px 2px 1px 2px;
	margin: 8px 0px 8px 0px;
}