/* css reset - makes the layout looking good in all browsers */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFF;
	background-image: url(../elements/background.gif);
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
ul {
	margin: 0 0 10px -6px;
}
h1 {
	color: #F9BD56;
	font-size: 20px;
	margin: 20px 0 4px 0;
	text-transform: uppercase;
}
@media only screen and (max-width: 1050px) { /* Style for max-width and smaller */
	h1 {
		margin: 10px 0;
	}
}
h2 {
	font-size: 18px;
	margin: 5px 0 0 0;
	text-transform: uppercase;
}
h3 {
	font-size: 18px;
	margin: 15px 0 3px 0;
	text-transform: uppercase;
}
h4 {
	font-size: 16px;
	margin: 30px 0 3px 0;
	text-transform: uppercase;
}
h5 {
	font-size: 18px;
	margin: 15px 0 3px 0;
}
p {
	line-height: 16px;
	margin: 0 0 20px 0;
}
.clear {
	clear: both;
}

/* ***************************** HEADER ***************************** */
#body-wrapper {
	background-image: url(../elements/body-wrapper-background.png);
	margin: 0 auto;
	padding: 0 0 20px 0;
	width: 1050px;
}
@media only screen and (max-width: 1050px) { /* Style for max-width and smaller */
	#body-wrapper {
		border: 3px solid #000;
		border-radius: 15px;
		box-shadow: 0 0 15px #F90;
		margin: 15px;
		padding: 10px 0 0 50px;
		width: auto;
	}
}
#header-phone {
	background-image: url(../elements/header-call-background.png);
	color: #F9BD56;
	float: right;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	height: 26px;
	margin: 10px 10px 0 0;
	padding: 6px 0 0 0;
	text-align: center;
	width: 224px;
}
@media only screen and (max-width: 700px) { /* Style for max-width and smaller */
	#header-phone {
		clear: both;
		float: none;
		margin: 0 auto;
	}
}
#header-message {
	background-image: url(../elements/header-line.gif);
	color: #FFF;
	float: right;
	font-family: "Times New Roman", Times, serif;
	height: 50px;
	font-size: 42px;
	font-weight: bold;
	margin: 28px 30px 0 0;
	text-align: right;
	width: 600px;
}
@media only screen and (max-width: 1050px) { /* Style for max-width and smaller */
	#header-message {
		background-image: none;
		border-bottom: 1px solid #F60;
		height: auto;
		margin: 30px 25px 0 0;
		padding-bottom: 10px;
		text-align: center;
		width: 100%;
	}
}
@media only screen and (max-width: 700px) { /* Style for max-width and smaller */
	#header-message {
		font-size: 30px;
		line-height: 40px;
	}
}
#header-logo {
	float: left;
	height: 90px;
	margin: 20px 0 0 35px;
	width: 280px;
}
@media only screen and (max-width: 1050px) { /* Style for max-width and smaller */
	#header-logo {
		margin: 0;
	}
}
@media only screen and (max-width: 700px) { /* Style for max-width and smaller */
	#header-logo {
		margin: 0;
		text-align: center;
		width: 90%;
	}
	#header-logo img {
		height: auto;
		max-width: 100%;
	}
}

/* ***************************** BODY ***************************** */
#body-main {
	float: right;
	margin: 20px 30px 0 0;
	width: 530px;
}
@media only screen and (max-width: 1050px) { /* Style for max-width and smaller */
	#body-main {
		margin: 0 10px;
		padding: 10px;
		width: 100%;
	}
}
.nav {
	margin-left: -25px;
}
@media only screen and (max-width: 1050px) { /* Style for max-width and smaller */
	.nav {
		text-align: center;
	}
}
.nav li {
	display: inline;
	font-size: 15px;
	font-weight: bold;
	margin: -10px;
	white-space: nowrap;
}
@media only screen and (max-width: 1050px) { /* Style for max-width and smaller */
	.nav {
		line-height: 30px;
	}
}
#body-main a {
	color: #FFF;
	text-decoration: underline;
}
#body-main a:hover{
	color: #F9BD56;
	text-decoration: underline;
}
#body-main li {
	margin-left: 25px;
}
#body-picture {
	float: left;
	margin: 20px 0 0 30px;
	text-align: center;
	width: 440px;
}
@media only screen and (max-width: 1050px) { /* Style for max-width and smaller */
	#body-picture {
		float: none;
		margin: 0;
		width: auto;
	}
}
#body-picture img {
	border: 5px solid #F60;
	border-radius: 15px;
}
@media only screen and (max-width: 1050px) { /* Style for max-width and smaller */
	#body-picture img {
		margin: 30px 0 0 -10px;
	}
}
@media only screen and (max-width: 700px) { /* Style for max-width and smaller */
	#body-picture img {
		height: auto;
		width: 75%;
	}
}

/* ***************************** FOOTER ***************************** */
#footer-wrapper {
	background-color: #121212;
	background-image: url(../elements/footer-wrapper.gif);
	background-repeat: repeat-x;
	padding-top: 1px;
	width: 100%;
}
#footer-wrapper li {
	display: inline;
	margin: 6px;
}
#footer {
	background-color: #090909;
	margin: 3px auto 0 auto;
	text-align: center;
	width: 1050px;
}
@media only screen and (max-width: 1050px) { /* Style for max-width and smaller */
	#footer {
		margin: 0;
		width: auto;
	}
}
#footer p {
	color: #666;
	font-size: 12px;
	margin-top: 10px;
	padding-bottom: 10px;
}
#footer li a {
	color: #FFF;
	text-decoration: underline;
}
#footer ul {
	padding: 5px 0;
}
#footer li {
	color: #999;
	display: inline;
	margin: 6px;
	white-space: nowrap;
}
#footer p a {
	color: #666;
	text-decoration: none;
}
#footer p a {
	color: #666;
	text-decoration: underline;
}
.email {
	margin: -15px 0 0 0;
}

/* ***************************** FOOTER ***************************** */
#gallery {
	width: 530px;
}
@media only screen and (max-width: 1050px) { /* Style for max-width and smaller */
	#gallery {
		width: 100%;
	}
}
#gallery ul {
	list-style: none;
	margin-left: 0px;
}
#gallery ul li {
	display: inline;
	margin-left: 0px;
}
#gallery ul img {
	border: 3px solid #3E3E3E;
	margin: 0 3px 3px 0;
}
#gallery ul a:hover img {
	border: 3px solid #FFF;
}
#gallery ul a:hover {
	color: #FFF;
}
#discounts {
	height: 110px;
	display: none;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 206px;
}
iframe {
	height: 400px;
	width: 525px;
}
@media only screen and (max-width: 700px) { /* Style for max-width and smaller */
	iframe {
		width: 100%;
	}
}
