body {
	background-color: #ffffff;
	color: #45484D;
	font-family: Arial;
	font-size: 1.0em;
}

/* All website content contained within wrapper */

#wrapper {
width: 960px;
margin: auto;
height: auto;
}

#top {
	height: 80px;
	line-height: 80px;
	width: 960px;
	font-weight: bold;
	color: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 3px #D3D3D3;
	text-indent: 20px;
	background: #45484d;
	font-size: 1.5em;
	text-align: left;
}

#top img {
max-height: 60px;
margin-top: 10px;
}

#breadcrumb {
	text-decoration: none;
	color: #45484D;
	height: 30px;
	width: 960px;
	margin-top: 15px;
	font-size: 0.75em;
	line-height: 30px;
	border-radius: 7px;
	font-weight: bold;
	text-indent: 20px;
	box-shadow: 0px 0px 10px 3px #D3D3D3;
	background: linear-gradient(#efefef 0%, #bbbbbb 100%);  
}

#breadcrumb a:link {
text-decoration:none;
color: #45484D;
}

#breadcrumb a:visited {
text-decoration:none;
color: #45484D;
}

/* CSS For hover menu systems */

.menucontainer {
width: 228px;
float: left;
}

.topbutton {
		background-color:#45484d;
		margin-top: -5px;
		height: 50px;
		width: 228px;
		color: #FFFFFF;
		margin-bottom: -16px;
		text-align: center;
		border-top-left-radius:10px;
		border-top-right-radius:10px;
		line-height: 50px;
		z-index: 9999;
}

/* Top menu */

.menu {
	width: auto;
	height: auto;
	list-style-type: none;
	box-shadow: 0px 0px 10px 3px #D3D3D3;
	border-radius:10px;
	background: linear-gradient(#efefef 0%, #bbbbbb 100%);  
	position: relative;
	z-index: 9998;
	line-height: 36px;
}

.menu ul, .menu ul li {
    padding:0;
	border-radius:10px;
    list-style:none;
}

.menu ul li {
    width:228px;
    cursor:pointer;
	font-size: 1.0em;
}


.menu ul li:hover {
	background: #999999;   
    position:relative;
}

.menu ul li a{
    padding:5px 15px;
    color: #585858;
    display:inline-block;
    text-decoration:none;
}

.menu ul li ul{
	background: linear-gradient(#efefef 0%, #bbbbbb 100%);  
    position:absolute;
	font-size: 0.8em;
    display:none;
	line-height: 25px;
}

.menu ul li:hover ul{
    left:180px;
    top:0px;
    display:block;
}

#movemenu {
margin-top: 15px;
}

/* Adds curvature to parent menu buttons */

.topmenubutton1 {
	border-top-left-radius:0px !important;
	border-top-right-radius:0px !important;
}

/* CSS for index page product arrangement */

.welcomewrapper {
		width: 718px;
		float: right;
		height: auto;
		box-shadow: 0px 0px 10px 3px #D3D3D3;
		border-radius:10px;
		margin-top: 15px;
		margin-bottom: 15px;

}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

/* Code to ensure photo thumbnail remains consistently sized */

.thumbnail {
text-align: left;
margin-left: 20px;
display: inline-block
}

.thumbnail img {
max-width: 200px;
vertical-align: middle;
margin-top: 10px;
margin-bottom: 20px;
}

.bigthumbnail {
text-align: left;
margin-left: 20px;
}

.bigthumbnail img {
max-width: 678px;
vertical-align: middle;
margin-top: 10px;
margin-bottom: 20px;
}


.slideshow img {
	margin-top: 15px;
	max-height: 340px;
}

.welcometitle {
	height: 50px;
	color: #FFFFFF;
	background-color: #45484D;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	line-height: 50px;
	text-indent: 20px;
	 box-shadow: 0px 0px 10px 3px #D3D3D3;
	margin-top: -20px;
	text-align: left;
}

/* Social media integration */

.w3c {
margin-left: 15px;
display: inline-block;
}

.noborder {
border-radius: 0;
}

/* Contact and Accessibility */

.contentwrapper p {
	margin-left: 20px;
	margin-right: 20px;
}

.contact p {
margin: 20px;
float: left;
}

#resize {
	position:relative;
	z-index:8;
	border-radius:10px;
	text-align: center;
	color: #FFFFFF;
}

.fontsize {
font-weight: 900;
color: #45484D;
display: inline-block;
}

/* Main Product placement */

#topbar {
    height: 50px;
	line-height: 10px;
	margin-top: 15px;
	color: #FFFFFF;
	background-color: #45484D;
	box-shadow: 0px 0px 10px 3px #D3D3D3;
	border-radius:10px;
	width: 717px;
	float: right;
	text-indent: 20px;
	margin-right: 15px;
	text-align: left;
	position: relative;
}

/* Google maps integration */

.gm-style img {
max-width: none !important; 
background:none !important;
}

.gm-style-iw {
height:auto !important;
 color:#000000;
 display:block; 
 white-space:nowrap; 
 width:auto !important; 
 line-height:18px; 
 overflow:hidden !important;
 }
 
 #gmap_canvas {
 height:400px;
 width:400px;
 overflow:hidden;
 float:right;
 margin-top: 15px;
 margin-right: 20px;
 }