/**************
General Styles
**************/
body{ 
margin: 0;
padding: 0; 
font-family:"Bookman Old Style", Georgia, "Times New Roman", Times, serif;
font-size:14px;
background:#ff9999;
color:#000000;
}
a:link, a:visited, a:hover, a:active{outline:none;}
h2{
margin: 0;
margin-bottom:5px;
padding: 0;
font-size:14px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#tablemain{
min-width:998px;
}
/****Link styles for features table on main party mall tab***/
.features a{
font-family:"Times New Roman", Times, serif; 
font-size:18px; 
font-weight:bold;
}
/***************
Image Navigation
****************/
#mainimagewrap{
position:relative;
margin:0;
padding:0;
width:530px;
height:445px;
}
/*********************************************************************************
Rotating Content Styles
NOTE: To increase the height of this area modify the height of .sliderwrapper and 
.sliderwrapper .contentdiv
***********************************************************************************/
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 530px; /*width of featured content slider*/
height: 550px; /***CHANGE THIS VALUE TO INCREASE THE HEIGHT***/
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 3px;
width: 530px; /*width of content DIVs within slider. Total width should equal slider's inner width*/
height: 550px; /***CHANGE THIS VALUE TO INCREASE THE HEIGHT***/
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
/*********Tab Styles**********/
.pagination{
width: 520px; /*Width of pagination DIV. Total width should equal slider's outer width*/
text-align: right;
padding: 0;
margin:0;
}
/********Tab Text**********/
.pagination a{
padding:5px 2px;
margin:0;
margin-right:2px;
text-decoration: none; 
color:#330066;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
border:1px #999999 solid;
border-bottom:none;
text-align:center;
font-size:12px;
}
.pagination a:hover, .pagination a.selected{
border-color:#333333;
border-bottom:none;
color:#000000;
}
.toc{float:left;}
/*****Tab background colors******/
.bluetab{background:#99CCFF;}
.greentab{background:#CCFF99;}
.purpletab{background:#CC99CC;}
.pinktab{background:#FF99CC;}
.yellowtab{background:#F9DA9B;}
.graytab{background:#FFFF99}
.redtab{background:#FF6565;}
.coaltab{background:#C0C0C0;}
/****************************
Individual Tab Content Styles
*****************************/
#main{background:#99CCFF; text-align:justify;}
#celebrations{background:#CCFF99;}
#parties{background:#CC99CC;}
#events{background:#FF99CC;}
#events2{background:#F9DA9B;}
#sports{background:#FFFF99;}
#goods{background:#FF6565;}
#fun{background:#C0C0C0;}
/******Link styles for tab content****/
#celebrations a{
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
display:block;
width:300px;
line-height:13px;
color:#333333;
}
#sports a{
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
display:block;
line-height:13px;
float:left;
width:170px;
color:#333333;
}
#fun a{
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
display:block;
line-height:13px;
float:left;
width:170px;
color:#333333;
}
#parties a, #events a, #events2 a, #goods a{
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
display:block;
float:left;
width:170px;
color:#333333;
}
#celebrations a:hover, #events a:hover, #events2 a:hover, #parties a:hover{
color:#FF0000;
text-decoration:none;
}
#sports a:hover, #events a:hover, #events2 a:hover, #parties a:hover{
color:#FF0000;
text-decoration:none;
}
#fun a:hover, #events a:hover, #events2 a:hover, #parties a:hover{
color:#FF0000;
text-decoration:none;
}
#goods a:hover{
color:#F9DA9B;
text-decoration:none;}
#footer{font-size:10px}

