/* !Reset */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0; 
}

ul {
	list-style: none;
}

img {
	border: 0;
}

/* !Body */
body {
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}

p {
	margin-bottom: 18px;
}

.wrap {
	width: 792px;
	min-height: 700px;
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
	color: #ff6633;
	margin-bottom: 18px;
	font-weight: normal;
}

h1 {
	font-size: 1.8em;
	line-height: 36px;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.1em;
}

a {
	color: #ff6633;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #af4e2a;
}

blockquote {
	background: url('../images/blockquote_bg.gif') no-repeat left top;
	margin: 0;
	padding: 0 4em;
}

blockquote p {
	font: 12pt/110% Garamond, 'Times New Roman', Serif;
}

img {
	border: 0;
}

span.clear {
	display: block;
	clear: both;
}

img.right {
	float: right;
	margin-left: 5px;
}

img.left {
	float: left;
	margin-right: 5px;
}

/* !Header elements */
#header {
	height: 120px;
	width: 100%;
	background: #333 url('../images/header_bg.gif') center;
	margin: 0;
	padding: 0;
}

#logo {
	position: absolute;
	top: 58px;
}

#flags {
	list-style: none;	
	margin: 0;
	padding: 0;
	float: right;
}
#flags li {
	display: inline;
	margin: 0;
	padding: 0;
}

#flags li img {border: none;}

#tabnav {
	float: right;
	list-style: none;	
	margin: 0 2px 0 0;
	padding: 0;
	position: relative;
	top: 94px;
	font: 12px Arial, Sans-serif;
}

#tabnav li { /*tab item*/
	float: left;
	display: block;
	height: 26px; /* combined with vert padding has to be 26 */
	margin-left: 1px;
	padding-right: 0.75em;
	text-align: center;
	background: url('../images/tab-right.gif') no-repeat right -26px;
}

#tabnav li.active {
	background-position: right top;
	background-repeat: no-repeat;
}
#tabnav li.active a {
	text-decoration: underline;
	background-position: left top;
	background-repeat: no-repeat;
	color: #FF6633;
}

#tabnav li a { 
	display: block;
	padding-left: 0.75em;
	padding-top: 7px;
	padding-bottom: 5px;
	background: url('../images/tab-left.gif') no-repeat left -26px;
	color: #CCCCB7;
	text-decoration: none;
}

#tabnav li a:hover {
	color: #FF6633;
	text-decoration: underline;
}

#tabnav li a:visited {
	color: #b6b6a3;
}

/* showcase elements */
#showcase {
	background: url('../images/showcase_bg.gif') no-repeat left top;
	height: 190px;
	margin: 0;
	padding: 10px 10px;
	font-family: helvetica, arial, sans-serif;
	color: #333;
}

#showcase img {
	float: left;
	margin: 5px 15px 5px 5px;
	padding: 4px;
	border: solid 1px #d6d6a5;
	background: #fff;
}

#noshow {
	background: url('../images/noshow_bg.gif') no-repeat left top;
	height: 49px;
	margin: 0;
	padding: 0 10px;
	clear: both;
	font-family: helvetica, arial, sans-serif;
	color: #333;
}

/* !Subnav */

ul.subnav {
	margin-left: 0 !important;
	list-style: none !important;
}

ul.subnav li {
	display: inline;
	border-left: 1px solid #666;
	padding-right: .2em;
	padding-left: .4em;
}

ul.subnav li:first-child {
	border: none;
	padding-left: 0;
}

/* !Main column elements */
#content {
	float: left;
	width: 425px;
	margin: 0;
	padding: 0 15px 40px 15px;
	overflow: hidden;
}

p.imgcap {
	font-style: italic;
	padding: 4px;
	border: solid 1px #ccc;
	background: #fff;
}

p.imgcap img {
	border: 0;
	float: left;
	margin-right: 1em;
}

span.clear {
	display:block;
	clear:both;
}

#content ol {
	margin-left: 2em;
	list-style-position: outside;
	margin-bottom: 18px;
}

#content ul {
	margin-left: 2em;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 18px;
}

/* !Column elements */
#column {
	float: right;
	width: 300px;
	margin: 0;
	padding: 0 10px 30px 25px;
	background: #fbfbfb url('../images/column_bg.gif') repeat-y left top;
}

div.post p {
	border-bottom: 1px solid #ebebeb;
}

/* !Footer */
div#footer {
	clear: both;
	padding: 15px;
	background: #282828 url('../images/footer_bg.gif') repeat-x bottom left;
	text-align: center;
	font: 8pt helvetica, arial, sans-serif;
	letter-spacing: .1em;
	color: #666;
}

#footer a {
	text-decoration: none;
/*	font-weight: 900;*/
	color: #999;
}

#footer img {
	border: 1px solid #272727;
	margin: 0 3px;
}

/* !Referenser */
div#cases a {
	display: block;
	background: #fff;
	text-decoration: none;
	color: #333;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

div#cases a:hover {
	display: block;
	background: #F63;
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #fff;
}

div#cases a img {
	border:1px solid #ccc;
	float:left;
	margin-right:1em;
	padding:2px;
	background:#fff;
}

div#cases a:hover img {
	border:1px solid #ccc;
}



/* !Contact form */

#content form {
	margin: 0 0 30px 0;
	padding: 10px;
	border: 1px solid #f2f2f2;
	background-color: #FAFAFA;
}

form#dropbox {
	margin: 1em auto;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #fafafa;
}

p.dialogOk {
	margin-top, margin-bottom: 1em;
	padding: 1.5em;
	background-color: #e4efcb;
	color: #363;
	border: 1px solid #363;
}

p.dialogWar {
	margin-top, margin-bottom: 1em;
	padding: 1.5em;
	background-color: #fcc;
	color: #c33;
	border: 2px solid #c33;
}

#content div.info {
	margin: 0 0 30px 0;
	padding: 10px;
	border: 1px solid #f2f2f2;
	background-color: #FAFAFA;
}

#content label {
	display: block;
	font-weight: bold;
	margin: 5px 0;
}

#content input {
	padding: 4px;
	border: 1px solid #eee;
	font: normal 1em/1.5em Verdana, sans-serif;
	color: #777;
}

#content textarea {
	width: 350px;
	padding: 4px;
	font: normal 1em/1.5em Verdana, sans-serif;
	border: 1px solid #eee;
	height: 100px;
	display: block;
	color: #777;
}

#content input.button {
	margin: 0;
	font: bold 1em Arial, Sans-serif;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 2px 3px;
	color: #333;
}
