html, body {
height: 100%;
} 

/*The below styles how the header DIV will look*/
.header {
	font-family: tahoma;
	font-size: 20px;
	text-align: left;
	color: #000000;
	margin-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 60px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center left;
	height: 48px;
	line-height: 200%;
}

/*The below styles how the header DIV for the demo will look*/
.demo_header {
	font-family: tahoma;
	font-size: 20px;
	text-align: left;
	color: #000000;
	margin-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 60px;
	background-image: url(../images/demo_logo.png);
	background-repeat: no-repeat;
	background-position: center left;
	height: 48px;
	line-height: 200%;
}

/*The below styles how the logout DIV will look*/
.logout {
	font-family: tahoma;
	font-size: 12px;
	text-align: right;
	color: #000000;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 20px;
	margin-right: 15px;
	text-decoration: none;
	background-image: url(../images/logout.png);
	background-repeat: no-repeat;
	background-position: center right;
}

/*The below styles how the logout link will look*/
.logout a:link, .logout a:visited {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

/*The below styles how the main DIV which holds the all other DIVs will look*/
.placeholder {
	margin-bottom: 25px;
	text-align: center;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.construction_header {
font-family: tahoma;
font-size: 22px;
color: #000000;
display:block;
text-align: center;
}

.construction_tagline{
font-family: tahoma;
font-size: 10px;
color: #A7A5A5;
padding-top: 10px;
display:block;
text-align: center;
}

.statusupdate{
font-family: tahoma;
font-size: 14px;
color: #000000;
text-align: center;
}

#panel {
	display: none;
}

/*The below styles how the upload form DIVS will look (the rounded edges of the boxes)*/
/*To change the background colour of these boxes change every occurrence of #EEEEEE*/
.container{
  display:block; 
  }

.container *  {
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#EEEEEE}

.container1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #EEEEEE;
  border-right:1px solid #EEEEEE;
  background:#EEEEEE}

.container2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #EEEEEE;
  border-right:1px solid #EEEEEE;
  background:#EEEEEE}

.container3  {
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #EEEEEE;
  border-right:1px solid #EEEEEE;}

.container4{
  border-left:1px solid #EEEEEE;
  border-right:1px solid #EEEEEE}

.container5{
  border-left:1px solid #EEEEEE;
  border-right:1px solid #EEEEEE}

/*The below styles how the content contained within the rounded edged boxes will look*/
/*To change the background colour of this box change #EEEEEE*/
.containercontent{
 padding: 20px;
 color: #000000;
 text-align: left;
 font-family: Tahoma;
 background:#EEEEEE}
 
.containercontent a:link, .containercontent a:visited {
text-decoration: none;
}

.progressbar{
height: 26px;
background-image: url(../images/progressbar.png);
background-repeat: repeat-x;
padding-top: 6px;
text-align: center;
font-family: tahoma;
font-size: 16px;
color: #76A6BA;
border: 1px solid #76A6BA;
min-width: 25px;
margin-top: 20px;
margin-bottom: 10px;
}

.btn-slide, btn-slide a, btn-slide a:link, btn-slide a:visited {
font-family: tahoma;
font-size: 16px;
color: #76A6BA;
text-decoration: none;
line-height: 200%;
}

/*The below styles how the text at the top of the add quote/testimonial area will look*/
.formheader {
padding: 10px;
font-family: tahoma;
color: #000000;
font-size: 16px;
font-weight: bold;
}

/*The below styles how the link popup box will look*/
.linkpopup {
 color: #000000;
 text-align: left;
 font-family: Tahoma;
 padding-left: 4px;
 padding-right: 4px;
 padding-top: 5px;
 width: 500px;
 }

/*The below styles how the DIV holding the form elements will look*/
.formholder {
width: 500px;
padding: 15px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

/*The below styles how a left aligned paragraph will look*/
.left {
text-align: left;
}

/*The below styles how a center aligned paragraph will look*/
.center {
text-align: center;
}

/*The below styles how an error message will look in the upload form*/
.error {
font-family: tahoma;
	font-size: 16px;
	color: red;
	margin-left: 10px;
	padding-top: 25px;
	padding-left: 60px;
	background-image: url(../images/error.png);
	background-repeat: no-repeat;
	background-position: center left;
	height: 48px;
}

/*The below styles how the login p will look*/
.login {
	display: block;
	text-align: center;
	}

/*The below styles how the add link button will look*/
.addlink {
border: 1px solid #000000;
height: 20px;
background-image: url(../images/link.png);
background-repeat: no-repeat;
background-position: center left;
margin-left: 10px;
padding-left: 15px;
margin-bottom: 5px;
}

/*The below styles how the login input fields will look*/
.logininput {
	font-family: tahoma;
	font-size: 14px;
	background: #FFFFFF;
	border: 1px solid #000000;
	margin-left: 10px;
	}


/*The below styles how input fields will look*/	
.input {
	font-family: tahoma;
	font-size: 14px;
	background: #FFFFFF;
	border: 1px solid #000000;
	margin-left: 10px;
	width: 500px;
	}

/*The below styles how textarea input fields will look*/		
.textareainput{
	font-family: tahoma;
	font-size: 14px;
	background: #FFFFFF;
	border: 1px solid #000000;
	margin-left: 10px;
	width: 500px;
	height: 200px;
	}

/*The below styles how the form buttons look*/
.logincontainer {
	margin-bottom: 25px;
	text-align: center;
	width: 112px;
	margin-left: auto;
	margin-right: auto;
	min-height: 25px;
}

/*The below styles how buttons will look*/	
.button {
	font-family: Arial;
	font-size: 14px;
	color: #ffffff;
	background-image: url(../images/button_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0;
	height: 25px;
	width: 112px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 15px;
	padding-left: 4px;
	padding-top: 10px;
	text-align: center;
	}

/*The below styles how input buttons will look*/		
.inputbutton {
	font-family: Arial;
	font-size: 14px;
	color: #ffffff;
	background-image: url(../images/button_bg.png);
	background-repeat: no-repeat;
	border: 0;
	height: 25px;
	width: 112px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 20px;
	}

/*The below styles the look of the screen blackout when the delete button is pressed*/	
.blackout{
	position: fixed;
	z-index: 5;
	background-color: #000000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 0;	
	height: 100%;
	min-height: 100%;
}

/*The below styles how the box in the middle of the blackout screen will look*/
.box {
	color: #000000;
	margin-top: 200px;
	text-align: center;
	background-color: #ffffff;
	width: 500px;
	min-height: 300px;
	left: 0;
	line-height: 0;	
	margin-left: auto;
	margin-right: auto;
}

/*The below styles how the text at the of the box in the middle of the blackout screen will look*/
.boxheader {
	font-family: tahoma;
	font-size: 18px;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
	}

/*The below styles how the text in the box in the middle of the blackout screen will look*/
.boxtext {
	font-family: tahoma;
	font-size: 14px;
	color: #000000;
	padding: 20px;
	line-height: 100%;
	padding-top: 50px;
	}

.boxtext a:link, .boxtext a:visited{
	color: #ffffff;
	text-decoration: none;
	}

/*The below styles how the footer text will look*/
.footer {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	}
.footer a, .footer a:link, .footer a:visited {
	text-decoration: none;
	color: #76A6BA; 
	}

/*The below styles how the quote text will look*/
blockquote {
font-family: Tahoma;
color: #000000;
text-align: justify;
}

/*The below style how links in the quote text will look*/
blockquote a:link, blockquote a:visited {
font-weight: bold;
text-decoration: none;
color: #11A8FF;
}

/*The below styles how the author text will look*/
cite {
font-family: Tahoma;
color: #000000;
text-align: right;
font-style: italic;
display: block;
padding-right: 20px;
}

/*The below style how links in the author text will look*/
cite a:link, cite a:visited {
font-weight: bold;
text-decoration: none;
color: #11A8FF;
}

/*The below styles how error messages will look*/	
.errortext {
border: 1px solid #920000;
background: #ECCED0;
color: #000000;
height: 25px;
font-family: tahoma;
font-size: 14px;
line-height: 170%;
margin-left: 5px;
margin-right: 5px;
padding: 5px;
display: block;
}

/*The below styles how success messages will look*/	
.successtext {
border: 1px solid #BBD861;
background: #E4F2BD;
color: #000000;
height: 25px;
font-family: tahoma;
font-size: 14px;
line-height: 170%;
margin-left: 5px;
margin-right: 5px;
padding: 5px;
display: block;
}

/* jQuery Countdown styles 1.5.3. */
.hasCountdown {
	display: block;
	text-align: center;
	color: #0B0B0B;
	font-family: tahoma;
	font-size: 18px;
	padding: 10px;
}

.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 100%;
}
.countdown_show2 .countdown_section {
	width: 49.5%;
}
.countdown_show3 .countdown_section {
	width: 33%;
}
.countdown_show4 .countdown_section {
	width: 24.75%;
}
.countdown_show5 .countdown_section {
	width: 19.8%;
}
.countdown_show6 .countdown_section {
	width: 16.5%;
}
.countdown_show7 .countdown_section {
	width: 14.1%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 100%;
}

ul.hshow{
	list-style:none;
	margin:1em;
	padding:0;
	position:relative;
	padding-top:0px;
 
}

ul.hshow li{line-height:1.2em;position:relative;}

ul.hshow li a{
	text-decoration:none;
	display:block;
}

ul.hshow li a {
	font-family: tahoma;
	font-size: 16px;
	color: #76A6BA;
	text-decoration: none;
	line-height: 200%;
	position:relative;
	cursor:pointer
} 

ul.hshow li {margin-top:-1.2em;}
ul.hshow li.one strong{margin-left:0;z-index:4}
ul.hshow li.two strong{margin-left:100px;z-index:3}
ul.hshow li.three strong{margin-left:200px;z-index:2;}
ul.hshow li.four strong{margin-left:300px;z-index:1}

ul.hshow li a span{
	text-align:left;
	padding:5px;
	color:#000;
 display:none;
 clear:both;
	position:relative;
	z-index:99;
}
 
ul.hshow li a:hover {visibility:visible;color:#76A6BA;}
ul.hshow li a:focus strong{color:#76A6BA}
ul.hshow li a:focus span {display:block}
ul.hshow li a{outline:none}
 
ul.hshow li a:active {}
ul.hshow li a:active{overflow:visible;height:auto}
ul.hshow li a:active strong{color:#76A6BA}
ul.hshow li a:active span{display:block}