/* HTML5 DECLARATIONS */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, dialog {display: block}
audio[controls],canvas,video {display: inline-block; *display: inline; zoom: 1}

/* BASE */
html {height: 100%; font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%} /* Force scrollbar in non-IE and Remove iOS text size adjust without disabling user zoom */
body {margin: 0; min-height: 100%; -webkit-font-smoothing:antialiased; font-smoothing:antialiased; text-rendering:optimizeLegibility; } /* Improve default text rendering, handling of kerning pairs and ligatures */

/* DEFAULT FONT SETTINGS */
/* 16px base font size with 150% (24px) friendly, unitless line height and margin for vertical rhythm */
/* Font-size percentage is based on 16px browser default size */
body, button, input, select, textarea {font: 100%/1.5 Georgia,Palatino,"Palatino Linotype",Times,"Times New Roman",serif; *font-size: 1em; color: #333} /* IE7 and older can't resize px based text */
p, blockquote, q, pre, address, hr, code, samp, dl, ol, ul, form, table, fieldset, menu, img {margin: 0 0 1.5em; padding: 0}

/* TYPOGRAPHY */
/* Composed to a scale of 12px, 14px, 16px, 18px, 21px, 24px, 36px, 48px, 60px and 72px */
/* h1, h2, h3, h4, h5, h6 {font-family:Futura, "Century Gothic", AppleGothic, sans-serif;color:#222;text-shadow:1px 1px 1px rgba(0,0,0,.10)} removed nk*/
/*h1 {margin: 0; font-size: 3.75em; line-height: 1.2em; margin-bottom: 0.4em} /* 60px / 72px */
h2 {margin: 0; font-size: 3em; line-height: 1em; margin-bottom: 0.5em} /* 48px / 48px */
h3 {margin: 0; font-size: 2.25em; line-height: 1.3333333333333333333333333333333em; margin-bottom: 0.6667em} /* 36px / 48px */ 
h4 {margin: 0; font-size: 1.5em; line-height: 1em; margin-bottom: 1em} /* 24px / 24px */
h5 {margin: 0; font-size: 1.3125em; line-height: 1.1428571428571428571428571428571em; margin-bottom: 1.1428571428571428571428571428571em} /* 21px / 24px */
h6 {margin: 0; font-size: 1.125em; line-height: 1.3333333333333333333333333333333em; margin-bottom: 1.3333333333333333333333333333333em} /* 18px / 24px */
p, ul, blockquote, pre, td, th, label {margin: 0; font-size: 1em; line-height: 1.5em; margin-bottom: 1.5em} /* 16px / 24px */
small, p.small {margin: 0; font-size: 0.875em; line-height: 1.7142857142857142857142857142857em; margin-bottom: 1.7142857142857142857142857142857em} /* 14px / 24px */

/* CODE */
pre {white-space: pre; white-space: pre-wrap; word-wrap: break-word} /* Allow line wrapping of 'pre' */
pre, code, kbd, samp {font-size: 1em; line-height: 1.5em; margin-bottom: 1.5em; font-family: Menlo, Consolas, 'DejaVu Sans Mono', Monaco, monospace}

/* QUOTES */
blockquote, q {quotes: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none}
blockquote, q, cite {font-style: italic}
blockquote {padding-left: 1.5em; border-left: 3px solid #ccc}
blockquote > p {padding: 0}

/* LISTS */
ul, ol {list-style-position: inside; padding: 0}
li ul, li ol {margin: 0 1.5em}
dl dd {margin-left: 1.5em}
dt {font-family:Futura, "Century Gothic", AppleGothic, sans-serif}

/* HYPERLINKS */
a {text-decoration: none; }
a:hover {text-decoration: underline}
a:focus {outline: thin dotted}
a:hover, a:active {outline: none} /* Better CSS Outline Suppression */

/* MEDIA */
figure {margin: 0}
img, object, embed, video {max-width: 100%;	_width: 100%} /* Fluid images */
img {border: 0;	-ms-interpolation-mode: bicubic} /* Improve IE's resizing of images */
svg:not(:root) {overflow: hidden} /* Correct IE9 overflow */

/* ABBREVIATION */
abbr[title], dfn[title] {border-bottom: 1px dotted #333; cursor: help}

/* MARKED/INSERTED/DELETED AND SELECTED TEXT */
ins, mark {text-decoration: none}

ins {background: #d49855}
del {text-decoration: line-through}
::-moz-selection {color: #fff; text-shadow: none} /* selected text */
::selection {color: #fff; text-shadow: none} /* selected text */

/* OTHERS */
strong, b, dt { font-weight: bold}
dfn {font-style: italic}
var, address {font-style: normal}
sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline} /* Position 'sub' and 'sup' without affecting line-height */
sup {top: -0.5em} /* Move superscripted text up */
sub {bottom: -0.25em} /* Move subscripted text down */
span.amp{font-family:Adobe Caslon Pro,Baskerville,"Goudy Old Style","Palatino","Palatino Linotype","Book Antiqua",Georgia,"Times New Roman",Times,serif;font-style:italic;font-size:110%;line-height:0;position:relative;vertical-align:baseline} /* Best available ampersand */

/* MICRO CLEARFIX HACK */
.cf:before, .cf:after {content:"";display:table} /* For modern browsers */
.cf:after {clear:both}
.cf {zoom:1} /* For IE 6/7 (trigger hasLayout) */

/* DEFAULT MOBILE STYLE */
body {width: 92%; margin: 0 auto} /* Center page without wrapper */
/* column grid */
.g1,.g2,.g3{display:block; position: relative; margin-left: 1%; margin-right: 1%}
/* 1 column grid */
.g1,.g2,.g3{width:98.0%}


/* media Queries

FOLDING FLUID GRID
< 767px			- 1-Column Fluid Grid
768px - 1023px	- 2-Column Fluid Grid
> 1024px			- 3-Column Fluid Grid
Change widths as necessary
------------------------------------------- */

/* MOBILE PORTRAIT */
@media only screen and (min-width: 320px) {
	
	body {
		
	}
}

/* MOBILE LANDSCAPE */
@media only screen and (min-width: 480px) {
	body {
		
	}
}

/* SMALL TABLET */
@media only screen and (min-width: 600px) {
	body {
		
	}
}

/* TABLET/NETBOOK */
@media only screen and (min-width: 768px) { 
	body {
		
	}
	
	/* COLUMN GRID */
	.g1,.g2,.g3 {display:inline; float: left}
	
	/* 2 COLUMN GRID */
	.g1 {width:48.0%}
	.g2 {width:48.0%}
	.g3 {width:98.0%}
}

/* LANDSCAPE TABLET/NETBOOK/LAPTOP */
@media only screen and (min-width: 1024px) { 
	body {

	}
	
	/* 3 COLUMN GRID */
	.g1 {width:/*31.333%*/20%/*nk changed to half size*/}
	.g2 {width:/*64.667%*/54% /*nk is this semi colon necessary?*/;}
	.g3 {width:98.0%}
}

@media only screen and (min-width: 1280px) { 
/* DESKTOP */
		body {

	}
}

/* WIDESCREEN */
/* Increased body size for legibility */
@media only screen and (min-width: 1400px) { 
	body {font-size:116.75%; background:white; max-width:/*1440px*/96%} /* 18.5px / 28px */ /*nk change to 100% width? */
}

/*From original CPS CSS*/

nav {
	border-style: double;
	border-width: 3px;
	border-color: #E6E6E6;	
	/*while opening times moved to left column height: 30em;*/height: 29em;
	width: 80%;
}


h1 {
	font-size: 600%;
	font-family: constantia, verdana, arial;
	/* font-weight: bold; */
	color: black;
	text-align: center;
	margin: 10em 0em 6em 0em;
	text-shadow: 3px 1px white, 8px 1px blue;
}

#topsection{
background: white;
}

#topsection h1{
margin: 0;
}


.right {

width: 80%;
/*padding-left: 40%;*/

}

#footer{
clear: left;
width: 100%;
background: blue;
color: white;
text-align: center;
padding-top; 1em;

}

#footer a{
color: white;
}

div.picture {

	/*margin-left: auto;
    
    width: 40%;*/
	float: right;
	margin: 0em 0em 0em 2em;
	padding: 1em;
	
}

div.facebook {
	color: black;
	width: 10em;
	float: left;
	clear: left;
	padding: 3em 0em 3em 4em;

}


div.fb-like {
	height: 2em;
	color: black;

}

#share-buttons img {
	width: 35px;
	padding: 5px;
	border: 0;
	box-shadow: 0;
	display: inline;
}

#sharing {

	/*border-style: double;
	border-width: 3px;
	border-color: #E6E6E6; */
	
	padding: /* while opening times moved to left column 3em 0em 3em 4em;*/1em 0em 1em 4em;
	width: 80%;

}

.content {

	clear: both;
	margin: 4em 10em 1em 4em;
	padding: 1em;
	border-style: double;
	border-width: 3px;
	border-color: #E6E6E6;

}

#map {

	border-style: double;
	border-width: 3px;
	border-color: #E6E6E6;
	text-align: center;
	height: 100%;
	padding: 5% 0 5% 0
}

iframe{
    width:80%;
}

.address {
	Padding: 2em 0em 1em 2em;
	line-height: 150%;
	border-style: double;
	border-width: 3px;
	border-color: #E6E6E6;
	list-style-type:none; 
	margin: 0;

}


/* testing
.brands {

	width: 20%


	
}	*/

.link {

	font-weight: bold;
	line-height: 400%;	
	font-size: 180%;
	
}




.prod {
	
	font-weight: bold;
	line-height: 400%;
	
}	


.product1 {
	
	float: left;
	width: 20%;
	list-style-type: none;
	line-height: 200%;
	padding-right: 6%;

	
}

.product2 {
	
	float: left;
	width: 20%;
	list-style-type: none;
	line-height: 200%;
	padding-right: 6%;
	
}


.product3 {
	
	float: left;
	width: 20%;
	list-style-type: none;
	line-height: 200%;
	margin-right: 6%;
	
}

.product4 {
	
	float: left;
	width: 20%;
	list-style-type: none;
	line-height: 200%;


}

.times {
	Padding: 2em 0 1em 2em;
	line-height: 150%;
	border-style: double;
	border-width: 3px;
	border-color: #E6E6E6;
	list-style-type:none;
}

/*Temporary placement of opening times in right column */
.times2 {
	Padding: 3em 0 0em 2em;
	line-height: 150%;
	border-style: double;
	border-width: 3px;
	border-color: #E6E6E6;
	list-style-type:none;
}

.dgccontact {
	/*Padding: 3em 0 2em 2em;*/
	line-height: 150%;
	border-style: double;
	border-width: 3px;
	border-color: #E6E6E6;
	list-style-type:none;
	width: 80%;
}

.contactus {
	padding: 1em 0 1em 2em;
}	


#logos1 {
	float: left;
	width: 33.33%;	
	
}	

#logos2 {
	float: left;
	width: 33.33%;	
}

.fmb {
	display: block;
	margin: 0 auto;
	width: 33.33%;	
}

#logos3 {
	float: left;
	width: 33.33%;	
}	


.ciphe {
	position: absolute;
	right: 2px;

}	


.contact {
	padding-left: 5%;
	
}	


a.contactemail{
	padding-left: 0em;
	font-weight: normal;
	text-decoration: none;
}

a.contactemail:hover {
	text-decoration: none;
	font-weight: normal;

}

.mobile {
	text-align: center;	
	font-weight: bold;
	Padding-top: 3%

}

.mobno {
	Padding: 0% 0% 3% 5%

}


a.button {

	float: left;
	clear: left;
	padding: 2em 0em 2em 4em;
	font-weight: bold;

} 



a {
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: none;

}

a.links:hover {
	text-decoration: none;

}

a:active {
	text-decoration: none;

}

a.links:visited {

	font-style: italic;
}









