/*
 Theme Name: Slainte Technologies website
 Theme URI: http://www.slaintetech.com
 Description: v2.0 of the Slainte Website with content management.
 Author: Darren McCready
 Author URI: http://www.pixelproud.com
 Version: 2.0
 .
 Copyright Pixelproud Ltd. All rights reserved.
 .
*/

body {
	font: 0.75em "Verdana", helvetica, sans-serif, serif;
	color:#666;
	margin:0;
}

* {
	margin:0;
	padding:0;
}

h1 span, .screen-reader-text {
	display:none;
}

h1 a {
	background:url(images/slainte_logo.gif) top left no-repeat;
	display:block;
	width:152px;
	height:68px;
}

#footer {
	padding:10px 0;
	text-align:right;
	border-top:1px solid #eee;
	margin:0;
	color:#999;
}

#header {
	width:960px;
}

#header h1 {
	float:left;
	display:block;
	width:152px;
	height:68px;
	margin:15px 0 0 50px;
	padding:10px 25px 10px 0;
}

#container {
	width:960px;
	margin:0 auto;
	
}

#nav_holder {
	display:block;
	clear:both;
}

#nav {
	float:right;
	display:block;
	margin:0;
	height:22px;
	width:719px;
	background:url(images/nav_bg.jpg) top right no-repeat;
}

#nav ul {
	float:right;
	margin-right:5px;
} 

#nav li {
	float:left;
	list-style:none;
}

#nav li a {
	color:#ffffff;
	line-height:22px;
	padding:0 10px 0 10px;
	text-decoration:none;
	display:block;
}

#nav li a:hover {
	background-color:#478BB0;
	color:#FFFFFF;
	text-decoration:none;
}

.current_page_item {
	background-color:#478BB0;
	color:#FFFFFF;
	text-decoration:none;
}

.clear {
	clear:both;
}

#content_outer {
	display:block;
}

#content {
	display:block;
	float:left;
	width:460px;
	padding:10px 25px;
	text-align:justify;
}

#content_wide
{
	display:block;
	float:left;
	text-align:justify;
	width:660px;
	padding:10px 25px;
}

#content p, #content_wide p
 {
	line-height:16px;
	margin:10px 0;
	font-size:100%;
	word-spacing:2px;
}

#content h2, #content_wide h2 {
	font-size:1.8em;
	font-weight:normal;
	padding:5px 0;
}

#content h2 a, #content_wide h2 a {
	color:#444;
	text-decoration:none;
	border:none;
}

#header_title h2
{
	display:block;
	padding:30px;
	color:#ffffff;
	background:url(images/banner_bg.jpg) top left no-repeat #1F3B6A;
}

#header_sidebar {
	display:block;
	float:right;
	text-align:right;
	width:300px;
	margin-top:25px;
	margin-right:20px;
}

#left_sidebar {
	display:block;
	width:200px;
	float:left;
	padding:0 10px 10px 10px;
	margin-right:2px;
	margin-bottom:10px;
	/*background:url(images/sidebar_bg.jpg) top left repeat-x;
	border: 1px solid #E5E6E7;*/
}

#right_sidebar {
	display:block;
	width:200px;
	float:right;
	padding:0 10px 10px 10px;
	margin-bottom:10px;
	/*background:url(images/sidebar_bg.jpg) top left repeat-x;
	border: 1px solid #E5E6E7;*/
}

#right_sidebar h3, #left_sidebar h3
{
	margin-top:20px;
	color:#034C7E;
	margin-bottom:10px;
}

#right_sidebar h4, #left_sidebar h4
{
	font-size:1.3em;
	font-weight:500;
	margin-top:10px;
	margin-bottom:5px;
	color:#333333;
}

#bottom_bar
{
	display:block;
	width:930px;
	height:39px;
	padding:12px 15px 0 15px;
	background:url(images/bottompane_bg.jpg) top left no-repeat;
	color:#034C7E;
}

#bottom_bar a {
	color:#034C7E;
}

#bottom_bar a:hover {
	text-decoration:none;
}

#bottom_bar ul {
	list-style:none;
	float:right;
}

#bottom_bar ul li {
	float:left;
	font-size:0.9em;
	margin-left:15px;
	margin-top:2px;
}

#bottom_bar p {
	float:left;
}


#sidebar h2 {
	letter-spacing:2px;
	font-size:1.2em;
	color:#333;
	border-bottom:1px solid #f6f6f6;
	padding:0 0 3px 0;
}

#sidebar ul {
	list-style:none;
	margin:0 0 20px 0;
}

#sidebar li {
	padding:3px;
	border-bottom:1px solid #f6f6f6;
}

#sidebar li a {
	color:#333;
	text-decoration:none;
}

#sidebar input {
	width:240px;
	padding:5px;
	background:#fdfdfd;
	color:#444;
	border:1px solid #f6f6f6;
}

#sidebar input:focus {
	background:#fff;
	border:1px solid #eee;
}

#sidebar li a:hover {
	color:#000;
}

p.news {
	padding:10px;
	background:#D7F0B2;
	margin:10px 0;
	color:#537B17;
	border-bottom:2px solid #BCE67D;
	border-top:2px solid #BCE67D;
}

#content ul, #content ol, #content_wide ul, #content_wide ol  {
	margin:10px 10px 10px 25px;
}

#content li, #content_wide li {
	padding:5px 10px;
	color:#444444;
}

#content a, #content_wide a {
	text-decoration:none;
	color:#333;
}

#content a:hover, #content_wide a:hover {
	color:#000;
}

img {
	background:#ccc;
	padding:1px;
	border:5px solid #eee;
}

#content h3, #content_wide h3 {
	margin:10px 0 10px 0;
	color:#034C7E;
	font-weight:bold;
	font-size:1.4em;
	text-align:left;
}

#content h4, #content_wide h4 {
	margin:20px 0 10px 0;
	font-weight:500;
	color:#034C7E;
	font-size:1.3em;
}

#content img
{
	border:none;
	background:none;
}

a.more {
	display:block;
	text-align:right;
	color:#2F460D;
	text-decoration:none;
	margin:10px 0 0 0 ;
}

.clear {
	clear:both;	
}

/* TAB CSS */

#product_banner
{
	width:960px;
	height:200px;
	display:block;
	overflow:hidden;
	background:url(images/banner_bg.jpg) top left no-repeat #1F3B6A;
}

.tabs
{
	display:block;
	width:240px;
	height:200px;
	float:left;
}

.tabs a
{
	display:block;
	line-height:32px; text-align:right;
	padding-right:10px;
	text-align:center;
	font-size:1.2em;
	color:#ffffff;
}

.tabs a:hover
{
	background-color:#478BB0;
	color:#ffffff;
	text-decoration:none;
}

.item, .product_item
{
	display:block;
	float:left;
	width:720px;
	height:200px;
	cursor:default;
	color:#ffffff;
}

.item p
{
	margin-top:50px;
	margin-left:50px;
	width:300px;
	display:block;
}

.product_item blockquote {
	margin-top:40px;
	margin-left:30px;
	margin-bottom:10px;
	width:350px;
	display:block;
	font-size:0.9em;
	font-style:italic;
}

.product_item p
{
	margin-left:30px;
	width:350px;
	display:block;
	font-size:0.9em;
}

.item p
{
	margin-top:50px;
	margin-left:50px;
	width:350px;
	display:block;
}

.item p a
{
	background:#E71D27;
	padding:1px;
	color:#ffffff;
	font-size:0.9em;
	text-decoration:none;
}

.item p a:hover
{
	background:#E71D27;
	color:#ffffff;
	text-decoration:none;
}

.current_tab
{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	background-color:#478BB0;
}

.news_item
{
	padding-bottom:10px;
	margin-bottom:10px;
	background:url(images/sidebar_splitter.jpg) bottom center no-repeat;
}

.news_date
{
	font-size:0.9em;
	color:#034C7E;
}

.news_item h4
{
	margin:10px 0 10px 0;
	font-weight:500;
	color:#444444;
	font-size:1.1em !important;
	margin-bottom:2px;
}

.news_item a, .content .readmore, #left_sidebar .readmore, #right_sidebar .readmore, .email a, .press_summary .readmore, .press_home {
	color:#E71D27 !important;
	font-size:0.9em;
	text-decoration:underline !important;
}

.news_item a:hover, .email a:hover, #left_sidebar .readmore:hover, #right_sidebar .readmore:hover, .readmore:hover, .press_summary .readmore:hover, .press_home:hover {
	text-decoration:none !important;
}

.partners_list, .partners_list2 {
	list-style:none;
}

.partners_list2
{
	margin-top:10px;
}

.partners_list li {
	height:63px;
	padding-bottom:10px;
	background:url(images/sidebar_splitter.jpg) bottom center no-repeat;
	margin-bottom:10px;
	text-align:center;
}

.partners_list2 li {
	height:63px;
	float:left;
	width:200px;
	padding:0 0 10px 0 !important;
	margin:5px 5px 10px 0!important;
	background:url(images/sidebar_splitter.jpg) bottom center no-repeat;
	text-align:center;
}

.partners_list li img, .partners_list2 li img
{
	border:none;
	background:none;
}

.products_list
{
	list-style:none;
	list-style-position:outside;
}

.products_list li
{
	background:url(images/sidebar_splitter.jpg) bottom center no-repeat;
	padding-bottom:5px;
	margin-bottom:5px;
	margin-left:10px;
}

.products_list li a
{
	color:#034C7E;
	text-decoration:none;
}

.products_list li a:hover
{
	text-decoration:underline;
}

.products_home
{
	color:#666666;
	font-size:0.9em;
}

.padding25
{
	padding-top:25px;
}

.p_testimonial
{
	margin-left:10px;
	margin-right:10px;
	font-size:0.9em;
}

.product_header
{
	margin-bottom:0 !important;
}

.margBot20
{
	margin-bottom:20px;
}

.press_postdate
{
	font-size:0.9em !important;
	padding:3px 0;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	display:block;
}

.press_summary
{
	margin-bottom:25px;
}

.no_border
{
	border:none !important;
}

.location_item {
	margin-bottom:10px;
	padding-bottom:12px;
	background:url(images/sidebar_splitter.jpg) bottom center no-repeat;
}

.footer_right
{
	float:right;
	display:block;
	width:440px;
}

.footer_left
{
	float:left;
	display:block;
	width:440px;
}

.statcounter
{
	border:none;
	background:none;
	display:inline;
}

.qtrans_language_chooser
{
	
	list-style:none;
	margin-bottom:20px;
	clear:both;
	display:block;
	
}

.qtrans_language_chooser li
{
	
	display:block;
	float:right;
	margin-left:5px;
}

#searchform
{
	margin-top:25px;
	display:block;
}