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 {
    width: 100%;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 11px;
    color: #666666;
    line-height: 1.3;
    background-color: #F6F6F6;
}
ol, ul {
    list-style: none;
}

:focus {
    outline: 0;
}

/**
 * Global Image styles
 */

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

img.side {
    float: left;
    margin: 0;
    padding: 0;
}

img.storeInfo {
    float: left;
    margin: 20px 0 0 35px ;
}

img.map {
    float: right;
}

img.topLeft {
    float: left;
    margin: 0 0 30px 1px;
}

img.topRight {
    float: right;
    margin: 0 0 30px 0;
    padding: 0 1px 0 0;
}


/**
 * Main page layout
 */
 
.clear {
	clear: both;
}
 
#top {
    width: 700px;
    margin: 54px auto 10px auto;
}    
 
.main-content {
    width: 700px;
    margin: 0 auto;
    border: 1px solid #ABABAB;
    background-color: #ffffff;
    clear: both;
}    

#header {
    position: relative;
    padding: 280px 0 30px 15px;
    background: transparent url(../img/main.jpg) no-repeat scroll 0 0;
    border-bottom: 1px solid #ABABAB;
    text-align: center;
    height: 1%;
}

#header h2 {
  	font-size: 13px;
    line-height: 1.2em;
    color: #848484;
    font-weight: normal;
   	text-align: center;
	padding: 13px 170px;
}

#header p {
	font-size: 12px;
	width: 420px;
	margin: 0 auto;
}

.subtitle {
	display: block;
	font-size: 18px;
    font-weight: normal;
    padding-bottom: 17px;
    line-height: 10px;
}

#main {
	margin: 31px 0 0 0 ;
}

#main h2 {
	font-size: 18px;
	font-weight: normal;
	width: 420px;
	margin: 0 auto;
	text-align: center;
}

.clusterFirst {
    width: 700px;
    clear: both;
    height: 100%;
    padding-top: 29px;
}

.cluster {
    width: 700px;
    clear: both;
    height: 117px;
    padding-top: 29px;
}

dl {
    margin: 0;
	padding: 0;
	float: left;
	width: 394px;
}

dt {
	font-size: 13px;
	font-weight: bold;
	color: #666;
	padding-bottom: 6px;
}

dd {
    color: #848484;
    font-size: 12px;
    line-height: 1.4em;
}


#bottom {
    clear: both;
}

#footer {  
	width: 669px;
   	margin: 0 auto;
	padding: 15px 10px 30px 21px;
    clear: both;
   
    font-size: 9px;
    color: #b4b4b4;
    line-height: 1em;
}
