

/* RESET STYLE */
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET */


html,body {
margin:0;
padding:0;
height:100%; /* needed for container min-height */

font-family:arial,sans-serif;
font-size:10px;
color:#666;
}

h1 { 
font:2.5em georgia,serif; 
margin:0.5em 0;
}

h2 {
font:1.25em georgia,serif; 
margin:0 0 0.5em;
}

p { 
line-height:1.2em; 
margin:0;
}

.hidden { 
visibility: hidden;
display:none;
}	

.clear {
clear:both;
}

.clear_left {
clear:left;
}

.clear_right {
clear:right;
}

div#container {
margin:50px auto 20px auto;
width:510px;
height:100%;
min-height:700px; /* real browsers */
border:0px solid #FF0000;
}

.jewelry_holder {
float:left;
margin:0 23px 23px 0;
}

#logo {
clear:both;
width:472px;
height:46px;
margin:20px auto 0 4px;
background:transparent url(img/name_logo.gif) top left no-repeat;
}

#logo h2 a {
display:block;
width:472px;
height:46px;
margin:20px auto 0 2px;
}

.center_image {
width:404px;
margin:auto;
text-align:center;
padding-top:10px;
}


#copyright {
width:436px;
height:20px;
text-align:right;
color:#777;
font-size:10px;
margin:0 auto;
padding:10px 0 15px 0;
}

.bubblewrap{
list-style-type:none;
margin:0;
padding:0;
}

.bubblewrap li{
display:inline-block;
zoom:1; /*Trigger haslayout in IE7 and less*/
*display:inline; /*For IE7 and less*/
position:relative;
width: 144px;
height:144px;
}

.bubblewrap li img{
position:absolute;
width: 144px; /*default width of each image.*/
height: 144px; /*default height of each image.*/
left:0;
top:0;
border:0;
}

.bubblewrap .tooltip{ /*CSS for image tooltip (alt attribute of image)*/
position:absolute;
font:bold 12px Arial;
padding:2px;
width:100px;
text-align:center;
background:white;
}

/* ------------ secondary pages ------------------ */

div#container_secondary {
margin:22px auto 20px auto;
width:680px;
height:100%;
min-height:700px; /* real browsers */
}

#info_box {
width:680px;
height:680px;
background:transparent url(img/info_content2.jpg) top left no-repeat;
}

#info_box h2 a {
display:block;
width:494px;
height:486px;
background:transparent url(img/info_content2.jpg) top left no-repeat;
}

#text_box {
display:block;
width:540px;
height:540px;
padding:65px 67px 67px 70px;
line-height:22px;
font-size:12px;
}

#text_box strong{
color:#000;
}

#text_box a{
color:#222;
text-decoration:none;
}

#text_box a:hover{
color:#666;
text-decoration:underline;
}



#logo_secondary {
clear:both;
width:680px;
height:46px;
margin:o auto;
text-align:center;
}

#logo_secondary h2 a {
display:block;
width:480px;
height:46px;
margin:0 auto;
background:transparent url(img/name_logo.gif) top left no-repeat;
text-align:center;
}

.center_image {
width:540px;
margin:auto;
text-align:center;

}

#copyright_secondary {
width:470px;
height:20px;
text-align:right;
color:#222;
font-size:10px;
margin:0 auto;
padding:5px 0 15px 0;
}




