/** Home Page **/
body{
font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1{
color:#FFFFFF;
font-size:26pt;
}

#heading-home h1 {
  position: absolute;
  top: 2px;
  left: 140px; 
  
}

.breadcrums{
font-size:18px;
font-weight:bold;
 position: absolute;
  top: 100px;
  left: 102px;
  color:#FFFFFF;
}

.breadcrums a{
	color:#FFFFFF;
	
}

.breadcrums a:visited {
  color:#FFFFFF
  
}


/*.whitebox {
  position: absolute;
  top: 133px;
  left: 85px;  
  width: 1112px;
  height: 765px;  
  background-color: #fff;
  moz-opacity: 0.6;
  opacity: 0.6;

}*/

.whitebox {  /* TEST WITH IMAGE RATHER */
	position: absolute;
	top: 136px;
	left: 80px;
	width: 1112px;
	height: 753px;
	background-image: url(../images/white_background-NOT_for_goldview.png);
	background-repeat: no-repeat;
	opacity:.85;
	filter: alpha(opacity=85); 
	-moz-opacity: 0.85;
	
}

.bottom-menu {
  position: absolute;
  top:940px;
  bottom: 0px;
  left: 0px; 
  width: 1280px;
  height: 87px;  
  
  moz-opacity: 0.7;
  opacity: 0.7;
  
}

.home{
padding-top:20px;
}

.home-bottom{
 position: absolute;
  top:322px;
}

.whitebox-home { /* Cheat Box to keep alignment and remove transparency on gold pages */
  position: absolute;
  top: 50px;
  left: 91px;
 
}

.specials { 
    position: absolute;
  top: 710px;
  left: 91px;
  
}


.whitebox div {
  moz-opacity: 1;
  opacity: 1;
}

.mainimage {
  position: absolute;
  top: 22px;
  left: 26px;
  
  width: 669px;
  height: 580px;
  
  background-color: #fff;
}

.otherimages {
  position: absolute;
  top: 22px;
  left: 699px;
  
  width: 151px;
  height: 580px;
  
}

.otherimages img {
  padding-left: 10px;
  padding-bottom: 8px;
}

.pagetext {
  
  position: absolute;
  top: 22px;
  left: 853px;
  
  width: 241px;
  height: 580px;  
    
}

.intro {
  
  position: absolute;
  top: 616px;
  left: 26px;
  
  width: 1068px;
  height: 136px;
  
}



.tabstrip ul {
  margin: 0;
  padding: 0;
}
.tabstrip ul li {
  list-style: none;
  margin: 0;
}

div.hide {
  display: none;
}


#hiddentabs {
  display: none;
}



label { 
  display: block;
  font-size: 0.8em;
  padding-top: 10px;
}


/* For Viewdata */

.move-left{
float:left;
width:160px;
padding:10px;
}

.move-right{
padding:10px;
float:right;
width:260px;
}

.move-right h1{
font-size:14px;
}

.address,
.telephone,
.mobile,
.fax,
.email,
.contact{
font-size:14px;
padding:2px;
}

.email{ /* Over ride values */
font-size:12px;
font-weight:bold;
}

#grading{
padding-left:7px;
padding-bottom:7px;
}


