body {
	background-color: #ebebeb;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #555;
	margin: 0; 
	padding: 0;
	text-align: center;
	}
h1, h2, h3, h4 {
	font-weight: 500;
	text-align: justify;
	line-height: 1.3em;
	margin: 0 0 10px 0;
	padding: 0;
	}
h1 {
	font-size: 18px;
	}
h2 {
	font-size: 16px;
	}
h3 {
	font-size: 14px;
	}
p {
	text-align: justify;
	line-height: 1.3em;
	margin: 0 0 10px 0;
	padding: 0;
}
#centering {
	margin: 0 auto;
	width: 1024px;
	background: url('../images/elements/backingStrip.jpg') center center fixed;
	text-align: left;
	}
#header {
	position: fixed;
	width: 1024px;
	height: 114px;
	box-shadow: 0px 5px 10px #999;
	background: url('../images/elements/headerBack.jpg');
	}
.logo a {
	width: 1024px;
	height: 75px;
	padding: 0;
	}
.nav {
	height: 32px;
	text-align: right;
	z-index: 100;
	background: #6d5e47;
	}
.number {
	font-size: 16px;
	font-weight: 600;
	float: left;
	padding: 8px 0 0 20px;
	background-color: inherit;
	color: #e3b923;
	}
.navCont {
	width: 1024px;
	height: 30px;
	margin: 0 auto;
	}
.item {
	height: 25px;
	font-size: 18px;
	display: inline-block;
	padding: 0 10px;
	padding-top: 7px;
	cursor: pointer;
	}
.scroll {
	height: 4px;
	background: #e3b923;
	width: 0;
	border-radius: 4px;
	position: absolute;
	bottom: 30px;
	left: 5px;
	z-index: 0;
	}
.nav a {
	font-family: Verdana, Arial, sans-serif;
	color: #d8d9d9;
	padding: 0 15px 0 30px;
	text-decoration: none;
	background-color: inherit;
	}
.nav a.current {
	color: #e3b923;
	}
.nav a:hover {
	color: #e3b923;
	text-decoration:none;
	}

#mainBody {
	width: 1024px;
	padding-top: 110px;
	box-shadow: 0 5px 10px #999;
	background-color: #d8d9d9;
	}
.img-border{
	border: #bdbdbd solid 4px;
	border-radius: 6px;
	}
.notFound {
	width: 984px;
	padding: 0 20px 0 20px;
	background-color: #d8d9d9;
	}
.img-error{
	border: none;
	}
.sectionTitle {
	width: 1024px;
	height: 20px;
	padding: 30px 0 20px 0;
	}
.titleHeader a {
	height: 20px;
	width: 1004px;
	background: #6d5e47;
	font-size: 16px;
	text-decoration: none;
	padding: 4px 0 2px 20px;
	float: left;
	color: #e3b923;
	}
.boxContent {
	width: 984px;
	padding: 0 20px 0 20px;
	font-size: 13px;
	font-weight: normal;
	text-align: justify; 
	}
.productBox ul {
	height: 140px;
	padding: 0;
	margin: 0;
	text-align: center;
	}
.product li {
	display: inline-block;
	padding: 0 55px 0 55px;
	text-decoration: none;
	margin: 0 0 0 0;
	}
.product li.first {
	padding-left: 0 !important;
	}
.product li.last {
	padding-right: 0 !important;
	}
.gallery {
	width: 984px;
	padding: 0 20px 0 20px;
	text-align: center;
	}
.row {
	padding: 20px 0 0 0;
	}
.galleryImg {
	width: 220px;
	height: 134px;
	border: #bdbdbd solid 4px;
	border-radius: 6px;
	display: inline-block;
	margin: 0 5px 0 5px;
	}
.thankYou {
	width: 1024px;
	height: 293px;
	line-height: 2em;
	}
.callUs {
	width: 984px;
	padding: 0 20px 0 20px;
	}
.callUsImg {
	width: 488px;
	height: 273px;
	border-radius: 6px;
	display: inline-block;
	text-align: center;
	}
.contactForm {
	width: 984px;
	padding: 0 20px 0 20px;
	font-weight: bold;
	font-size: 13px;
	}
.socialBox {
	width: 984px;
	height: 100%;
	padding: 0;
	margin: 0 20px 0 20px;
	}
.socialBox ul {
	height: 78px;
	padding: 10px 0 10px 0;
	margin: 0;
	text-align: center;
	}
.social li {
	display: inline-block;
	padding: 0 150px 0 150px;
	text-decoration: none;
	}
.social li.first {
	padding-left: 0 !important;
	}
.social li.last {
	padding-right: 0 !important;
	}
.pageEnd {
	width: 1024px;
	height: 40px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	box-shadow: 0px 5px 10px #999;
	background: #6d5e47;
	}
#contact-area {
	width: 800px;
	margin: auto;
	}
#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 660px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0 0 10px 0;
	border: #bdbdbd solid 2px;
	}
#contact-area textarea {
	height: 90px;
	}
#contact-area textarea:focus, #contact-area input:focus {
	border: #900 solid 2px;
	}
#contact-area input.submit-button {
	width: 150px;
	float: right;
	margin: 0 15px 0 0;
	color: #555;
	}
label {
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
	}
#footer-container {
	text-align: center;
	margin-top: -8px;
	width: 1024px;
	height: 200px;
	}
.footer a ul {
	text-decoration: none;
	width: 1024px;
	height: 18px;
	}
.footer a:hover {
	color: #e3b923;
	}
.footer li {
	display: inline;
	background: url('../images/elements/bkg_pipe2.gif') 100% 50% no-repeat;
	padding: 0 16px 0 10px;
	margin: 0 0 0 0;
	}
.footer li.first {
	padding-left: 0 !important;
	}
.footer li.last {
	background: none !important;
	padding-right: 0 !important;
	}
.disclaimer, a {
	font-size: 12px;
	color: #555;
	text-decoration: none;
	margin: -8px 0 0 0;
	}
#alexa {
	display: none;
	}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
/* Styles */
}