﻿/*  Pre-Load images go in here */
.hiddenPic {
display:none;
}

img{ border:0px; }

body {
text-align:center;
font-family: Verdana, sans-serif;
font-size: 12px;
font-style: normal;
color: black;
background-color: #996633;
background-image: url('../images/background.jpg');
background-repeat: repeat;
padding-top:10px;
}

p {
	padding-left:10px;
	padding-right:15px;
}


#wrap {
width:808px; /*center*/
margin:0 auto;
text-align:left;
border-style: none;
padding: 0px 0px 0px 0px;
}

.imagemiddle{
margin:0 auto;	
}

#menuanddisplay {
padding: 0px 0px 0px 0px;
width: 808px;
height: 100%;
}

.title {
background: url('../images/table-top.png') no-repeat;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
width: 808px;
height: 146px;
border-style: none;
}

#wholemenu {
	float: left;
	width: 165px;
	overflow:hidden;
	}

.menu {
background: url('../images/table-menu.png') repeat;
width: 165px;
height: 409px;
padding-top: 40px;
vertical-align:top;
}

.address {
background: url('../images/table-menustrip.png') repeat-y;
vertical-align:top;
}

#bottommenu{
background: url('../images/table-menustrip.png') repeat-y;
overflow:hidden;
float: left;
width: 165px;
}


.display {
background: url('../images/table-background.png') repeat-y ;
width: 643px;
vertical-align:top;
}

.bottom {
background-image:url('../images/table-bottom.png');
float: left;
width: 808px;
height: 102px;
}



.menu1 {
background: url('../images/home.png') no-repeat;
width: 165px;
height: 26px;
}
.menu1:hover {
background: url('../images/home-over.png') no-repeat;
}

.menu2 {
background: url('../images/action.png') no-repeat;
width: 165px;
height: 26px;
}

.menu2:hover {
background: url('../images/action-over.png') no-repeat;
}

.menu3 {
background: url('../images/clay.png') no-repeat;
width: 165px;
height: 26px;
}

.menu3:hover {
background: url('../images/clay-over.png') no-repeat;
}

.menu4 {
background: url('../images/rustic.png') no-repeat;
width: 165px;
height: 26px;
}
.menu4:hover {
background: url('../images/rustic-over.png') no-repeat;
}

.menu5 {
background: url('../images/other.png') no-repeat;
width: 165px;
height: 26px;
}
.menu5:hover {
background: url('../images/other-over.png') no-repeat;
}

.menu6 {
background: url('../images/map.png') no-repeat;
width: 165px;
height: 26px;
}
.menu6:hover {
background: url('../images/map-over.png') no-repeat;
}

.menu7 {
background: url('../images/duel.png') no-repeat;
position:relative;
top: 80px;
width: 165px;
height: 87px;
}
.menu7:hover {
background: url('../images/duel-over.png') no-repeat;
}


