@charset "utf-8";
a {
	color: #3B5364;
}
a:visited {
	color: #293A47;
}
body {
	background: #61627f url(/_gfx/template/bg_body.gif) repeat-x;
	margin: 0;
	padding: 0;
}
p {
	font: 12px Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	margin: 0;
	padding: 0 0 1em 0;
}
p.intro {
	color: #383849;
	font-size: 13px;
	letter-spacing: 0.3ex;
}
h1,h2,h3,h4,h5,h6 {
	color: #3C576A;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1.5;
	margin: 0;
	padding: 0 0 16px 0;
}
h1 {
	font-size: 21px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 15px;
}
h4 {
	font-size: 12px;
}
ul,ol {
	margin: 0 0 0 0;
	padding: 0 0 16px 0;
}
ul {
	margin-left: 20px;
	list-style-position: outside;
	list-style-image: url(/_gfx/template/bullet.gif);
}
ol {
	margin-left: 20px;
	list-style-type: decimal;
}
li {
	font: 12px Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
}
input[type="text"],input[type="file"],input[type="password"],select,textarea {
	background: #ffffff url(/_gfx/template/bg_textfield.gif) repeat-x top left;
	color: #61627f;
	font: 12px Georgia, "Times New Roman", Times, serif;
	border: 1px solid #999999;
	padding: 2px;
}
img {
	border: 0;
}

a.languageLinkEnglish {
	background: url(/_gfx/template/flag_en.gif) center left no-repeat;
	padding-left: 30px;
}
a.languageLinkSwedish {
	background: url(/_gfx/template/flag_se.gif) center left no-repeat;
	padding-left: 30px;
}

div.showcase {
	background-color: #FFF;
	text-align: center;
	width: 320px;
	height: 250px;
	overflow: hidden;
}
div.showcaseItem {
	height: 250px;
	overflow: hidden;
}

img.screenshot {
	background: #ffffff url(/_gfx/template/screenshot_shadow.gif) no-repeat;
	padding: 10px;
	border: 0;
	width: 300px;
	height: 200px;
	overflow: hidden;
}

.button {
	background: #FFFFFF url(/_gfx/template/bg_button.gif) no-repeat center 0px;
	color: #FFFFFF;
	font: bold 15px Arial, Helvetica, sans-serif;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	border: 0;
	width: 140px;
	height: 30px;
	overflow: hidden;
	display: block;
}
.button:hover {
	background-position: center -30px;
	color: #61627f;
}
a.button {
	color: #FFFFFF;
}
input.button {
	background-position: center 1px;
}

a.hover {
	text-decoration: none;
}
a.hover:active {
	text-decoration: none;
}
a.hover:visited {
	text-decoration: none;
}
a.hover:hover {
	text-decoration: underline;
}

div#main {
	background: #ffffff url(/_gfx/template/bg_mid.gif) repeat-y;
	text-align: left;
	width: 760px;
	overflow: hidden;
}
div#head {
	background: #ffffff url(/_gfx/template/head.gif) no-repeat;
	margin: 0;
	width: 760px;
	height: 100px;
	overflow: hidden;
}

div#languages {
	margin: 10px 70px 10px 10px;
	float: right;
}
div#languages a {
	background-repeat: no-repeat;
	line-height: 75px;
	width: 30px;
	height: 25px;
	overflow: hidden;
	display: block;
	float: right;
}
div#languages a#se {
	background-image: url(/_gfx/template/flag_se.gif);
}
div#languages a#en {
	background-image: url(/_gfx/template/flag_en.gif);
}
div#languages a:hover {
	background-position: 0 -25px;
}
div#menu {
	margin: 65px 11px 0 0;
	float: left;
	clear: right;
}
div#menu a {
	background: #ffffff url(/_gfx/template/menu_hem.gif) no-repeat;
	padding-top: 40px;
	width: 110px;
	height: 35px;
	overflow: hidden;
	display: block;
	float: left;
}
div#menu a#home {
	background-image: url(/_gfx/template/menu_home.gif);
}
div#menu a#aboutus {
	background-image: url(/_gfx/template/menu_about_us.gif);
}
div#menu a#portfolio {
	background-image: url(/_gfx/template/menu_portfolio.gif);
}
div#menu a#contact {
	background-image: url(/_gfx/template/menu_contact.gif);
}
div#menu a#hem {
	background-image: url(/_gfx/template/menu_hem.gif);
}
div#menu a#omoss {
	background-image: url(/_gfx/template/menu_om_oss.gif);
}
div#menu a#kontakt {
	background-image: url(/_gfx/template/menu_kontakt.gif);
}
div#menu a:hover {
	background-position: 0 -35px;
}
div#menu a.active {
	background-position: 0 -70px;
}
div.content {
	padding: 0;
	margin: 20px 0 0 70px;
	width: 630px;
	overflow: auto;
}
div#footer {
	background: #ffffff url(/_gfx/template/footer.gif) no-repeat;
	text-align: center;
	width: 760px;
	height: 50px;
	overflow: hidden;
	clear: both;
}
div#footer p {
	color: #383849;
	letter-spacing: 0.2ex;
	padding: 20px 0 0 0;
}
div.col1 {
	width: 300px;
	float: left;
}
div.col2 {
	width: 300px;
	float: right;
}
div.col2.front {
	width: 320px;
}

.floatRight {
	margin: 0 0 10px 10px;
	float: right;
	clear: right;
}
.floatLeft {
	margin: 0 10px 10px 0;
	float: left;
	clear: left;
}

.centered {
	text-align: center;
}