* {
	padding: 0;
	margin: 0;
}

body {
	margin: 0 auto;
	width: 900px;
	background-color: #FFFFFF;
}

#header {
	height: 200px;
	border-bottom: 1px solid #A4C639;
}

#header h1 a {
	background: url(img/logo_small.png) no-repeat;
	height:82px;
	width: 300px;
	float: left;
	margin-left: 30px;
	margin-top: 59px;
	text-indent: -999px;
	overflow: hidden;
	outline: none;
}

#header h3 {
	text-indent: -999px;
	height: 0;
}

#header ul {
	float: right;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 90px 0;
	padding: 0;
}

#header ul li {
	float:left;
	font-family: Futura, Arial, sans-serif;
	font-weight:normal;
	list-style-type:none;
	padding:0 30px 0 50px;
	height: 20px;
}

#header ul li a {
	color: #A4C639;
	text-decoration: none;
	padding: 0 5px 3px 5px;
	font-size: 20px;
	outline: none;
	text-transform: capitalize;
}

#header ul li a:hover {
	border-bottom: 3px solid #A4C639;
	color: #A4C638;
}

#header h6 a {
	position: absolute;
	text-indent: -9999px;
	outline: none;
	background: url(img/twitter_small.png) no-repeat;
	height: 117px;
	width: 100px;
	margin-left: 470px;
	margin-top: -55px;
}
/*
#header h6 a:hover {
	margin-top: -3px;
	margin-left: 475px;
}*/


#content {
	overflow: auto;
	border-bottom: 1px solid #A4C639;
	padding-bottom:20px;
}

#content h1 {
	padding: 5px 0;
	color: #565F64;
	font-family: Helvetica, Arial, sans-serif;
}

#phone {
	width: 450px;
	height: 600px;
	float: left;
	background: url(img/hero.png) center no-repeat;
}

#phone_screen {
	height: 305px;
	width: 205px;
	position: relative;
	top: 118px;
	left: 123px;
	background-image: url(img/apps/kaloer_clock/mainScreen.png);
}

#apps {
	width: 450px;
	height: 600px;
	float: right;
	display: table;
}

#center_apps {
	display:table-cell;
	vertical-align:middle;
}

#center_apps .hidden_caption {
	text-indent: -999px;
}

#apps_box {
	padding: 0;
	margin-right: 30px;
	background-color: #F2F2F2 !important;
}

/* Runde hjørner */
#apps_box_top {
	background: url(img/corners/top_right.png) no-repeat top right;
	width: 100%;
	height: 10px;
}

#apps_box_top div {
	background: url(img/corners/top_left.png) no-repeat top left;
	width: 100%;
	height: 10px;
}

#apps_box_bottom {
	background: url(img/corners/bottom_right.png) no-repeat bottom right;
	width: 100%;
	height: 10px;
}

#apps_box_bottom div {
	background: url(img/corners/bottom_left.png) no-repeat bottom left;
	width: 100%;
	height: 10px;
}
/* Runde hjørner slut */

#apps ul {
	list-style-type: none;
}

#apps ul li {
	padding: 0 5px 10px 5px;
	background: no-repeat 10px 5px;
}

#apps ul li h2 {
	margin-left: 70px;
	margin-right: 15px;
	margin-top: 10px;
	padding-top: 20px;
	border-top: 1px solid #C3D973;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
}

#apps ul li h2 a {
	color: #9EBF26;
	outline: none;
}

#apps ul li p {
	margin: 0 15px 10px 70px;
	font-weight: lighter;
	padding-top: 0;
}

#apps ul li:first-child h2 {
	border-top: none;
	padding-top: 0;
}

#apps ul li img {
	display: none;
}

.read_more a {
	font-family: Arial, sans-serif;
	font-size: 12px;
	float: right;
	text-decoration: none;
	color: #565F64;
}

.read_more a:hover {
	color: #464F64;
}

#footer {
	padding: 20px 0;
	margin-bottom: 20px;
	font-family: "Lucida Grande","Verdana",sans-serif;
	font-size: 15px;
}

#copyright {
	float: left;
	color: #565F64;
	margin-left: 30px;
	padding-top: 0;
}

#footer_menu {
	float: right;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-right: 30px;
}

#footer_menu li {
	list-style-type:none;
	display: inline;
	color: #565F64;
}

#footer_menu li:before {
	content: " | ";
}

#footer_menu li:first-child:before {
	content: "";
}

#footer_menu li a {
	color: #565F64;
	text-decoration: none;
}

#footer_menu li a:hover {
	color: #464F64;
}

#fluid_width {
	padding: 50px 0 40px 20px;
}

#left_part {
	float: left;
	padding: 50px 0 40px 20px;
}

#right_part {
	width: 390px;
	float: right;
	padding: 50px 20px 50px 20px;
}

#left_part p {
	width: 390px;
}

p {
	padding-top: 20px;
	font-family: Tahoma,Arial,sans-serif;
}

p a {
	color: #565F64;
	text-decoration: none;
}

p a:hover {
	color: #464F64;
}

/* Application specific page */
#screenshot_image {
	width: 305px;
	height: 400px;
	padding-bottom: 25px;
	margin: 5px 72px;
	text-align: center;
	overflow: hidden;
}

#screenshot_image img {
	max-width:305px;
	max-height:400px;
	overflow:hidden;
}

#screenshot_list {
	border-top: 1px solid #A4C639;
	margin: 0;
	padding: 0;
	padding-top: 80px;
	display: inline;
	list-style-type: none;
	position: relative;
	text-align: center;
	margin-top: 40px;
}

#screenshot_list li {
	list-style-type: none;
	display: inline;
	text-align: center;
}

#screenshot_list li img {
	padding: 4px;
	width: 80px;
	margin: 10px;
	cursor: pointer;
	vertical-align: middle;
}

#screenshot_list li img:hover {
	border: 2px solid #A4C639;
	padding: 2px;
}

#barcode_image {
	margin-top: 40px;
	text-align: center;
}

#barcode_image img {
	border: 5px solid #565F64;
	
}

/* 404 page */
#page_not_found_image {
	border: 2px solid #565F64;
	width: 380px;
	background: url(img/404.jpg) no-repeat;
	height: 252px;
}

/* About page */
#about_image {
	border: 2px solid #565F64;
	width: 380px;
	background: url(img/about.jpg) no-repeat;
	height: 253px;
}

/* Forms */
form {
	padding-top: 40px;
}

form fieldset {
	border: 0;
}

form li {
	list-style-type: none;
}

form input, form textarea {
	border: 1px solid #464F7C;
	font-size:14px;
	padding:4px 2px;
	width: 400px;
	margin-bottom: 10px;
	font-family: Helvetica, Arial, sans-serif;
}

form textarea {
	height: 200px;
	margin-bottom: 0px;
}

form input[type=checkbox], form input[type=radio] {
	width: 15px;
}

form input[type=submit] {
	width: 406px;
	margin-bottom: 0;
}

form label, form .error {
	font-family: Arial, sans-serif;
	font-weight: bold;
}

form .required {
	color: red;
}

form .error {
	color: red;
	font-size: 14px;
	padding-left: 6px;
}

form .reqnote {
	padding-top: 0;
}

/* Login page */
#login_image {
	border: 2px solid #565F64;
	width: 380px;
	background: url(img/login.png) no-repeat;
	height: 253px;
}

#login_form {
	padding-top: 20px;
}

#login_form input {
	border: 1px solid #464F7C;
	font-size:14px;
	padding:4px 2px;
	width: 200px;
	margin-bottom: 10px;
	font-family: Helvetica, Arial, sans-serif;
}

#login_form input[type=submit] {
	width: 206px;
	margin-bottom: 0;
}

#login_form label {
	font-family: Arial, sans-serif;
	font-weight: bold;
}

/* Admin page */
#admin_pages {
	list-style-type: none;
}

#admin_pages li {
	margin-right: 15px;
	margin-top: 10px;
	padding-top: 20px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
}

#admin_pages li a {
	color: #9EBF26;
	outline: none;
}

#application_text, #miscellaneous_about_text {
	height: 300px;
	width: 700px;
}
