
body {
    background-position: left top;
    background:#FBFBE3 url(../image/background.jpg) top left repeat-x;
    font: 12px Verdana ;
}

.invisible { visibility:hidden }

#p1 {
	width:400px;
	align:left;
}

#p2 { 
	width:140px; 
	padding:10px; 
	margin:10 auto; 
  background:#FBFBE3 url(../image/blueTop005.jpg) top left repeat-x;
	text-align:left;
  border-bottom:solid 2px lightblue;
  border-right:solid 2px lightblue
}

.p3 {
  width:180px;
	padding:10px; 
	margin:10 auto; 
        background: white url(../image/blueTop005.jpg) top left repeat-x;
	text-align:left;
        border-bottom:solid 2px lightblue;
        border-right:solid 2px lightblue
}

h1 {
    color: #007700
}
h2 {
    color: #007700
}

p {
    font: 12px Verdana;
    font-color: red;
    text-align: left;
}

ul {
    list-style-image: url('../image/bullet.gif') ;
}

li {
    text-align: left;
}

td {
    font: 12px Verdana;
}

a:link,a:visited {
    text-decoration:none;
} 

a:hover {
    text-decoration:underline;
}
.webmaster {
    font-color: gray;
    text-align: center;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.mainTitle {
    font: 36px Verdana;
}
.merchandise1 {
    background-color: #F5DEB3
}
.merchandise2 {
    background-color: #D2B48C
}

.details {
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.details2 {
    border-top: 1px solid lightgrey;
    border-left: 1px solid lightgrey;
    border-right: 2px solid gray;
    border-bottom: 2px solid gray;
    background-color: #FFFFCC
}

.details3 {
    font: 10px Verdana;
    text-align: center;
}

.menu {
    border: 1px solid #778;
    border-style: solid;
    border-color: #6B8E23;
    background-color: #FFFFCC;
    width: 500px;
}

.shadetabs{
    padding: 3px 0;
    margin-left: 0;
    margin-top: 1px;
    margin-bottom: 0;
    font: bold 12px Verdana;
    list-style-type: none;
    text-align: center; 
}

.shadetabs li{
    display: inline;
    margin: 0;
}

.shadetabs li a{
    text-decoration: none;
    padding: 3px 7px;
    margin-right: 3px;
    border: 1px solid #778;
    border-style: solid;
    border-color: CornflowerBlue ;
    color: #2d2b2b;
    background: white url(../image/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
    color: #2d2b2b;
}

.shadetabs li a:hover{
    text-decoration: underline;
    color: #2d2b2b;
}

.shadetabs li.selected{
    position: relative;
    top: 1px;
}

.shadetabs li.selected a{ 
    background-image: url(../image/shadeactive.gif);
    border-bottom-color: white;
}

.shadetabs li.selected a:hover{ 
    text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
    font: 14px Verdana;
    background-color: white;
    border: 1px solid gray;
    border-style: solid;
    border-color: CornflowerBlue ;
    width: 950px;
    margin-bottom: 1em;
    padding: 10px;
}

.tabcontent{
    display:none;
}

