* {
	margin: 0;
   padding: 0;
	border: none;
}
html {
   font-size: 10px;	
   height: 100%;
}
body {
   font-size: 100.01%;	
   color: #4d4d4d;
   font-family: Arial, Helvetica, sans-serif;
   text-align: left;
   height: 100%;
}
#page {
	width: 980px;
	margin: 0 auto; 
	position: relative;
	min-height: 100%;
	background:transparent url(images/main_banner.jpg) top left no-repeat;
}
#phone {
	position: absolute;
	background:transparent url(images/call.gif) top left no-repeat;
	padding-left:50px;
}
#phone, #phone2 {
	margin: 10px;
	font-size: 1.8em;
	text-align: center;
}
#phone span, #phone2 span {
	font-size: 2em;
	font-weight: bold;
}
#header {
	position: relative;
	height: 610px;
}
#footer p {
	text-align: center;
	color: #522a0c;
}
#footer p a, #footer p a:visited {
	color: #522a0c;
	text-decoration: none;
}
#infooter {
	border-top: 2px solid #d7d7d7;
	padding-top: 5px;
}
#footer .bottom_left {
	width: 500px;
	float: left;
}
#footer .bottom_right {
	width: 400px;
	float: right;
	text-align: right;
}
.clear {
	clear: both;
}
#content {
	font-size: 1.4em;
}
#content p  { padding: 0 0 0.5em 0; }
#content a, #content a:link, #content a:visited { color: #ae0016;}
#content a:hover { color: #dc143c;}
#content a:active { color: #dc143c;}
a img, img {border: none;}
#content ul {
   list-style: none;
   margin: 0 0 0 0.8em;
	padding: 0 0 0.8em 0;
}
#content ul li {
   list-style: none;
   padding-left: 1em;
   margin-bottom: 3px;
	background: transparent  url(images/ball.gif) no-repeat 0 5px;
	margin-left: 1em;
	overflow: hidden;
}
#content ol li {
   list-style: decimal;
   padding: 0;
   margin: 0 0 3px 2.5em;
}
h1, h2, h3, h4 {
	padding: 7px 0 6px 0;
	margin: 0;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	color: #ae0016;
}
h1 { 
	font-size: 3em;
}
h2 { 
	font-size: 1.8em;
}
h3 { 
	font-size: 1.6em;
}
h1 a, h2 a, h3 a {
	font-weight: normal;
}
#footer .strong, #content .strong {
	font-weight: bold;
}
.order {
	text-align: center;
	margin: 10px;
}
#content div.left {
	width: 488px;
	float: left;
}
#content div.right {
	width: 488px;
	float: right;
}
#content  img.left {
	float: left;
	padding: 0 5px 5px 0;
}
#content img.right {
	float: right;
	padding: 0 5px 5px 0;
}
#action span.astr2 {
	display: block;
	margin-top:10px;
    font-size:2em;
	 text-align: center;
}
#action span.astr3 {
	display: block;
	margin-top:-10px;
    font-size:1.6em;
    letter-spacing:3px;
	 text-align: center;
}
.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.modal {
  display: none;
  background: #eee;
  padding: 0 20px 20px;
  overflow: auto;
  z-index: 1001;
  position: absolute;
  width: 500px;
  min-height: 300px;
  color: #808080;
  font-size: 1.6em;
  font-weight: normal;
  text-align: center;
  line-height: 1.2em;

  border: 1px solid #faeeee;
  border: 1px solid rgba(250, 238, 238, 0.6);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;

}
.modal p {
	margin: 5px 0 15px 0;
}
.modal h3 {
  padding: 5px 15px;
  margin: 5px;
  border-bottom: 1px solid #EEEEEE;
  text-align: center;
}
.modal p#closeBtn {
background:url(images/sprite.png) 2px 1px no-repeat;cursor:pointer;height:30px;width:30px;
position: absolute;
right: 2px;
top:2px;
 margin: 0;
}
.modal .field-buttons {
  display: block;
  background-color: #F5F5F5;
  padding: 14px 15px 15px;
  border-top: 1px solid #EEEEEE;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #FFF;
  -moz-box-shadow: inset 0 1px 0 #FFF;
  box-shadow: inset 0 1px 0 #FFF;
  zoom: 1;
  margin: 10px 0 0 0;
  text-align: center;
}
.modal .field-buttons p {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  padding: 5px 14px 6px;
  color: #333;
  font-size: 16px;
  line-height: normal;
  border: 1px solid transparent;
  -webkit-transition: 0.2s linear all;
  -moz-transition: 0.2s linear all;
  transition: 0.2s linear all;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
 margin: 0;
}
.modal .field-buttons p#csubmit, .modal .field-buttons p#csubmit2 {
  color: #FFF;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999;
  background-repeat: repeat-x;
  margin-right: 15px;
}
.modal .field-buttons p#csubmit:hover, .modal .field-buttons p#csubmit2:hover {
  border: 1px solid #444;
  background-color: #444;
}
.modal .field-buttons p#ccancel {
  padding: 5px 2px 6px;
}
.modal .field-buttons p#ccancel:hover {
  color: #999;
}
#confirm-error, #confirm-message {
	color: red;
}
#slider {
	width: 610px;
	height: 610px;
	position: absolute;
	margin-left: 370px;
}
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:50px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-42px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}
.countdownHolder{
	width:430px;
	margin:0 auto;
	text-align:center;
	letter-spacing:-3px;
	font-size: 40px;
}

.position{
	display: inline-block;
	height: 1.6em;
	overflow: hidden;
	position: relative;
	width: 1.05em;
}

.digit{
	position:absolute;
	display:block;
	width:1em;
	background-color:#444;
	border-radius:0.2em;
	text-align:center;
	color:#fff;
	letter-spacing:-1px;
}

.digit.static{
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.35);
	
	background-image: linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -o-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -moz-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -webkit-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -ms-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, #3A3A3A),
		color-stop(0.5, #444444)
	);
}

/**
 * You can use these classes to hide parts
 * of the countdown that you don't need.
 */

.countDays{ /* display:none !important;*/ }
.countDiv0{ /* display:none !important;*/ }
.countHours{}
.countDiv1{}
.countMinutes{}
.countDiv2{}
.countSeconds{}


.countDiv{
	display:inline-block;
	width:16px;
	height:1.6em;
	position:relative;
}

.countDiv:before,
.countDiv:after{
	position:absolute;
	width:5px;
	height:5px;
	background-color:#444;
	border-radius:50%;
	left:50%;
	margin-left:-3px;
	top:0.2em;
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.5);
	content:'';
}

.countDiv:after{
	top:0.6em;
}
input, textarea, select {
	border: 1px solid #424242;
	padding: 3px;
	margin-bottom: 2px;
	font-size: 1.2em;
	color: #7b1a21;
	background-color: #fffafa;
}