/* @override http://elektrotechltd.com/wp-content/themes/elektrotech/style.css */

/*
Theme Name: Elektrotech
Theme URI: http://elektrotechltd.com
Description: Default Elektrotech Ltd Theme created by <a href="http://simmo.me">Mike Simmonds</a>.
Version: 1.0
Author: Mike Simmonds
Author URI: http://simmo.me
Tags: blue, red, fixed width, two columns
*/

* {
	margin: 0;
	padding: 0;
}

ul, li {
	list-style: none;
}

body {
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #F9F9F9;
	color: #234357;
}

div#header {
	border-bottom: 1px solid #FFFFFF;
	height: 149px;
	background: url(img/header.bg.rep.jpg) repeat-x center bottom;
}

div#content {
	background: #F9F9F9 url(img/content.shadow.gif) repeat-x center top;
}

div.wrapper {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}

div#header div.wrapper {
	height: 149px;
	background: url(img/nav.jpg) no-repeat center bottom;
}

h1 {
	height: 110px;
	line-height: 110px;
	color: #FFFFFF;
	background: url(img/logo.jpg) no-repeat center bottom;
	text-indent: -100%;
}

h2 {
	margin-bottom: 5px;
	color: #9f1c1c;
	margin-top: 10px;
	font: normal normal 20px Georgia, "Times New Roman", Times, serif;
}

h3 {
	clear: both;
	color: #003f72;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
		margin-bottom: 7px;
	}

h3 a:link, h3 a:visited {
	text-decoration: none;
	color: #003f72;
	font-weight: normal;
	font-style: normal;
}

h3 a:hover, h3 a:active {
	text-decoration: underline;
}

h4 {
	font-size: 12px;
}

span.clearfix {
	display: block;
	clear: both;
}

ul#nav {
	line-height: 15px;
	float: left;
	padding-top: 12px;
}

ul#nav li {
	float: left;
}

ul#nav li a {
	display: block;
	margin-right: 8px;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
	color: #FFFFFF;
}

div#spotlight {
	font-size: 10px;
	background: url(img/news.bg.gif) repeat-x center bottom;
	line-height: 44px;
	color: #859db4;
	width: 700px;
	height: 44px;
	overflow: hidden;
}

div#spotlight p {
		background: url(img/star.png) no-repeat 5px center;
	padding-left: 30px;
	float: left;
	height: 42px;
	line-height: 42px;
}

div#primary, div#secondary, div#footer p {
	padding-left: 5px;
	padding-right: 5px;
}

div#footer p {
	line-height: 20px;
}

div#footer {
	background: url(img/news.bg.gif) repeat-x center top;
	padding-top: 5px;
	padding-bottom: 15px;
	line-height: 12px;
}

div#primary {
	float: left;
	width: 470px;
}

div#secondary {
	float: right;
	width: 200px;
	background: url(img/bg.jpg) no-repeat right bottom;
	padding-bottom: 180px;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 5px;
}

div.item {
	margin-bottom: 20px;
}

div#footer {
	clear: both;
}

div#primary p, div#secondary p {
	margin-bottom: 20px;
	line-height: 16px;
}

div#primary ul {
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px;
}

div#primary li {
	list-style-type: disc;
	line-height: 16px;
	list-style-position: outside;
	margin-bottom: 5px;
}

ul#browse li {
	line-height: 20px;
	color: #999999;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.wrapper a:link, div.wrapper a:visited {
	text-decoration: none;
	color: #005c8f;
	padding: 2px;
}

div.wrapper a:hover, div.wrapper a:active {
	border-bottom: 1px dotted #005c8f;
}

ul.children li:before {
	content: "\00BB \0020";
}

ul.children li {
	text-indent: 10px;
}

div.featured {
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
}

div.featured h2 {
	margin-top: 0;
}
	
div.featured h4 {
	margin-bottom: 4px;
}

div#primary div.featured ul {
	margin-top: 10px;
}

div#primary div.featured ul,
div#primary div.featured li {
	list-style-position: inside;
	margin-left: 0;
}

div.featured img {
	float: left;
	margin-right: 15px;
	border: 1px solid #CCCCCC;
	padding: 1px;
	background-color: #FFFFFF;
}

div.wrapper div.featured h4 a {
	font-size: 19px;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

div.product {
	width: 105px;
	float: left;
	margin-right: 10px;
	height: 200px;
}

div.product img {
	border: 1px solid #CCCCCC;
	padding: 1px;
	width: 101px;
	height: 101px;
	background-color: #FFFFFF;
}

div.product span {
	display: block;
	padding: 5px 2px;
	text-align: center;
}

div.wrapper div.product a {
	text-decoration: none;
	color: #666666;
	border: none;
	padding: 0;
	display: block;
}

div.product a:hover, div.product a:visited {
	border: none;
}

img.office {
	border: 1px solid #CCCCCC;
	padding: 2px;
}

.hidden {
	display: none;
}

form#frmContact label {
	display: block;
	float: left;
	line-height: 20px;
	cursor: pointer;
	height: 20px;
	width: 80px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	font-weight: bold;
	color: #333333;
}

form input.text, form textarea.text {
	font: 12px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 350px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	background: #ffffff url(img/input.bg.gif) repeat-x 0 top;
	height: 20px;
}

form textarea.text {
	height: 150px;
}

div#secondary form#searchform input.text {
	width: 100%;
	margin-bottom: 10px;
	font: 12px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
}

p.error {
	padding: 5px;
	border: 1px solid #ff7f7b;
	background-color: #fee7ea;
}

p.error span {
	margin-left: 85px;
	display: block;
	padding-top: 5px;
	background-image: url(img/error.gif);
}

div#social p {
	margin-bottom: 5px;
}