/* CSS DOCUMENT */

/*

Colors
#5574b9 - bright blue
#d1e5e3 - china blue

*/

* {font-family: 'trebuchet ms', sans-serif;}

h1 { font-family: 'georgia'; font-weight: normal; font-size: 20px; color: #333333; margin: 0px 0px 10px 0px; padding: 0px 0px 5px 0px; }
h2 { font-size: 14px; margin: 20px 0 0 0; padding: 0; color: #555555;}
h3 {}

p { color: #555555; font-size: 12px; line-height: 18px; padding: 0; margin: 0 0 16px 0;}

ul {margin: 10px 0 10px 10px; padding: 0;}
ol {}
li { font-size: 12px; line-height: 16px; margin: 0 0 5px 0; padding: 0 0 0 20px; list-style-type: none; background: url(../images/diamondBullet.gif) left center no-repeat; }


a {color: #7baad7; text-decoration: underline;}
a:hover {color: #ffffff; background: #7baad7; text-decoration: none;}

.clear {clear: both;}

div#link { padding: 0 10px 0 0;}

body#background_1a {background: #8c7160; padding: 0; margin: 0;}

body#background_1a div#link {
width: auto;
height: 600px;
background: #8c7160 url(../images/entry/pinkbackground.jpg) 0 0 repeat-x;
}

body#background_1a div#link a {
float: right;
display: block;
width: 900px;
height: 600px;
background: url(../images/entry/pinkjewelry.jpg) 0 0 repeat-x;
}


body#background_2a {background: #7577bc; padding: 0; margin: 0;}

body#background_2a div#link {
width: auto;
height: 600px;
background: #7577bc url(../images/entry/bluebackground.jpg) 0 0 repeat-x;
}

body#background_2a div#link a {
float: right;
display: block;
width: 900px;
height: 600px;
background: url(../images/entry/bluejewelry.jpg) 0 0 repeat-x;
}


body#background_3a {background: #dac3a1; padding: 0; margin: 0;}

body#background_3a div#link {
width: auto;
height: 600px;
background: #dac3a1 url(../images/entry/orangebackground.jpg) 0 0 repeat-x;
}

body#background_3a div#link a {
float: right;
display: block;
width: 900px;
height: 600px;
background: url(../images/entry/orangejewelry.jpg) 0 0 repeat-x;
}


body#background_4a {background: #767388; padding: 0; margin: 0;}

body#background_4a div#link {
width: auto;
height: 600px;
background: #767388 url(../images/entry/purplebackground.jpg) 0 0 repeat-x;
}

body#background_4a div#link a {
float: right;
display: block;
width: 900px;
height: 600px;
background: url(../images/entry/purplejewelry.jpg) 0 0 repeat-x;
}


body#background_5a {background: #7f9994; padding: 0; margin: 0;}

body#background_5a div#link {
width: auto;
height: 600px;
background: #7f9994 url(../images/entry/tealbackground.jpg) 0 0 repeat-x;
}

body#background_5a div#link a {
float: right;
display: block;
width: 900px;
height: 600px;
background: url(../images/entry/tealjewelry.jpg) 0 0 repeat-x;
}

body#background_6a {background: #26461d; padding: 0; margin: 0;}

body#background_6a div#link {
width: auto;
height: 600px;
background: #26461d url(../images/entry/greenbackground.jpg) 0 0 repeat-x;
}

body#background_6a div#link a {
float: right;
display: block;
width: 900px;
height: 600px;
background: url(../images/entry/greenjewelry.jpg) 0 0 repeat-x;
}

body#background_7a {background: #736c3b; padding: 0; margin: 0;}

body#background_7a div#link {
width: auto;
height: 600px;
background: #736c3b url(../images/entry/earringbackground.jpg) 0 0 repeat-x;
}

body#background_7a div#link a {
float: right;
display: block;
width: 900px;
height: 600px;
background: url(../images/entry/earringjewelry.jpg) 0 0 repeat-x;
}


body#background_8a {background: #3b6273; padding: 0; margin: 0;}

body#background_8a div#link {
width: auto;
height: 600px;
background: #3b6273 url(../images/entry/canarybackground.jpg) 0 0 repeat-x;
}

body#background_8a div#link a {
float: right;
display: block;
width: 900px;
height: 600px;
background: url(../images/entry/canaryjewelry.jpg) 0 0 repeat-x;
}



div#footer {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
padding: 5px 0 5px 90px;
background: #cbcbcb url(../images/footer.jpg) 0 0 repeat-x;
z-index: 100;
}

div#footer p {color: #333333; font-size: 10px; padding: 0; margin: 0;} 
div#footer a {color: #333333; text-decoration: none;}
div#footer a:hover {color: #000000; background: transparent;}


/* HACK for IE \*/

* html div#footer {
	background: transparent;
	text-align: center;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
	border-top: #cccccc 1px solid;
	}

* html div#footer p {color: #333333; font-size: 10px; padding: 0; margin: 0;}
* html div#footer a {color: #333333; text-decoration: none;}


/* END IE HACK */




