/**
    * RESET
    */
    html, body, div, span, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    abbr, address, cite, code,
    del, dfn, em, img, ins, kbd, q, samp,
    small, strong, sub, sup, var,
    b, i,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section, summary,
    time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    }
    body {
    line-height:1;
    }
    article,aside,details,figcaption,figure,
    footer,header,hgroup,menu,nav,section {
    display:block;
    }
    nav ul {
    list-style:none;
    }
    blockquote, q {
    quotes:none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    content:'';
    content:none;
    }
    a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    }
    /* change colours to suit your needs */
    ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
    }
    /* change colours to suit your needs */
    mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
    }
    del {
    text-decoration: line-through;
    }
    abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
    }
    table {
    border-collapse:collapse;
    border-spacing:0;
    }
    /* change border colour to suit your needs */
    hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
    }
    input, select {
    vertical-align:middle;
    }


    
/* ============================================================================ MAIN STYLES */

body {
	background-color: #f6f6f6;
	width: 100%;
	height: 100%;
	font-family: arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #333;
}
.container {
	width: 960px;
	margin: 0 auto;
}
header {
	height:216px;
	margin-bottom: 35px;
	width: 100%;
	background-color: #fff;
	border-top: 15px solid #bf81b7;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #bf81b7;
	box-shadow: 0 4px 5px #bebebe;
	min-width: 960px;
	padding: 0 2.5%;
}



.logo {
	text-indent: -9999px;
	background-image: url(../images/the-physio-centre-cork-logo.png);
	width: 278px;
	height: 91px;
	margin-top: 65px;
	float: left;
}
.social {
	float: right;
	width:680px;
	height: 32px;
	margin-top: 50px;
}
.social img {
	float: right;
	margin: 0 0 0 2px;
	opacity:1.0;
	filter:alpha(opacity=100);
}
.social img:hover{
	opacity:0.75;
	filter:alpha(opacity=75);
}
.fb-like {
	float: right;
	margin: 4px 0 0 20px;
}
.phone {
	float: right;
	width: 340px;
	height: 40px;
	margin-top: 26px;
}
.videos {
	height: 690px;
	/* overflow: hidden; */
}
.content {
	margin-top: 40px;
}
.intro {
	font-size: 24px;
	line-height: 28px;
	color: #666;
}
a {
	color: #bf81b7;
	text-decoration: none;
	opacity:1.0;
	filter:alpha(opacity=100);
}
a:hover {
	opacity:0.75;
	filter:alpha(opacity=75);
}
.spacer {
	clear: both;
	height: 40px;
	display: block;
	width: 960px;
}
.left, .right{
	float: left;
	width: 50%;
}
footer {
	width: 100%;
	margin-top: 40px;
	border-top: #bf81b7 4px solid;
	height: 80px;
	min-width: 960px;
	padding: 0 2.5%;
}
.copyright {
	font-size: 14px;
	color: #bf81b7;
	line-height: 40px;
}


