/*
Theme Name: Levitronics
Description: Design for Levitronics
Version: 1.0
Author: Anders Bälter
Author URI: http://www.mtnlab.se
*/


body {
	margin: 0;
	padding: 0;
	background-image: url("images/header_grad.png");
	background-repeat: repeat-x;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #0087d9;;
}

h2 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #0087d9;
}

a, a:visited, a:hover, a:active  {
	color: #0087d9;
}

#center {
	margin: 0 auto;
	width: 740px;
}

#logo {
	background-image: url("images/logo_shad2.png");
	background-repeat: repeat-y;
	float: left;
	clear: both;
	height: 117px;
	width: 100%;
}

#menu {
	margin-left: 8px;
	margin-top: 10px;
	height: 156px;
	width: 227px;
	float: left;
}

#image {
	background-image: url("images/promo.png");
	margin-top: 10px;
	margin-left: 20px;
	width: 473px;
	height: 86px;
	float: left;
	padding-left: 10px;
	padding-top: 70px;
}

#image h1 {
	font-family: Helvetica;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	}

#image p {
	font-family: Helvetica;
	color: #fff;
	}
	
#news {
	margin-top: 10px;
	margin-left: 8px;
	width: 237px;
	float: left;
}

#main {
	margin-top: 10px;
	margin-left: 10px;
	width: 483px;
	float: left;
}

#text {
	padding-left: 18px;
}

#footer {
	height: 65px;
	float: left;
	clear: both;
	text-align: center;
	background-color: #efefef;
	color: #848484;
	margin: 10px 0 0 8px;
	width: 730px;
	padding-top: 10px;
}

#menu ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 26px 0 0 0;
	padding: 0;
	display: block;
	width: 100%;
	font-variant: small-caps;
}

#menu ul li {
	display: block;
	width: 100%;
	height: 26px;
	line-height: 25px;
}

#menu ul li a {
	text-decoration: none;
	color: #000;
	display: block;
	width: 100%;
	height: 26px;
	line-height: 25px;
	padding-left: 23px;	
	font-size: 15px;
	font-weight: normal;
}

#menu ul li a:hover {
	background-image: url("images/menu_hover.png");
	background-repeat: repeat-x;
	color: #fff;
}

#menu ul li a:first-letter {
	font-size: 18px;
	font-weight: 200;
}

.head {
	font-variant: small-caps;
	color: #fff;
	height: 31px;
	line-height: 31px;
	margin: 0;
	padding: 0 0 0 18px;
	font-size: 14px;
	background-repeat: no-repeat;
	font-weight: normal;
	letter-spacing: 1px;
}

.head:first-letter {
	font-size: 18px;
}

#news .head {
	background-image: url("images/head_bg_small.png");
}

#main .head {
	background-image: url("images/head_bg_big.png");
}


#news table {
	margin: 0px 18px 15px 18px;
        width: 237px;
}

.news_topic {
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #0087d9;
}

#news table td {
	padding: 10px 0 10px 10px;
}

#news table th, #news table td {
	border-bottom: 1px solid #d8d8d8;
}

#news table p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #848484;
}

#content {
	margin-left: 18px;
	margin-top: 10px;
}

.tease {
        overflow: hidden;
        width: 175px;
}
