@charset "UTF-8";
/* CSS Document */

* {
	font-size: 100%;
	padding: 0;
	margin: 0;
	}
	
body {
	font-size: 62.5%;
}
	
.clear {
	clear: both;
	height: 0px;
}
.indent {
	text-indent: -9999px;
}
/* global text style */
p {
	font-size: 1.2em;
	color: black;
}
/* end text style */

img.floatleftimage {
    float: left;
	padding: 15px;
}

img.floatrightimage {

    float: right;
	padding: 10px;
	margin-top: 25px;
}

img { border: none; 
} 

/* list styles */
ul {
	margin: 0 0 1px 10px;
}

	/* care list style */
	ul.care {
		list-style-image: url(../images/wrench-small.png);
		list-style-position: outside;
		font-size: 1.2em;
		padding-left: 30px;
	}
	ul.care li {
		padding: 5px 0;
	}
	/* end care list style */
    
    /* sitemap list style */
	ul.sitemap {
		list-style-position: outside;
		font-size: 1.2em;
		padding-left: 30px;
	}
	ul.sitemap li {
		padding: 5px 0;
	}
	/* end sitemap list style */
	
/* endlist styles */

table, td, tr {
	border: none;
	padding: 2px 0;
}

/* google map style */

#googleMap{
	color: #000;
	float: left;
	display: block;
	overflow: hidden;
	margin: 0;
	text-align: center;
}

#button{
	text-align: center;	      
	line-height: 15px;	
	clear: both;
	display: none;
}

#mapContainer{
	width: 0px;
	height: 0px;
	text-align: center;
	float: left;
	display: block;
	background-color: #ccc;
	border: 0px solid black;
}

#googleMap div{
	width: auto;
}

/* map pop up */
#map-pu {
	display: none;
	background: white;
	border: #938465 5px solid;
	position: fixed;
	width: 850px;
	min-height: 480px;
	height: auto;
	padding: 20px;
	top: 50px;	
	left: 50%;
	margin-left: -445px;
	z-index: 9500;
	font-size: 1.2em;
}
#cover {
	display: none;
	background: url(../images/cover-swatch.png);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 9000;
}
#close {
	position: absolute;
	top: 2px;
	right: 15px;
	color: #938465;
	cursor: pointer; 
}
 

/* end map pop up */
/* end google map style */


body {
	background: #938465 url(../images/background-big.jpg) center top no-repeat fixed;	
	width: auto;
	height: auto;
	margin: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	color: black;
}
#header {
}
#phone {
	font-size: 2.8em;
	color: white;
	position: absolute;
	top: 16px;
	left: 46px;
	height: 39px;
}

.navline {
   color: #D4D6D7
}


#address {
	font-size: 1.2em;
	color: #D4D6D7;
	position: absolute;
	top: 60px;
	left: 46px;
	height: 37px;
	width: 192px;
	font-weight: bolder;
}

#home {
	font-size: 1.4em;
	position: absolute;
	top: 68px;
	left: 287px;
	width: 367px;
}

#home a {
	color: #D4D6D7;
	text-decoration: none;
}
#home a:hover {
	color: #D4D6D7;
}

#logo {
	background: url(../images/logo.png) center top no-repeat;
	width: 258px;
	height: 122px;
	margin: auto;
	position: absolute;
	top: 19px;
	right: 49px;
	cursor: pointer;
}
#slogan {
	text-align: center;
	font-size: 1.2em;
	color: white;
	position: absolute;
	bottom: -42px;
	left: -1px;
	width: 259px;
}

#facebook {
	position: absolute;
	bottom: -108px;
	left: 93px;
	width: 259px;
}

#twitter {
	position: absolute;
	bottom: -108px;
	left: 132px;
	width: 259px;
}

#page-wrap {
	width: 1024px;
	height: 768px;
	margin: auto;
	position: relative;
	z-index: 8000;
}

/* content area */
#content-wrap {
	width: 720px;
	height: 1131px;
	margin: auto;
	position: absolute;
	top: 80px;
	left: 18px;
	z-index: 7750;
}
#content {
	width: auto;
	height: auto;
	margin: auto;
}
#content h1 {
	color: green;
	font-size: 1.6em;
}
#content h2 {
	font-size: 1.3em;
    color: green;
	margin: 5px 0;
}
#content p {
	margin: 5px 0;
	
}

#lists ul {
	font-size: 1.2em;

}

	/* navigation */
	#navigation {
		background:url(../images/Oxford_01.png) bottom left no-repeat;
		width: 720px;
		height: 137px;
		margin: auto;
	}
	#navigation ul {
		display: inline;
		list-style: none;
		position: absolute;
		top: 42.5px;
		left: 19px;
		width: 454px;
	}
	#navigation ul li {
		display: inline;
		margin: 0 5px;
	}
	#navigation ul li a {
		color: white;
		font-size: 1.4em;
		text-decoration: none;	
	}
	/* end navigation */

	/* left content area */
	#left {
		background: url(../images/Oxford_02.png) top left no-repeat;
		width: 462px;
		height: 836px;
		margin: auto;
		position: absolute;
		top: 136px;
		left: 0px;
		z-index: 7000;
	}
	#left h1 {
		position: absolute;
		top: 30px;
		left: 50px;
	}
	
	#text {
		margin: auto;
		position: absolute;
		top: 60px;
		left: 50px;
		width: 400px;
		height: 590px;
	}
	#alt-text {
		margin: auto;
		position: absolute;
		top: 60px;
		left: 40px;
	}
	#alt-text ul {
		list-style: disc inside;
	}
	#polaroids {
		position: absolute;
		bottom: 0px;
		left: 35px;
		z-index: 10;
	}
	#polaroids a {
		display: block;
		width: 145px;
		height: 140px;
		margin: 0 0 0 40px;
		float: left;
		outline: none;
	}
	#certs {
		width: 720px;
		height: 85px;
		position: absolute;
		bottom: 60px;
		left: 40px;
		z-index: 3000;
	}
	#certs a {
		display: block;
		width: 93px;
		height: 85px;
		margin: auto;
		float: left;
		outline: none;
		position: relative;
		z-index: 1000;
	}
	#bottom span {
		display: block;
	}
	.jasper {
	}
	
	/* end left content area */
	
	/* right content area */
	#right {
		background: url(../images/Oxford_03.png) top left no-repeat;
		width: 258px;
		height: 836px;
		padding-top: 4px;
		position: absolute;
		top: 136px;
		right: 0px;
		z-index: 7000;
	}
	#right div {
		width: 165px;
		height: 163px;
		margin: 0;
		position: relative;
		z-index: 3000;
	}
	#right div a {
		display: block;
		width: 165px;
		height: 157px;
		margin: auto;
		outline: none;
		position: relative;
		z-index: 1000;
	}
	#right div span {
		display: block;
	}
	#hours ul {
		list-style: none;
	}
	#newsletter form {
		text-align: center;
		height: auto;
		width: auto;
		margin: auto;
	}
		
	.nl-input {
		background: none;
		border: none;
		width: 110px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.1em;
		margin: 3px 0 0 8px;
	}
	.submit {
		
	}
	/* safe suscribe image */
	#newsletter form img {
		margin-top: 5px;		
	}

	 
	/* end right content area */
	
	#bottom {
		background: url(../images/Oxford_04.png) top left no-repeat;
		width: 720px;
		height: 158px;
		margin: auto;
		position: absolute;
		bottom: 1px;
		left: 0px;
		z-index: 5000;
	}


/* end content area */

#footer {
	width: 610px;
	position: absolute;
	bottom: 30px;
	left: 15px;
	z-index: 7500;
}
#payment {
	background: url(../images/cc.jpg) center top no-repeat;
	width: 272px;
	height: 24px;
	margin: auto;
	position: absolute;
	top: 0px;
	left: -30px;
}
#copyright {
	position: absolute;
	top: 0px;
	right: -50px;
	z-index: 100;
}
#copyright p {
	color: white;
}
#copyright a {
	color: white;
	text-decoration: none;
	outline: none;
}
#copyright a:hover {
	text-decoration: underline	;
}
