body {
margin:0;
background-image:url('../assets/images/bg.jpg');
background-repeat: repeat; 
color: #FFCC33; 
}

#frame {
background-color:transparent;
z-index:1; 
position:relative;
margin-top:8px;
}

a:link {color:#FFCC33; text-decoration: none}
a:visited {color:#FFCC33; text-decoration: none}
a:hover {color: #000066; text-decoration: underline}
a:active {color: #000066; text-decoration: underline}

#page {
width:750px; 
height: 574px; 
background-image:url('../assets/images/bg2.jpg');
background-repeat:no-repeat;
margin-left:auto; 
margin-right:auto;
position: relative;
font-size: 13px;
text-decoration: none;  
font-family: Arial, Helvetica, sans-serif; 
}

div#navbar {
width:125px;
padding-top:0px;
padding-left:10px;
font-size:24px;

}

#tweet{
background-color: #FFFFFF;
border-width:2px;
border-color:#000033;
border-style:solid;
font-size:16px;
width: 110px;
height: 125px;
color: #000066;
margin-top:3px;
padding-top:5px;
}


#myobj {
position:absolute;top:40px;right:5px;
width:475px; height: 135px;
background-image: url(../assets/images/banner.gif);
text-align:center;
z-Index:14;
overflow:hidden;
color: #333399;
    text-align: center;
	font-size:13px;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
	text-decoration:none;
	visibility:hidden;
}
#googlecart-widget{
position:absolute;top:3px;left:3px;
}

#text1 {
z-index:15;
position:absolute;top:22px;left:3px;
width:460px; height: 105px;
overflow:hidden;
font-size:13px;
padding:5px;
}

#text2 {
z-index:15;
position:absolute;top:22px;left:3px;
width:460px; height: 105px;
overflow:hidden;
font-size:13px;
 visibility:hidden;
 padding:5px;
}

#hide{
position:absolute; top:3px; right:3px;
}

#show {
visibility:hidden;
position:absolute; top:40px; right:5px;
filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
	z-index:13;
}

#pause {
position:absolute; top:5px; left:5px;
}

#resume {
position:absolute; top:5px; left:75px;
}



#btx {
width:100%; 
height:40px; 
position:absolute; 
top:0px; 
background:#000033; 
border-style:solid; 
border-width:2px; 
z-index:100;
overflow:auto
}

.title {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.subtitle {
	font-size: 11px;
	font-weight: thin;
}

.boldsubtitle {
	font-size: 11px;
	font-weight: bold;
	
}

/* -------div hover thingy---------      */
div#navbar a span {display: none;}
div#navbar a:hover {z-index:25; color: #333399; background:;}
div#navbar a:hover span.tooltip {
      
	display:block;
    position:absolute;
    top:40px; left:40px;
	padding: 10px 0 0 0;
	width:200px;
	color: #333399;
    text-align: center;
	font-size:13px;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
	text-decoration:none;
   
   }

div#navbar a:hover span.top{
	display: block;
	padding: 10px 10px 0;
    background: url(../assets/images/bubble.gif) no-repeat top;
}
div#navbar a:hover span.middle{  
	display: block;
	padding: 0 10px; 
	background: url(../assets/images/bubble_filler.gif) repeat bottom; 
}
div#navbar a:hover span.bottom{
	display: block;
	padding:3px 10px 10px;
	color: #548912;
    background: url(../assets/images/bubble.gif) no-repeat bottom;
}

/*---------- bubble tooltip -----------
a.tt{
    position:relative;
    z-index:24;
    color:#FFCC33;
	
    
}
a.tt span{ display: none; }

background:;  ie hack, something must be changed in a for ie to execute it 
a.tt:hover{ z-index:25; color: #333399; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 8px 0 0 0;
	width:120px;
	color: #333399;
    text-align: center;
	font-size:13px;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
	text-decoration:none;
}
a.tt:hover span.top{
	display: block;
	padding: 8px 8px 0;
    background: url(../assets/images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch 
	display: block;
	padding: 0 8px; 
	background: url(../assets/images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 8px;
	color: #548912;
    background: url(../assets/images/bubble.gif) no-repeat bottom;
}
*/
