a { text-decoration:none;word-wrap: break-word; }
a:hover { text-decoration:underline;}

/* Shortcuts */
.hidden{display:none;}
.left{float:left;}
.right{float:right;}
.nobottom{margin-bottom:0px;}
.center { text-align:center; }
.clear { clear:both; }
.greytext { color:Gray; }         
.middle { vertical-align:middle; }
.center { text-align:center; }
.wordbreak {word-wrap: break-word;}

/* Sections */          
.container { padding:10px; }
.sectionTitle {	margin:0px;	padding:0px 10px 0px 10px;font-weight:bold; font-size:18px; }
.sectionContent { padding:0px; }
.sectionEdit { padding:1px 8px 1px 8px; font-size:14px; margin-left:50px;cursor:pointer; }
.section h1, h2, h3, h4, h5, h6 {padding-bottom:0px;margin-bottom:5px;}

/* Header */
.header { margin: -10px -10px 10px 0px; text-align: left;}
.header input[type='text'] {margin-top:15px;width:100px;}


/* User Bar */
.userBar {	padding:3px; height:22px; text-align: left; }
.userBar div { float:right; }
.userBar div.app { padding-left:15px; padding-right:10px; }

/* Style Bar */
.styleBar {	height:14px; }

.viewMoreResults { margin-top:-18px; padding-right:5px; }

.viewMoreResults a
{
	background-image:url(../images/britech/arrowbox_down.gif);
	background-position:left;
	background-repeat:no-repeat;	
	padding-left:15px!important;
	cursor:pointer;
	font-weight:normal;
}

/*Marketing Copy*/
.marketingCopy {padding:5px;}
.marketingCopy h3 {font-size:22px;font-weight:bold;}

.footer { text-align:center;padding-top:0.75em; margin:0px;}
.footer p { margin-bottom:0.5em; }
.footer a { padding-left:0.8em;padding-right:0.8em; color:#707070; }
.header a { padding-left:0.5em;padding-right:0.5em; }
.disclaimer p {	font-size:0.75em; }


/* Search Page*/
.searchSection { margin: 10px 10px 10px 10px; }
.resultsBar { height: 18px; padding: 4px 10px 2px 10px; }

.resultsBar h3, .resultsBar h4
{
	font-size:1em;
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
	line-height: 1.5em;
}

.searchResultsSummary {	float: right; text-align: right; }
.results, .searchResults { padding: 10px; }
.searchLink, .guidelineResultTitle { font-weight:bold; margin: 0; padding: 0; }

.collapsibleBar
{
	cursor:pointer;
}

.collapsed, .notCollapsed
{
	background-repeat:no-repeat;
	background-position: top left;
}

.rightText
{
	text-align: right;
}

.sectionCenter { text-align:center; }
.sectionCenter img { padding-bottom:18px;}

.linkTitle { font-weight:bold; }

/*Style for rounded sections - color specific bits in the scheme file*/
.rounded {background: transparent; margin:10px 3px 10px 3px; }
.rounded_top, .rounded_bottom {display:block; background:transparent; font-size:1px;}
.bend1, .bend2, .bend3, .bend4,
.title_bend1, .title_bend2, .title_bend3, .title_bend4, 
.highlighted_bend1, .highlighted_bend2, .highlighted_bend3, .highlighted_bend4,
.highlighted_title_bend1, .highlighted_title_bend2, .highlighted_title_bend3, .highlighted_title_bend4 {display:block; overflow:hidden;}
.bend1, .bend2, .bend3,
.title_bend1, .title_bend2, .title_bend3,
.highlighted_bend1, .highlighted_bend2, .highlighted_bend3, 
.highlighted_title_bend1, .highlighted_title_bend2, .highlighted_title_bend3 {height:1px;}
.bend1, .title_bend1, .highlighted_bend1, .highlighted_title_bend1 {margin:0 5px;}
.bend2, .title_bend2, .highlighted_bend2, .highlighted_title_bend2 {margin:0 3px; border-width:0 2px;}
.bend3, .title_bend3, .highlighted_bend3, .highlighted_title_bend3 {margin:0 2px;}
.bend4, .title_bend4, .highlighted_bend4, .highlighted_title_bend4 {height:2px; margin:0 1px;}

/* MODAL WINDOW */
/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow 
{
    display: none;    
    position: fixed;
    top: 75px;
    left: 50%;    
    margin-left: -400px;    
    padding:0;
    width: 780px;   
    z-index: 10000;   
}

#modalDialogHeader
{
	margin:0;
	padding:8px 20px 8px 20px;	
}

#modalDialogContent
{
	margin:0;
	padding:0;
	height:400px;
	overflow:auto;
}

.modalContent
{
	padding:15px 20px 15px 20px!important;
}

#modalDialogFooter
{
	display:none;
	margin:0;
	padding:5px;
}

#modalDialogCloseBtn
{
	text-align:right;
}

.modalframe 
{
	width:100%; height:100%; overflow:auto;
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm 
{
	position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow 
{
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.contentBlock {display:inline;}

.smallText {width:150px;float:left;}
.mediumText {width:250px;float:left}
.largeText {width:350px;float:left;}
.contentPic {text-align:center;}

.smallTextRight {width:150px;}
.mediumTextRight {width:250px;}
.largeTextRight {width:350px;}
.contentPicLeft {float:left;width:200px;}




.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.pricelistContent {
height: 500px;
overflow: scroll;
font-size:12px;

}

.aboutContent {
height: 250px;
padding:20px;
font-size:12px;

}

#contactUs {overflow:none;text-align:center;}


.price {
color: blue;
text-decoration: itallic;

}

