@import "screen_reset.css";

/* === General Layout === */

* {
	padding:          0;
	margin:           0;
}

html { 
	background: #1a1a1a;
}

body { 
	font: 13px Arial, Helvetica, Verdana, sans-serif; 
	color:#000;
}

strong {
	font-weight: bold;
}

a:link, a:visited { 
	text-decoration: none;
	color: #389dff;
	text-decoration: underline;
}
a:hover, a:active { 
	text-decoration:underline; 
}
:focus { 
	outline: none; 
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding: 0 0 20px 0;
}

h3{
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 10px 0;
}

a.logo {
	position: absolute;
	width: 405px;
	height: 75px;
	left: 97px;
	top: 20px;
}

a.lang_sv {
	position: absolute;
	height: 11px;
	width: 60px;	
	right: 230px;
	top: 50px;
	z-index: 10;
	background: url(../images/se.gif) right center no-repeat;
	color: #fff;
	text-decoration: none;
	font-size: 10px;
}

a.lang_en {
	position: absolute;
	height: 11px;
	width: 60px;
	right: 230px;
	top: 65px;
	z-index: 10;
	background:url(../images/gb.gif) right center no-repeat;
	color: #fff;
	text-decoration: none;
	font-size: 10px;	
}



div.wrapper { 
	background: url(../images/logo.jpg) 97px 0px no-repeat;
	margin: 0 auto;
	width: 1000px;
	padding: 0 0 17px 0;
	position: relative;
}

div.header {
	width: 1000px;
	height: 150px;
	position:relative;
}

div.header h1 {
	display: none;
}

div#content { 
	background: #fff; 
	width: 720px;
	overflow: hidden;
	display:block;
	margin: 0 0 0 100px;
	padding: 70px 50px 100px 30px;
}

#content ul {
	padding: 0 0 20px 0;
}

#content ul li {
	padding: 0 0 5px 10px;
}

div.pin {
	position: absolute;
	display: block;
	width: 125px;
	height: 125px;
	background: url(../images/pin.png) left top no-repeat;
	right: 80px;
	top: 85px;
}

#content p {
	padding: 0 0 20px 0;
	width: 400px;
	line-height: 18px;
}

#content img.float_right {
	float: right;
}


div.footer {
	text-align: right;
	width: 800px;
	display; block;
	background: url(../images/bg.footer.gif) left top no-repeat;
	width: 785px;
	height: 39px;
	margin: 0 0 0 100px;
	padding: 15px 15px 0 0;
	font-size: 12px;
}

div.left {
	display:  block;
	float: left;
	width: 400px;
}
div.right {
	display:  block;
	margin: 0px 0 0 20px;
	float: left;
	width: 300px;
}

div.right p{

	width: 300px;
	font-style:italic;
	color: 777;
}



/* === Navigations === */

ul#navigation {
	display: block;
	height: 39px;
	position: absolute;
	bottom: 0;
	left: 100px;
}

ul#navigation li {
	display: block;
	height: 39px;
	width: 131px;
	float: left;
	margin: 0 4px 0 0;
	background: url(../images/bg_nav_li.gif) left top no-repeat;
	text-align: center;
}

ul#navigation li.current {
	background-position: 0 -39px; 
}

ul#navigation li a {
	color:#000;
	display:block;
	margin:12px 0 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px	
}

ul#navigation li a:hover {
	text-decoration: none;
}
/* --- End Navigations ---*/



.form_wrapper {
	margin: 20px;
	padding:10px;
	background: #333;
	color: #ccc;
}

div.row {
	display: block;
	padding: 8px;
}

form label {
	display:block;
	float:left;
	font-weight:bold;
	padding: 3px 15px 0 0;
	text-align:right;
	width:200px;
}

form textarea,
form input {
	float: left;
	width:20px;
	font:13px arial #333;
}

form p {
	background: #4d4d4d;
	display: block;
	margin: 0 0 0 215px;
	width: 414px!important;
	padding: 10px!important;
}

form span {
	float: left;
	margin: 0 10px 0 10px;
	
}

form.order .row label {
	width: 250px;
}	

form.order .row input,
form.order .row textarea
{
	width: 300px;
}

form input.submit {
	width: 50px;
	float: right;
}

form span.indented label {
  width: 100px;
}

form span.indented input {
  width: 50px;
}

#tiles table {
	border-collapse:  collapse;
	border-spacing:   0;
	/*margin:20px auto auto;*/
	margin-left: 16px;	
}
#tiles td {
	background:       url(../images/tile.gif) no-repeat 0 0;
	display: inline-block;
	width: 45px;
	height: 45px;
}

#tiles td.char-97,
#tiles td.char-65,
#tiles td.char-100,
#tiles td.char-68,
#tiles td.char-101,
#tiles td.char-69,
#tiles td.char-105,
#tiles td.char-73,
#tiles td.char-108,
#tiles td.char-76,
#tiles td.char-110,
#tiles td.char-78,
#tiles td.char-114,
#tiles td.char-82,
#tiles td.char-115,
#tiles td.char-83,
#tiles td.char-116,
#tiles td.char-84
 {
	background:       url(../images/tile.gif) no-repeat -45px 0;
}

#tiles td.char-103,
#tiles td.char-71,
#tiles td.char-111,
#tiles td.char-79,
#tiles td.char-117,
#tiles td.char-85 {
	background:       url(../images/tile.gif) no-repeat -90px 0;
}


#tiles td.char-104,
#tiles td.char-72,
#tiles td.char-107,
#tiles td.char-75,
#tiles td.char-109,
#tiles td.char-77,
#tiles td.char-112,
#tiles td.char-80  {
	background:       url(../images/tile.gif) no-repeat -135px 0;
}

#tiles td.char-98,
#tiles td.char-66,
#tiles td.char-102,
#tiles td.char-70,
#tiles td.char-118,
#tiles td.char-86,
#tiles td.char-229,
#tiles td.char-197,
#tiles td.char-228,
#tiles td.char-196,
#tiles td.char-246,
#tiles td.char-214 {
	background:       url(../images/tile.gif) no-repeat -180px 0;
}

#tiles td.char-99,
#tiles td.char-67,
#tiles td.char-106,
#tiles td.char-74,
#tiles td.char-121,
#tiles td.char-89 {
	background:       url(../images/tile.gif) no-repeat -225px 0;
}


#tiles td.char-113,
#tiles td.char-81,
#tiles td.char-120,
#tiles td.char-88,
#tiles td.char-122,
#tiles td.char-90   {
	background:       url(../images/tile.gif) no-repeat -270px 0;
}

#tiles input {
	width:            42px;
	height:           42px;
	text-align:       center;
	font-size:        30px;
	padding:3px 0 0 3px;
	border:           0;
	background:       transparent;
	text-transform:   uppercase;
}

ul.chars {
	margin: 0 0 0 7px;
}

ul.chars li {
	display: block;;
	height: 18px;
	padding: 7px 0 0 30px!important;
	float: left;
	margin: 0 25px 15px 0px;
	background: url(../images/bg_alpha.gif) 0 0 no-repeat;
}

ul.chars li.char-B {
	background-position: 0 -25px;
}
ul.chars li.char-C {
	background-position: 0 -50px;
}
ul.chars li.char-D {
	background-position: 0 -75px;
}
ul.chars li.char-E {
	background-position: 0 -100px;
}
ul.chars li.char-F {
	background-position: 0 -125px;
}
ul.chars li.char-G {
	background-position: 0 -150px;
}
ul.chars li.char-H {
	background-position: 0 -175px;
}
ul.chars li.char-I {
	background-position: 0 -200px;
}
ul.chars li.char-J {
	background-position: 0 -225px;
}
ul.chars li.char-K {
	background-position: 0 -250px;
}
ul.chars li.char-L {
	background-position: 0 -275px;
}
ul.chars li.char-M {
	background-position: 0 -300px;
}
ul.chars li.char-N {
	background-position: 0 -325px;
}
ul.chars li.char-O {
	background-position: 0 -350px;
}
ul.chars li.char-P {
	background-position: 0 -375px;
}
ul.chars li.char-Q {
	background-position: 0 -400px;
}
ul.chars li.char-R {
	background-position: 0 -425px;
}
ul.chars li.char-S {
	background-position: 0 -450px;
}
ul.chars li.char-T {
	background-position: 0 -475px;
}
ul.chars li.char-U {
	background-position: 0 -500px;
}
ul.chars li.char-V {
	background-position: 0 -525px;
}
ul.chars li.char-W {
	background-position: 0 -550px;
}
ul.chars li.char-X {
	background-position: 0 -575px;
}
ul.chars li.char-Y {
	background-position: 0 -600px;
}
ul.chars li.char-Z {
	background-position: 0 -625px;
}
ul.chars li.char-Aring {
	background-position: 0 -650px;
}
ul.chars li.char-Auml {
	background-position: 0 -675px;
}
ul.chars li.char-Oring {
	background-position: 0 -700px;
}

div.order_info {
	display: block;
	background: #4d4d4d;
	margin: 10px 0 10px 0;
}

div.order_info h3 {
	padding: 8px;
}

span.price {
	float: right;
	font-weight: bold;
}

.bg_gray {
	background: #4a4a4a;
	margin-top:10px;
}















