﻿html, body, div, span, h1, h2, h3, h4, h5, h6, p, hr, 
a, a img, font, img, dd, dl, dt, li, ol, ul, blockquote,
fieldset, form, label, legend, table, caption, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: inherit;
	font-family: inherit;
	font-size: 100%;
    }
    
ol, ul {
	list-style: none;
    }
    
:focus {
	outline: 0;
    }
    
a 
{
    -moz-outline-style: none;
    }
    
a:active, a:focus 
{
    outline: 0 !important;
    }

body 
{
    color: #333;
    line-height: 1.2;
    font-size: 13px;
    text-align: center;
    background: #efefef;
    font-family: Arial;
    height: 100%;
    }

img 
{
    vertical-align: bottom;
    }

.clr 
{
    clear: both;
    }
    
a 
{
    color: #2c9ec8;
    text-decoration: none;
    }
    
a:hover 
{
    text-decoration: none;
    color:#333;
    }
    
p 
{
    margin: 20px 0;
    line-height: 1.3em;
    }
    
#albumTop 
{
    height: 42px;
    border-bottom: 3px solid #0ab6e9;
    width: 100%;
    background: url(album-top.jpg) repeat-x;
    }
    
#albumBottom 
{
    height: 49px;
    width: 100%;
    background: url(album-bottom.jpg) repeat-x;
    margin: 0;
    }

#zeroLogo 
{
    margin: 0 auto;
    width: 100%;
    float: left;
    margin: 30px 0 25px 0;
    }

#wrap 
{
    width: 995px;
    margin: 0px auto;
    text-align: left;
    padding: 20px 0 0 0;
    }
    
#mainContent 
{
    float: left;
    width: 995px;
    margin: 0px auto;
    height: 486px;
    }
    
.mainLeft 
{
    float: left;
    width: 400px;
    padding: 0 0 0 91px;
    }

.mainRight 
{
    float: left;
    width: 333px;
    padding: 39px 0 0 0;
    }

.zeroBold 
{
    color: #000000;
    font-weight: bold;
    font-size: 22px;
    }
    
.zeroBold b 
{
    color: #9c9c9c;
    }

.firstCollection 
{
    font-size: 22px;
    }

.divider 
{
    padding: 21px 0 13px 0;
    }

.preOrder 
{
    color: #17b5e5;
    font-weight: bold;
    font-size: 20px;
    padding: 0 0 14px 0;
    }
    
.enterWebsite 
{
    padding: 45px 0 0 0;
    }
