/*
COLOURS:

Light Blue Text for Footer: #71c9f9
Dark Grey underline on top nav: #46433a
Blue for header text / Links: #005dbb
Body Text: #454138
Dark Green Hyperlink: #107805

*/
/* Resets
----------------------------------------------------------------------------------------------------*/
img {border:0;}
p {margin:0;}
/* CSS Mini Reset */
/*
html, body, div, form, fieldset, legend, label
{
 margin: 0;
 padding: 0; 
}
*/
table
{
 border-collapse: collapse;
 border-spacing: 0;
}

th, td
{
 text-align: left;
 vertical-align: top;
}

h1, h2, h3, h4, h5, h6, th, td, caption { font-weight:normal; }

img { border: 0; }

/* Containers
----------------------------------------------------------------------------------------------------*/
body {
    background:#00b2ef;
    color: #484438;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size:9pt;
    margin:0;
}

/*
body {
    background:#012545 url(../img/layout/gradient-bg.jpg) repeat-x top left;
    color: #484438;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size:9pt;
    margin:0;
}*/

.outer {
	margin: 0 auto;
	position:relative;
    width: 990px;	
}
    .upper {
        background:url("../img/layout/shadow.png") repeat scroll 0 0 transparent;
        box-shadow: 0px 0px 10px #000;
        border-radius: 0 0 10px 10px;
    }
    * html .upper {background: none;}
    .middle {
        margin-top:-15px;
        padding-top:35px;
    }
    .lower{
        background: #022e55;
        margin-top:-20px;
        padding-top:20px; 
        border-radius: 6px 6px 0 0;       
    }    

.container_12 {
    padding: 0 20px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
    margin-left: 0 !important;
}
.omega {
    margin-right: 0 !important;
}
/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
 
.grid_1, 
.grid_2, 
.grid_3, 
.grid_4, 
.grid_5, 
.grid_6, 
.grid_7, 
.grid_8, 
.grid_9, 
.grid_10, 
.grid_11, 
.grid_12 {
    display:inline;
    float: left;
    position: relative;
    margin-left: 5.0px;
    margin-right: 5.0px;
}


/* Grid >> 2 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1{
    width:70px;
}

.container_12 .grid_2{
    width:150px;
}

.container_12 .grid_3{
    width:230px;
}

.container_12 .grid_4{
    width:310px;
}

.container_12 .grid_5{
    width:390px;
}

.container_12 .grid_6{
    width:470px;
}

.container_12 .grid_7{
    width:550px;
}

.container_12 .grid_8{
    width:630px;
}

.container_12 .grid_9{
    width:710px;
}

.container_12 .grid_10{
    width:790px;
}

.container_12 .grid_11{
    width:870px;
}

.container_12 .grid_12{
    width:950px;
}


/* Prefix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/

    .container_12 .prefix_1 {
    padding-left:80px;
}

    .container_12 .prefix_2 {
    padding-left:160px;
}

    .container_12 .prefix_3 {
    padding-left:240px;
}

    .container_12 .prefix_4 {
    padding-left:320px;
}

    .container_12 .prefix_5 {
    padding-left:400px;
}

    .container_12 .prefix_6 {
    padding-left:480px;
}

    .container_12 .prefix_7 {
    padding-left:560px;
}

    .container_12 .prefix_8 {
    padding-left:640px;
}

    .container_12 .prefix_9 {
    padding-left:720px;
}

    .container_12 .prefix_10 {
    padding-left:800px;
}

    .container_12 .prefix_11 {
    padding-left:880px;
}

    .container_12 .prefix_12 {
    padding-left:960px;
}

/* Suffix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/

    .container_12 .suffix_1 {
    padding-right:80px;
}

    .container_12 .suffix_2 {
    padding-right:160px;
}

    .container_12 .suffix_3 {
    padding-right:240px;
}

    .container_12 .suffix_4 {
    padding-right:320px;
}

    .container_12 .suffix_5 {
    padding-right:400px;
}

    .container_12 .suffix_6 {
    padding-right:480px;
}

    .container_12 .suffix_7 {
    padding-right:560px;
}

    .container_12 .suffix_8 {
    padding-right:640px;
}

    .container_12 .suffix_9 {
    padding-right:720px;
}

    .container_12 .suffix_10 {
    padding-right:800px;
}

    .container_12 .suffix_11 {
    padding-right:880px;
}

    .container_12 .suffix_12 {
    padding-right:960px;
}



/* Push Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/

    .container_12 .push_1 {
    left:80px;
}

    .container_12 .push_2 {
    left:160px;
}

    .container_12 .push_3 {
    left:235px;
}

    .container_12 .push_4 {
    left:320px;
}

    .container_12 .push_5 {
    left:400px;
}

    .container_12 .push_6 {
    left:480px;
}

    .container_12 .push_7 {
    left:560px;
}

    .container_12 .push_8 {
    left:640px;
}

    .container_12 .push_9 {
    left:720px;
}

    .container_12 .push_10 {
    left:800px;
}

    .container_12 .push_11 {
    left:880px;
}

    .container_12 .push_12 {
    left:960px;
}





/* Pull Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/

    .container_12 .pull_1 {
    left:-80px;
}

    .container_12 .pull_2 {
    left:-160px;
}

    .container_12 .pull_3 {
    left:-240px;
}

    .container_12 .pull_4 {
    left:-320px;
}

    .container_12 .pull_5 {
    left:-400px;
}

    .container_12 .pull_6 {
    left:-480px;
}

    .container_12 .pull_7 {
    left:-560px;
}

    .container_12 .pull_8 {
    left:-640px;
}

    .container_12 .pull_9 {
    left:-720px;
}

    .container_12 .pull_10 {
    left:-800px;
}

    .container_12 .pull_11 {
    left:-880px;
}

    .container_12 .pull_12 {
    left:-960px;
}

    .container_12 .rightalign {
    text-align: right;    
}
    .container_12 .nudge {
    padding-left: 10px;    
}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/


.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}


.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* Text Styles
----------------------------------------------------------------------------------------------------*/
a {
    border:0;
    text-decoration: none;	
}
h1, #home-puffs h2 {
	font-size: 1.8em;
	font-weight: normal;
	margin:0 0 16px 0;
	padding:0;
}
h2 {
    font-size: 1.5em;
    font-weight: normal;
    margin:0 0 16px 0;
    padding:0;
}
p { 
    line-height: 1.5em;
    margin-bottom: 1.5em;
}
a {
    color: #005dbb;	
}
/* Main Template Elements
----------------------------------------------------------------------------------------------------*/
#header {
    background: #FFF url(../img/layout/header-global-bg.jpg) no-repeat bottom left;
    padding-bottom:30px;
    padding-top:80px;
}
#locations-header {
	background-color: #FFF;
    padding-bottom:30px;
    padding-top:80px;
}
#content {
    background: #FFF url(../img/layout/showcase-global-bg.jpg) no-repeat;
}
#locations-content {
	padding: 0;
	margin-bottom: -3px;
}
.socialbuttons {
	padding: 10px 0;	
}
    .socialbuttons div {
        float:right;
    }
    #social-facebook {
		float: left !important;
		font-size: 10px;
		line-height: 15px;
		padding-right: 10px;
    }
#maincolumn {
	padding-bottom:40px;
    padding-top: 15px;	
}
    #maincolumn p,
    #maincolumn h1,
    #maincolumn h2 {
        padding-left: 10px;
    }
    #maincolumn a:hover {
        text-decoration: underline;
    }
    
/* Top Nav
----------------------------------------------------------------------------------------------------*/
#layered-topNav {
    position:absolute;
    top:150px;
    width:950px;
}
    #layered-topNav ul {            
        height: 50px;
        margin: 0px;
        overflow: hidden;
        padding: 0px;
    }
    #layered-topNav li {
        float: left;
        display: inline;
        margin: 0 30px 0 0;
        padding: 0;                   
        list-style-type: none;
    }  
    #layered-topNav li a {
        background-repeat: no-repeat;
        display:block;
        height:31px;
    }  
    #layered-topNav li a span{
        display:none;
    }  
    #layered-topNav li.active a{
        border-bottom: 2px solid #46433a;
    }  
    #layered-topNav li#ID2 a {
        background-image:url(../img/topnav/topnav-sprites.jpg);
        width:148px;
    }
    #layered-topNav li#ID29 a {
        background-image:url(../img/topnav/topnav-sprites.jpg);
        background-position: -177px 0;
        width:146px;
    }
    #layered-topNav li#ID3 a {
        background-image:url(../img/topnav/topnav-sprites.jpg);
        background-position: -353px 0;
        width:64px;
    }
    #layered-topNav li#ID4 a {
        background-image:url(../img/topnav/topnav-sprites.jpg);
        background-position: -447px 0;
        width:126px;
    } 
    #layered-topNav li#ID5 a {
        background-image:url(../img/topnav/topnav-sprites.jpg);
        background-position: -604px 0;
        width:92px;
    }     
    #layered-topNav li#ID256 a {
        background-image:url(../img/topnav/topnav-sprites.jpg);
        background-position: -727px 0;
        width:128px;
    } 
/* Side Nav
----------------------------------------------------------------------------------------------------*/
 #subNav {
 	padding: 15px 10px 0 0;
}
    #subNav ul {
        border-bottom: 1px solid #e6e6e6;  
        margin: 0px;                
        padding: 0px;                               
    }
    #subNav ol {
        border-top: 1px solid #e6e6e6;  
        margin: 0px;
        padding: 0 0 3px 0;
    }
        #subNav ol li {
            font-size: 0.9em;
        }
    #subNav ol ol{
	    background: none;
        border-bottom: none;
	    padding-bottom:0px;     
    }
        #subNav ul li {
            border-bottom: 1px solid #e6e6e6;  
        	list-style-type: none;     
            padding-left: 10px; 
        }
            #subNav ul li a {
                display:block;
	            margin: 8px 0;
                text-decoration: none;
            }       
                #subNav ul li a.active {
                    background: url("../img/buttons/chevron-grey-right.png") no-repeat scroll 0 4px transparent;
                    color: #46433a;
                    font-weight: bold;
                    padding-left: 10px;
                    position:relative;
                }       
                #subNav ul li a.activeparent {
                    color: #46433a;
                }          
    
/* Top Bar Elements
----------------------------------------------------------------------------------------------------*/
#topbar {
    background: #022e55 url(../img/layout/topbar-bg.jpg) no-repeat top right;   
    color:#FFF;
    font-weight:bold;
    height:40px;
    position:absolute;
    top:0;
    width:950px;
}
#topbar a {
    color:#FFF;	
}
#topbar a:hover {
    text-decoration: underline; 
}
#topbar-inner {
    float:right;	
}
	#topbar-inner * {
	    float:left;	
	}
	
	#topbar-inner a {
		padding-top:12px;
    	color: #71C9F9; 	
	}
	
#topbar-basket, #topbar-storelocator {
    border-right: 1px solid #7e919f;
    line-height: 24px;
    margin:8px 0;
    padding:0 10px;    	
}
#topbar-storelocator{
    padding-left:35px; 
}
#sitesearchform {
    padding-left:10px;	
    padding-top:9px;
}
    #sitesearchform #searchfield {
		border:1px solid #C4C5C9;
		font-size:0.8em;
		height:14px;
		margin-right:4px;
		padding:2px 4px;
		width:110px;
    }
    
/* Footer Elements
----------------------------------------------------------------------------------------------------*/
#sisterpuffs {
	margin-bottom:40px;
    padding-bottom:1px;	
}
    #sisterpuffs .sister1 {
        background: url(../img/puffs/dental.jpg) no-repeat bottom left;
    }
    #sisterpuffs .sister2 {
        background: url(../img/puffs/cosmetic.jpg) no-repeat bottom left;
    }
    #sisterpuffs .sister3 {
        background: url(../img/puffs/group.jpg) no-repeat bottom left;
    }     
    #sisterpuffs .inner {
        padding:16px 0 0 108px;
    }   
    #sisterpuffs a {
        color: #FFFFFF;
        font-size: 1.4em;
        font-weight: bold;
    }
    #sisterpuffs p {
        color: white;
        line-height: 1.5em;
        margin: 10px 0;
    }
/* ---------------------------------------------------------------------
    Footer Nav
------------------------------------------------------------------------ */ 
#footernav div ul{
    list-style-type:none;
    margin:0;          
    padding:0;
}
#footernav div h3,
#footernav div h3 a {
	color:#6ECAEF;
	font-size:1em;
	font-weight:bold;
	line-height:1.8em;
	margin:0;
}
#footernav div a {
    border:0;
    text-decoration: none;
}
#footernav div a:hover{
    text-decoration:underline;
}
#footernav div li a {
    color:white;
    font-size:0.9em;
    font-weight:normal;
    line-height: 1.8em;
}
    #footernav-miscsections {
        border-bottom: 1px solid #496374;
        margin-bottom: 30px;
        padding-bottom: 25px;
    }
    #footernav-quicklinks{
        padding-bottom: 50px;
    }

#footernav  p {
	margin:0;
	text-align: right;
	color: #ffffff;
}
/* ---------------------------------------------------------------------
   Breadcrumbs
------------------------------------------------------------------------ */
.breadcrumbs {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 15px 0 10px 0;
}
#breadcrumb-container-locations .breadcrumbs {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0 0 10px 0;
}
    .breadcrumbs li {
        color: #8c8c8c;
        display: inline;
    }
    .breadcrumbs li a {
        color: #887f70;
        text-decoration: none;
    }
/* ---------------------------------------------------------------------
   Google Map
------------------------------------------------------------------------ */
.map-canvas {
	width: 461px;
	height: 369px;
	border: 2px solid #0085D1;
}
/* ---------------------------------------------------------------------
    Homepage 
------------------------------------------------------------------------ */
#home-flagtext {
	height: 50px;
}

	#home-flagtext h2 {
		padding-top: 30px;
		font-size: 25px;
		font-color: #46433a;
	}

#home-showcase {
    height: 335px;
    margin-top:0;
    position: relative;
}

	#home-showcase h1 {
		padding-left: 10px;
		padding-top: 40px;
		font-size: 30px;
		font-color: #46433a;
	}
	
		#home-showcase ul {
			width: 200px;
			margin: 0;
			padding-top: 10px;
			padding-left: 80px;
		    list-style: none;
		}
		
			#home-showcase li {
				padding: 0;
				font-size: 15px;
				margin-bottom: 20px;
				font-weight: bold;
			}
		

	
/* ---------------------------------------------------------------------
    Flags
------------------------------------------------------------------------ */

.flag_buttons {
	margin:0;
    padding: 0px 0;
}

.flag_buttons li{
    background:url("../img/buttons/btn30-blue-left.png") no-repeat scroll left top transparent;
    height:30px;
	line-height:30px;
    list-style-type: none;
    position: relative;
    float:left;
    margin-bottom: 5px;
    display: inline;
}

	.flag_buttons .buttonright {
			margin-left: 10px;
		    display: inline;
	}

    .flag_buttons img {
		padding: 7px 0 0 10px;
		margin: 0;
		float: left;
    }

/* ---------------------------------------------------------------------
    Vertical Tabs
------------------------------------------------------------------------ */

#home-mainpanel {
    background: #eeebe6 url(../img/layout/home-tabpanel-bg.jpg) no-repeat top left;
    border-radius: 0 0 10px 10px;
}

/*
#home-mainpanel {
    background: #eeebe6 url(../img/layout/home-tabpanel-bg.jpg) no-repeat top left;
}*/

#mainpanel {
    background: url(../img/layout/panel-bg.jpg) repeat top left;
	padding: 0 0 1px 0;
	margin-bottom: 10px;
}
#mainpanel-locations {
    background-color: #FFF;
	padding: 20px 20px 0 20px;
}
	#mainpanel-locations h1, #mainpanel-locations h2 {
		color: #0f407b;
	}
	#mainpanel-locations h2 {
		margin-bottom: 2px;
	}
	#mainpanel-locations blockquote {
		color: #60b2d8;
		font-weight: bold;
		font-size: 25px;
		margin: 0 0 15px 0;
	}
	#mainpanel-locations hr {
		clear: both;
		outline: none;
		border-top: 1px solid #4887ba;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
	}
	#mainpanel-locations .col {
		float: left;
		width: 465px;
		margin-right: 20px;
	}
	#mainpanel-locations .col#last {
		margin-right: 0;
	}
	#mainpanel-top {
		background: url(../img/layout/panel-top-bg.jpg) no-repeat top left;
		padding: 1px 35px 0 35px;
	}
	#mainpanel-bottom {
		background: url(../img/layout/panel-bottom-bg.jpg) no-repeat bottom left;
		padding: 0px !important;
	}
	#mainpanel p {
		margin-top: 0.5em;
	}
	#mainpanel small, #mainpanel h1, #mainpanel h2, #mainpanel h3 {
		margin-top: 0.5em;
	}
	#mainpanel small {
		display: block;
	}
	#mainpanel #laser-booklet {
		display: block;
		margin: 0 auto;
	}
	#locations {
		list-style-type: none;
		padding: 0;
	}
		#locations h2 {
			color: #005DBB;
		}
		#locations li.country {
			float: left;
			width: 115px;
		}
		#locations li#uk {
			float: left;
			width: 345px;
		}
			#locations li.country ul {
				list-style-type: none;
				padding: 0 10px 0 0;
				float: left;
				width: 105px;
			}
				#locations li.country ul li {
					margin: 5px 0;
				}
#home-tabs {
    height:210px;	
}
.opening-times {
	width: 49%;
	float: left;
	margin: 0 0 1.5em 0;
}
	.opening-times dt {
		font-weight: bold;
		width: 50%;
		float: left;
	}
		.opening-times dd {
			width: 50%;
			float: left;
			margin: 0;
		}
.store-image {
	border: 2px solid #0085d1;
}
/* Tabs */
.verticalslider_tabs {
	margin:0;
    padding: 20px 0;
}
.verticalslider_tabs li{
    height:30px;
	line-height:30px;
    list-style-type: none;
    position: relative;
}
.verticalslider_tabs li a{
	display:inline;
	height:30px;
	padding-left: 12px;
	position:relative;
    z-index:2;	
}
	.verticalslider_tabs li.activeTab a{  
        color:#FFF;
    }
.verticalslider_tabs .arrow {
	background:url("../img/misc/arrow.jpg") no-repeat scroll 0 0 transparent;
	height:30px;
	position:absolute;
	width:250px;
	z-index:1;
	top:0;
	left:-10px;
}
/* Contents */
.verticalslider_contents{
    display: inline; 
    margin: 0px; 
    padding: 0;
}
.verticalslider_contents li{
    display: none;	
	list-style-type: none;
	margin: 0px; 
	overflow: hidden;
	padding: 20px 0;
	position: absolute;
}
.verticalslider_contents li p{ 
	margin: 5px 20px;
}
.verticalslider_contents .activeContent{
	display: inline;
}

/* ---------------------------------------------------------------------
    Buttons
------------------------------------------------------------------------ */     
	
.blue25 {
	background:url("../img/buttons/btn25-blue-left.png") no-repeat scroll left top transparent;
	display:block;
	float:left;
	height:25px;
	padding-left:10px;	
}
    .blue25 span {
		background:url("../img/buttons/btn25-blue-right.png") no-repeat scroll right top transparent;
		color:#FFFFFF;
		display:block;
		font-size:1.1em;
		font-weight:bold;
		line-height:25px;
		padding-right:25px;
		float: left;
    }
    
    .blue25 img {
		padding: 4px 5px 0 0;
		float: left;
    }
    
.blue22 {
    background:url("../img/buttons/btn22-blue-left.png") no-repeat scroll left top transparent;
    display:block;
    float:left;
    height:22px;
    padding-left:10px;  
}
    .blue22 span {
        background:url("../img/buttons/btn22-blue-right.png") no-repeat scroll right top transparent;
        color:#FFFFFF !important;
        display:block;
        font-size: 1em !important;
        font-weight:bold;
        line-height:22px;
        padding-right:25px;
    }
    
    
.flag30 {
		display:block;
		float: left;
		height: 30px;
		padding-left: 10px;	
	}
	
	.flag30 span {
		width: 88px;
		background:url("../img/buttons/btn30-blue-right.png") no-repeat scroll right top transparent;
		color:#FFFFFF;
		display:block;
		font-size:1.1em;
		font-weight:bold;
		line-height:30px;
		padding-right:20px;
	}
	    
.green22 {
    background:url("../img/buttons/btn22-green-left.png") no-repeat scroll left top transparent;
    display:block;
    float:left;    
    height:22px;
    padding-left:10px;  
}
    .green22 span {
        background:url("../img/buttons/btn22-green-right.png") no-repeat scroll right top transparent;
        color:#FFFFFF !important;
        display:block;
        font-size: 1em !important;
        font-weight:bold;
        line-height:22px;
        padding-right:25px;
    }          
    
.pufflink {
	background:url("../img/buttons/puffbtn-arrow.png") no-repeat center right;
    color: #107805;
    font-size: 1.2em;
    font-weight: bold;  
    padding-left: 5px;  
    padding-right: 12px;	
}
/* ---------------------------------------------------------------------
    PAGELINKS
------------------------------------------------------------------------ */ 
.pageLink {
    padding: 20px 0 12px 0; 
}
	.pageLink-odd {
	    background: url(../img/layout/pagelink-bg.png) no-repeat top left;    
	}
.pageLink h2 {
    margin-bottom: 8px;	
}
.pageLink h2 a {
    color: #484438;    
}
.pageLink p {
    margin-bottom: 8px;	
}

/* ---------- */
/* SEO AMENDS */
/* ---------- */
#SEO-amends #home-showcase-title{    
	font-size: 30px;   
	font-weight: normal;	    
	padding-left: 10px;
    padding-top: 40px;
    margin: 0;
}
#showcase-title{    
	font-size: 30px;   
	font-weight: normal;	    
	padding-left: 10px;
    padding-top: 90px;
    margin: 0;
}
#SEO-amends #home-showcase h1{
	display:inline;    
	padding: 0;
}
#SEO-amends #home-flagtext{
    font-size: 25px;
    padding-top: 30px;
    margin: 0;	
}
#SEO-amends #home-flagtext h2{
	display:inline;
}

#SEO-amends #home-showcase ul{
	padding-top:25px;
}
#SEO-amends #home-showcase h2{
    font-size: 15px;
    font-weight: bold;
	display:inline;
}

#SEO-amends #home-tabs h4,
#SEO-amends #home-tabs h2{
    display: inline;
    margin: 0;
    font-size: 9pt;
}

#SEO-amends #footernav ul{
    list-style: none outside none;
    margin: 0 auto;
    padding: 0 0 10px;
}
#SEO-amends #footernav ul li{
	display:inline;
}
#SEO-amends #footernav ul li a{
	color:#fff;
	font-weight:normal;
	font-size:10px;
}
#social-addthis-indent {
	margin-right: 20px;
}