/*  
Theme Name: BEL Theme
Theme URI: http://juicegroup.ca
Description: Custom CMS Theme for BEL
Version: 1.0
Author: Juice
Author URI: http://juicegroup.ca
*/

*{margin: 0 auto; padding:0}

body{
	margin: 0;
	text-align: center;
	vertical-align: top;
	background: #fff;
	color: #000;
	background:url('images/bg2.jpg') #89c9f4 no-repeat right top;
	font-family:Tahoma, Helvetica, Verdana, sans-serif;
	font-size:14px
}

.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%;
}

.clear10{
	
	height:10px;
	clear: both;
	display:block
}


.clear20{
	
	height:10px;
	clear: both;
	display:block
}

.right { float:right}



.clearBoth{
	clear: both;
}



img{ border: none;}



a{
	text-decoration: none;
	color: #0078c9;
	outline:none;
}

a:hover{
	text-decoration: underline;
	color: #00539b;
}

a.button{
	background: url('images/button_bg.gif') repeat-x;
	font-size:12px;
	padding:5px 20px;
	color:#fff;
}

h1{
	border-bottom:1px solid #CCC;
	color:#0078c9;
	font-size:21px;
	line-height:26px;
	font-weight:normal;
	padding-bottom:10px;
	margin-bottom:20px
}

h2{
	font-size: 22px;
	color: #0078c9;
	font-weight: normal
}

h3{
	color:#0078c9;
	font-size:18px;
	font-weight: normal;
	margin-top:20px;
	margin-bottom:20px
	}

	
h4{
	color:#0078c9;
	font-size:14px;
}

h1.title{
	color:#0078c9;
	padding-bottom:8px;
	border-bottom: #c4c4c4 1px solid;
	font-size: 26px;
	font-weight: normal
}




h2 a{
	font-size: 21px;
	color: #0078c9;
	
}

p{
	padding: 0 0 10px 0;
}

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

#page-wrapper{
	margin: 0 auto 0 auto;
	width: 900px;
	text-align: left;
}

#header{
	background: url('images/nav.jpg') no-repeat bottom left;
	padding-bottom: 7px;
}

	#header a{
		/*color:#005f96;*/
		text-decoration: none;
		font-size:15px
	}
	
	
	#header li.primary a span.black{
		color:#000;
		display:none;
	}
	
	#header li.selected a span.black,
	#header li.current_page_item a span.black{
		display:inline-block
	}
	
	#header li.selected a span.blue,
	#header li.current_page_item a span.blue{
		display:none
	}
	
	#header li span.blue{
		color:#0078c9;
		display: inline-block
	}
	
	#header li.selected a,
	#header li.current_page_item a{
		color:#000
	}
	
	#header #mainnav{
		margin-top:30px;
		position:relative
	}
	
	#header ul li.primary{
		float:left;
		display: block;
		padding:2px 12px 8px 12px;
		border-right:1px solid #c4c4c4;
		border-bottom: 3px solid #fff;
	}
	
	#header ul li.primary:hover,
	#header ul li.current_page_item{
		border-bottom:3px solid #006dbf
	}
	
	#header ul li.current_page_item li.current_page_item {
		border-bottom:0
	}
	
	#header #mainnav li.primary ul li.page-item-63{
		padding-left:15px;
	}
	
	#header .search{ width:145px; float:right}
	
	.error404 .search{ width:145px; float:left}
	
	#s{ float:left; vertical-align:middle;}
	
	.btn{ margin: 0 0 0 5px; float:right; vertical-align:middle}
	
	
	/*-----------DropDown Menu-------------*/

	#mainnav, #mainnav ul { list-style: none; }

	/* Child lists and links */
	#mainnav li.primary ul { display: none; text-align: left; z-index: 10; position: absolute;
		background: #0082C8}
	#mainnav li.primary:hover ul { display: block; }
	#mainnav li.primary ul li a { padding: 5px 20px; margin: 2px 4px; height: 17px; display:block; color:#fff;
		font-weight: normal; font-size:12px
		}
	#mainnav li.primary ul li a:hover { background-color: #00539b;}
	#mainnav li.primary ul { padding-bottom: 2px; top:30px; margin-left:-10px;}

	.bigFb{ background:url(images/bigFB.png); width:22px; height:22px; display:block}
	.bigTwit{ background:url(images/bigTwit.png); width:22px; height:22px; display:block}
	.bigLinked{ background:url(images/bigLinked.png); width:22px; height:22px; display:block}
	.bigFlikr{ background:url(images/flkr-logo.png); width:22px; height:22px; display:block}
	
	#socialNav{ list-style:none; margin: 0 0 0 10px; float:left}
	
	#socialNavBig{ list-style:none; height:60px}
	
	#socialNav li, #socialNavBig li{ float:left}
	
	#socialNav li a, #socialNavBig a{ margin-left:3px; float:left}
	
	
	#socialNavBig .bigFb{ background:url(images/btn_fb.png); width:40px; height:40px; display:block}
	#socialNavBig .bigTwit{ background:url(images/btn_tw.png); width:40px; height:40px; display:block}
	#socialNavBig .bigLinked{ background:url(images/btn_linked.png); width:40px; height:40px; display:block}
	#socialNavBig .bigFlikr{ background:url(images/btn_flkr.png); width:40px; height:40px; display:block}
	#socialNavBig .bigRSS{ background:url(images/btn_rss.png); width:40px; height:40px; display:block}

.subnav{
	height:37px;
	font-size:12px;
	margin-top: 10px

}

.subnav ul li{
	display: block;
	float:left;
	margin-left:10px;
	border-right:2px #000 solid;
	padding-right:10px
}

.subnav .menu-parent{
	border:0;
}

.subnav ul.children{
	display: none;
}

.subnav .current_page_item a, .subnav .current_page_parent a{
	text-decoration: underline;
	color:#666
}

#container{
	background: url('images/white.png') bottom left;
	padding-bottom: 32px;
	padding:40px 25px
}


.page-template-page-home-php #container{
	background: none;
	padding: 0
}

/*----------post styles--------------------*/



.page-template-page-news-php .leftColumn,
.page-template-page-news2-php .leftColumn{ width:500px; float:left}

.page-template-page-news-php .leftColumn .rightColumn,
.page-template-page-news2-php .leftColumn .rightColumn{ width:200px; float:right}

.page-template-page-news-php h1.title,
.page-template-page-news2-php h1.title{
	width:100%;
	border-top:solid 2px #0078C9;
	border-bottom:none;
	float:left;
	clear:both;
	margin:0; padding:10px 0 10px 0
	
}

.page-template-page-news-php h2.title,
.page-template-page-news2-php h2.title{ border-top: solid 1px #C4C4C4; padding: 20px 0 0 0}

.page-template-page-news-php .entry h3,
.page-template-page-news2-php .entry h3{
	float:left;
	clear:both;
	margin:0; padding:0 0 10px 0
	
}



.page-template-page-news-php small,
.page-template-page-news2-php small{
	float:left;
	clear:both;
	margin:6px 0; padding:0
	
}

.page-template-page-news-php .leftColumn .post,
.page-template-page-news2-php .leftColumn .post{
	margin: 0;
	float:left;
	clear:both;
	padding:0;
	width:480px 
	
	}
	
	.page-template-page-news-php .leftColumn .post p,
	.page-template-page-news2-php .leftColumn .post p {
	float:left;
	clear:both;
	
	}

.post{
}

.page-template-page-news-php .leftColumn .post .read_more,
.page-template-page-news2-php .leftColumn .post .read_more{ margin-left:5px; font-size:12px}

.page-template-page-news-php .sidebar{ width:100%; float:left; margin-top:15px; }

.page-template-page-news-php .sidebar ul,
.page-template-page-news2-php .sidebar ul{ list-style:none}

.page-template-page-news-php .sidebar ul li h2,
.page-template-page-news2-php .sidebar ul li h2{ list-style:none; border-top:solid 2px #0078C9; border-bottom: solid 1px #CCCCCC; padding:6px 0 5px 0; margin-bottom:10px}

.page-template-page-news2-php .sidebar ul li{
	margin-bottom: 20px
}

.page-template-page-news2-php .sidebar ul li li{
	margin-bottom: 0
}

.page-template-page-news2-php .sidebar{
	float:right;
	width:220px;
}

.page-template-page-news2-php .leftCol{
	width:578px;
	float:left;
}

.page-template-page-news2-php #wp-calendar th{
	background: #0078C9;
	font-size: 10px;
	font-weight: normal;
	text-align: center
}

.page-template-page-news2-php #wp-calendar caption{
	color:#0078C9;
}

.post h2{
	border-bottom:1px solid #CCC;
	color:#0078c9;
	font-size:20px;
	font-weight:normal;
	padding-bottom:8px;
	margin:10px 0;
}


.entry{
	line-height: 18px;
	margin-bottom: 20px
}

.entry ul, .entry ol{
	margin:25px;
	margin-top: 10px
}

.page .entry ul { margin: 0 0 0  25px;}
.page .entry ul li{ margin-bottom:5px; line-height:15px}

.entry ul li, .entry ol li, .home-wrapper ul li{
	margin-bottom: 10px
}

.entry ul li a{ font-family: Tahoma, Geneva, sans-serif}

.entry ul li, .box-content ul li{
	list-style-image:url("images/check.gif");
}

.products .sidebar ul li{
	list-style-image:url("images/check_blue.gif");
}

.products .sidebar a{
	color:#8bcbff
}

/*contact page callout*/
.parent-pageid-94 .sidebar{
	float:left;
	margin-left:20px
}

.box-content ul{
	margin-left:25px
}

.postmeta{
	padding: 2px 0;
	color: #AAA;
	font-size:11px
}


.posts-nav{
	clear: left;
	padding: 10px 10px;
	color: #666;
	width: 680px;
	height: 15px;
	border-bottom: 1px dotted #666
}



.commentlink{
	padding: 2px 0 2px 20px;
	background: url('images/comment.png') left center no-repeat;
	margin-left: 0;
}

.editcomment a, a.post-edit-link{
	padding: 2px 0 2px 20px;
	background: url('images/pencil.png') left center no-repeat;
	margin-left: 10px;
	text-decoration: none;
}

.editcomment a:hover, a:hover.post-edit-link{
	background:transparent url('images/pencil.png') left center no-repeat;
	text-decoration: underline;
	color:#666
}

.catlink{
	padding: 2px 0;
	color:#999
}

.taglink{
	display: block;
	padding: 2px 0;
}


/*------wordpress styles----------------*/

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/* global/universal image classes */
img.alignleft{
	margin-bottom:10px;
	margin-right:10px;
	float:left;
}

img.alignright{
	margin-bottom:10px;
	margin-left:10px;
	float:right;
}

img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}



/*Sidebar Layout Styles
-----------------------------------------------------*/
.sidebar{
	float: right;
	width: 250px;
	margin-right:25px;
}

.leftCol{
	float: right;
	width: 380px;
	margin-right:25px;
}

.twocol .post{
	width:480px;
	float:left;
	margin-top: 25px
}

.twocol .sidebar{
	margin-top:25px

}

.page-template-page-applications-php #content .post,
.products .post, .applications .post{
	width:400px
}

.page-template-page-applications-php .sidebar,
.products .sidebar, .applications .sidebar{
	width:380px
}


.products .sidebar{
	background:  url('images/products_bg.gif') no-repeat bottom left;
	color:#fff;
}

.products .sidebar .entry{
	padding: 20px
}

/*Disclaimer
-----------------------------------------------------*/
.disclaimer{ font-size:10px; font-style:italic; clear:both; float:left; margin-top:5px}

/*Footer
-----------------------------------------------------*/
#footer{
	clear: both;
	width:auto;
	color:#000;
	margin: 15px auto;
	font-size:11px;
	text-align:center

}

.blue{color: #0078c9;
	}

#footer ul{ list-style:none; display:inline-block}

#footer ul li{ float:left; margin-right:3px}

#footer ul li a{ color:#000; float:left}

.linkedin{ background:url(images/linkedin-small.png); width:13px; height:13px; display:block}
.twitter{ background:url(images/twitter.png); width:13px; height:13px; display:block}
.facebook{ background:url(images/facebook.png); width:13px; height:13px; display:block}
.flikr{ background:url(images/flkr-small.png); width:13px; height:13px; display:block}


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

#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 50px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
	border: 1px solid #EEE;
	padding: 2px;
	background: #fff;
}



/*Page
-----------------------------------------------------*/
.page .entry{
	border-bottom: none;
}

.page {
	min-height:500px;
	height:auto !important;
	height:500px;
	padding-bottom: 20px
}

.addthis_container{
	margin-top:10px
}

#search h2{
	margin-bottom: 10px
}

/*----------about pages----------------*/

.staff-sidebar{
	width:160px;
	float:left;
}

.staff-sidebar ul li{
	width:120px;
	min-height:15px;
	padding:12px 20px;
	background: #dcddde;
	list-style: none;
	border-bottom: 2px solid #fff;
	font-size: 11px;
	font-weight: bold;
}

.staff-sidebar ul li.current_page_item{
	background:#3089ca url('images/blue_menu.gif') bottom repeat-x;
}

.staff-sidebar ul li.current_page_item a{
	color:#fff;
}

.staff-sidebar a{
	color: #5e5d5e
}

.page-template-page-staff-single-php #content{
	width:640px;
	float:left;
	margin-left: 40px
}



.page-template-page-2column-php #content .post{
	width:480px;
	float:left;
}

.page-template-page-testimonials-php #content .post{
	background: url('images/testimonials_bg.gif') left bottom no-repeat;
	padding:50px 25px;
	color:#fff;
	font-size: 12px;
	width:782px;
	margin-top:25px

}

.back-button{
	margin:10px
}

.staff{
	width:160px;
	float:left;
	margin-right:20px;
	height:260px;
	margin-bottom:20px
}

.staff .callout{
	background: url('images/callout.gif') no-repeat top left;
	padding:25px 10px;
	color:#fff;
	font-size:11px;
	height:45px
}

.staff .callout span{
	font-weight: bold;
}

.certifications-page .box-content{
	padding:20px;
	border-top: 1px solid #C4C4C4
}

.certifications-page .box-content img{
	float:left;
	/*margin-right:20px*/
}

.certifications-page .box-content a{
	position: relative;
	top:15px;
}

.certifications-page .wrapper{
	border-bottom: 1px solid #C4C4C4
}

/*--------Home ------------------*/

.home-banner{
	margin-bottom:20px
}


.home-wrapper{
	background: url('images/white.png') bottom left;
	padding-bottom: 32px;
	padding:40px 25px
}

.home-wrapper .left p, .home-wrapper .right p{
	height:125px
}

.home-wrapper h2{
	margin-bottom:20px
}

.home-wrapper img{
	float:left;
	margin-right: 20px;
}

.home-wrapper div{
	float:left;
	margin-right:20px;
	width:190px;
	font-size:12px;
	line-height:15px
}


.home-wrapper ul{
	margin-left: 25px
}

.home-wrapper ul li{
	list-style-image:url("images/bullet.gif");
}


/*-----shortcode styles---------------*/

div.callout-blue{
	background:  url('images/side_callout.gif') bottom left no-repeat;
	width:180px;
	padding: 23px 20px 10px 20px;
	min-height: 240px;
	color:#fff;
	text-shadow: black 0.1em 0.1em 0.2em;
	font-size: 18px;
	
}

div.callout-blue a{
	font-size:16px;
	color:#8bcbff
}

div.callout-green{
	background:  url('images/callout_green_top.gif') top left no-repeat;
	padding: 23px 20px 10px 20px;
	min-height: 12px;
	color:#fff;
	margin-bottom:10px;
	margin-top:-8px;
	clear:both;
}

span.callout-green-side{
	background:  url('images/callout_green_right.gif') bottom left no-repeat;
	width:100px;
	padding: 20px;
	padding-left: 40px;
	min-height: 150px;
	color:#fff;
	float:right;
}

/*----------contact-----------------*/

.contact-wrapper{
	clear:both;
}

.contact-wrapper div{
	width: 225px;
	padding-right:20px;
	padding-bottom:20px;
	border-bottom: 1px solid #999;
	height:80px;
	float:left;
	margin-bottom: 20px
}

.contact-wrapper div p{
	font-size:12px
}


/*-----jquery---*/

.tabs a.tab-bar,
.tabs2 a.tab-bar{
	background: url('images/arrow.png') no-repeat top left;
	padding:5px 20px;
	color:#fff;
	border-top:1px #C4C4C4 solid;
	display:block;
	margin-bottom:1px; 
	display:block; background:#0078C9}
	
	.tabs a:hover,.tabs2 a:hover{ text-decoration:none; background:#00539b}

.tabs a.selected, .tabs2 a.selected {
	background: url('images/arrow.png') no-repeat bottom left; background:#00539b;
	color:#fff; text-decoration:none;
}

.tabs .box-content, .tabs2 .box-content{
	padding:10px 40px;
	font-size:12px;
	
}

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

.sidebarNew{ float:right; margin: 10px 0 10px 0 }
.sidebarNew ul{ list-style:none;}
.sidebarNew ul li a{ color:#fff; width:340px; padding:5px 20px; margin-bottom:1px; display:block; background:#0078C9}
.sidebarNew ul li a:hover, .sidebarNew ul li a.current{  background:#00539b; text-decoration:none;}




/*----------page template styles----------------*/
.page-template-page-case-studies-m-php #content .post .entry,
.page-template-page-case-studies-c-php #content .post .entry{
	border-bottom: 1px #C4C4C4 solid;
	padding-bottom:20px
}

.page-template-page-case-studies-m-php #content .post .entry h4,
.page-template-page-case-studies-c-php #content .post .entry h4{
	font-weight: normal
}

.page-template-page-case-studies-php .post .entry p{
	margin-bottom: 20px
}


.page-template-page-case-studies-m-php .sidebarNew ul li a,
.page-template-page-case-studies-c-php .sidebarNew ul li a,
.page-template-page-case-studies-php .sidebarNew ul li a,
.page-template-page-case-studies-php .sidebarNew ul li a{
	width:265px
}

.page-template-page-case-studies-main-php h3{
	color:#0078c9;
	font-size:18px;
	font-weight: normal;
	margin-top:20px;
	margin-bottom:20px
}

.page-template-page-case-studies-main-php .post,
.page-template-page-case-studies-main-php .sidebar{
	width:375px
}

.page-template-page-case-studies-main-php .post{
	border-right:1px solid #cfcfcf;
	padding-right: 20px;
	margin-right: 20px;
	margin-left: 20px
}

.page-template-page-case-studies-main-php .entry{
	border-bottom: 1px dashed #cfcfcf;
	padding-bottom: 20px
}

div.line{
	width:535px;
	height:1px;
	background: url('images/line.gif') no-repeat top center;
	text-align: center;
	clear:both;
}

/* drop shadows */
  
.corner-wrap {
  display:inline-table;
  /* \*/display:block;/**/
  float:left;
  padding:4px 12px 14px 0;
  background:none;
  margin-right: 10px
  }
  
.corner-wrap img.alignleft{
	margin:0;
}

.corner-wrap img.alignright{
	margin:0;
}  

/*-------new home styles-------------*/

div.green-box{
	padding: 10px;
	background: #0078c9;
	color:#fff;
	margin-bottom: 10px
}

.home-wrapper .right, 
.home-wrapper .left{
	width:365px
}

.home-wrapper .left{
	background: url('images/middle.gif') right top no-repeat;
	padding-right:40px
}

.home-wrapper .left img{
	float:right;
}

.home-wrapper .right img{
	float:left;
}

.home-wrapper .right h2, 
.home-wrapper .left h2{
	border-bottom:1px solid #CCC;
	color:#0078c9;
	font-size:20px;
	font-weight:normal;
	padding-bottom:8px;
}

.home-wrapper .left{
	margin-left: 20px
}

.home-wrapper .right .button
{
	margin-top:20px
}

.home-wrapper .left .button{
	margin-top:5px;
	float:left
}


/*-------slideshow-----------*/

.home-wrapper .slides{
	width:750px;
	min-height: 150px
}

.home-wrapper .slide_cont ul li{
	float:left;
	list-style: none;
	width:300px;
	margin-left: 30px;
	margin-top: 20px
}

.home-wrapper .slide_cont{
	border: 2px solid #ccc;
	margin-left: 20px;
	background: #e5e9f2;
	width:750px;
}

.next-arrow, .prev-arrow{
	width:26px;
	height:28px;
	position: relative;
	top:30px
}

.next-arrow{
	background: url('images/arrow_next.gif') no-repeat;
	
}

.next-arrow span, .prev-arrow span{
	display: none;
	visibility: hidden
}

.prev-arrow{
	background: url('images/arrow_prev.gif') no-repeat;
}

.home-wrapper .slides .attachment-sm-thumbnail{
	margin-bottom: 70px;
}

.post .attachment-thumbnail{
	float:left;
	margin-right:20px;
	margin-bottom:20px
}

/*map page */

.page-template-page-map-php .post .state-map{
	background: url('images/state_map2.gif') no-repeat;
	min-height: 650px;
	position: relative
}

.page-template-page-map-php .locations{
	width:50px;
	height:50px;
	display:block;
	position: absolute;
	z-index:9999;
}

.page-template-page-map-php .locations span{
	display: none
}

.page-template-page-map-php #map-1{
	height: 238px;
    left: 45px;
    top: 41px;
    width: 100px;
}

.page-template-page-map-php #map-2{
	height: 265px;
    left: 155px;
    top: 61px;
    width: 60px;
}

.page-template-page-map-php #map-3{
	height: 200px;
    left: 329px;
    top: 60px;
    width: 200px;
}

.page-template-page-map-php #map-4{
	height: 100px;
    left: 314px;
    top: 276px;
    width: 144px;
}

.page-template-page-map-php #map-5{
	height: 184px;
    left: 603px;
    top: 60px;
    width: 141px;
}

.page-template-page-map-php #map-6{
	height: 200px;
    left: 491px;
    top: 260px;
    width: 200px;
}

.page-template-page-map-php #map-7{
    height: 265px;
    left: 220px;
    top: 61px;
    width: 95px;
}

.page-template-page-map-php .state-map div{
	width:190px;
	height:auto;
	background: url('images/green.png') no-repeat bottom;
	padding:5px;
	padding-bottom:20px;
	padding-left:10px;
	font-size:11px;
	position:absolute;
	display:none;
	color:#fff;
	z-index: 100
}

.page-template-page-map-php .state-map div p{
	padding-top:5px
}

.page-template-page-map-php .state-map div span{
	color:#999
}

.page-template-page-map-php #location-1{
	left: 64px;
    top: 104px;
}

.page-template-page-map-php #location-2{
	left: 150px;
    top: 100px;}

.page-template-page-map-php #location-3{
	left: 379px;
    top: 100px;
}

.page-template-page-map-php #location-4{
	left: 340px;
    top: 312px;
}

.page-template-page-map-php #location-5{
	left: 621px;
    top: 75px;
}

.page-template-page-map-php #location-6{
	left: 500px;
    top: 206px;
}

.page-template-page-map-php #location-7{
	left: 250px;
    top: 50px;
}

/*Extra people details
-----------------------------------------------------*/

.contacts{
	float:left;
	width:270px;}

.page-template-page-contact-php .post{
	width:550px;
	float:left;
	color:#666
	
}

.page-template-page-contact-php .post p{
	padding: 10px
}

.page-template-page-contact-php .post p.alt{
	background: #ebeff6;
}


.page-template-page-contact-php .post label{
	color:#0094d0;
	display: block;
    float: left;
    width: 165px;
}

.page-template-page-contact-php .post label span,
.page-template-page-contact-php .post p.required-field span{
	color:#a1ba75
}

.page-template-page-contact-php .post input,
.page-template-page-contact-php .post textarea{
	width:228px;
}

.page-template-page-contact-php .post select{
	width:235px
}

.page-template-page-contact-php .post .menu-01 select{
	min-height: 140px;
	font-size:12px;
	color:#666;
}

.page-template-page-contact-php .post .menu-01 select option{
	margin-bottom: 2px
}

.page-template-page-contact-php .post .checkbox-01 input,
.page-template-page-contact-php .post .checkbox-02 input{
	width:20px
}

.page-template-page-contact-php .post .checkbox-02 input{
	float: left;
}

.page-template-page-contact-php .post span.formtip{
	color:#666;
	display: block;
    float: right;
    font-size: 11px;
    width: 120px;
}

.page-template-page-contact-php .corner-wrap{
	background: none
}

.page-template-page-contact-php .post .checkbox-02{
	color:#666
}

.page-template-page-contact-php .post .checkbox-02 span.wpcf7-list-item-label{
	width:480px;
	color:#666;
	display: block;
	float:left;
	margin-bottom: 20px
}

.page-template-page-contact-php .post .wpcf7-submit{
	background: url('images/submit_btn.gif') no-repeat;
	height: 45px;
	width:200px;
	border:0;
	float:left;
	cursor: pointer
}

.page-template-page-contact-php .post p.required-field{
	font-size: 11px;
	padding: 0;
    position: relative;
    top: -20px;
    margin-left: 28px
}

.page-template-page-contact-php .sidebar .info-wrapper{
	border-bottom: 1px solid #C4C4C4;
	padding-bottom: 10px;
	margin-bottom: 20px;
	color: #666
}

.page-template-page-contact-php h1.title{
	margin-bottom: 20px
}

.page-template-page-contact-php .sidebar h1.title{
	margin-bottom: 10px
}

.page-template-page-contact-php .sidebar{
	float: left;
    margin-left: 25px;
    width: 250px;
    }

.page-template-page-contact-php .sidebar p span{
	color:#0094d0;
	font-weight: bold
	}
	
.page-template-page-products-clearitas-php .sidebar,
.page-template-page-products-floran-php .sidebar{
	 margin-right: 0;
	 }	
	 
	 
