/*
Theme Name: JT78
Theme URI: http://www.jt78.se
Description: JT's egna tema
Version: 1.6
Author: Erik Larsson
Author URI: http://www.snowmedia.se
Tags: blue, custom header, fixed width, two columns, widgets
*/



/* Begin Typography & Colors */
* {
	margin:0px; 
	padding: 0px;
}

img {border:0px}

p {
	line-height: 30px;
}

body {

	background: url('images/bg-jt.gif') no-repeat #e7e5e0;
	font-family:"Trebuchet MS ´arial ´verdana ´sans-serif";
	color:#3a3a3a;
	margin:0;
	padding:0;
}

div#main {
	width:870px; 
	min-height: 700px;
	margin-left: auto; 
	margin-right: auto; 
	background-color: white; 
}

div#main .logo {
	height: 82px; 
	width: 100%
}

div#main .header {
	height: 350px;
	padding-left: 10px;
	padding-right: 10px;
}

div#main .menu {
	height:50px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

div#main .break {
	height: 8px;
	background-color: #e7e5e8;
	width: 100%;
}


div#main .content {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	min-height: 380px;
	font-family:"Trebuchet MS";
	font-size: 13px;
	line-height: 20px;
}

ul#nav-menu {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:15px 0 0 25px;
	text-align: center;
}

ul#nav-menu li {
	float:left;
	height:15px;
	line-height:14px;
	margin:0 8px 0 0;
	padding:0 5px 0 8px;
	font-family: Georgia;
}
ul#nav-menu li a:link, ul#nav-menu li a:visited {
	text-decoration: none;
	color: black;
}

li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}


div#main .content h1 {
	margin: 5px;
	font-size: 22px;
	color: #a35e1b;
	margin-left: 0px;
} 

div#main .content h2 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}


div#main .content-1 {
	width: 500px;
	padding-right: 20px;
	float: left;
	padding-bottom: 30px;
	
}

div#main .content-2 {
	width: 270px;
	float: left;
	padding-left: 70px;
	padding-top: 20px;
	margin-top: 60px;
	background: url('images/breake-line.jpg') left  no-repeat;
}

div#main .footer {
	height: 50px;
	background-color: #ae743b;
	line-height: 50px;
	color: white;
	font-size: 12px;
	text-align: center;
}

div#main .footer a:link {color: white}

div#menu {
	height: 20px;
}

div#menu .box {
	height: 15px;
	float: left;
}

div#menu .box a {
	
}



div#menu .english {
	height: 15px;
	float: right;
}
#slideshow {
    position:relative;
    height:255px;
	margin-bottom:5px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}