header, footer, section, article { position: relative, display: block; }

body {
	background: url("../images/bg.jpg") repeat top left;
}

#pageWrap {
	position: relative;
	background-color: #860c02;
	width: 1000px;
	margin: 30px auto 0;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

#specialContentWrapper {
	position: absolute;
	top: 0px; 
	left: 0px;
	width: 100%;
        height:100%;
	background-color: black;
	opacity: .7;
        filter:alpha(opacity=70);
}

#innerWrapper {
	position: absolute;
	top: 100px;
	left: 170px;
	width: 300px;
	border: 6px solid #F58D38;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 12px;
	background-color: white;
	z-index: 2;
}

#innerWrapper #title {
	color: red;
}

#innerWrapper #closeSpecial {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 16px;
	height: 16px;
}

#innerWrapper #content {
	font-size: 12px;
	color: black;
}

#showSpecialsLink {
	width: inherit;
	height: 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: red;
	text-align: center;
	padding-top: 5px;
}
#showSpecials a {
	color: white;
	text-decoration: none;
}

#showSpecials a:hover {
	text-decoration: underline;
}

/***********
   MAIN
***********/
#intro {
	display: block;
	width: 1000px;
	height: 200px;
}

#contentWrap {
	position: relative;
	display: table;
	background: transparent url("../images/bg_content.jpg") repeat-y top left;
	width: 1000px;	
}

#mainContent {
	position: relative;
	float: left;
	display: table-cell;
	width: 610px;
	background: transparent url("../images/bg_main.jpg") no-repeat top left;
	padding: 20px 30px;
}

#mainContent section p {
	margin-left: 20px;
}

.centerImg {
	width: inherit;
	text-align: center;
}

.rightAlignImg {
	position: relative;
	float: right;
	margin: 0 0 5px 20px;
}

.leftAlignImg {
	position: relative;
	float: left;
	margin: 0 20px 5px 0;
}

#commentform label {
	font-weight: bold;
	font-size: 12px;
	color: #0078b6;
}

#commentform {
	width: 610px;
}

.small_p {
	font-size: 12px;
	margin: 5px 0 7px 0!important;
}

#formWrapper {
	margin-left: 20px;
}

#formWrapper input.formInput, #formWrapper textarea {
	border: 1px solid #adaeb3; 
	padding: 7px; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#formWrapper input.formInput {
	width: 300px;
}

#formWrapper textarea { 
	height: 140px;
	width: 500px;
}

#formWrapper ul li input.formInput { 
	border: none;
}

#formWrapper .buttonWrapper {
	width: 560px; 
	text-align: center;
}

/***********
 RIGHT COLUMN
***********/

aside {
	position: relative;
	float: right;
	display: table-cell;
	background-color: transparent;
	width: 290px;
	padding: 20px 20px;
}

#shareWrap {
	display: block;
	text-align: center;
	width: 80px;
	background-color: #fff;
	margin: 0 auto;
	padding: 10px 7px 7px 10px;
  /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#facebookLike {
	width: 156px;
	height: 30px;
	margin-left: 16px;
}

#socialIconsWrap {
	position: absolute;
	text-align: center;
	width: 172px;
	height: 26px;
	top: 57px;
	left: 0;
}

.hoursBlock .col1 {
	position: relative;
	float: left;
	width: 55px;
	margin-left: 20px;
}

.hoursBlock .col2 {
	position: relative;
	float: left;
	width: 200px;
}




/***********
   FOOTER
***********/

#aboveFooter {
	position: absolute;
	bottom: 12px;
	left: 0;
	width: 970px;
	height: 126px;
	background: transparent url("../images/satisfaction_guarantee.png") bottom right no-repeat;
}

#aboveFooter h3 {
	width: 670px;
	text-align: center;
	padding-top: 35px;
}

#pageBottom {
	clear: both;
	position: relative;
	display: block;
	height: 68px;
	width: 1000px;
}

#pageBottom p {
	color: #fff;
}

#footerLogos {
	position: relative; 
	float: left; 
	display: block;
}

#footerLogos img {
	margin: 13px 0 7px 15px;
}

#discountBlock {
	width: 260px;
	text-align: center;
	padding-top: 22px;
}

#pageBottom .addressBlock {
	padding-top: 15px;
	width: 300px;
}

/***********
  COPYRIGHT
***********/
#copyright {
	clear: both;
	width: 1000px;
	margin: 10px auto 0;
	text-align: center;
}
