
/******************************************************
*                                                     	*
*   CSS file - http://www.hees.uk.com/       			*
*   Copyright (c) HEES UK, 2008.               		*
*                                                     *
******************************************************/


/* Base
------------------------------------------------------*/

*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background: #6CB6CE url("../images/bg.jpg") repeat-x 0% 0%;
	font: normal 0.75em/145% Arial, Tahoma, sans-serif;
	color: #444;
	text-align: center;
	padding: 0px;
}

p
{
	margin: 0px 0px 10px 0px;
	line-height: 140%;
	color: #444;
}

a
{
	outline: none;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

ol {
	list-style-position: inside;
	margin-bottom: 10px;
}

ul ul li {
	list-style-type: circle ;
}

.hide
{
	display: none;
}

img
{
	border: 0px;
}

.padd-05
{
	padding: 5px;
}

.padd-10
{
	padding: 10px;
}

.padd-15
{
	padding: 15px;
}


/* Clearing method
------------------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/* Layout
------------------------------------------------------*/

#page-container
{
	width: 900px;
	margin: 0px auto;
	text-align: left;
	background-color: #fff;
}

#page-inner-container
{
	padding: 5px;
}

#page-content-container
{
	background: url("../images/bg_page_sidebar.gif") repeat-y 0% 0%;
}

#page-sidebar
{
	width: 220px;
	float: left;
	margin: 0px 1px 0px 0px;
}

#page-content
{
	width: 669px;
	float: left;
}



/* Header
------------------------------------------------------*/

#page-header
{
	background: url("../images/bg_top_navigation.gif") repeat-x 0% 100%;
	height: 175px;
	margin: 0px 0px 1px 0px;
}

#page-header h1
{
	width: 220px;
	float: left;
	border-right: 1px solid #fff;
}

#page-header h1 a
{
	display: block;
	width: 220px;
	height: 175px;
	text-indent: -9999px;
	background: url("../images/meh.gif") no-repeat 0% 0%;
}

#page-header h2 
{
	display: none;	
}

#featured 
{
	width: 669px;
	height: 134px;	
	float: right;
	overflow: hidden;	
}

#page-header img
{
	display: block;
	float: left;
	margin: 0px 0px 1px 0px;
}

#nav-container
{
	float: left;
}

#nav {
	position: relative;
	height: 35px;
	padding: 5px 0px 0px 5px;
	margin: 0px;
	overflow: hidden;
		
}

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

#nav li.back {
  background: url("../images/page_nav_hover.gif") no-repeat right -30px;
  width: 2px; 
	height: 30px;
  z-index: 8;
  position: absolute;
}

#nav li.back .left {
  background: url("../images/page_nav_hover.gif") no-repeat 0% 0%;
  height: 30px;
  margin-right: 3px; /* 1px is the width of the rounded shape */
}

#nav li a {
	font: bold 1.1em Arial, Tahoma, sans-serif;
	color: #fff;
	text-decoration: none;
  top: 7px;
  z-index: 10;
  display: block;
  float: left;
  height: 30px;
  position: relative;
  overflow: hidden;
	padding: 0px 17px 0px 17px;
}

#nav li a:hover, #nav li a:active, #nav li a:visited {
  border: none;
}

/* Sidebar
------------------------------------------------------*/

#page-sidebar h2
{
	font: bold 1.2em Helvetica, Arial, Tahoma, sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 8px 10px 8px 10px;
	background-color: #161616;
}

#page-sidebar img
{
	display: block;
	text-align: center;
	margin: 10px auto;

}

#page-sidebar img.ql_img 
{
	display: inline;
	position: relative;
	top: 3px;
	margin: 0 0 0 3px;
}

#search form
{
	height: 30px;
	margin:  0;
}

 
#search input[type=text] 
{	
	font: normal 1em/100% Arial, Tahoma, sans-serif;
	color: #666;
	float: left;
	width: 140px;
	border:1px solid #ccc;
	background:url(../images/ta-bg.gif) repeat-x 0 0;
	height:14px;
	padding: 3px 0;

}

#search input[type=submit] 
{		
	width: 63px;
	margin-left: 5px;
	height: 22px;
	background: #23B4F1 url("../images/blue_btn.gif") repeat-x 0 0;
	padding:0 5px;
	border: 0;
	border-bottom: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font: bold 13px Arial, Tahoma, sans-serif uppercase;
	color: white;
	cursor: pointer;
}
#search input[type=submit]:hover 
{
	background-position: bottom left;
}

#sidebar-menu
{
	margin-bottom: 15px;
	background-color: #fff;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;

}

#sidebar-menu h2
{
	background: url("../images/bg_top_navigation.gif") repeat-x 0% 50%;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;

}


#sidebar-menu ul
{
	margin: 0px;
	padding: 10px 10px 10px 10px;
	list-style: none;
}

#sidebar-menu li
{
	padding: 1px 0px 1px 0px;
	border-bottom: 1px solid #e7e7e7;
}

#sidebar-menu li a
{
	display: block;
	font: bold 1.0em Arial, Tahoma, sans-serif;
	color: #444;
	text-decoration: none;
	padding: 6px 5px 6px 8px;
}
#sidebar-menu li a.pdficon
{
	background: url(../images/pdficon.gif) no-repeat 95% 50%; 	
}

#sidebar-menu li a.editicon
{
	background: url(../images/wrench.gif) no-repeat 95% 50%; 	
}

#sidebar-menu li a.mailicon
{
	background: url(../images/mail.gif) no-repeat 95% 50%; 	
}

#sidebar-menu li a:hover
{
	background-color: #dae5c1;
}

#sidebar-menu form 
{
	padding: 10px;
	line-height: 175%;
}
#sidebar-menu form p
{
	margin-bottom: 3px;
}

#sidebar-menu label 
{
	font-weight: bold;
}
#sidebar-menu input
{
	font: normal 1em/100% Arial, Tahoma, sans-serif;
	color: #666;
	width: 180px;
	border:1px solid #ccc;
	background:url(../images/ta-bg.gif) repeat-x 0 0;
	height:14px;
	padding: 3px 0;
}

#sidebar-menu input.button
{
	width:85px;
	height: 28px;
	background: #23B4F1 url("../images/blue_btn.gif") repeat-x 0 0;
	padding: 5px;
	border: 0;
	border-bottom: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 8px 0 5px 0;
	font: bold 13px Arial, Tahoma, sans-serif uppercase;
	color: white;
	cursor: pointer;
}

#sidebar-menu input.button:hover
{
	background-position: bottom left;
}


/* =============== */
/* ! Live Search   */
/* =============== 

#live_search p.ls_search {
	position: relative;
	height: 30px;
	margin: 0;
	line-height: 100%;
}

#live_search  input {
	padding-left: 5px;
	width: 190px;
	border:1px solid #ccc;
	background:url(../images/ta-bg.gif) repeat-x 0 0;
	height:20px;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #666;
	}

#live_search input.ls_inactive {
	color: #999;
}

 Reset Button 	
#live_search span.ls_reset_image {
	position: relative;
	top: 5px;
	margin-left: 5px;
	display: inline-block;
	width: 16px;
	height: 18px;
	background: transparent url(../images/reset.gif) no-repeat center;
	cursor: pointer;
}	

#live_search .ls_wait_image {
	position: absolute;
	top: 3px;
	right: 17px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: transparent url(../images/loader.gif) no-repeat center;
	margin-left: 5px;
}

#live_search .ls_results {
	background-color: #E7E7E7;
	overflow: hidden;
	width: 210px;
}

#live_search .ls_results ul {
	margin: 5px;
	list-style: none;
}

#live_search .ls_results li {
	padding:10px 0 6px 20px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #999 ;
	background: url(../images/document.gif) no-repeat 10px left transparent;
}

#live_search .ls_results li a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}*/


/* Content - dual panels
------------------------------------------------------*/

#content-dual
{
	background: url("../images/bg_page_content_dual.gif") repeat-y 0% 0%;
}

#content-dual h1
{
	font: bold 1.6em Arial, Tahoma, sans-serif;
	color: #444;
	text-transform: uppercase;
	margin: 0px;
	padding: 12px 10px 10px 24px;
	background: #fff url(../images/title-bg.png) repeat-x bottom left;
}

#content-dual h2
{
	font: bold 1.1em Arial, Tahoma, sans-serif;
	color: #fff;
	margin: 0px 0px 10px 0px;
}

#content-dual h2 a
{
	color: #fff;
}

#content-dual .single-panel
{
	width: 334px;
	float: left;
}

#content-dual .single-panel .topic-list
{
	padding: 25px;
}

#content-dual .single-panel .topic
{
	padding-bottom: 12px;
	margin-bottom: 10px;
	border-bottom: 1px solid #161616;
}

#content-dual .single-panel img
{
	float: left;
	border: 3px solid #fff;
	margin: 3px 10px 10px 0px;
}

#content-dual a.feed img 
{
	float: none;
	border: 0;
	margin: 0 0 0 7px;
	padding: 0;
}

#content-dual .single-panel p
{
	font: normal 1.0em/130% Arial, Tahoma, sans-serif;
	color: #ccc;
	margin-bottom: 5px;
}

#content-dual .single-panel a
{
	color: #fff;
}

#content-dual .single-panel a.detail
{
	font: bold 1.0em Arial, Tahoma, sans-serif;
	color: #fff;
}

#content-dual .right-panel
{
	margin-left: 1px;
}

#content-dual .right-panel .topic
{
	border-color: #fff;
}

#content-dual .right-panel p
{
	color: #fff;
}

#content-dual .recent-topics
{
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 16px;
	list-style-type: square;
	color: #fff;
}

#content-dual .recent-topics li
{
	margin-bottom: 5px;
}

#content-dual .recent-topics a
{
	font: bold 1.0em Arial, Tahoma, sans-serif;
}


/* Content - default
------------------------------------------------------*/

#breadcrumb
{
	padding: 12px 10px 12px 25px;
	color: #444;
}

#breadcrumb a
{
	xfont: bold 1.0em Arial, Tahoma, sans-serif;
	color: #161616;
}

#wide-panel
{
	xbackground-color: #444;
	padding: 10px 25px 30px 25px;
	xcolor: #fff;
}

#wide-panel h1
{
	font: bold 1.6em Arial, Tahoma, sans-serif;
	color: #161616;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #444;
}

#wide-panel h1 span
{
	color: #444;
}

#wide-panel h2
{
	font: bold 1.4em/150% Arial, Tahoma, sans-serif;
	color: #416678;
	margin: 20px 0px 10px 0px;
}

#wide-panel h2 a
{
	text-decoration: none;
}

#wide-panel h3
{
	font: normal 1.3em/140% Arial, Tahoma, sans-serif;
	color: #161616;
	margin: 20px 0px 10px 0px;
	clear: both;
}

#wide-panel p strong
{
	color: #161616;
}

#wide-panel img
{
	border: 1px solid #ccc;
	background-color: #e7e7e7;
	margin: 0px 15px 10px 0px;
	padding: 6px;
}

#wide-panel a
{
	color: #161616;
}

#wide-panel a:hover
{
	color: #fff;
	background-color: #444;
}
#wide-panel span a:hover {
	background-color: transparent;}

#wide-panel ul
{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 16px;
	list-style-type: disc;
	list-style-position: inside;
}

#wide-panel ul ul {
	margin-bottom: 0;
}

#wide-panel .product-item
{
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
}

#wide-panel .product-item img
{
	float: right;
	margin: 0px 0px 10px 15px;
}

#wide-panel .news-item
{
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
}

#wide-panel .news-item img
{
	float: left;
	clear: both;
	margin: 0px 15px 10px 0px;
}

#wide-panel img.noborder
{	border: none;
	padding: 0;
	margin: 10px 0 0 0;
}

#wide-panel .posted
{
	background-color: #e7e7e7;
	padding: 5px;
	font-weight: bold;
	clear: both;
}
#wide-panel .project-info {
	width: 361px;
	float:left;
}

#wide-panel .project-img {
	width: 258px;
	float: left;
	margin-top: 20px;
}

#wide-panel img.fancyzoom {
	float:left;
	margin: 0;
}

.preview {
margin: 0 0 10px 15px;
display: inline;
float: left;
position: relative;
width: 114px;
}


.zoom {
background: url(../images/zoom.png) no-repeat transparent;
bottom: 0px;
height: 20px;
position: absolute;
right: 0px;
width: 24px;
}


/* Page content - forms
------------------------------------------------------*/

#wide-panel fieldset
{
	padding: 10px 0 10px 20px;
	margin-top: 25px;
	border: 0px;
	background: #F3F3F3;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;


}

#wide-panel form
{
	margin: 20px 0px 20px 0px;
}

#wide-panel label
{
	display: block;
	font: bold 1.0em/120% Arial, tahoma, sans-serif;
	color: #444;
	float: left;
	width: 150px;
	margin: 0px 0px 10px 0px;
}

#wide-panel input, #wide-panel textarea
{
	display: block;
	float: left;
	width: 250px;
	background-color: #fff;
	border: 1px solid #bbb;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font: normal 1.1em/120% Arial, tahoma, sans-serif;
	color: #444;
	margin: 0px 100px 10px 0px;
	padding: 4px;
}

#wide-panel textarea
{
	width: 320px;
	height: 150px;
}

#wide-panel input:focus, #wide-panel textarea:focus
{	
	background: #F9F8F3;
	border-color: #161616;
}

#wide-panel input[type=submit] 
{	width: 262px;
	background-color: #13abea;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font: bold 1.0em/120% Arial, tahoma, sans-serif;
	color: #fff;
}

#wide-panel input[type=hidden] 
{
	display:none;
}
#wide-panel form p {overflow: auto;}

/* Page footer
------------------------------------------------------*/

#page-footer
{
	background: url("../images/bg_page_footer.gif") repeat-x 0% 0%;
	margin-top: 1px;
	padding: 15px 0px 10px 0px;
	text-align: center;
}

#page-footer .nav
{
	margin: 0px 0px 10px 0px;
}

#page-footer .nav a
{
	padding: 0px 15px 0px 15px;
}

#page-footer .nav a.current
{
	font-weight: bold;
	text-decoration: none;
}

#page-footer p
{
	font: normal 1.0em/140% Arial, tahoma, sans-serif;
	color: #777;
	text-decoration: none;
	margin: 0px;
}

#page-footer a
{
	color: #161616;
}
a small {
	font-family: "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	background-color: #999;
	padding: 1px 2px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	font-size: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

h2 a small {
	font-family: Arial, tahoma, sans-serif;
	text-shadow: none;
	background-color: none;
	font-weight: bold;
}

a:hover small,
a:focus small {
	background-color: #ff3300;
}

a:active small {
	background-color: #333;
}
