/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    overflow: hidden;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Intially hides #tip1, #tip2, and #tip3 buttons */
.tip {
    display:none;
}

.pos1{
    position:absolute;    
    color:#ffffff;
    margin-left:20px;
    margin-top:380px;
    width:200px;
    height:100px;
    border-radius: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 14px;
    font-family: helvetica, serif;
    text-decoration: none;
    vertical-align: middle;
    padding-left:-5px;
    padding-top:5px;    
}

.pos1 a{      
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  font-family: helvetica, serif;
  text-decoration: none;
  vertical-align: middle;  
  color:#ffffff;
  text-decoration: none;
}

.pos1 img{
    float : right;   
    vertical-align: middle;
    padding-top:-10px;
}

.pos1 p {
    float:left;
    padding:0 10px 0 10px;
    width : 150px;
}

.pos2{
    position:absolute;    
    color:#ffffff;
    margin-left:20px;
    margin-top:380px;
    width:200px;
    height:100px;
    border-radius: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 14px;
    font-family: helvetica, serif;
    text-decoration: none;
    vertical-align: middle;
    padding-left:-5px;
    padding-top:5px;    
}

.pos2 a{      
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  font-family: helvetica, serif;
  text-decoration: none;
  vertical-align: middle;  
  color:#ffffff;
  text-decoration: none;
}

.pos2 img{
    float : right;   
    vertical-align: middle;
    padding-top:-10px;
}

.pos2 p {
    float:left;
    padding:0 10px 0 10px;
    width : 150px;
}

.pos3{
    position:absolute;    
    color:#ffffff;
    margin-left:130px;
    margin-top:380px;
    width:200px;
    height:100px;
    border-radius: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 14px;
    font-family: helvetica, serif;
    text-decoration: none;
    vertical-align: middle;
    padding-left:-5px;
    padding-top:5px;
}

.pos3 a{      
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  font-family: helvetica, serif;
  text-decoration: none;
  vertical-align: middle;  
  color:#ffffff;
  text-decoration: none;
}

.pos3 img{
    float : right;   
    vertical-align: middle;
    padding-top:-10px;
}

.pos3 p {
    float:left;
    padding:0 10px 0 10px;
    width : 150px;
}

.mybutton {
    background: url('../img/button_normal.png');
    width: 180px;
    height: 30px;
    color: white;
    padding: 0px 80px 0px 0px;
    font-size: 12px;
    font-weight: bold;
    border-style:none;
    cursor: pointer;
}

.mybuttonPressed {
    background: url('../img/button_selected.png');
    width: 180px;
    height: 30px;
    color: white;
    padding: 0px 80px 0px 0px;
    font-size: 12px;
    font-weight: bold;
    border-style:none;
    cursor: pointer;
}

.titleLabel {
    font-size: 12px;
    font-weight: bold;
    padding: 0px 70px 10px 0px;
}


.topHotSpot{
  position:relative;
  display: inline-block;
  color: white;
}

