/* CSS Document */
html, body {
    height: 100%;
    font-family: 'Muli', sans-serif;
    background-color: #ffffff;
    font-size: 14px;
    padding:0;margin:0;
}

a.account-link
{background-image:url(../images/account-icon.png);
background-position:left;
background-repeat:no-repeat;
text-decoration:none;
display:inline;
color:#8b0038;
float:right;
padding:5px 0px 5px 30px;
background-size:20px 20px;
margin-left:10px;}

a.account-link:hover
{text-decoration:underline;}

a.cart-link
{background-image:url(../images/cart-icon.png);
background-position:left;
background-repeat:no-repeat;
text-decoration:none;
display:inline;
color:#8b0038;
float:right;
padding:5px 0px 5px 30px;
background-size:20px 20px;
margin-left:10px;}

a.cart-link:hover
{text-decoration:underline;}

a.login-link
{background-image:url(../images/sign-in-icon.png);
background-position:left;
background-repeat:no-repeat;
text-decoration:none;
display:inline;
color:#8b0038;
float:right;
padding:5px 0px 5px 30px;
background-size:20px 20px;
margin-left:20px;}

a.login-link:hover
{text-decoration:underline;}

a.navlinksmall {text-decoration: none;color:#000;line-height: 35px;}

a.navlinksmall:hover {text-decoration: none;}


.callus {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
}

.categories {text-transform: uppercase;font-weight: bold;padding:10px;border-bottom:1px #000 solid;}

.content-area {background: #fff;min-height: 300px;margin:0 auto;width:1200px;}

.content-left {float:left;width:250px;box-sizing: border-box;padding:20px;}
.content-right {float:right;width:950px;box-sizing: border-box;}

.footer {background:#133254;text-align: center;font-weight: bold;padding:40px;border-top:#a61d28 3px solid;color:#fff;}

.footer img {width:34px;height:34px;margin:10px;}

.header
{padding:0px;
background: #e0e1e3;
box-sizing: border-box;
padding:10px;
}

.header-left
{float:left;
text-align: center;	
width:350px;}

.header-inner {margin:0 auto;width:1200px;}

.header-middle
{float:right;
width:300px;
color:#a61d28;
padding-top:40px;}

.header-right
{float:right;
width:300px;}

.header-search
{
	text-align:right;
    padding:60px 0px 10px 0px;
}

.header-search-field
{padding:8px;
border:1px #8b0038 solid;
width:250px;
-webkit-border-radius: 6px 0px 0px 6px;
-moz-border-radius: 6px 0px 0px 6px;
border-radius: 6px 0px 0px 6px;}

.leftnav {padding:10px;}


.number {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
}

.topnav
{text-align: center;
background: #133254;
border-bottom:#a61d28 3px solid;}

.topnav a {color:#fff;font-weight: bold;line-height: 40px;margin:0px 10px 0px 10px;text-decoration: none;font-size: 18px;display:inline-block;padding:0px 30px 0px 30px;}

.topnav a:hover {background: #be4027;}


.wrapper 
{
	width:100%;
	margin:0 auto;
	border-radius: 10px 10px 0px 0px;
}

