	/*
Theme Name: Adept Scientific
Theme URI: http://wordpress.org/extend/themes/adeptscientific
Author: Mark Ridley
Author URI: http://www.lyndonash.com/
Description: Adept Scientific Theme 2012
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0px 0px 10px;
    font-size: 13px;
    line-height: 1.42857;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #F5F5F5;
    border: 1px solid #CCC;
    border-radius: 4px;
}
code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}
pre {
    overflow: auto;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display:block;
}
body {
	line-height:1;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

body
	{
	background:#edeeef url('images/white-bg.png') repeat-y center;
	color:#000000;
	font-family:Helvetica, Arial;
	font-size:12px;
	}

a
	{
	color:#000000;
	text-decoration:none;
	}

a:hover
	{
	text-decoration:underline;
	}

a:active
	{
	outline:0;
	}

p{
	font-size:13px;
	line-height:18px;
	margin:5px 0 10px;
}
em, cite{
	font-style:italic;
}
strong
	{
		font-weight:bold;
	}
hr{
	color:rgb(214, 214, 214);
	height:1px;
	background-color:rgb(214, 214, 214);
	border:0;
}
#container
	{
	background:#ffffff;
	margin:0 auto;
	padding:0; /* 0 13px */
	width:984px;
	}

#header
	{
	background:#ffffff;
	padding:0;
	position:relative;
	width:984px;
	z-index:2000;
	}

#logo
	{
	float:left;
	height:173px;
	padding:0;
	width:413px;
	}

#logo img
	{
	width:100%
	}

#logo h2
	{
	color:#05a6d0;
	font-size:9.3px;
	font-weight:normal;
	}

#header ul#header-menu
	{
	line-height:18px;
	list-style:none;
	position:absolute;
	right:155px;
	top:15px;
	}

#header ul#header-menu li
	{
	background:url('images/vl.png') 0 6px no-repeat;
	float:left;
	padding:2px 11px 0 12px;
	}

#header ul#header-menu li a
	{
	color:#000000;
	text-decoration:none;
	
	}

#header ul#header-menu li a:hover
	{
	text-decoration:underline;
	}

#header ul#header-menu li#login
	{
	background:none;
	font-weight:bold;
	padding-right:24px;
	}

#header ul#header-menu li#basket
	{
	background:url('images/basket_1_large.png') no-repeat;
	padding-left:32px;
	height:28px;
	}
	

/* start language drop down */	
#country-select
	{
	position:absolute;
	top:16px;
	right:0px;
	width:144px;
	z-index:1000;
	}

#test-div
	{
	background:red;
	position:absolute;
	top:0;
	left:0;
	width:100px;
	height:500px;
	z-index:900;
	}

#country-select form
	{
	width:144px;
	padding:0;
	}

#country-select select, #country-select input
	{
	display:inline;
	padding:0;
	margin:0;
	}

.language-dropdown
	{
	position:relative;
	z-index:1;
	}

.language-dropdown dd
	{
	position:relative;
	z-index:1;
	}

.language-dropdown a
	{
	text-decoration:none;
	outline:0;
	display:block;
	width:124px;
	overflow:hidden;
	}

.language-dropdown dt a
	{
	background:#ffffff url('images/lang-arrow.png') right center no-repeat;
	border:0;
	padding:3px 10px 4px 10px;
	color:#000000;
	}

.language-dropdown dd ul
	{
	background:#ffffff;
	border:1px solid #9c9c9c;
	color:#000000;
	display:none;
	position:absolute;
	z-index:999;
	top:0;
	left:0;
	padding:2px 0 5px 0;
	list-style:none;
	border-top:none;
	margin:0;
	}

.language-dropdown dd ul li a
	{
	padding:5px 10px;
	}

/*
.language-dropdown dd ul li a span, .language-dropdown dt a span
	{
	float:left;
	width:21px;
	height:12px;
	margin:0 6px 0 0;
	background-image:url('images/flags.png');
	background-repeat:no-repeat;
	cursor:pointer;
	}

.uk a span { background-position:0 0 }
.de a span { background-position:-21px 0 }
.dk a span { background-position:-42px 0 }
.se a span { background-position:-63px 0 }
.no a span { background-position:-84px 0 }
.fi a span { background-position:-105px 0 }
.fr a span { background-position:-126px 0 }
*/

.language-dropdown dd ul li a span, .language-dropdown dt a span
	{
	float:left;
	width:22px;
	height:16px;
	margin:0 6px 0 0;
	background-image:url('images/flags2.png');
	background-repeat:no-repeat;
	cursor:pointer;
	}

.at a span { background-position:0 0 }
.be a span { background-position:-22px 0 }
.dk a span { background-position:-44px 0 }
.ee a span { background-position:-66px 0 }
.fo a span { background-position:-88px 0 }
.fi a span { background-position:-110px 0 }
.fr a span { background-position:-132px 0 }
.de a span { background-position:-154px 0 }
.gl a span { background-position:-176px 0 }
.is a span { background-position:-198px 0 }
.ie a span { background-position:-220px 0 }
.lv a span { background-position:-242px 0 }
.lt a span { background-position:-264px 0 }
.lu a span { background-position:-286px 0 }
.nl a span { background-position:-308px 0 }
.no a span { background-position:-330px 0 }
.se a span { background-position:-352px 0 }
.ch a span { background-position:-374px 0 }
.ch2 a span { background-position:-374px 0 }
.uk a span { background-position:-396px 0 }

.language-dropdown dd ul li a em, .language-dropdown dt a em
	{
	font-style:normal;
	float:left;
	width:94px;
	cursor:pointer;
	padding-top:1px;
	}

.language-dropdown dd ul li a em
	{
	color:#000000;
	}

/*.language-dropdown dd ul li a:hover { text-decoration:underline; } */

.language-dropdown dd ul li a:hover em { text-decoration:underline; }

/* end language drop down */

#telephone
	{
	font-size:13.5px;
	position:absolute;
	top:49px;
	right:0px;
	}

#header form#search-form
	{
	height:24px;
	margin:0;
	padding:0;
	position:absolute;
	top:104px;
	right:0;
	width:299px;
	}

form#search-form-404
	{
	height:24px;
	margin:0;
	padding:0;
	position:relative;
	width:299px;
	}
	
#search-field
	{
	background:url('images/search-bg-green-block-square-big.png') no-repeat scroll 0 0 transparent;
	border:0;
	height:36px;
	margin:0;
	padding:0 26px 0 13px;
	position:absolute;
	left:0;
	top:0;
	width:299px;
	font-size:14px;
	}

#magnify
	{
	background:url('images/magnify-green.png') right center no-repeat transparent;
	border:0 none;
	cursor:pointer;
	display:block;
	font-size:0;
	height:26px;
	margin:auto 0;
	overflow:hidden;
	position:absolute;
	right:12px;
	top:5px;
	width:36px;
	}	
	
/*	
#search-field
	{
	background:url('images/search-bg-green-block-square-big.png') no-repeat scroll 0 0 transparent;
	border:0;
	height:36px;
	margin:0;
	padding:0 26px 0 13px;
	position:absolute;
	left:0;
	top:0;
	width:309px;
	font-size:14px;
	}

#magnify
	{
	background:url('images/magnify-green.png') right center no-repeat transparent;
	border:0 none;
	cursor:pointer;
	display:block;
	font-size:0;
	height:26px;
	margin:auto 0;
	overflow:hidden;
	position:absolute;
	right:12px;
	top:5px;
	width:36px;
	}	
*/	

#menu
	{
	/*background:url('images/nav-bg.png') repeat-x;*/
	background-color:#808b96;
	float:left;
	height:28px;
	list-style:none;
	margin:0;
	padding:0;
	width:984px;
	}

#menu li
	{
	float:left;  
	display:block;  
	text-align:center;  
	position:relative;  
	padding:0;  
	margin:0;  
	border-left:1px solid #ccdaef;
	z-index:150;
	}

#menu li#home
	{
	border-left:0;
	width:83px;
	text-indent:-9999px;
	}

#menu li#products
	{
	width:122px;
	}
#menu li#training
	{
	width:121px;
	}

#menu li#solutions
	{
	width:130px;
	}

#menu li#support
	{
	width:122px;
	}

#menu li#buy
	{
	width:103px;
	}

#menu li#discounts
	{
	width:200px;
	}

#menu li#about
	{
	width:96px;
	}
	
#menu li.current
	{
	/* background:url('images/nav-bg.png') 0 -28px repeat-x;*/
	background-color:#0099cc; /*#659830 OLD*/
	}

#menu li:hover
	{
	/*background:url('images/nav-bg.png') 0 -28px repeat-x;*/
	background-color:#0099cc; /*#659830 OLD*/
	}

#menu li a
	{  
	color:#ffffff;
	display:block;
	font-size:13px;  
	font-weight:bold;
	height:28px;
	line-height:28px;
	outline:0;  
	text-decoration:none;
	/* font-family:'HelveticaNeueW01-45Ligh';*/
	
	}
   
#menu li#home a
	{
	background:url('images/home-icon.png') no-repeat;
	}
	
#dropdown-multi, .dropdown
	{
	background:#ffffff;
	margin:0;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:0;
	border:1px solid #9c9c9c;
	border-top:none;
	border-bottom:none;
	}

#dropdown-multi
	{
	width:982px;
	z-index:100;
	margin-left:7px;
	}

.dropdown
	{
	width:211px;
	z-index:100;
	}

#menu li:hover #dropdown-multi
	{
	left:-91px;
	top:auto;
	}

#menu li:hover .dropdown
	{
	left:0;
	top:auto;
	}

.column, #column-final
	{  
	display:inline;  
	float:left;  
	position:relative;  
	margin:0;
	}  

.column
	{
	border-right:1px solid #9c9c9c;
	width:196px;
	}

#menu #dropdown-multi .column ul li, #menu #dropdown-multi #column-final ul li
	{
	border-bottom:1px solid #9c9c9c;
	border-left:0;
	height:22px;
	text-align:left;
	width:196px;
	}

#menu .dropdown ul li
	{
	border-bottom:1px solid #9c9c9c;
	border-left:0;
	height:22px;
	text-align:left;
	width:211px;
	}

#menu #dropdown-multi .column ul li.double, #menu .dropdown ul li.double, #menu #dropdown-multi #column-final ul li.double
	{
	height:45px;
	}
	
#menu #dropdown-multi #column-final ul li
	{
	width:194px;
	}

#menu #dropdown-multi .column ul li a, #menu #dropdown-multi #column-final ul li a, #menu .dropdown ul li a
	{
	color:#000000;
	font-size:12px;
	font-weight:normal;
	height:22px;
	line-height:22px;
	padding-left:12px;
	/*font-family:'HelveticaNeueW01-45Ligh';*/
	}

#menu #dropdown-multi .column ul li.menu-title a, #menu #dropdown-multi #column-final ul li.menu-title a, #menu .dropdown ul li.menu-title a
	{
	color:#000000;
	font-size:12px;
	font-weight:normal;
	height:22px;
	line-height:22px;
	padding-left:6px;
	/*font-family:'HelveticaNeueW01-45Ligh';*/
	}
	
#menu #dropdown-multi .column ul li.double a, #menu #dropdown-multi #column-final ul li.double a, #menu .dropdown ul li.double a
	{
	height:39px;
	line-height:17px;
	padding-top:6px;
	}

#menu #dropdown-multi .column ul li:hover, #menu #dropdown-multi #column-final ul li:hover, #menu .dropdown ul li:hover
{ background:none; }

#menu #dropdown-multi .column ul li a:hover, #menu #dropdown-multi #column-final ul li a:hover, #menu .dropdown ul li a:hover
	{
	/*background:#d6edf5;*/
	background-color:rgb(216,216,216);
	}
  
#column-final { width:194px; }

#breadcrumb
	{
	clear:left;
	color:#7d7d7d;
	font-size:11px;
	padding:13px 0 0;
	width:984px;
	}

#breadcrumb a
	{
	color:#7d7d7d;
	}

#content
	{
	clear:left;
	padding:13px 0 0;
	}

/* DAQ navigation */
	
#daq-nav-wrapper
	{
	float:left;
	width:984px;
	background-color:#dd5900;
	}
	
.sf-menu, .sf-menu *
	{
	margin:0;
	padding:0;
	list-style:none;
	}

.sf-menu
	{
	padding:0px 0;
	margin-left:83px;
	}
	
.sf-menu ul
	{
	position:absolute;
	top:-999em;
	width:212px; /* left offset of submenus need to match (see below) */
	}

.sf-menu ul li
	{
	width:100%;
	}
	
.sf-menu li:hover
	{
	visibility:inherit; /* fixes IE7 'sticky bug' */
	}
	
.sf-menu li
	{
	float:left;
	position:relative;
	border-left:1px solid #ccdaef;
	text-align:center;
	}
	
.sf-menu a
	{
	display:block;
	position:relative;
	}
	
.sf-menu li:hover ul,
.sf-menu li.sfHover ul
	{
	left:0;
	top:23px;/* match top ul list item height */
	z-index:99;
	}
	
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul
	{
	top:-999em;
	}
	
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul
	{
	left:211px; /* match ul width */
	top:0;
	}
	
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul
	{
	top:-999em;
	}
	
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul
	{
	left:211px; /* match ul width */
	top:0;
	}

.sf-menu
	{
	float:left;
	}
	
.sf-menu a
	{
	border:1px solid #9c9c9c;
	border-bottom:0;
	font-size:12px;
	font-weight:normal;
	padding:6px 30px 6px 5px;
	text-decoration:none;
	}

.sf-menu a.top-level
	{
	border:0;
	font-size:13px;
	font-weight:bold;
	height:28px;
	line-height:28px;
	padding:0 20px 0 20px; 
	}

.sf-menu a.top-level.daq-link
	{
	padding-left:0;
	}

.sf-menu a.top-level.current
	{
	color:#05a6d0;
	}

.sf-menu a.first
	{
	border-top:1px solid #ffffff;
	}

.sf-menu a.last
	{
	border-bottom:1px solid #9c9c9c;
	}

.sf-menu a, .sf-menu a:visited /* :visited pseudo selector there for IE6 */
	{
	color:#000000;
	}

.sf-menu a.top-level	
	{
	/* color:#659830; */
	color:#FFF;
	}
	
.sf-menu li
	{
	background:none;
	}
	
.sf-menu li li
	{
	background:#ffffff;
	}
	
.sf-menu li li li
	{
	background:#ffffff;
	}
	
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active
	{
	/*background:#d6edf5;*/
	outline:0;
	}

.sf-menu li.top-level.sfHover,
.sf-menu a.top-level:focus, .sf-menu a.top-level:hover, .sf-menu a.top-level:active
	{
	/*background:#ffffff;
	color:#659830;*/
	color:#f3f3f3;
	}

.sf-menu li.sfHover a.top-level
	{
	color:#05a6d0;
	}

/*** arrows **/
.sf-menu a.sf-with-ul
	{
	padding-right:30px;
	min-width:1px; /* trigger IE7 hasLayout so spans position accurately */
	}
	
.sf-sub-indicator
	{
	position:absolute;
	display:block;
	right:7px;
	top:9px; /* IE6 only */
	width:4px;
	height:7px;
	text-indent:-999em;
	overflow:hidden;
	background:url('images/daq-nav-arrow.png') no-repeat; /* 8-bit indexed alpha png. IE6 gets solid image only */
	}
	
a > .sf-sub-indicator
	{
	/* give all except IE6 the correct values */
	top:9px;
	background-position:0 0; /* use translucent arrow for modern browsers*/
	}
	
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator
	{
	background-position:0 0; /* arrow hovers for modern browsers*/
	}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }

a.top-level .sf-sub-indicator
	{
	display:none;
	}

/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: 0 0; /* arrow hovers for modern browsers*/
}

/* regular homepage styles start */

#slider-holder
	{
	background:#c5c6c7 url('images/grey-grad.png') repeat-x;
	height:284px;
	margin-bottom:13px;
	padding:17px 18px;
	position:relative;
	width:948px;
	z-index:1;
	}

#slider-holder h1
	{
	color:#39373a;
	font-size:17.5px;
	font-weight:bold;
	line-height:22px;
	margin-top:0px;
	}

#slider-holder p
	{
	color:#39373a;
	font-size:15.5px;
	line-height:20px;
	margin:2px 0 12px;
	width:295px;
	}

#slider-holder p.daq-intro
	{
	width:290px;
	}

#new-look
	{
	/*background:#dd5900 url('images/orange-grad.png') repeat-x;*/
	background-color:#05a6d0;
	bottom:17px;
	color:#ffffff;
	font-size:19px;
	height:51px;
	left:17px;
	padding:11px 0 0 19px;
	position:absolute;
	width:273px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	}
#new-look:hover{
	background-color:#40750a;
}
#new-look a
	{	
	color:#ffffff;
	display:block;
	font-size:15px;
	height:30px;
	left:0;
	line-height:20px;
	padding:32px 0 0 19px;
	position:absolute;
	text-decoration:none;
	top:0;
	width:273px;
	}

#new-look a:hover
	{
	text-decoration:none;
	}

#slides
	{
	border-left:1px solid #7f7f81;
	height:284px;
	position:absolute;
	right:0px;
	top:17px;
	width:657px;
	z-index:50;
	}

.slides_container
	{
	width:657px;
	overflow:hidden;
	position:relative;
	display:none;
	}
	
.slides_container div
	{
	float:left;
	width:657px;
	height:284px;
	display:block;
	padding:0;
	}

.slides_container div h3
	{
	color:#05a6d0;
	font-size:30px;
	font-weight:normal;
	margin:0 0 12px 36px;
	width:480px;
	}

#slider-holder .slides_container div p
	{
	color:#000000;
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	margin-left:36px;
	width:222px;
	}
#slider-holder .slides_container iframe
	{
	color:#000000;
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	margin-left:126px;
	width:409px;
	}

#slider-holder .slides_container div p a
	{
	color:#05a6d0;
	}

#slider-holder .slides_container div img.background
	{
	bottom:0;
	position:absolute;
	right:30px;
	}

.slides_container div.slide-product
	{
	float:left;
	margin-top:20px;
	padding:0 0 0 36px;
	width:182px;
	}
	
.slides_container div.slide-product.small
	{
	margin-top:10px;
	}

.slides_container div.slide-product h4
	{
	color:#000000;
	font-size:12px;
	font-weight:bold;
	margin-top:10px;
	}

#slider-holder .slides_container div.slide-product p
	{
	color:#000000;
	font-size:12px;
	line-height:16px;
	margin-left:0;
	}

.slides_container div.slide-product a
	{
	color:#05a6d0;
	font-size:12px;
	}
	
.pagination
	{
	position:absolute;
	top:10px;
	right:27px;
	z-index:9999;
	}

.pagination li {
	float:left;
	margin:0 0 0 7px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:13px;
	height:0;
	padding-top:13px;
	background-image:url('images/pagination-green.png');
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -13px;
}


.infobox-tall
	{
	background:url('images/infobox-grad-1.png') repeat-x;
	background-position:bottom;
	border:1px solid #cccccc;
	float:left;
	height:551px;
	margin:0 0 13px;
	overflow:hidden;
	padding:16px 16px 0 16px;
	position:relative;
	width:286px;
	}

.infobox
	{
	background:url('images/infobox-grad-2.png') repeat-x;
	background-position:bottom;
	border:1px solid #cccccc;
	float:left;
	height:260px;
	margin:0 0 13px 13px;
	overflow:hidden;
	padding:16px 16px 0 16px;
	position:relative;
	width:285px;
	}
.infoleft{
	float:left;
	width:250px;
	padding-right:10px;
}
.infobox-maincontent
	{
		margin-left:0;
		margin-right:13px;
	width:235px;
	height:190px;
	}
	
.infobox-contact
	{
	margin-left:0;
	margin-right:0;
	width:540px;
	height:190px;
	}
	
.infobox h4, .infobox-tall h4
	{
	color:#000000;
	font-size:20px;
	/*font-family:'HelveticaNeueW01-45Ligh', Helvetica, Arial, sans-serif;	*/
	font-family:Helvetica, Arial, sans-serif;
	}

.infobox h4 a, .infobox-tall h4 a
	{
	color:#000000;
	}

.infobox h4 a:hover, .infobox-tall h4 a:hover
	{
	text-decoration:none;
	}

.infobox-tall h4.middle{
	margin-top:20px;
}

.infobox h5, .infobox-tall h5
	{
	color:#000000;
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:5px;
	}

.infobox h5 a, .infobox-tall h5 a
	{
	color:#05a6d0;
	}

.infobox-tall .infobox-inner
	{
	border-top:1px solid #cccccc;
	margin-top:10px;
	padding-top:8px;
	width:286px;
	}
	
.infobox .infobox-inner
	{
	border-top:1px solid #cccccc;
	margin-top:10px;
	padding-top:8px;
	width:285px;
	}

.infobox .infobox-inner-wide
	{
	border-top:1px solid #cccccc;
	margin-top:10px;
	padding-top:8px;
	width:385px;
	}
	
.infobox p, .infobox-tall p
	{
	line-height:17px;
	margin-bottom:10px;
	}

.infobox p.quote
	{
	font-style:italic;
	}

.infobox p.quote span
	{
	font-style:normal;
	}

.infobox a, .infobox-tall a
	{
	color:#05a6d0;
	/*color:#ED6E00;	*/
	}

.infobox-left
	{
		width:450px;
		margin-right:20px;
		margin-top:20px;
	}

.infobox-right
	{
		width:445px;
		margin-top:20px;
	}	


ul.large-list
	{
	font-size:15px;
	line-height:30px;
	margin:3px 0;
	}

ul.large-list li
	{
	padding-left:15px;
	background:url('images/bullet-large-orange.png') 0 10px no-repeat;
	}

ul.large-list li a
	{
	color:#000000;
	}

ul.standard-list
	{
	line-height:18px;
	}

ul.standard-list li
	{
	padding-left:11px;
	background:url('images/bullet-small-orange.png') 0 5px no-repeat;
	}

ul.standard-list li a
	{
	color:#000000;
	}
ul.normal-list
	{
	line-height:18px;
	margin-left:14px;
	}
ul.normal-list li
	{
	padding-left:11px;
	list-style:square;
	}

ul.normal-list li a
	{
	color:#000000;
	}
	
img.icon
	{
	position:absolute;
	bottom:17px;
	right:16px;
	}

/* DAQ homepage styles */

#content.daq-home
	{
	padding:0;
	}

ul.small-list
	{
	font-size:12px;
	line-height:18px;
	list-style-type:disc;
	margin:5px 0 0;
	}

ul.small-list li
	{
	margin-left:15px;
	}

ul.small-list li a
	{
	color:#000000;
	}
ul.medium-list
	{
	font-size:15px;
	line-height:26px;
	list-style-type:disc;
	margin:5px 0 0;
	}

ul.medium-list li
	{
	margin-left:15px;
	}

ul.medium-list li a
	{
	color:#000000;
	}

/* vertical expanding menu */

.teambeam-container{
	width:179px;
	float:left;
	margin-right:18px;
}

.teambeam-container .teamcopy{
	border: 1px solid #CCC;
	background: none repeat scroll 0% 0% #FFF;
	padding: 15px;
	margin-top:17px;
	float:left;
	line-height:18px;
}
.teambeam-container .teamcopy a{
	color:#05a6d0;
}

ul.expand-menu
	{
	float:left;
	margin:-4px 18px 0 0;
	list-style-type:none;
	padding:0;
	width:179px;
	}
	
ul.expand-menu ul
	{
	list-style-type:none;
	margin:0;
	padding:0;
	width:179px;
	}

ul.expand-menu ul
	{
	background:#f3f3f3;
	padding:0px 0;
	}

ul.expand-menu a
	{
	display:block;
	text-decoration:none;	
	}

ul.expand-menu li
	{
	margin-top:0px;
	}

ul.expand-menu li a
	{
	background:#d6d6d6 url('images/collapse-expand.png') right 0 no-repeat;
	color:#464646;
	font-weight:bold;
	/*height:30px;*/
	line-height:30px;
	padding:0 30px 0 10px;
	margin:4px 0 0 0;
	}

ul.expand-menu li a.refine
	{
	background-image:url('images/refine.png');
	font-size:13.5px;
	}

ul.expand-menu li ul li a
	{
	background:#f3f3f3;
	color:#464646;
	font-weight:normal;
	line-height:13px;
	margin:0;
	padding:6px 30px 6px 10px;
	}


ul.expand-menu li ul li
	{
	padding-left:11px;
	background:url('images/bullet-small-orange.png') 5px 8px no-repeat;
	}

ul.expand-menu li ul li a:hover
	{
	/*background:#aaa;
	border-left:5px #000 solid;
	padding-left:15px;*/
	text-decoration:underline;
	}
	
ul.expand-menu ul.expand-menu li a:hover
	{
	border-left:0;
	padding-left:0.5em;
	}

ul.expand-menu ul.expand-menu
	{
	/*border-left:5px #f00 solid;*/
	}
	
ul.expand-menu a.active, ul.expand-menu li a.active:hover
	{
	text-decoration:none;
	background-position:right -30px;
	}
	
ul.expand-menu li ul.checkbox li
	{
	padding:5px 10px;
	}

ul.expand-menu li ul.checkbox li input
	{
	float:left;
	margin:0;
	}

ul.expand-menu li ul li label
	{
	background:#f3f3f3;
	color:#464646;
	font-weight:normal;
	line-height:13px;
	margin:0;
	padding:0 5px;
	width:120px;
	}

/* category page */

#content-column
	{
	float:left;
	width:787px;
	}

#content-column h1
	{
	background:#d6d6d6;
	color:#000000;
	font-size:15px;
	font-weight:normal;
	height:30px;
	line-height:30px;
	margin-bottom:4px;
	padding-left:10px;
	width:777px;
	}

.block-box
	{
	float:left;
	height:237px;
	margin-bottom:18px;
	padding:45px 0 0 45px;
	position:relative;
	width:742px;
	}

.block-box h2
	{
	color:#ffffff;
	font-size:32px;
	font-weight:normal;
	}

.block-box p
	{
	color:#ffffff;
	font-size:14px;
	line-height:19px;
	margin:15px 0;
	width:515px;
	}

.block-box a
	{
	color:#ffffff;
	font-weight:bold;
	}

.block-box a:hover
	{
	text-decoration:none;
	}

.block-box img
	{
	position:absolute;
	right:40px;
	top:45px;
	}
	
.block-turquoise
	{
	background:url('images/turquoise-grad.png') repeat-x;
	}
	
.block-grey
	{
	background:url('images/grey-grad-2.png') repeat-x;
	padding-left:226px;
	width:561px;
	}

.block-grey img
	{
	left:40px;
	}

.block-grey h2
	{
	color:#000000;
	}
	
.block-blue
	{
	background:url('images/blue-grad-2.png') repeat-x;
	}

.block-grey p
	{
	color:#000000;
	}

.block-grey a
	{
	color:#000000;
	}

#cat-infobox-1
	{
	background:url('images/infobox-grad-3.png') repeat-x;
	border:1px solid #cccccc;
	float:left;
	height:224px;
	margin:0 19px 18px 0;
	padding:22px 22px 0 22px;
	width:338px;
	}
	
#cat-infobox-1 h3
	{
	color:#05a6d0;
	font-size:26px;
	font-weight:normal;
	}

#cat-infobox-1 p
	{
	font-size:13px;
	line-height:18px;
	margin:10px 0 15px;
	}

#cat-infobox-1 a
	{
	color:#05a6d0;
	}

#cat-infobox-2
	{
	background:url('images/infobox-grad-3.png') repeat-x;
	border:1px solid #cccccc;
	float:left;
	height:227px;
	margin:0 0 18px 0;
	padding:19px 16px 0 22px;
	width:344px;
	}
	
#cat-infobox-2 h4
	{
	color:#05a6d0;
	font-size:19px;
	font-weight:normal;
	line-height:21px;
	}
	
#cat-infobox-2 h5
	{
	color:#000000;
	font-size:15px;
	font-weight:bold;
	line-height:21px;
	margin-top:10px;
	}

#cat-infobox-2 ul.large-list
	{
	margin:5px 0;
	}
	
#cat-infobox-2 p
	{
	color:#000000;
	font-size:12px;
	font-weight:normal;
	line-height:17px;
	}

/* shop page */

ul.expand-menu.adept.shop-results
	{
	margin-right:0;
	}

#content-column.shop-results
	{
	width:805px;
	}

.shop-results h1
	{
	margin-left:18px;
	}

.shop-results-sort
	{
	float:left;
	height:23px;
	line-height:23px;
	padding:25px 0 25px 18px;
	width:787px;
	}

.shop-results-sort.last
	{
	padding-top:0;
	}

.shop-results-sort form
	{
	float:left;
	}

.shop-results-sort form label
	{
	padding-right:15px;
	}
	
.results-pagination
	{
	color:#464646;
	float:left;
	line-height:23px;
	padding-left:25px;
	}

.results-pagination a
	{
	color:#464646;
	}

.results-pagination a.current
	{
	font-weight:bold;
	}

.results-pagination a.prev
	{
	padding-right:10px;
	}

.results-pagination a.next
	{
	padding-left:10px;
	}
	
.product-box	
	{
	float:left;
	line-height:16px;
	padding:0 0 55px 18px;
	width:250px;
	}

.product-box img
	{
	border:1px solid #cccccc;
	}

.product-box h2 a
	{
	color:#05a6d0;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	}

/* product page */


#product-column
	{
	float:left;
	padding:0 0 20px 10px;
	width:570px;
	min-height:600px;
	}

#product-column img
	{
	
	margin:0 27px 10px 0 ;
	position:relative;
	left:0;
	top:0;
	}
	
#product-column td img
	{
	
	margin:0;
	position:relative
	}	

#product-column img.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
	margin-bottom: 1.625em;
}
#product-column img.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
	margin-bottom: 1.625em;
}	
#product-column img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.625em;
}
#product-column img.aligncenternobottom {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

#product-column .check
	{
	color:#dd5900;
	font-size:18px;
	line-height:24px;
	font-weight:normal;
	border-color:#000000;
	}
	
#product-column h1
	{
	color:#05a6d0;
	font-size:25px;
	font-weight:normal;
	line-height:30px;
	margin-bottom:8px;
	width:570px;
	}
	
#product-column h2
	{
	color:#dd5900;
	font-size:18px;
	line-height:24px;
	font-weight:normal;
	margin-bottom:4px;
	margin-top:10px;
	}
#product-column h2 a
	{
	color:#dd5900;
	}	

#product-column h4
	{
	color:#dd5900;
	font-size:18px;
	font-weight:normal;
	}
	
#product-column p
	{
	font-size:13px;
	line-height:18px;
	margin:4px 0 10px;
	}

#product-column h3
	{
	border-bottom:1px solid #cccccc;
	color:#000000;
	font-size:15px;
	font-weight:bold;
	padding:15px 0;
	width:570px;
	}
.indent{
	padding-left:8px;
}

#product-column h5
	{
	background-color:#808b96;
	color:#FFFFFF;
	font-size:16px;
	padding:8px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:10px;
	max-width:250px;
	min-width:200px;
	}
	
#product-column .more-less
	{
	background:none;
	border-bottom:1px solid #cccccc;
	padding:0;
	width:570px;
	}

#product-column .more-less a.adjust
	{
	background:url('images/more-less-2.png') 0 0 no-repeat;
	top:12px;
	right:0;
	}
	
#product-column .more-less a.lessArrow
	{
	background-position:0 -20px;
	}

#product-column .more-less h4
	{
	color:#05a6d0;
	font-size:14px;
	font-weight:bold;
	line-height:24px;
	margin-bottom:10px;
	}

#product-column .more-less ul
	{
	font-size:13px;
	line-height:18px;
	list-style:square;
	padding:5px 0 10px 0px;
	}

#product-column .more-less ul li
	{
	margin:5px 0;
	}
	
	
#product-column-large
	{
	float:left;
	padding:0 0 20px 0px;
	width:700px;
	min-height:400px;
	line-height:18px;
	}
	
#product-column-large a
	{
		color:#05a6d0;
	}

#product-column-large img
	{
	float:left;
	margin:0 27px 10px 0 ;
	}

#product-column-large h1
	{
	color:#05a6d0;
	font-size:25px;
	font-weight:normal;
	line-height:30px;
	margin-bottom:4px;
	width:700px;
	}

#product-column-large p
	{
	font-size:13px;
	line-height:18px;
	margin:5px 0 10px;
	}

#product-column-large h3
	{
	border-bottom:1px solid #cccccc;
	color:#000000;
	font-size:15px;
	font-weight:bold;
	padding:15px 0;
	width:700px;
	}

#product-column-large .more-less
	{
	background:none;
	border-bottom:1px solid #cccccc;
	padding:0;
	width:700px;
	}

#product-column-large .more-less a.adjust
	{
	background:url('images/more-less-2.png') 0 0 no-repeat;
	top:2px;
	right:0;
	}
	
#product-column-large .more-less a.lessArrow
	{
	background-position:0 -20px;
	}

#product-column-large .more-less h4
	{
	color:#05a6d0;
	font-size:14px;
	font-weight:bold;
	line-height:24px;
	margin-bottom:10px;
	}

#product-column-large .more-less ul
	{
	font-size:13px;
	line-height:18px;
	list-style:disc;
	padding:5px 0 10px 15px;
	}

#product-column-large .more-less ul li
	{
	margin:5px 0;
	}	

#product-info-column
	{
	float:right;
	padding-left:10px;
	width:179px;
	margin-bottom:13px;
	}

#product-info-links
	{
	border:1px solid #cccccc;
	background:#ffffff;
	float:left;
	padding:0 13px 15px;
	width:151px;
	}

#product-info-links h5
	{
	color:#000000;
	font-size:13px;
	font-weight:bold;
	padding-top:15px;
	}
	
#product-info-links a
	{
	color:#05a6d0;
	font-size:13px;
	line-height:16px;
	}

#product-info-links ul
	{
	font-size:13px;
	line-height:18px;
	}
	
#product-info-news
	{
	border:1px solid #cccccc;
	background:#ffffff;
	float:left;
	margin:13px 0 0 0;
	padding:0 13px 15px;
	width:151px;
	}

#product-info-news h5
	{
	color:#000000;
	font-size:13px;
	font-weight:bold;
	padding-top:15px;
	}
	
#product-info-news a
	{
	color:#05a6d0;
	font-size:13px;
	line-height:16px;
	}

#quotes-box
	{
	background:#f3f4f4;
	border:1px solid #cccccc;
	float:left;
	font-size:13px;
	line-height:18px;
	margin:9px 0 18px;
	padding:18px 16px;
	width:950px;
	}

#quotes-left
	{
	border-right:1px solid #cccccc;
	float:left;
	width:474px;
	}

#quotes-right
	{
	float:left;
	padding:18px 0 0 16px;
	width:458px;
	}

#quotes-box h4
	{
	font-size:13px;
	font-weight:bold;
	line-height:18px;
	}

#quotes-box p
	{
	padding-top:7px;
	width:410px;
	margin-bottom:0;
	}

#quotes-box span
	{
	font-size:11px;
	line-height:20px;
	font-style:italic;
	}
	
/* shop product page */

#product-desc-column
	{
	float:left;
	padding:0 0 0 10px;
	width:502px;
	}

#product-pic
	{
	float:left;
	padding:0 25px 0 0;
	width:152px;
	}

#product-details
	{
	float:left;
	width:325px;
	}

#product-details h1
	{
	color:#05a6d0;
	font-size:25px;
	margin-bottom:10px;
	}

#product-details p
	{
	font-size:13px;
	line-height:18px;
	margin:5px 0 25px;
	width:235px;
	}

#product-details h2, #more-details h2
	{
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	}

#product-details a, #more-details a
	{
	color:#05a6d0;
	font-size:13px;
	line-height:18px;
	}

#more-details
	{
	float:left;
	padding-top:25px;
	width:502px;
	}
	
 #more-details p
	{
	font-size:13px;
	line-height:18px;
	margin:5px 0 15px;
	}

#shop-basket-column
	{
	float:right;
	padding-left:10px;
	width:247px;
	}
	
#add-to-basket
	{
	background:#f3f4f4;
	border:1px solid #cccccc;
	padding:20px;
	width:205px;
	}

#add-to-basket .price
	{
	display:block;
	font-size:17px;
	font-weight:bold;
	line-height:24px;
	width:205px;
	}

#add-to-basket .vat, #add-to-basket .stock
	{
	display:block;
	font-size:13px;
	line-height:24px;
	width:205px;
	}

#add-to-basket form #submit
	{
	background:url('images/nav-bg.png') repeat-x;
	border:0;
	color:#ffffff;
	cursor:pointer;
	display:block;
	font-size:14px;
	font-weight:bold;
	height:28px;
	margin:15px 0 0;
	padding:5px 15px 6px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	}

#add-to-basket form .submit
	{
	background:url('images/nav-bg.png') repeat-x;
	border:0;
	color:#ffffff;
	cursor:pointer;
	display:block;
	font-size:14px;
	font-weight:bold;
	height:28px;
	margin:15px 0 0;
	padding:5px 15px 6px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	width:200px;
	}
	
#add-to-basket h2
	{
	font-weight:bold;
	font-size:13px;
	}


#in-basket
	{
	background:#ccdaef;
	float:left;
	margin:13px 0 0 0;
	padding:12px 20px 15px;
	position:relative;
	width:207px;
	}

#in-basket ul
	{
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	margin-bottom:15px;
	}

#in-basket a
	{
	color:#05a6d0;
	}

#in-basket #checkout
	{
	background:url('images/nav-bg.png') repeat-x;
	bottom:8px;
	color:#ffffff;
	display:block;
	font-size:14px;
	font-weight:bold;
	height:28px;
	line-height:28px;
	padding:0 15px;
	position:absolute;
	right:15px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	}

#in-basket #checkout:hover
	{
	text-decoration:none;
	}

#delivery-info
	{
	border:1px solid #cccccc;
	background:#ffffff;
	float:left;
	margin:13px 0 0 0;
	padding:20px;
	width:205px;
	}

#delivery-info h5
	{
	color:#000000;
	font-size:13px;
	font-weight:bold;
	}
	
#delivery-info p
	{
	line-height:18px;
	margin:15px 0;
	}
	
#delivery-info a
	{
	color:#05a6d0;
	font-size:13px;
	line-height:16px;
	}

#carousel-wrapper
	{
	border:2px solid #cccccc;
	border-left:0;
	border-right:0;
	float:left;
	font-size:12px;
	line-height:18px;
	margin:9px 0 18px;
	padding:13px 0 10px;
	width:984px;
	}

#carousel-wrapper h2
	{
	font-size:14px;
	padding-left:10px;
	}

.jcarousel-skin-adept .jcarousel-container
	{
	float:left;
	width:984px;
	}

.jcarousel-skin-adept .jcarousel-clip
	{
	overflow:hidden;
	}

.jcarousel-skin-adept .jcarousel-clip-horizontal
	{
	width:912px;
	height:255px;
	margin:0 36px;
	padding:10px 0 7px;
	}

.jcarousel-skin-adept .jcarousel-item-horizontal
	{
	margin-left:0;
	margin-right:30px;
	width:127px;
	}

.jcarousel-skin-adept .jcarousel-item-horizontal h3
	{
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	margin:8px 0 3px 0;
	}

.jcarousel-skin-adept .jcarousel-item-horizontal h3 a
	{
	color:#05a6d0;
	}

.jcarousel-skin-adept .jcarousel-item-horizontal h3 a:hover
	{
	text-decoration:underline;
	}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-adept .jcarousel-next-horizontal
	{
	position:absolute;
	top:113px;
	right:0;
	width:26px;
	height:26px;
	cursor:pointer;
	background:url('images/carousel-arrow-right.png') no-repeat 0 0;
	}
	
.jcarousel-skin-adept .jcarousel-next-disabled-horizontal
	{
	cursor:default;
	background-position:0 -26px;
	}

.jcarousel-skin-adept .jcarousel-prev-horizontal
	{
	position:absolute;
	top:113px;
	left:0;
	width:26px;
	height:26px;
	cursor:pointer;
	background:url('images/carousel-arrow-left.png') no-repeat 0 0;
	}

.jcarousel-skin-adept .jcarousel-prev-disabled-horizontal
	{
	cursor:default;
	background-position:0 -26px;
	}
	
/* download page styles */


#kb-info-header
	{
	border:1px solid #cccccc;
	float:left;
	height:130px;
	padding:29px 0 0 25px;
	position:relative;
	width:690px;
	}

#download-header
	{
	float:left;
	width:984px;
	}
#download-header-kb
	{
	float:left;
	width:984px;
	}

#download-search
	{
	border:1px solid #cccccc;
	float:left;
	height:130px;
	padding:29px 24px 0 25px;
	position:relative;
	width:540px;
	}

#download-search h1
	{
	color:#05a6d0;
	font-size:29.5px;
	}
#download-search p
	{
	margin-top:20px;
	line-height:20px;
	}	
#download-search p a
	{
	color:#05a6d0;
	}
	
#download-search-kb
	{
	border:1px solid #cccccc;
	float:left;
	height:130px;
	padding:14px 0 0 25px;
	position:relative;
	width:514px;
	}

#download-search-kb h1
	{
	color:#00A4CC;
	font-size:29.5px;
	}
#download-intro-kb h1
	{
	color:#00A4CC;
	font-size:20px;
	}	
#download-search-kb p
	{
	margin-top:20px;
	line-height:20px;
	}	
#download-search-kb p a
	{
	color:#00A4CC;
	}
	
.select-wrapper
	{
	float:left;
	margin:27px 20px 0 0;
	width:160px;
	}

.select-wrapper label
	{
	font-size:13px;
	font-weight:bold;
	line-height:30px;
	}

.select-wrapper select
	{
	width:160px;
	}

#download-search #submit
	{
	bottom:22px;
	position:absolute;
	right:27px;
	}

#download-search #submit-kb
	{
	bottom:20px;
	position:absolute;
	right:300px;
	}
	
	
#download-search-kb #submit-kb
	{
	bottom:20px;
	position:absolute;
	right:200px;
	}

#download-intro
	{
	background:url('images/grey-grad-3.png') repeat-x;
	border:1px solid #cccccc;
	border-left:0;
	float:left;
	height:145px;
	padding:14px 20px 0;
	width:352px;
	}

#download-intro p
	{
	font-size:14px;
	line-height:19px;
	}

#download-intro p a
	{
	color:#05a6d0;
	}

#download-intro img
	{
	float:left;
	margin-right:10px;
	margin-top:10px;
	}

#download-intro h2
	{
	color:#05a6d0;
	font-size:18px;
	}
	
#download-intro-kb
	{
	background:url('images/grey-grad-3.png') repeat-x;
	border:1px solid #cccccc;
	border-left:0;
	float:left;
	height:130px;
	padding:14px 20px 0;
	width:402px;
	}

#download-intro-kb p
	{
	font-size:14px;
	line-height:18px;
	}

#download-intro-kb p a
	{
	color:#05a6d0;
	}

#download-intro-kb li a
	{
	color:#05a6d0;
	line-height:18px;
	}
	
#download-intro-kb img
	{
	float:left;
	margin-right:10px;
	margin-top:10px;
	}

#download-intro-kb h2
	{
	color:#05a6d0;
	font-size:16px;
	}	
		
.download-container
	{
	float:left;
	margin-top:18px;
	width:984px;
	}

.download-container h2
	{
	background:#d6d6d6;
	color:#000000;
	font-size:20px;
	font-weight:normal;
	height:41px;
	line-height:41px;
	padding-left:20px;
	width:964px;
	}
.download-container h2 a
	{
	color:#05a6d0;
	}
.download-container-free
	{
	float:left;
	margin-top:18px;
	width:700px;
	}

.iframe-download-container
	{
	float:left;
	padding:0 0 20px 0px;
	width:964px;
	min-height:600px;
	}

.iframe-download-container h2
	{
	background:#d6d6d6;
	color:#000000;
	font-size:20px;
	font-weight:normal;
	height:41px;
	line-height:41px;
	padding-left:20px;
	width:100%;
	}
.iframe-download-container h2 a
	{
	color:#05a6d0;
	}
.iframe-download-container h3
	{
	color:#05a6d0;	
	font-size:20px;
	font-weight:normal;
	margin-bottom:15px;
	}
.iframe-download-container h3 a
	{
	color:#05a6d0;
	}
.iframe-download-container h4
	{
	color:#000;	
	font-size:24px;
	font-weight:bold;
	margin-bottom:15px;
	text-transform:uppercase;
	}	
.iframe-fw-panel
	{
	background:#E0E0E0;
	float:left;
	margin-top:4px;
	padding:10px;
	position:relative;
	width:964px;
	}

.iframe-fw-panel img
	{
	left:20px;
	top:48px;
	position:absolute;
	}
.iframe-fw-panel a
	{
	color:#05a6d0;
	}

.iframe-fw-panel .leftpanel{
	float:left;
	width:46%;
	border-right:#FFF 5px solid;
	border-top:#FFF 5px solid;
	height:450px;
	padding:10px;
}
.iframe-fw-panel .rightpanel{
	border-top:#FFF 5px solid;
	border-right:#FFF 5px solid;
	float:right;
	width:46%;
	height:450px;
	padding:10px;
}
.download-container-free h2
	{
	background:#d6d6d6;
	color:#000000;
	font-size:16px;
	font-weight:normal;
	height:41px;
	line-height:41px;
	padding-left:20px;
	width:700px;
	}
.download-container-free h2 a
	{
	color:#05a6d0;
	}

.fw-panel-free
	{
	background:#E0E0E0;
	float:left;
	margin-top:4px;
	padding:30px;
	position:relative;
	width:660px;
	}
.fw-panel-free a
	{
	color:#05a6d0;
	}

.fw-panel
	{
	background:#E0E0E0;
	float:left;
	margin-top:4px;
	padding:30px;
	position:relative;
	width:924px;
	}

.fw-panel img
	{
	left:20px;
	top:48px;
	position:absolute;
	}
.fw-panel a
	{
	color:#05a6d0;
	}

.fw-panel a.adjust
	{
	background:url('images/more-less.png') 0 0 no-repeat;
	display:block;
	height:20px;
	outline:0;
	position:absolute;
	right:20px;
	text-indent:-9999px;
	top:-33px;
	width:20px;
	}

.fw-panel a.lessArrow
	{
	background-position:0 -20px;
	}

.more-less
	{
	background:#f3f3f3;
	float:left;
	margin-top:4px;
	padding:45px 0 45px 140px;
	position:relative;
	width:844px;
	}

.more-less img
	{
	left:20px;
	top:48px;
	position:absolute;
	}

.more-less a.adjust
	{
	background:url('images/more-less.png') 0 0 no-repeat;
	display:block;
	height:20px;
	outline:0;
	position:absolute;
	right:20px;
	text-indent:-9999px;
	top:-33px;
	width:20px;
	}

.more-less a.lessArrow
	{
	background-position:0 -20px;
	}

.download-column
	{
	float:left;
	padding:0 72px 0 0;
	width:350px;
	min-height:60px;
	}

.download-column h3
	{
	color:#05a6d0;
	font-size:14px;
	line-height:18px;	
	font-weight:bold;
	}
.download-column h3 a
	{
	color:#05a6d0;
	}
.download-column p
	{
	font-size:13px;
	line-height:18px;
	margin-bottom:18px;
	}
	
.fw-download-column
	{
	}

.fw-download-column h3
	{
	color:#05a6d0;
	font-size:14px;
	line-height:18px;	
	font-weight:bold;
	}

.fw-download-column h3 a
	{
	color:#05a6d0;
	}

.fw-download-column p
	{
	font-size:13px;
	line-height:18px;
	margin-bottom:18px;
	}	

/* universal footer styles below this point */

#supplies
	{
	border-top:1px solid #cccccc;
	float:left;
	margin-top:11px;
	padding:27px 0 20px;
	width:984px;
	}

#supplies h3
	{
	font-size:18px;
	/*font-family:'HelveticaNeueW01-45Ligh', Helvetica, Arial, sans-serif*/
	}

#links-column-wrapper
	{
	float:left;
	width:984px;
	}

.links-column
	{
	float:left;
	width:196px;
	}

.links-column  ul
	{
	line-height:18px;
	margin:10px 0;
	}

#footer-menu
	{
	background:#05a6d0; /*OLD #659830*/
	color:#ffffff;
	float:left;
	height:128px;
	padding:27px 30px 0;
	position:relative;
	width:924px;
	}

#footer-menu .tel
	{
	font-size:20px;
	margin-bottom:0px;
	}

#footer-menu p
	{
	line-height:14px;
	margin-bottom:10px;
	margin-top:2px;
	}

#footer-menu-links
	{
	border-left:1px dotted #ffffff;
	border-right:1px dotted #ffffff;
	float:left;
	height:118px;
	left:357px;
	padding-left:36px;
	position:absolute;
	top:25px;
	width:357px;
	}

#footer-menu-links ul
	{
	float:left;
	line-height:24px;
	}

#footer-menu-links ul li
	{
	padding-left:11px;
	background:url('images/bullet-white.png') 0 8px no-repeat;
	}

#footer-menu-links ul li a
	{
	color:#ffffff;
	}

#footer-menu-links ul#footer-links-1
	{
	width:91px;
	}

#footer-menu-links ul#footer-links-2
	{
	width:106px;
	}

#footer-menu-links ul#footer-links-3
	{
	width:160px;
	}

#footer-social
	{
	left:788px;
	position:absolute;
	top:28px;
	width:156px;	
	}

#footer-social h5
	{
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	}

#footer-social ul
	{
	list-style:none;
	}

#footer-social ul li
	{
	background:url('images/social-icons.png') no-repeat;
	display:block;
	float:left;
	height:25px;
	margin:12px 14px 0 0;
	width:25px;
	}

#footer-social ul li a
	{
	display:block;
	height:25px;
	text-indent:-9999px;
	width:25px;
	}

#footer-social ul li#blog
	{
	background-position:0 0;
	}

#footer-social ul li#twitter
	{
	background-position:0 -25px;
	}

#footer-social ul li#facebook
	{
	background-position:0 -50px;
	}

#footer-social ul li#linkedin
	{
	background-position:0 -75px;
	}

#footer-social ul li#rss
	{
	background-position:0 -100px;
	}
#footer-social ul li#youtube
	{
	background-position:0 -125px;
	}

#footer-social ul li#plus-one
	{
	background:none;
	display:block;
	float:left;
	height:25px;
	margin:13px 0 0 0;
	width:38px;
	}
#footer-social ul li#blogicon
	{
	background:none;
	display:block;
	float:left;
	height:25px;
	margin:13px 0 0 17px;
	width:87px;
	}
#footer-social ul li#blogicon a
	{
	text-indent:0px;
	}	

#footer
	{
	background:#007C99; /*OLD #40750a*/
	clear:left;
	color:#ffffff;
	font-size:10px;
	height:28px;
	line-height:28px;
	padding:0 30px;
	position:relative;
	width:924px;
	}

#footer a
	{
	color:#ffffff;
	font-size:12px;
	height:28px;
	line-height:28px;
	position:absolute;
	left:788px;
	top:0;
	}
	
.phone_number
	{
	color:#05a6d0;
	font-size:16px;
	font-weight:normal;
	line-height:24px;
	margin-bottom:0px;
	padding-bottom:0px;
	}
	
.phone_number_sub{
	margin-bottom:15px;
}
	
	
/* WORDPRESS STYLES */
/* =Content
----------------------------------------------- */

#main {
	clear: both;
	padding: 1.625em 0 0;
}
.page-title {
	/*
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	*/
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry,
.no-results {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title,
.entry-header .entry-meta {
	padding-right: 0px;
}
.entry-title {
	color:#05a6d0;
	font-size:25px;
	font-weight:normal;
	line-height:30px;
	margin-bottom:4px;
	width:90%;
}
.entry-title,
.entry-title a {
	color: #05a6d0;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #05a6d0;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a {
	font-weight: bold;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding: 0 0 0;
}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	color: #000;
	font-weight: bold;
	margin: 0 0 .8125em;
}
.entry-content h3,
.comment-content h3 {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}

.entry-content a{
	color:#05a6d0;	
}
	
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	/*max-width: 97.5%;*/
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignnone{
	float:none;
}
img.alignleft{
	float:left;
	margin-right:10px;
}
img.alignright{
	float:right;
}

div.alignnone{
	float:none;
}
div.alignleft{
	float:left;
	margin-right:10px;
}
div.alignright{
	float:right;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 10px;
}
img.aligncenternobottom {
	margin-bottom: 0px;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 5px;
	position: relative;
}

#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	/*
	border: 1px solid #ddd;
	padding: 6px;
	*/
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}

/* Comments link */
.entry-header .comments-link a {
	background: #eee url(images/comment-bubble.png) no-repeat;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	top: 1.5em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #1982d1;
	color: #fff;
	color: rgba(255,255,255,0.8);
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 20px 0 0;
}
article.format-status .entry-content {
	min-height: 65px;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}

/* Singular content styles for Posts and Pages */
.singular .hentry {
	border-bottom: none;
	padding: 4.875em 0 0;
	position: relative;
}
.singular.page .hentry {
	padding: 3.5em 0 0;
}
.singular .entry-title {
	color: #000;
	font-size: 36px;
	font-weight: bold;
	line-height: 48px;
}
.singular .entry-title,
.singular .entry-header .entry-meta {
	padding-right: 0;
}
.singular .entry-header .entry-meta {
	position: absolute;
	top: 0;
	left: 0;
}
blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
	width: 33%;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}
.singular .entry-meta .edit-link a {
	bottom: auto;
	left: 50px;
	position: absolute;
	right: auto;
	top: 80px;
}


/* =Aside
----------------------------------------------- */

.format-aside .entry-title,
.format-aside .entry-header .comments-link {
	display: none;
}
.singular .format-aside .entry-title {
	display: block;
}
.format-aside .entry-content {
	padding: 0;
}
.singular .format-aside .entry-content {
	padding: 1.625em 0 0;
}


/* =Link
----------------------------------------------- */

.format-link .entry-title,
.format-link .entry-header .comments-link {
	display: none;
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
}
.singular .format-link .entry-content {
	padding: 1.625em 0 0;
}


/* =Gallery
----------------------------------------------- */

.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: .375em 1.625em 0 0;
}


/* =Status
----------------------------------------------- */

.format-status .entry-title,
.format-status .entry-header .comments-link {
	display: none;
}
.singular .format-status .entry-title {
	display: block;
}
.format-status .entry-content {
	padding: 0;
}
.singular .format-status .entry-content {
	padding: 1.625em 0 0;
}
.format-status img.avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	float: left;
	margin: 4px 10px 2px 0;
	padding: 0;
}


/* =Quote
----------------------------------------------- */

.format-quote blockquote {
	color: #555;
	font-size: 17px;
	margin: 0;
}


/* =Image
----------------------------------------------- */

.indexed.format-image .entry-header {
	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content {
	padding-top: 0.5em;
}
.indexed.format-image p,
.indexed.format-image p img {
	margin-bottom: 0;
}
.indexed.format-image footer.entry-meta {
	background: #ddd;
	margin-top: -7px;
	padding: 20px 30px;
	overflow: hidden;
}
.indexed.format-image div.entry-meta {
	display: inline-block;
	float: left;
	width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
	float: none;
	width: 65%;
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
	display: block;
}
.indexed.format-image footer.entry-meta a {
	color: #444;
}
.indexed.format-image footer.entry-meta a:hover {
	color: #fff;
}
#content .indexed.format-image img {
	border: none;
	max-width: 100%;
	padding: 0;
}
.indexed.format-image .wp-caption {
	background: #111;
	margin-bottom: 0;
	max-width: 96%;
	padding: 11px;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color: #ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
	color: #444;
}
.indexed.format-image a:hover img {
	opacity: 0.8;
}


/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}


/* =Showcase
----------------------------------------------- */

h1.showcase-heading {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

/* Intro */
article.intro {
	background: #f9f9f9;
	border-bottom: none;
	margin: -1.855em -8.9% 1.625em;
	padding: 0 8.9%;
}
article.intro .entry-title {
	display: none;
}
article.intro .entry-content {
	color: #111;
	font-size: 16px;
	padding: 1.625em 0 0.625em;
}
article.intro .edit-link a {
	background: #aaa;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	padding: 0 8px;
	position: absolute;
	top: 30px;
	right: 20px;
	text-decoration: none;
}
article.intro .edit-link a:hover,
article.intro .edit-link a:focus,
article.intro .edit-link a:active {
	background: #777;
}

/* Featured post */
section.featured-post {
	float: left;
	margin: -1.625em -8.9% 1.625em;
	padding: 1.625em 8.9% 0;
	position: relative;
	width: 100%;
}
section.featured-post .hentry {
	border: none;
	color: #666;
	margin: 0;
}
section.featured-post .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* Small featured post */
section.featured-post .attachment-small-feature {
	float: right;
	height: auto;
	margin: 0 -8.9% 1.625em 0;
	max-width: 59%;
	position: relative;
	right: -15px;
}
section.featured-post.small {
	padding-top: 0;
}
section.featured-post .attachment-small-feature:hover,
section.featured-post .attachment-small-feature:focus,
section.featured-post .attachment-small-feature:active {
	opacity: .8;
}
article.feature-image.small {
	float: left;
	margin: 0 0 1.625em;
	width: 45%;
}
article.feature-image.small .entry-title {
	line-height: 1.2em;
}
article.feature-image.small .entry-summary {
	color: #555;
	font-size: 13px;
}
article.feature-image.small .entry-summary p a {
	background: #222;
	color: #eee;
	display: block;
	left: -23.8%;
	padding: 9px 26px 9px 85px;
	position: relative;
	text-decoration: none;
	top: 20px;
	width: 180px;
	z-index: 1;
}
article.feature-image.small .entry-summary p a:hover {
	background: #1982d1;
	color: #eee;
	color: rgba(255,255,255,0.8);
}

/* Large featured post */
section.feature-image.large {
	border: none;
	max-height: 288px;
	padding: 0;
	width: 100%;
}
section.feature-image.large .showcase-heading {
	display: none;
}
section.feature-image.large .hentry {
	border-bottom: none;
	left: 9%;
	margin: 1.625em 9% 0 0;
	position: absolute;
	top: 0;
}
article.feature-image.large .entry-title a {
	background: #222;
	background: rgba(0,0,0,0.8);
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	padding: .2em 20px;
}
section.feature-image.large:hover .entry-title a,
section.feature-image.large .entry-title:hover a {
	background: #eee;
	background: rgba(255,255,255,0.8);
	color: #222;
}
article.feature-image.large .entry-summary {
	display: none;
}
section.feature-image.large img {
	display: block;
	height: auto;
	max-width: 117.9%;
	padding: 0 0 6px;
}

/* Featured Slider */
.featured-posts {
	border-bottom: 1px solid #ddd;
	display: block;
	height: 328px;
	margin: 1.625em -8.9% 20px;
	max-width: 1000px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.featured-posts .showcase-heading {
	padding-left: 8.9%;
}
.featured-posts section.featured-post {
	background: #fff;
	height: 288px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 30px;
	width: auto;
}
.featured-posts section.featured-post.large {
	max-width: 100%;
	overflow: hidden;
}
.featured-posts section.featured-post {
	-webkit-transition-duration: 200ms;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 200ms;
	-moz-transition-property: opacity, visibility;
	-moz-transition-timing-function: ease;
}
.featured-posts section.featured-post {
	opacity: 0;
	visibility: hidden;
}
.featured-posts #featured-post-1 {
	opacity: 1;
	visibility: visible;
}
.featured-post .feature-text:after,
.featured-post .feature-image.small:after {
	content: ' ';
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	width: 100%;
	height: 45px;
	position: absolute;
	top: 230px;
}
.featured-post .feature-image.small:after {
	top: 253px;
}
#content .feature-slider {
	top: 5px;
	right: 8.9%;
	overflow: visible;
	position: absolute;
}
.feature-slider ul {
	list-style-type: none;
	margin: 0;
}
.feature-slider li {
	float: left;
	margin: 0 6px;
}
.feature-slider a {
	background: #3c3c3c;
	background: rgba(60,60,60,0.9);
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	display: block;
	width: 14px;
	height: 14px;
}
.feature-slider a.active {
	background: #1982d1;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	cursor: default;
	opacity: 0.5;
}

/* Recent Posts */
section.recent-posts {
	padding: 0 0 1.625em;
}
section.recent-posts .hentry {
	border: none;
	margin: 0;
}
section.recent-posts .other-recent-posts {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
}
section.recent-posts .other-recent-posts li {
	padding: 0.3125em 0;
	position: relative;
}
section.recent-posts .other-recent-posts .entry-title {
	border-top: 1px solid #ddd;
	font-size: 17px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"] {
	color: #373737;
	float: left;
	max-width: 84%;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
	content: '-';
	color: transparent;
	font-size: 11px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
}
section.recent-posts .other-recent-posts .comments-link a,
section.recent-posts .other-recent-posts .comments-link > span {
	border-bottom: 2px solid #999;
	bottom: -2px;
	color: #444;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	padding: 0.3125em 0 0.3125em 1em;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: uppercase;
	z-index: 1;
}
section.recent-posts .other-recent-posts .comments-link > span {
	border-color: #bbb;
	color: #888;
}
section.recent-posts .other-recent-posts .comments-link a:hover {
	color: #1982d1;
	border-color: #1982d1;
}
section.recent-posts .other-recent-posts li:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}


/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}


/* =Navigation
-------------------------------------------------------------- */

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	float: right;
	position: relative;
	top: -0.0em;
	right: 0.5em;
	text-align: right;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	float: none;
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}


/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 12px;
}
.widget {
	clear: both;
	margin: 0 0 2.2em;
}
.widget-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.widget ul {
	font-size: 15px;
	margin: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
	font-size: 13px;
}
.widget a {
	font-weight: bold;
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}

/* Search Widget */
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

/* Ephemera Widget */
section.ephemera ol,
.widget_adeptscientific_ephemera ol {
	list-style: square;
	margin: 5px 0 0;
}
.widget_adeptscientific_ephemera .widget-entry-title {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
.widget_adeptscientific_ephemera .comments-link a,
.widget_adeptscientific_ephemera .comments-link > span {
	color: #666;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover,
.widget_adeptscientific_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
	color: #29628d;
}

/* Twitter */
.widget_twitter li {
	list-style-type: none;
	margin-bottom: 14px;
}
.widget_twitter .timesince {
	display: block;
	font-size: 11px;
	margin-right: -10px;
	text-align: right;
}

/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/* =Comments
----------------------------------------------- */

#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	
}
#respond h3{
	border:none;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}



.entry-content ul, ol {
	margin: 0 0 1.625em 2.5em;
	font-size:13px;
	line-height:18px;
}
#product-column ul {
	list-style: square;
	margin: 0 0 1.625em 2.5em;
	font-size:13px;
	line-height:18px;
}
#product-column ol {
	list-style-type: decimal;
}
#product-column ol ol {
	list-style: upper-alpha;
}
#product-column ol ol ol {
	list-style: lower-roman;
}
#product-column ol ol ol ol {
	list-style: lower-alpha;
}
#product-column ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
#product-column ul li{
	padding-bottom:7px;
}

#product-column-large ul, ol {
	margin: 0 0 1.625em 2.5em;
	font-size:13px;
	line-height:18px;
}
#product-column-large ul {
	list-style: square;
}
#product-column-large ol {
	list-style-type: decimal;
}
#product-column-large ol ol {
	list-style: upper-alpha;
}
#product-column-large ol ol ol {
	list-style: lower-roman;
}
#product-column-large ol ol ol ol {
	list-style: lower-alpha;
}
#product-column-large ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}


/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}


td h3
	{
	color:#05a6d0;
	font-size:18px;
	font-weight:normal;
	}
td h3 a{
	color:#05a6d0;
}
td {
	font-size:13px;
	line-height:18px;
}
td a{
	color:#05a6d0;
}	

#product-column a{
	color:#05a6d0;
}

.listtable, .listtd, .listth, .listtddate
{
    border-color: #cccccc;
    border-style: solid;
}
.listtable
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}
.listtd
{
    margin: 0;
    padding: 8px;
    border-width: 1px 1px 0 0;
    background-color: #ffffff;
	vertical-align:top;
}
.listtddate
{
    margin: 0;
    padding: 8px;
    border-width: 1px 1px 0 0;
    background-color: #05a6d0;
	color:#FFFFFF;
}

.listth
{
    margin: 0;
    padding: 8px;
    border-width: 1px 1px 0 0;
	border-color:#cccccc;
    background-color: #f3f4f4;
	color:#05a6d0;
	text-align:left;
}
.listlink{
	font-weight:bold;
}
#socialsharebuttons{
margin-top:20px;
}
.pricecolour{
	color:#c00;
	font-weight:bold;
	margin-top:8px;
	font-size:13px;
}
.producthighlight{
	color:#060;
	font-weight:bold;
	margin-top:8px;
}
.basketlink{
	color:#CC0000;
	margin-top:8px;
	border-bottom:rgb(214, 214, 214) 1px solid;
	padding-bottom:8px;
}
#add-to-basket a.addtobasketlink
{
	background-color:#05a6d0;/*background:url('images/btn-bg.png') repeat-x;*/
	bottom:8px;
	color:#ffffff;
	display:block;
	font-size:13px;
	font-weight:bold;
	height:28px;
	line-height:28px;
	padding:0 15px;
	right:15px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin-bottom:5px;
	margin-top:10px;
	text-align:center;
}
#add-to-basket a.addtobasketlink:hover
{
	background-color:#40750a;/*background-position:bottom;*/
}
#product-info-news a.addtobasketlink
{
	background-color:#05a6d0;/*background:url('images/btn-bg.png') repeat-x;*/
	bottom:8px;
	color:#ffffff;
	display:block;
	font-size:13px;
	font-weight:bold;
	height:28px;
	line-height:28px;
	padding:0 15px;
	right:15px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin-bottom:6px;
	text-align:center;
}
#product-info-news a.addtobasketlink:hover
{
	background-color:#40750a; /*background-position:bottom;*/
}
#product-info-news.notopmargin{
	margin-top:0px;
}
#product-info-links.gotopmargin{
	margin-top:13px;
}
.iframe-fw-panel select {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 5px;
	font-size:15px;
	width:250px;
}
.iframe-fw-panel input[type="text"], .iframe-fw-panel input[type="password"], .iframe-fw-panel textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 5px;
	font-size:15px;
}
.iframe-fw-panel label {
	color: #555;
	display: inline-block;
	font-size: 15px;
	left: 4px;
	min-width: 120px;
	padding: 4px 0px;
	position: relative;
	z-index: 1;
	text-transform:capitalize;
}
.iframe-fw-panel input[type="text"]:focus {
	text-indent: 0;
	z-index: 1;
}
.iframe-fw-panel .inputlogin {
	width:320px;
}
.iframe-fw-panel .form-submit {
	float: right;
	margin: -20px 0 10px;
}
.iframe-fw-panel input#submit {
	background: #05a6d0;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 10px 0;
	padding: 5px 10px 5px 10px;
	position: relative;
	left: 4px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
.iframe-fw-panel input#submit:active {
	background: #40750a;
	color: #ffffff;
}
.iframe-fw-panel input#submitbutton {
	background: #05a6d0;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 10px 0;
	padding: 5px 10px 5px 10px;
	position: relative;
	left: 4px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
.iframe-fw-panel input#submitbutton:active {
	background: #40750a;
	color: #ffffff;
}
.iframe-fw-panel p{
	font-size:15px;
}
.mandatory {
	color:#F00;
	font-weight:bold;
}
label.mandatory {
	color:#F00;
	font-weight:bold;
}
a.addtobasketlink
{
	/*background:url('images/btn-bg.png') repeat-x;*/
	background-color:#05a6d0;
	bottom:8px;
	color:#ffffff;
	display:block;
	font-size:13px;
	font-weight:bold;
	height:28px;
	line-height:28px;
	padding:0 15px;
	right:15px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin-bottom:5px;
	margin-top:10px;
	text-align:center;
}

#product-column a.addtobasketlink
{
	/*background:url('images/btn-bg.png') repeat-x;*/
	background-color:#05a6d0;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	height:28px;
	line-height:28px;
	padding:0 5px;
	right:15px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin-bottom:5px;
	text-align:center;
	width:200px;
}
.slideimage{
	margin-left:17px;
}
.comp_table{
	width:100%;
}
.comp_table td{
	padding:5px;
	border-bottom: #000000 1px solid;
	font-size:12px;
}
.mc_heading{
	background-color:#000000;
	color:#FFFFFF;

}
.mc_subheading{
	background-color:#99ccff;
	color:#000000;

}
.centeredtext{
	text-align:center;
}
#product-column a.adjustlink{
	color:#05a6d0;
}
#product-column ul.gform_fields{
	margin:0;
}
.basketpanelhead{
	background-position:right top;
	background-image:url(images/basket_1_large.png);
	background-repeat:no-repeat;
	height:28px;
}
#iso{
	position:absolute;
	left:220px;
	z-index:100;
}

#ppc-left{
	float:left;
	width:650px;
}
#ppc-right{
	float:left;
	width:230px;
}
.ppc-text-block{
	width:580px;
	height:auto;
	margin-left:0px;
}

.ppc-text-block input[type="text"], .ppc-text-block input[type="password"], .ppc-text-block textarea {
	background: #fff;
	border: 1px solid #D9D9D9;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	padding: 5px;
	font-size:12px;
	width:180px;
	margin-top:5px;
	margin-bottom:10px;
}
.ppc-text-block label{
	margin: 5px 0px 5px 0px;
	font-weight:bold;
}

.infobox .ppc-inner{
	width:540px;
}

#ppc-container{
	margin-left:50px;
	margin-right:30px;
	margin-top:20px;
	margin-bottom:50px;
}
#ppc-container h1
{
color:#05a6d0;
font-size:25px;
font-weight:bold;
line-height:30px;
margin-bottom:8px;
width:570px;
}
	
#ppc-container h2
{
color:#dd5900;
font-size:18px;
line-height:24px;
font-weight:bold;
margin-bottom:4px;
}
#ppc-container h3
{
color:#dd5900;
font-size:16px;
line-height:20px;
font-weight:normal;
margin-bottom:10px;
}

.ppc_action_button
	{
	background-color:#05a6d0;
	color:#ffffff;
	font-size:19px;
	padding:10px;
	width:200px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom:15px;
	text-align:center;
	}
.ppc_action_button:hover{
	background-position:bottom;
	background-color:#40750a;
}
.ppc_action_button a
	{	
	color:#ffffff;
	display:block;
	font-size:18px;
	line-height:20px;
	text-decoration:none;
	width:200px;
	}

.ppc_action_button a:hover
	{
	text-decoration:none;
	}
.ppc_action_button .ppc_action_sublink{
	font-size:14px;
}


.ppc_small_action_button
	{
	background-color:#05a6d0;
	color:#ffffff;
	padding:10px;
	width:99px;
	text-align:center;
	float:left;
	border-right: 1px solid #D9D9D9;
	}
.ppc_small_action_button:hover{
	background-color:#40750a;
}
.ppc_small_action_button a
	{	
	color:#ffffff;
	display:block;
	font-size:16px;
	line-height:20px;
	text-decoration:none;
	}

.ppc_small_action_button a:hover
	{
	text-decoration:none;
	}
.ppc_small_action_button .ppc_small_action_sublink{
	font-size:14px;
}

.ppc_half_action_button
	{
	background-color:#05a6d0;
	color:#ffffff;
	padding:10px;
	width:159px;
	text-align:center;
	float:left;
	border-right: 1px solid #D9D9D9;
	}
.ppc_half_action_button:hover{
	background-color:#40750a;
}
.ppc_half_action_button a
	{	
	color:#ffffff;
	display:block;
	font-size:16px;
	line-height:20px;
	text-decoration:none;
	}

.ppc_half_action_button a:hover
	{
	text-decoration:none;
	}
.ppc_half_action_button .ppc_half_action_sublink{
	font-size:14px;
}



.ppc-quote{
	font-weight:bold;
	font-size:14px;
}

.search-result{
	font-size:13px;
	margin-bottom:20px;
	clear:both;
}
.search-result .search-title{
	font-size:15px;
	padding:3px;
}
.search-result .search-img{
	float:left;
	width:80px;
	margin-right:6px;
	height:120px;
}
.search-result .search-title a{	
	color:#05a6d0;
	text-decoration:underline;
}
.search-result .search-url{
	color:#dd5900;	
	padding:3px;
}
.search-result .search-price{
	color:#000000;	
	padding:3px;
	font-weight:bold;
}
.search-result .search-price span{
	color:#FF0000;	
}

.search-result .search-description{
	padding:3px;
}
.search-header{
	margin-bottom:20px;
}
.search-header h1{
	color:#05a6d0;
	font-size:25px;
	font-weight:normal;
	line-height:30px;
	margin-bottom:8px;
	padding:3px;
}
.search-header .search-form{
	padding:3px;
}
.search-header .search-field{
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 5px;
	font-size:15px;
	width:500px;
}
.search-header .search-button{
	background: #dd5900;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 10px 0;
	padding: 6px 10px 6px 10px;
	position: relative;
	left: 4px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
.search-header .search-result-summary{
	font-size:13px;
	padding:3px;
	color:rgb(102,102,102);
}
.search-header .search-result-summary a{
	color:#05a6d0;
	font-weight:bold;	
}

.no-results{
	margin-top:10px;
	margin-bottom:30px;
	background-color:#f3f3f3;
	padding:20px;
	font-size:14px;
	line-height:20px;
	width:560px;
}
.no-results a{
	font-size:14px;
	color:#05a6d0;
}
.no-results p{
	font-size:14px;
}
.no-results h2{
	color:#dd5900;
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}

.keywords{
	margin-top:10px;
	margin-bottom:30px;
	background-color:#f3f3f3;
	padding:10px;
}
.keywords h2{
	padding:3px;
	color:#dd5900;
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}
.keyword-result{
	font-size:13px;
	margin-bottom:5px;
}
.keyword-result .keyword-title{
	font-size:15px;
	padding:3px;
}
.keyword-result .keyword-title a{	
	color:#05a6d0;
	text-decoration:underline;
}
.keyword-result .keyword-url{
	color:#dd5900;	
	padding:3px;
}
.keyword-result .keyword-description{
	padding:3px;
	line-height:16px;
}

#search-container
	{
	float:left;
	padding:0 0 20px 10px;
	width:770px;
	min-height:600px;
	}
input#pg {
	background: #fff;
	border: 2px solid #666;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 5px;
	font-size:15px;
	width:180px;
}	
input#gosubmit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 10px 0;
	padding: 5px 10px 5px 10px;
	position: relative;
	left: 4px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
input#gosubmit:active {
	background: #1982d1;
	color: #bfddf3;
}



#product-info-links h5.rh-buy-title{
	padding-left:25px;
	background:url('images/rh-buy.png') 0 10px no-repeat;
	min-height:15px;
	color:#808b96;
}
#product-info-links h5.rh-download-title{
	padding-left:25px;
	background:url('images/rh-download.png') 0 10px no-repeat;
	min-height:15px;
	color:#808b96;
}
#product-info-links h5.rh-learn-title{
	padding-left:25px;
	background:url('images/rh-learn.png') 0 10px no-repeat;
	min-height:15px;
	color:#808b96;
}
#product-info-links h5.rh-help-title{
	padding-left:25px;
	background:url('images/rh-help.png') 0 10px no-repeat;
	min-height:15px;
	color:#808b96;
}

p.rh-buy{
	padding-left:25px;
	background:url('images/rh-buy.png') 0 5px no-repeat;
	min-height:25px;
}
p.rh-download{
	padding-left:25px;
	background:url('images/rh-download.png') 0 5px no-repeat;
	min-height:25px;
}
p.rh-learn{
	padding-left:25px;
	background:url('images/rh-learn.png') 0 5px no-repeat;
	min-height:25px;
}
p.rh-help{
	padding-left:25px;
	background:url('images/rh-help.png') 0 5px no-repeat;
	min-height:25px;
}
#product-info-links p.rh-buy a, #product-info-links p.rh-download a, #product-info-links p.rh-learn a, #product-info-links p.rh-help a{
	color:rgb(0, 161, 222);
	font-weight:normal;
}
#product-info-column h4{
	width:169px;
	background-color:#dd5900;
	padding-left:10px;
	color:#ffffff;
	font-weight:bold;
	border:#rgb(214, 214, 214) 1px solid;
	line-height:30px;
	float:left;
}
#product-info-column hr{
	color:rgb(214, 214, 214);
	height:1px;
	background-color:rgb(214, 214, 214);
	border:0;
}
#product-info-column h3{
	width:169px;
	background-color:rgb(214, 214, 214);
	padding-left:10px;
	color:#000000;
	font-weight:bold;
	border:#rgb(214, 214, 214) 1px solid;
	line-height:30px;
	margin-top:13px;
	float:left;
}
#product-info-column h3.notop{
	margin-top:0px;
}
.bmenu-title{
	/* font-family:'HelveticaNeueW01-75Bold', Helvetica, Arial, sans-serif;*/
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
}
#header ul#header-menu li.lasty{
	padding-right:10px;
}

.cat-column{
	width:308px;
	float:left;
}
.cat-column h3{
	width:270px;
	background-color:#808b96;
	color:#000000;
	font-size:16px;
	padding:8px;
}
.cat-column h3 a{
	color:#FFFFFF;
	text-decoration:none;
}
.cat-column ul{
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	min-height:110px;
	float:left;
	width:200px;
}
.cat-column ul li{
	padding:5px;
	font-size:14px;
	padding-left:18px;
	background:url('images/bullet-small-orange.png') 5px 7px no-repeat;
}
.cat-column ul li a{
	color:#000000;
}
.cat-column img{
	float:left;
	width:60px;
	margin-top:10px;
	margin-right:0px;
	position:relative;
	left:0;
	top:0;
}

.cat-column-dl{
	width:308px;
	float:left;
}
.cat-column-dl h3{
	width:270px;
	background-color:#808b96;
	color:#FFFFFF;
	font-size:16px;
	padding:8px;
}
.cat-column-dl h3 a{
	color:#FFFFFF;
	text-decoration:none;
}
.cat-column-dl ul{
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	min-height:200px;
	float:left;
	width:200px;
}
.cat-column-dl ul li{
	padding:5px;
	font-size:14px;
	padding-left:18px;
	background:url('images/bullet-small-orange.png') 5px 7px no-repeat;
}
.cat-column-dl ul li a{
	color:#000000;
}
.cat-column-dl img{
	float:left;
	width:60px;
	margin-top:10px;
	margin-right:0px;
	position:relative;
	left:0;
	top:0;
}



.item{
	width:250px;
	height:300px;
	float:left;
	margin-right:30px;
}
/* cta */
#cta {float:left; width:940px; height:96px; margin:20px 0; background:url("/images/product/mathcad/express/new/cta-bg.png") no-repeat scroll 0 0 transparent; }

#cta .freeText {
	font-family: "ff-din-web",Arial,sans-serif !important;
    font-size: 1.1em;
	background:url("/images/product/mathcad/express/cta-icon.png") no-repeat scroll 15px 0 transparent; 
	padding:20px 50px 0 100px; 
	height:76px; 
	text-transform:uppercase;
}
	
#cta a {color:#ffffff; cursor:pointer;}
#cta a:hover {position:relative; top:2px;}
.ctaTitle {font-size:1.5em; padding-bottom:0;}
.ctaDesc { font-weight:700; font-size:1.2em; padding-bottom:0; line-height:18px;}

/* table */
#download {float:left;}

#download .logo {padding:0; text-align:center;} 

#download .logo img {margin-bottom:5px;}

#download .logo p {font-weight:700; color:#666666;}

#downloadExpress .help {width:20px;}

.downloadExpress {
	float: left;
	width: 560px;
}
#download img.question {margin:0 0 0 5px; position:relative; top:3px;}

/*CHART BOX LAYOUT*/
#chart_box{
	width:560spx;
	padding:5px;
	margin:0 auto;
	}
#chart_box p, .row{
	font-family: "ff-din-web", Arial, sans-serif; 
	font-size:1em;
	color:#53565A;	
}

#chart_left{
	width:230px;
	float:left;
	text-align:right;
	padding:0 !important;
}

#chart_right{
	width:300px;
	float:right;
}

#chart_right .half{
	width:150px;
	float:left;
	text-align:center;
}

.title{
	text-align:left !important;
	height:85px;
	border:1px solid #c7c8c9;
}

.title p{
	margin:5px !important;
}

.row{
	height:26px;
	padding-top:10px;
	border:1px solid #c7c8c9;
	padding-right:10px;
}
.row.small{
	height:20px !important;
	padding-top:5px !important;
}

.gray {
	background:#e6e6e6;
}

/*HELPBUBBLE TOWER*/
.help{
	float: right;
}

.downloadExpress {margin-right:18px;}


#download .downloadCTA {
	float:left;
	width:411px;
	margin:20px 0 10px 0;
	height:70px;
}

#download .downloadCTA a {cursor:pointer;}

.downloadExpress .downloadCTA {
	background:url("/images/product/mathcad/express/download-icon.png") no-repeat scroll 0 0 transparent;
}

.downloadPrime .downloadCTA {
	background:url("/images/product/mathcad/express/buy-icon.png") no-repeat scroll 0 0 transparent;
}

.downloadExpress .text{
	padding:25px 20px 0 60px;
	color:#ffffff;
	text-transform:uppercase;
	font-size:1.2em;
	font-weight:700;
	text-align:center;
	line-height:20px;
}

/* tooltip */
.tooltip {
display:none;
background:transparent url(/images/help-board.png) no-repeat;
font-size:12px;
height:125px;
width:268px;
padding:65px 60px 60px 60px;
}

.tooltip-right {
display:none;
background:transparent url(/images/help-board-r.png) no-repeat;
font-size:12px;
height:125px;
width:268px;
padding:65px 60px 60px 60px;
}

.ppc-inner a{
	color:#05a6d0;
}

.team-beam{
	
}
.team-beam .formrow{
	height:50px;
	vertical-align:text-top;
}
.team-beam .formrowhalf{
	height:50px;
	vertical-align:text-top;
	margin-left:170px;
}
.team-beam select {
	background: #fff;
	border: 2px solid #ddd;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:left;
	padding: 5px;
	font-size:13px;
	width:266px;
}
.team-beam input[type="text"], .team-beam input[type="password"], .team-beam textarea {
	background: #fff;
	border: 2px solid #ddd;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	font-size:13px;
	width:252px;
	float:left;
}
.team-beam input[type="checkbox"]{
	float:left;
	margin-top:5px;
	margin-right:8px;
}
.team-beam label {
	color: #555;
	font-size: 13px;
	left: 4px;
	width: 170px;
	padding: 4px 0px;
	text-transform:capitalize;
	line-height:18px;
	float:left;
	font-weight:bold;
}
.team-beam .formrowhalf label{
	width:300px;
}
.team-beam input[type="text"]:focus {
	text-indent: 0;
	z-index: 1;
}
.team-beam .inputlogin {
	width:320px;
}
.team-beam .form-submit {
	float: right;
	margin: -20px 0 10px;
}
.team-beam input#submit {
	background: #05a6d0;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #eee;
	cursor: pointer;
	font-size: 20px;
	margin: 10px 0;
	padding: 5px 10px 5px 10px;
	position: relative;
	left: 4px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
.team-beam input#submit:active {
	background: #40750a;
	color: #ffffff;
}
.team-beam input#submitbutton:active {
	background: #40750a;
	color: #ffffff;
}
.team-beam p{
	font-size:15px;
}

.nice-round-box{
	border:#cccccc 2px solid;
	background-color:#eeeeee;
	border-radius:20px;
	-moz-border-radius:20px;
	padding:20px;
	margin:20px 0;
}
.orange_strong{
	font-weight:bold;
	color:#DD5900;
}
small{
	font-size:11px;
	color:#aaaaaa;
}
#product-column a.contactus
{
	background-color:#615497;
	bottom:8px;
	color:#ffffff;
	display:block;
	font-size:13px;
	font-weight:bold;
	height:22px;
	line-height:22px;
	padding:0 10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin-bottom:5px;
	margin-top:10px;
	text-align:center;
	width:60px;
	float:left;
}
