body {
    background: url('img/pattern.gif');
    color:#666666;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:12px;
    margin-bottom:0;
    margin-top:0;
    padding-bottom:0;
    padding-top:0;
}

a:link {
color:#1B325F;
font-weight:bold;
text-decoration:none;
}

a:visited {
	color: #1B325F;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	text-decoration: none;
}

h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 2.2em;
}


h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.0em;
}

p {
    font-size: 12px;
	line-height: 1.3em;
	padding-bottom: 10px;
}

#wrapper {
    background-color:#FFFFFF;
    border-left:3px double #CCCCCC;
    border-right:3px double #CCCCCC;
    border-bottom: 3px double #CCCCCC;
    border-width:3px 3px;
    padding:2px 2px;
    
}

/* PRODUCT LISTING */
.cell {
    border: 1px solid #666666;
}

.cell img{ margin: 0 auto; }

.row {
     padding-bottom: 10px;
}
/* FOOTER */

#footer p {
    text-align: center;
}

/* HEADER */
#header {
}


/* MAIN MENU */
#menu {
    
}

#menu ul {
    background-color:#fff;
    height:26px;
    margin:0;
    padding:0;
    position:relative;
    text-align:center;
}

#menu ul li {
    float: left;
    display: block;
    margin: 10px;
    font-size: 14px;
    font-family:Verdana,Arial,sans-serif;
    font-weight: normal;
    padding: 10px;
    text-align: center;
}

#menu ul li a:link {
    background-color: #fff;
    color: #4C4C4C;
    font-weight: normal;
}

#menu ul li a:hover {
    color: #4C4C4C;
    text-decoration: underline;
}

/** sub navigation **/

#subnav ul li {
    float: left;
    padding: 10px;
    font-size: 10px;
    font-weight: normal;
}

#subnav ul li a:link {
}


/** sitemap **/

#sitemap {
    padding-top: 20px;
}

#sitemap h3 {
    margin-bottom: 10px;
}


h1#logo a
{
	width:300px;
	height:35px;
	display:inline-block;
	background:transparent url('../img/everydayflowers-logo.png') no-repeat;
	text-indent:-9999px;
	padding:11px 0 0 5px;
}
