/* * * ROKKITT REGULAR * * */
@font-face {
    font-family: 'Rokkitt';
    src: url('../fonts/rokkitt-reg.eot');
    src: url('../fonts/rokkitt-reg.eot?#iefix') format('embedded-opentype'),
         url('../fonts/rokkitt-reg.svg') format('svg'),
         url('../fonts/rokkitt-reg.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* * * ROKKITT BOLD * * */
@font-face {
    font-family: 'Rokkitt';
    src: url('../fonts/rokkitt-bold.eot');
    src: url('../fonts/rokkitt-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/rokkitt-bold.svg') format('svg'),
         url('../fonts/rokkitt-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* * * SOURCE SANS NORMAL * * */
@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-regular.eot');
    src: url('../fonts/sourcesanspro-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-regular.svg') format('svg'),
         url('../fonts/sourcesanspro-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* * * SOURCE SANS ITALIC * * */
@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-regularitalic.eot');
    src: url('../fonts/sourcesanspro-regularitalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-regularitalic.svg') format('svg'),
         url('../fonts/sourcesanspro-regularitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

/* * * SOURCE SANS BOLD * * */
@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-bold.eot');
    src: url('../fonts/sourcesanspro-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-bold.svg') format('svg'),
         url('../fonts/sourcesanspro-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* * * BEBAS NEUE NORMAL * * */
@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/bebasneue-reg.eot');
    src: url('../fonts/bebasneue-reg.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue-reg.svg') format('svg'),
         url('../fonts/bebasneue-reg.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/*****************************
* *    	    WRAPS 	 	   * *
******************************/

body {
	background: #fff url(../images/template/body-bg.jpg) 50% 0;
	color: #000;
	font: normal 12px "Source Sans Pro", sans-serif;
	margin: 0;
	padding: 0;
}

/*****************************
* *    	    TOP BAR 	   * *
******************************/

.barWrap {
	padding: 5px 0 14px;
	height: 40px;
	background: url(http://bucklecity.westhostsite.com/vspfiles/photos/bar-bg.jpg) repeat-x 50% 0;
}

.barWrap .bar {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.barWrap .contact {
	line-height: 40px;
	text-transform: uppercase;
	color: #fff;
}

.barWrap .contact a {color: #f0ac2a;}

/*****************************
* *   	    HEADER	       * *
******************************/

header {
	height: 94px;
	margin: 0 auto;
	position: relative;
	width: 960px;
}

/*****************************
* *   	     LOGO   	   * *
******************************/

#display_homepage_title a {
	background: url(../images/template/header_bg.jpg) no-repeat 0 0;
	width: 295px;
	height: 55px;
	left: 0;
	top: 32px;
	position: absolute;
	display: block;	
	text-align: left;
	text-indent: -9999px;
}

#display_homepage_title a#homepage_title {
	background: none;
	font: 50px/1.1 Rokkitt, serif;
	color: #00a095;
	text-align: center;
	text-indent: 0;
	width: auto;
	top: 20px;
	text-decoration: none;
}

/*****************************
* *   	  SITE TOOLS	   * *
******************************/

.siteTools {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font: normal 15px/40px Rokkitt, serif;
	position: absolute;
	right: 95px;
	top: 0;
}

.siteTools a {color: #fff;}
.siteTools a:hover {
	text-decoration: none;
	color: #f0ac2a;
}

.siteTools li {
	float: left;
	padding: 0 17px;
}

/*****************************
* *   	 SHOPPING CART	   * *
******************************/

a.cart {
	display: block;
	width: 92px;
	height: 63px;
	text-indent: -9999px;
	position: absolute;
	top: -5px;
	right: 0;
	background: url(../images/template/cart-bg.png) no-repeat 0 0;
}

#display_cart_summary, .cartsummary_full, .cartsummary_empty {display: inline;}
#display_cart_summary a {display: none !important;}

/*****************************
* *   	     SOCIAL	       * *
******************************/

.barWrap .social {
	position: absolute;
	top: 10px;
	left: 486px;
}

.barWrap .social a {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background: url(../images/template/social-sprite.png) no-repeat 0 0;
	float: left;
	margin-left: 14px;
}
.barWrap .social a:first-child {margin-left: 0;}

.barWrap .social a.fb {background-position: 0 0;}
.barWrap .social a.fb:hover {background-position: 0 bottom;}

.barWrap .social a.tw {
	background-position: right 0;
	width: 25px;
}
.barWrap .social a.tw:hover {background-position: right bottom;}

.barWrap .tear {
	background: url(../images/template/tear.jpg) no-repeat 0 0;
	width: 277px;
	height: 19px;
	position: absolute;
	top: 100%;
	left: 101%;
}

/*****************************
* *   	    SEARCH	       * *
******************************/

.search {
	background: url(../images/template/search-bg.jpg) no-repeat 0 0;
	padding: 12px 11px 11px 9px;
	width: 268px;
	height: 23px;
    position: absolute;
    right: 10px;
    top: 24px;
}

.search .input {
	background: none;
	display: block;
    color: #b5b5b5;
    font-size: 12px;
    font-style: italic;
    line-height: 23px;
    height: 23px;
    padding: 0 85px 0 0;
    text-align: left;
    text-indent: 8px;
    width: 183px;
    border: none;
}

.search .input:hover,
.search .input:focus {
    color: #333;
}

.search .input:hover::-webkit-input-placeholder,
.search .input:focus::-webkit-input-placeholder {
    color: #333;
}

.search .submit {
	background: none;
	display: block;
    border: none;
    cursor: pointer;
    height: 23px;
    padding: 0;
    position: absolute;
    right: 11px;
    text-indent: -9999px;
    top: 12px;
    width: 81px;
}

.search .submit:hover {
	background: url(../images/template/search-submit-hover.jpg) no-repeat 0 0;
}

/*****************************
* *   NEWSLETTER SIGN-UP   * *
******************************/

.elist {
    background: url(../images/template/elist-bg.jpg) no-repeat 0 0;
    padding: 8px 9px 13px 12px;
    height: 23px;
    width: 268px;
    position: relative;
    margin-left: -6px;
}

.elist .input {
	background: none;
	display: block;
    color: #b5b5b5;
    font-size: 12px;
    font-style: italic;
    line-height: 23px;
    height: 23px;
    padding: 0 85px 0 0;
    text-align: left;
    text-indent: 8px;
    width: 183px;
    border: none;
}

.elist .input:hover,
.elist .input:focus {
    color: #333;
}

.elist .input:hover::-webkit-input-placeholder,
.elist .input:focus::-webkit-input-placeholder {
    color: #333;
}

.elist .submit {
    background: url(../images/template/elist-submit.png) no-repeat center;
	display: block;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
    height: 23px;
    padding: 0;
    position: absolute;
    right: 9px;
    top: 8px;
    width: 81px;
}

.elist .submit:hover {
	background: url(../images/template/elist-submit-hover.jpg) no-repeat 0 0;
}

/*****************************
* *   	TOP NAVIGATION	   * *
******************************/

.topNav {
	margin: 0 auto 15px;
	height: 38px;
	width: 960px;
	padding: 4px 7px;
	background: url(../images/template/topnav-bg.jpg) no-repeat 0 0;
}

/*****************************
* *   	LEFT NAVIGATION	   * *
******************************/

.leftNav {
	float: left;
	width: 180px;
}

.leftNav .menuTitle {
	color: #00a095;
	font: 700 18px/1.3 Rokkitt, serif;
	padding: 0 10px 8px 0;
	background: url(../images/template/menu-title-border.gif) repeat-x 0 bottom;
	margin-bottom: 10px;
}

/* PROMOTION */

#display_promotions_999 {
	margin: 10px auto;
	padding: 0;
	text-align: center;
	width: 100%;
}

#display_promotions_999 .promo {margin: 0 auto 10px;}

/*****************************
* *   	    CONTENT   	   * *
******************************/

.content {
	margin: 0 auto;
	width: 960px;
}

#content_area {
	float: right;
	padding: 0 !important;
	width: 760px;
}

#content_area table {
	text-align: left;
}

/*****************************
* *   	    FOOTER	       * *
******************************/

footer {
	position: relative;
	margin: 20px auto 0;
	font-size: 11px;
	color: #472f1e;
	width: 960px;
	height: 150px;
	background: url(../images/template/footer-border.jpg) no-repeat 0 0;
}

footer a {color: #472f1e;}

footer a:hover {
	text-decoration: none !important;
	color: #328ce1;
}

footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 58px;
	text-transform: uppercase;
}

footer ul.one {left: 0;}
footer ul.two {left: 136px;}
footer ul.three {left: 360px;}
footer ul.four {left: 500px;}
footer ul.five {
	left: 680px;
	text-transform: none;
}

footer li {margin-bottom: 4px;}

footer .title {
	position: absolute;
	top: 17px;
	color: #328ce1;
	width: 300px;
	font-size: 18px;
	font-weight: bold;
	font-family: Rokkitt, serif;
	padding-bottom: 10px;
	background: url(../images/template/title-grunge.png) no-repeat -20px bottom;
	margin-bottom: 6px;
	letter-spacing: .04em;
}

footer .title.one {left: 0;}
footer .title.two {left: 360px;}
footer .title.three {right: -20px;}

footer .social > div {float: left;}

footer .social a {
	display: block;
	width: 12px;
	height: 12px;
	text-indent: -9999px;
	background: url(../images/template/footer-social-sprite.png) no-repeat 0 0;
	float: left;
	margin-left: 5px;
	margin-top: 2px;
}

footer .social a.fb {background-position: 0 0;}

footer .social a.tw {
	background-position: right 0;
	width: 15px;
}

/*****************************
* *   	   COPYRIGHT	   * *
******************************/

.copyright {
	background: url(../images/template/footer-border.jpg) no-repeat 0 0;
	color: #472f1e;
	margin: 0 auto 30px;
	width: 960px;
	padding-top: 20px;
	font-size: 12px;
}

.copyright a {color: #472f1e;}

.copyright img {
	display: block;
	float: right;
}

.copyright .ssl {margin-top: -7px;}
.copyright .ccards {margin-right: 20px;}