@charset "UTF-8";
/* CSS Document */

body {
background:url(/imgs/blue-glass-bg.jpg);
background-attachment:fixed;
background-position:center;
background-repeat:repeat;
background-color:#000033;
color:#000033;
}

p a, p a:link, p a:active, p a:visited,
h2 a, h2 a:link, h2 a:active, h2 a:visited {
text-decoration:none;
font-weight:bold;
color:#000033;
}

h2.retail {
border-bottom:1px #000066 solid;
margin-top:10px;
}

p a:hover, h2 a:hover {
text-decoration:underline;
}

.container {
width:800px;
background:url(../imgs/transparent.png) repeat;
border:2px solid;
}

.content {

}

.glow-bg {
background:url(/imgs/glowing-bg.png);
background-repeat:repeat-y;
background-position:center;
}

.header {
background-color:#000066;
}


.menu_container, #nav, #nav ul {
background-color:#6EADE0;
}

.divider {
background-color:#6EADE0;
background-image:none;
}


.earth-footer {
width:800px;
height:145px;
background-image:url(../imgs/earth-footer.jpg);
border:2px #000033 solid;
border-bottom:#6EADE0 15px solid;
}

.main_img img {
padding:10px;
margin:10px;
background-color:#FFFFFF;
border:1px solid #000033;
}

.footer_links a, .footer_links a:link, .footer_links a:hover, .footer_links a:visited {
color:#000033;
}


