body {
	margin: 0;
	padding: 0;
	font: 12px/1.6em Arial, Verdana, Tahoma, Helvetica, sans-serif;
	background: #ddd url(/images/bg-main.gif) repeat-y center;
}

img {
	border: 0;
}

p {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	line-height: 18px;
}

a {
	color: #cc3333;
	text-decoration: underline;
}

a:hover {
	color: #3366cc;
}

a:active {
}

a:visited {
}

.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}

.u {
	text-decoration: underline;
}

div.hr {
	border: 0px;
	color: #CCCCCC;
	margin: 10px 0px 10px 0px;
	height: 1px;
	padding: 0px;
	background-color: #CCCCCC;
}

/* Base Headings */

h1 {
	font-size: 22px;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	color: #444;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 12px 0px;
	color: #444;
}

#right_column h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #666;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin: 0px;
}

h1 a {
	text-decoration:none;
	color: #0066cc;
}

h2 a {
	text-decoration:none;
	color: #0066cc;
}

/* Base Form Styles */

input {
	font-size: 11px;
}

input.search_button {
	background-color: #CC0033;
	color: #FFFFFF;
	font-weight: bold;
	border-top: 1px solid #cc6666;
	border-left: 1px solid #cc6666;
	border-right: 1px solid #660033;
	border-bottom: 1px solid #660033;
}




div.banner {
	float: right;
	margin: 10px;
}








/* Breadcrumb */

#breadcrumb {
	clear: left;
	width: 870px;
	font-size: 11px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px dotted #bbb;
}

#breadcrumb div.container{
	color: #666666;
	margin: 0px;
	padding: 4px 5px;
	text-align: left;
}

div.favourites {
	float: right;
}

/*- Menu Tabs--------------------------- */ 


#tabs {
	float: left;
	width: 100%;
	background: url(/images/bg-nav.gif) repeat-x bottom;
	font-size: 14px;
	font-family: Verdana, Arial, "Sans Serif";
	letter-spacing: -0.5px;
}

#tabs div.container {
	width: 900px;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	background: url(/images/tableft-first.gif) no-repeat left bottom;
}

#tabs ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: url(/images/tableft-first.gif) no-repeat left bottom;
}

#tabs li {
      display:inline;
      margin:0;
      padding:0;
      }

#tabs a {
	float: left;
	background: url("/images/tableft.gif") no-repeat left bottom;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
		
#tabs a span {
	float: left;
	display: block;
	background: url("/images/tabright.gif") no-repeat right bottom;
	padding: 7px 12px;
	color: #eee;
}

#tabs a.first {
	float: left;
	background: url(/images/tableft-first.gif) no-repeat left bottom;
	margin: 0 0 0 1px;
	padding: 0;
	text-decoration: none;
}
		
#tabs a.first span {
	float: left;
	display: block;
	background: url("/images/tabright.gif") no-repeat right bottom;
	padding: 7px 12px;
	color: #eee;
}

    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */

#tabs a:hover span {
      color:#FFFFFF;
      }

#tabs a:hover {
      background-position:0% -55px;
      }

#tabs a:hover span {
      background-position:100% -55px;
	  padding: 8px 12px 6px 12px;
      }
		
#tabs a.selected {
      float:left;
      background:url("/images/tableft_selected.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }

#tabs a.selected span {
      float:left;
      display:block;
      background:url("/images/tabright_selected.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFFFFF;
      }
		

#tabs a.first_selected {
      float:left;
      background:url("/images/tableft_selected.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 8px;
      text-decoration:none;
      }













/*
#sub-nav {
	background-color: #808080;
	width: 100%;
	font-size: 11px;
	font-family: Tahoma, Arial, "Sans Serif";
}

#sub-nav div.container {
	font-weight: bold;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 4px 0px;
}

#sub-nav ul {
	margin: 0;
	list-style: none;
	display: inline;
	padding: 0;
}
    
#sub-nav li {
	display: inline;
	margin: 0;
	padding: 0 0.5em 0 0.7em;
	background: url(/images/separator.gif) center left no-repeat;
}

#sub-nav li.first {
	display: inline;
	margin: 0;
	padding: 0 0.5em 0 0.7em;
	background: none;
}

#sub-nav a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
}

#sub-nav a:hover {
	text-decoration: underline;
}

*/




/* contact form */

.contact form {
	background: #E7F4F8;
	padding: 16px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

  .input_field {
	clear:both;
}
  .input_field label {
    
	display:block;
	text-align:right;
	width:75px;
	float:left;
	position: relative;
	top:6px;
	padding-right: 6px;
}

  .input {
    float: left;
	border: 3px solid #DFF1F6;
	padding: 6px;
    margin-bottom: 20px;
}
  .input:focus {
	border-color: #9DE2F6;
}

 .smallfield { width: 100px; }
 .mediumfield { width: 200px; }
 .bigfield { width: 400px; }
 .textarea {
	font-family: "Helvetica", Arial, sans-serif;
}


















	
	
	
	
	
	
	
	
	
	
	
#wrapper {
	width: 940px;
}

#wrapper .wcontainer {
	width: 900px;
}
	
	





#right_column {
	float: right;
	padding: 0px;
	width: 190px;
	margin: 0px;
}

#right_column .testimonials {
	width: 160px;
	background: url(/images/bg-testimonials.gif) top no-repeat;
	text-align: left;
	border-bottom: 1px solid #ccc;
	margin: 0px 0px 15px 0px;
}

#right_column .testimonials .padding {
	padding: 10px 10px 0px 10px;
}

#right_column .testimonials p {
	font-size: 11px;
}

#right_column .showroom {
	width: 160px;
	text-align: left;
	border: 1px solid #ccc;
	margin: 0px 0px 15px 0px;
}

#right_column .showroom .padding {
	padding: 10px 10px 3px 10px;
}

#right_column .showroom p {
	font-size: 11px;
	margin-bottom: 7px;
}
	
	


#header {
	background: #0f2241 url(/images/header-bg.gif) center no-repeat;	
	height: 122px;
}

#header .container {
	width: 900px;
	text-align:left;
}

#header .toplinks {
	float: right;
	margin-top: 1px;
	color: #fff;
	font-size: 11px;
}

#header .toplinks span {
	background: url(/images/bg-toplinks-right.gif) bottom right no-repeat;
}

#header .toplinks a {
	color: #fff;
}

#content {
	margin: 0px 190px 0px 0px;
	text-align: left;
	border-right: 1px dotted #bbb;
	min-height: 500px;
}	

#content .padding {
	padding: 12px;
}

#content .container {
	padding: 5px 20px 20px 20px;
}

#content .hp-applications {
	background: #f1f1f1;
	width: 430px;
	border: 1px solid #ddd;
	height: 374px;
}

#content .hp-products {
	background: #f1f1f1;
	float: right;
	width: 220px;
	border: 1px solid #ddd;
	height: 374px;
}

#content .hp-products p {
	margin: 0 0 10px 0;
}











.news {
	margin: 20px 0px;
}

.news h2 {
	padding-bottom: 7px;
	border-bottom: 1px dotted #bbb;
}

.news .item {
	margin-bottom: 10px;
	border-bottom: 1px dotted #bbb;
}










#backtotop {
	margin: 0px;
	font-size: 11px;
	text-align: right;
	padding: 10px 0px 0px 0px;
}

#footer {
	text-align: center;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	background: #444 url(/images/bg-footer-x.gif) top repeat-x;
	color: #fff;
	clear: both;
}

#footer .container {
	background: url(/images/bg-footer.gif) center top no-repeat;
	padding: 35px 50px 0px 50px;
	margin: 0px;
}

#footer p {
	font-size: 11px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #fff;
}









#products ul {
	list-style: none;
	margin: 0px -15px 0px 0px;
	padding: 0px;
}

#products li {
	float: left;
	display: block;
	width: 325px;
	margin: 0px 15px 15px 0px;
	padding: 0px;
	background: #f1f1f1;
	border: 1px solid #ddd;
	height: 124px;
}

#products h2 a {
	font-size: 15px;
	font-weight: bold;
	color: #555;
}

#products img {
	float: right;
	margin: 0px 0px 10px 10px;
	border: 1px solid #ccc;
	height: 100px;
}









div.product-images {
	float: right;
	margin: 0px 0px 0px 15px;
}

div.product-images img {
	border: 1px solid #ccc;
	width: 160px;
}

div.product-images p {
	text-align: center;
	font-size: 10px;
	color: #666;
}

div.product-images p.enlarge {
	margin-top: -12px;
}






/* news styles */


#news_column {
	text-align: left;
	padding: 0px 15px;
	margin: 5px 0px 15px 0px;
}

#news_column h1 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

#news_column ul {
	margin: 0px;
	padding: 0px;
	list-style: outside;
}

#news_column li {
	margin: 0px 0px 2px 15px;
	padding: 0px;
}

.lead-story {
	margin-right: 15px;
	height: 205px;
}
.lead-story h2 a, .secondary h3 a, h3 a {
	color: #444;
	text-decoration: none;
}
.lead-story h2 a:hover, .secondary h3 a:hover, h3 a:hover {
	text-decoration: underline;
	color: #33cc00;
}
.secondary h3 { font-size: 16px; }
.lead-story .image {
	display: block;
	margin: 5px 15px 5px 0;
	float: left;
	width: 220px;
	height: 175px;
	border: 1px solid #222;
}
.secondary-stories .secondary {
	display: block;
	width: 340px;
	float: left;
	margin-bottom: 1px;
	border-top: 1px dotted #ccc;
}



.whatsnew-item {
	border-top: 1px dotted #ccc;
	padding: 15px 0px;
	margin: 0px;
}




.img_holder {
	position: relative;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	}
.img_holder div {
	position: absolute;
	bottom: 0;
	left: 0;
	width: auto;
	margin: 2px 2px 3px 2px;
	padding:0;
	background: #000 none repeat scroll 0%;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	}
.img_holder div p {
	display: block;
	padding: 0;
	margin: 2px 5px;
	font-size: 12px;
	font-weight:bold;
	}
.img_holder h2 {
	display: block;
	padding: 0;
	margin: 2px 5px;
	font-size: 12px;
	font-weight:bold;
	color: #fff;
	}
.img_holder img {
	margin: 0;
	padding: 0;
	display: block;
	}








#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 11px;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale");
	}

/*	
table {
	//border: 1px solid #ccc;
	//background: #fff;
}

td {
	padding: 3px;
	//border: 1px solid #ccc;
}
*/








a.pricing-button {
	display: block;
	width: 132px;
	height: 31px;
	background: url(/images/pricing-button.gif) top no-repeat;
}

a.pricing-button:hover {
	background-position: 0% -31px;
}

.skiptranslate { position: absolute; }

