body {

	background-color: #646464;
	margin:0px;
	height:100%;
}

.mainbody {
	width: 850px;
	border: 0;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	text-align: left;
}

.infoimage {
	width: 13px;
	height: 13px;
	border: 0;
}

a {
	color: #475C78;
	font-weight: bold;
	text-decoration: none;
}

.main a:hover {
   text-decoration: underline;
   }

.centre {
	text-align: center;
}

.bigbold {
	font-weight: bold;
	font-size: 14px;
}

.contact {
	padding: 0 0 0 50px;
}

.title {
	font-size: 12px;
	font-weight: bold;
	color: #304F78;
}

.headerright {
	padding: 15px 15px 0 0;
}

.header {
	width: 211px;
	height: 23px;
}

.logo {
	height: 93px;
	width: 850px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}


.menu {
	width: 100%;
	background-color: #FFFFFF;
	padding: 0 0 0 0;
}

.topsuit {
	width: 100%;
	background-image: url(../images/main.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	padding: 5px 0 0 15px;
}

.main {
	background-image: url(../images/main.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	padding: 10px 7px 10px 7px;
}

.cardborder {
	border: 1px black; 
	border-style: solid;
	padding: 10px 10px 10px 10px;
}

.tables {
	padding: 10px 10px 10px 10px;
}

.homealign {
	float:left;
	text-align: center;
	padding: 0 15px 15px 0;
}

.homeimage {
	width: 133px;
	height: 100px;
	border: 0px;
}


/* footer */

.footer {
	height: 35px;
	margin: 0;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-color: #646464;
}

.footer a:hover {
   	text-decoration: underline;
   }

.footeralign {
	float:left;
	padding: 2px 0 0 190px;
	font-size: 10px;
	text-align: center;
}

.validate {
	float:left;
	margin: 9px 0 0 15px;
	font-size: 10px;
}

.terms {
	float:left;
	padding: 9px 0 0 220px;
	font-size: 10px;
}



.tableheader {
	font: 14px Verdana, Helvetica, sans-serif;
	color: #404040;
	font-weight: bold;
	text-decoration: none;
}

.faqimage {
	border: 0px;
	width: 100px;
	height: 100px;
	margin-right: 15px;
	margin-top: 10px;
}

.faqimagelarge {
	border: 0px;
	width: 133px;
	height: 100px;
	margin-right: 10px;
	margin-top: 10px;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #ffffe0;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}

.price {
	color: #cf1519;
	border-width: 0px; 
	border-style: solid; 
	border-color: #999999;
	font-weight: bold;
	font-size: 12pt;
	vertical-align: middle;
/*	background-color: #EAEAEA; */
	padding: 0 0 3px 80px;
}

.textfield_effect { 
	color: #cf1519;
	border-width: 0px; 
	border-style: solid; 
	border-color: #999999;
	font-weight: bold;
	font-size: 12pt;
	vertical-align: middle;
/*	background-color: #EAEAEA; */
	padding: 0 0 0 0;
	margin: -3px 0 0 0;
} 

.tabledesc {
	width: 400px;
	vertical-align: top;
	padding: 8px 0 5px 0;
}

.tableoption {
	width: 600px;
	vertical-align: top;
	padding: 5px 0 5px 0;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 


/* PokerTable */

.dropdown {
	margin: 0 0 10px 0;
}

.infotext {
	text-align: center;
	color: black;
	font-size: 8pt;
	font-family: verdana
}

.railimagealign {
	width: 90px; 
	padding:0px; 
	float:left;
	color: black;
	font-size: 8pt;
	font-family: verdana
}

.standardrailimage {
	width: 60px;
	height: 60px;
	border: 0px;
}

.railimage {
	width: 80px;
	height: 30px;
	border: 0px;
}


.symphonyrailimage {
	width: 80px;
	height: 60px;
	border: 0px;
}

.suederailimage {
	width: 80px;
	height: 50px;
	border: 0px;
}

.levelalign {
	width: 200px; 
	padding:0px; 
	float:left;
	color: black;
	font-size: 8pt;
	font-family: verdana
}

.levelimage {
	width: 150px;
	height: 100px;
	border: 0px;
}

.levelimage {
	width: 150px;
	height: 100px;
	border: 0px;
}

.generalalign {
	padding: 0 20px 0 0; 
	float:left;
	color: black;
	font-size: 8pt;
	font-family: verdana
}

.generalimage {
	width: 100px;
	height: 100px;
	border: 0px;
}

.largerimage {
	width: 133px;
	height: 100px;
	border: 0px;
}

.shuffleimagesmall {
	width: 130px;
	height: 100px;
	border: 0px;
}

.shuffleimagelarge {
	width: 171px;
	height: 100px;
	border: 0px;
}

.stainimage {
	width: 60px;
	height: 35px;
	border: 0px;
}

.lightsimage {
	width: 133px;
	height: 100px;
	border: 0px;
}

/* Gallery */

.galleryalign {

	color: black;
	font-size: 8pt;
	font-family: verdana;
}


.galleryimage {
	width: 133px;
	height: 100px;
	border: 1px solid #000;
	margin: 0 7px 14px 7px;
}

.gallery img{	border: 1px solid #808080;} 
.gallery:hover img{	border: 1px solid  black;	} 
.gallery:hover{	color: #808080; }

.gallerypage {
	padding: 0 0 0 100px; 
	width: 450px;
}

/* Table Specs */

.subgallerysection {
	width: 100%;
	background-image: url(../images/main.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	padding: 10px 20px 10px 20px;
}

.subpage {
	width: 800px;
	margin: 10px 0 10px 0;
}

.subgallery {
	float: left;
	width: 480px;
}

.subspec {
	float: left;
	width: 300px;
}

.subgalleryalign {
	float:left;
	color: black;
	font-size: 8pt;
	font-family: verdana;
	padding: 10px 10px 10px 10px;
}

.subgalleryimage {
	width: 133px;
	height: 100px;
	border:1px solid #000; 
}

.subgalleryimagenarrow {
	width: 75px;
	height: 100px;
	border:1px solid #000; 
}

.tablespec {
	width: 300px;
	height: 390px;
	background:#eaeaea; 
	border:1px solid #808080;
	margin: 10px 0 0 10px;
}

.spectxt {

   	margin: 5px 5px 5px 5px;
}

.spectxt a:hover {
   text-decoration: underline;
   }

.tablespec h3 {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid black;
	color: black;
	margin: 0px 0px 10px 0px;
}

.spectxt strong {
	color: #304F78;
	font-weight: bold;
	text-decoration: none;
}

.spectxt b {
	color: #cf1519;
	font-weight: bold;
	text-decoration: none;
}

.spectxt a {
	color: #cf1519;
	font-weight: bold;
	text-decoration: none;
}

/* Contact Us */
.descalign {
	padding: 0 20px 0 120px; 
	float:left;
}

.fieldalign {
	width: 100px;
	margin: 0 50px 0 0;
}

.errormessage {
	color: red; 
	margin: 0 0 0 200px;
}

/* Feedback */

.feedbacktext {
	padding: 0 0 0 15px;
}

.sectionheader {
	font: 12px Verdana, Helvetica, sans-serif;
	color: #404040;
	font-weight: bold;
	text-decoration: underline;
}

.startquote {
	width: 24px;
	height: 13px;
	padding: 15px 0 0 15px;
}

blockquote {
	padding: 0px;
	margin: 10px 40px 10px 40px;
}

.endquote {
	width: 24px;
	height: 13px;
	margin: 0 0 0 265px;
}
 

/* FAQ */
.menuOut {
	cursor: pointer; 
	color: #000000; 
	font-family: verdana; 
	margin-bottom: 10px;
}
.menuOver {
	cursor: pointer; 
	color:#fa2922; 
	font-family: verdana; 
	margin-bottom: 10px;
}
.submenu {
	background: #e9eef2; 
	font-family: verdana; 
	font-size: 12px; 
	padding: 5px 20px 5px 20px;
}

.comingsoon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-align: left;
	margin: 5px 0 0 10px;
}

.leftside {
	width: 290px;
	float: left;
	margin-left: 40px;
}

.rightside {
	width: 300px;
	float: left;
}

.fullwidth {
	width: 700px;
	float: left;
	margin: 20px 0 0 40px;
}

.imagecaptcha {
	width: 180px;
	float: left;
	padding: 5px 0 0 0;
}

.captchafield {
	width: 300px;
	float: left;
	padding: 20px 0 0 0;
}
