﻿@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	background-color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	z-index:0;
}

/* container div to algin middle as wrapper needs to be floated to expand */

#container{
	clear: both;
	width:1000px;
	background-color:#FFFFFF;
	margin-top:20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*** Removed ***/

#heading{
	float:left;
	height:158px;
}

.heading{
	border:0;
}

/* background and shadow wrapper */

#wrapper{
	width:1000px;
	float:left;
	background-color:#FFFFFF;
	border:1px solid #ffffff;
	
}

/* top menu */

#top-menu{
	float:left;
	width:1000px;
	height:44px;
	background-color: #274682;
	background-image:url(images/menu-bg.jpg);
	color:#FFFFFF;
	margin:0;
	padding:0;
    position: relative; 
}

#top-menu ul{
	/*float:left;*/
	display:inline-block;
	list-style:none;
	margin:0;
}

#top-menu ul li{
	display:list-item;
	float:left;
	font-weight:bold;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding-right:10px;
	padding-left:10px;
	border-left:1px solid #5a6fa9;
	height: 41px;
	line-height:3.2em;
	overflow:hidden;
}

#top-menu ul li.first{
	border:0;
}

#top-menu ul li a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
}

#top-menu ul li a:hover{
	text-decoration:underline;
}

/**** Menu Drop Down ***/

#menu ul li:hover > ul  
{
	display: block; 
	position: absolute;
	left: -999em;
}

#menu ul li:hover ul {
	left: auto;
}

#menu ul li ul 
{
	position: absolute;
	z-index: 19000;
	left: -999em;
	font-weight: normal;
	border-top: none;
	padding:5px 0;
	margin:-5px 0 0 -10px;
        background: #5a6fa9;
}

#menu ul li ul li {
	float: none;
	background: none;
	font-size: 13px;
	height: auto;
	padding: 0 10px 0 0;
}

#menu ul li ul li a 
{
	border: none;
	height: auto;
	line-height:28px;
	padding:2px 5px 2px 10px;
	background: none;
}

#content{
	background:url(images/content-top-gradient.jpg) no-repeat;
	width:960px;
	float:left;
	margin-bottom:0;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#main{
	float:left;
	width:645px;
}

#main-contact{
	float:left;
	width:920px;
}

#main-products{
	float:left;
	width:900px;
	min-height:400px;
}

#utilities{
	float:right;
	width:294px;
	height:auto;
	padding-top:0px;
	padding-right:0px;
	margin-left: 5px;
	text-align:center;
}

#utilities p{
	font-family:Arial, Helvetica, sans-serif;
}

#utilities img{margin:15px 0 15px 0; border:none;}

.form{
	font:Arial, Helvetica, sans-serif;
	vertical-align:middle;
	height:22px;
	font-size:14px;
	padding-bottom:0;
	line-height:1.6em;
}

.surname{
	visibility:hidden;
}

.input{
	padding:0;
	height:20px;
	font-size:14px;
	width: 210px;
	margin-left:0px;
}

textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.clear {
	clear:both;
}

.download{
	border:0;
}

/* main sections of front page */

#main-sections{
	width:900px;
	padding:20px;
	padding-top:0px;
	float:left;
	margin-left:17px;
}

#clients{
	clear:both;
	float:left;
	width:650px;
	padding-bottom:5px;
}

.h3-img{
	border:0;
}


/* footer links */

#footer{
	clear:both;
	width:1000px;
	padding-top:15px;
	padding-bottom:30px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
	background-color: #999999;
	background-image: none;
}

#footer p{
	margin:0;
	padding:0;
	font-size:12px;
	line-height:1.6em;
	color:#cccccc;
	font-family:Arial, Helvetica, sans-serif;
}

#footer p a{
	color:#cccccc;
	text-decoration:none;
}

#footer p a:hover{
	text-decoration:underline;
}

.w3c{border:0;}

h1,h2,h3, h4{
	color:#20417d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-bottom:15px;
	font-style:italic;
}

h2{ 
	font-size:16px;
	margin-bottom:15px;
	margin-top:20px;
}

h2 a{
	text-decoration:none;
	color:#4a2874;
}

h2 a:hover{
	text-decoration:none;
}

h3{
	font-size:16px;
	font-weight:bold;
}

h3 a{
	color:#666666;
	text-decoration:none;
}
h3 a:hover{
	color:#FF6600;
	text-decoration:underline;
}

h4{ 
	font-family: Arial, sans-serif;
	font-size:14px;
	color:#332245;
	margin-top:10px;
	margin-bottom:10px;
}

h4 a{
	color:#3399FF;
	text-decoration:none;
}

h4 a:hover{
	color:#3399FF;
	text-decoration:none;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	line-height:1.6em;
	font-size:13px;
	color:#333333;
}

p.intro{
	margin-bottom:15px;
	font-size:14px;
	color:#666666;
}

p.feature{
	color: #003366;
	margin-bottom:15px;
}

p a, ul a{
	color:#20417d;
	text-decoration:none;
}

p.intro a{
	color:#660099;
}

p a:hover, ul a:hover{
	text-decoration:underline;
}

#main ul, #main-products ul{
	margin-bottom:10px;
	margin-left:25px;
}

#main ul li, #main-products ul li{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:13px;
	line-height:1.6em;
}

#contact-table{
	clear:both;
	float:left;
}

.contact-table{
	clear:both;
	float:left;
}

.contact-table td, .contact-table ul li{
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	line-height:1.6em;
	font-size:13px;
	color:#333333;
}

td{
	font-size:12px;
}

.title{
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
}

.contact-table h2{
	margin-top:0;
	padding-top:0;
} 

/***** images *****/

.pacer{
	border:4px solid #cbd7e5;
	margin-bottom:30px;
}

.call{
	clear:both;
	float:left;
}

.featured-products{
	float:left;
	clear:both;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 15px;
}

.example-image{
	margin:15px;
	margin-left:0;
}

.right-image{
	float:right;
	margin:15px;
	margin-right:0;
	border:0;
}

.left-image{
	float:left;
	margin:15px;
	margin-left:0;
	margin-top:0;
}

.home-products {
	float:left;
}

.contact-img{
	float:right;
}

.pricelists{
	text-align:left;
	padding-top:110px;
	padding-left:25px;
}

/************* lightbox popup ***************************/


.signup {
	display:none;
	float:left;
	top:0px;
	background:#000000;
	filter: alpha(opacity=30); 
	-moz-opacity:0.3;
	opacity: 0.3;
	alpha(opacity=3.0);
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
}

.form2{
	display: none;
	float:left;
	clear:none;
	position: fixed;
	margin:350px 0 0 385px;
	height:20px;
	width:200px;
	padding:5px;
	border:4px solid #999999;
	background:#FFFFFF;
	z-index:2;
}


.formtable {
	display:none;
	float:left;
	margin:23px 0 0 15px;
	z-index:3;
}

.formtable td, .formtable input {
	z-index:4;
	position: inherit;
	font-size:13px;
	padding: 0 3px 0 3px;
	font-family:"Trebuchet MS", Georgia, Arial;
}

.formtable td {
	height:2px;
}

.formtable input {
	padding: 0 3px 0 3px;
	margin:2px;
}


#topright {
	display:none;
	position:absolute;
	top:3px;
	right:4px;
	padding:1px;
	border: none;
}

#contact-form{
	float:left;
	background-color:#e9e3f0;
	padding:10px;
	padding-top:0;
	border:2px solid #ded5e9;
}

#thankyou{
	display:block;
	position: fixed;
	margin:220px 0 0 368px;
	width:230px;
	height:140px;
	float:left;
	padding:0 20px 0 20px;
	border:4px solid #999999;
	/*border:10px solid #CCCCCC;*/
	background:#FFFFFF;
	z-index:2;
}
#featurebox {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#featurebox img{
    border:none;
}

.documents{
    float:left;
    width:300px;
}

#quick-links {
}
#shadow {
	background-image:url(images/shadow.jpg);
	height:7px;
	background-repeat:repeat-x;
}

.lrgtext {font-size: 24;
	font-weight: bold;
}
.redtxt {color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}
.style2 {color: #3366CC;
	font-size: 14px;
}

/************* email product info popup ***************************/

.email-product-div{
    display: none;
    float:left;
    clear:none;
    position: fixed;
    /*margin:350px 0 0 385px;*/
    margin:40px 0 0 127px;
    height:20px;
    width:200px;
    padding:5px;
    border:4px solid #999999;
    background:#FFFFFF;
    z-index:2;
}
.email-product-table {
    display:none;
    float:left;
    margin:23px 0 0 15px;
    z-index:3;
}
.email-product-table td{
    padding:2px;
}
.email-close-button {
    display:none;
    position:absolute;
    top:3px;
    right:4px;
    padding:1px;
    border: none;
}

#popupCloseButton, #popupCloseButton img  {border:none;}

/******************************************************************/

.login-panel {float:left; width:45%;}

.error-text, .validation-error{color:Red; font-size:12px;}
.success-text, .validation-success{color:Green; font-size:12px;}


.product-table td{padding:2px 5px 2px 2px; vertical-align:top;}
.product-table .product-header {border-bottom:1px solid #4e8deb; }
/*.product-table .product-header > th {padding-bottom:10px;}*/
.pager a {font-size:14px; text-decoration:none; color:#999999;}
.pager a:hover {color:#4e8deb;}

.order-online-header {clear:both; margin-bottom:5px; background-image:url(images/blue-bar.png); width:750px; height:35px;}
.order-online-header div {float:left;padding:5px;}
.search-panel {float:right; font-size:14px; margin-bottom:5px;}

.members-options {float:right; }
.members-options a {font-size:14px; text-decoration:none; color: #20417D;}

/****News ****/
.newsitem {
    border-top:1px solid #999999;
    margin: 10px 0;
    padding: 10px 0;
    clear: both;
    float: left;
}
.newsitem a:hover {
    text-decoration: underline;
}
.newsthumbnail {
    float: left;
    width: 180px;
    text-align: center;
    margin-right: 10px;
}
.newsthumbnail a img {
    border: none !important;
}
.newstext {
    float: right;
    width: 760px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    line-height: 1.6em;
    font-size: 13px;
    color: #333333
}

.newstitle {
    font-weight: bold;
}

.newstext a:link {
    color: #5a6fa9;
}

.news-detail-text {
    clear: both;
    float: left;
    margin: 5px 0 5px 0;
}

.news-detail-image {
    float: right;
    padding: 0 0 0 10px;   
}

.news-body {
    float: left;  
}