
/* Reset everything to zero */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* End Reset */

html,body {margin-top: 10px; padding:0px;}
body {font: 96% helvetica, verdana,sans-serif; text-align: center; background: #fff; }
a { color: #000; padding: 5px 5px 5px 5px; text-decoration: none;}
a:hover {text-decoration: underline;} 
div#container{width: 100%;  margin-left: auto; margin-right: auto; text-align: center; }
div#content{width: 500px; margin-left: auto; margin-right: auto; color:#666;}
div#footer{clear:both; width: 475px; background: #fff; color: #000; text-align: right;}
div#footer p {margin:0; padding:10px 0px 0px;}

#title {
		width: 100%;
		height: 69px; 
		background: url(images/bg_silver_sliver.jpg) repeat-x;
}

#divsnaps {float: left; margin-left: 8px;}
.snaps {list-style: none;}
.snaps li {
				background: #eee;
				border-color: #ddd #bbb #aaa #ccc;
				border-style: solid;
				border-width: 1px;
				color: inherit;
				display: inline;
				float: left;
				margin: 13px;
				padding: 5px;
				text-align: center;
				font-family:  helvetica, verdana, san-serif;
				font-size: 8pt;
				
}

/* Tooltips */
a.tooltip {color:#c00;}
a.tooltip b {display:none;}
a.tooltip:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.tooltip:hover b {display:block; position:absolute; top:20px; left:-25px; padding:5px; font-weight:normal; color:#000; border:1px solid #888; background:#ffc; width:150px;}
a.tooltip:hover b em {position:absolute; left:20px; top:-6px; width:11px; height:6px; background:#fff url(tooltip.gif) 0 0; display:block; font-size:1px;
}
