@charset "utf-8";
/* CSS Document */
/* Created by Ryan Connolly for Need To Build Muscle Inc. */

body{
	background:#09C url(http://www.needtobuildmuscle.com/store/images/lineup.png) no-repeat fixed top center;
	width:100%;
	text-align:center;
	height:100%;
	margin:0;
	padding:0;
	font-family:'Lucida Sans', 'Lucida Grande','Segoe UI',Verdana,sans-serif !important;
}
/* TOP BAR INCLUDING SEARCH FORM */
#topbar{
	width:100%;
	height:22px;
	background-color:#454545;
	text-align:center;
	position:fixed;
	z-index:3;
}
.topbarmiddle{
	width:946px;
	margin:auto;
	text-align:right;
	color:#000;
	font-weight:bold;
}
#sharebar{
	float:left;
	border:0;
}
.search{
	background:url(http://www.needtobuildmuscle.com/store/images/go.jpg) top left no-repeat;
	width:60px;
	height:20px;
	border:0px;
	float:right;
}
.search_input{
	width:180px;
	height:20px;
	border:0px;
	margin:0 0 0 0;
	background:url(http://www.needtobuildmuscle.com/store/images/input.jpg) top left no-repeat;
}
/* MAIN CONTAINER - Holds Header, Menubar, Sidebar & Content Area */
#container{
	width:940px;
	padding-top:20px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	background-color:#fff;
	height:100%;
	border-right:2px solid #000;
	border-left:2px solid #000;
	border-bottom:2px solid #000;
}
#header{
	background:URL(http://www.needtobuildmuscle.com/store/images/header.png) no-repeat top center;
	height:134px;
	width:940px;
}
/* MENUBAR - Straight forward here. */
#menubar{
	background:#454545 url(http://www.needtobuildmuscle.com/store/images/navbar.png) no-repeat top center;
	width:940px;
	height:30px;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
}
#menu{
	font-family:'calibri', 'Lucida Sans', 'Lucida Grande','Segoe UI',Verdana,sans-serif !important;
	font-size:12px !important;
	display:block;
	float:left;
	margin:8px 0 0 -30px;
}
#menu li{
	font-family:'calibri', 'Lucida Sans', 'Lucida Grande','Segoe UI',Verdana,sans-serif !important;
	display:block;
	float:left;
}
#menu li a{
	font-family:'calibri', 'Lucida Sans', 'Lucida Grande','Segoe UI',Verdana,sans-serif !important;
	color:#FFF;
	margin:0 0 0 37px;
	text-decoration:none;
	font-weight:bold;
}
#menu li a:visited{
	font-family:'calibri', 'Lucida Sans', 'Lucida Grande','Segoe UI',Verdana,sans-serif !important;
	text-decoration:none;
}
#menu li a:hover{
	font-family:'calibri', 'Lucida Sans', 'Lucida Grande','Segoe UI',Verdana,sans-serif !important;
	color:#51B3DC;
}
.viewcart{
	width:180px;
	height:30px;
	background:URL(http://www.needtobuildmuscle.com/store/images/viewcart.png) no-repeat;
	float:right;
	text-align:center;
       margin-top:2px;
}
.cartprice{
	color:#F00;
	float:right;
	padding-right:12px;
	padding-top:5px;
	font-size:13px;
	font-weight:bold;
}
#content{
	width:940px;
}
/* SIDEBAR - 282px Wide, Include Category tree and Widgets */
#content-left{
	width:282px;
	margin-top:0;
	float:left;
}
#content-left p{
	padding-left:5px;
}
#links{
	list-style-type:none;
	padding:0 0 0 0;
	display:block;
	margin-top:0px;
	margin-bottom:0px;
}
#links li{
	background:url(http://www.needtobuildmuscle.com/store/images/bg2.png) top left no-repeat;
	display:block;
	width:282px;
	height:40px;
	margin:0 0 1px 0;
}
#links li:hover{
	background:url(http://www.needtobuildmuscle.com/store/images/bg1.png) top left no-repeat;
	text-shadow: -2px -2px #000;
}
#links li a{
	font-size:12px;
	padding:10px 0 0 38px;
	color:#FFF;
	text-decoration:none;
	display:block;
	font-weight:bold;
}
#content-left #links2{
	padding-left:5px;
}
#links2{
	list-style-type:none;
	display:block;
	margin:-10px 0 0 0;
}
#links2 li{
	display:block;
	width:282px;
	padding:2px 0 2px 0;
	border-bottom:1px solid #e2e2e2;
}
#links2 li:hover{
	background:#e2e2e2;
}
#links2 span{
	visibility:hidden;
}
#links2 a:hover span{
	visibility:visible;
}
#links2 li a{
	font-size:13px;
	text-decoration:none;
	color:#2C2C2D;
}
.all{
	width:275px;
	height:20px;
	float:left;
	font-size:11px;
	color:#7C8995;
	margin:5px 0 5px 0;
	display: block;
}
#content-middle{
	width:658px;
	float:left;
}
#slider { height:409px; position:relative; overflow:hidden; }
#slider-holder { width:658px; height:409px; position:relative; overflow:hidden; }
#slider-holder .jcarousel-clip{ width:658px; height:409px; position:relative; overflow:hidden; }
#slider-holder ul{ width:658px; height:409px; position:relative; overflow:hidden; list-style-type: none; margin-top:0px; padding-left:0px;}
#slider-holder ul li{ width:658px; height:409px; position:relative; overflow:hidden; float:left; }

#slider-nav { position:absolute; top:390px; left:580px; z-index:2;}
#slider-nav a{ font-size:0; line-height:0; text-indent: -4000px; width:10px; height:10px; border:solid 1px #8b0000; background:#8b0000; float:left; margin-right:5px; }
#slider-nav a:hover,
#slider-nav a.active { background:#fff;}
/* FOOTER - Contained outside of Container Div for asthetic purposes */
#footer{
	width:940px;
	margin:auto;
	text-align:center;
}
#menu_f{
	font-size:12px;
	display:block;
	padding:20px 0 0 0;
	color:#000;
	margin:auto;
}
#menu_f li{
	display:inline;
	list-style-type:none;
}
#menu_f li a{
	color:#000;
	margin:25px 10px 10px 10px;
	text-decoration:none;
	font-weight:bold;
}
#menu_f li a:visited{
	text-decoration:none;
}
#menu_f li a:hover{
	text-decoration:underline;
}
#menu_f2{
	font-size:12px;
	display:block;
	padding:10px 0px 25px 0px;
	color:#fff;
	margin:auto;
}
#menu_f2 li{
	display:inline;
	list-style-type:none;
	
}
#menu_f2 li a{
	color:#000;
	margin:25px 10px 10px 10px;
	text-decoration:none;
}
#menu_f2 li a:visited{
	text-decoration:none;
}
#menu_f2 li a:hover{
	text-decoration:underline;
}
/* MISC - Misc. code that is/can be used throughout different areas of the site. */
.heading{
	width:100%;
	height:31px;
	background:url(http://www.needtobuildmuscle.com/store/images/behindtext.png) repeat-x;
	padding-top:5px;
	padding-left:5px;
	margin-bottom:5px;
	overflow:hidden;
	font-size:12px;
	color:#fff;
}
.widget{
	height:100%;
	width:100%;
	margin-bottom:10px;
	margin-top:1px;
	overflow:hidden;
}

#productGrid .content-odd4 {
    float: left;
    padding: 0 21px 0 20px;
    text-align: center;
    width: 120px;
    border-right: 1px solid #EAEAEA;
    margin-bottom: 40px;
}

#productGrid .content-even4 {
    float: left;
    padding: 0 21px 0 20px;
    text-align: center;
    width: 120px;
    border-right: 1px solid #EAEAEA;
    margin-bottom: 40px;
}

#productGrid .title {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 30px;
    min-height: 30px;
}

#productGrid .title a {
    text-decoration: none !important;
    color: #000 !important;
}

#productGrid .detailBtn {
    background-color: #484848;
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    margin: 0 auto;
    padding: 10px 0 0;
    text-align: center;
    text-decoration: none;
    width: 111px;
}

#productGrid .addToCartBtn {
    display: none;
}

#productGrid .sprice, #productGrid .outofstock, #productGrid #qtyPricing {
    border-bottom: 1px solid #EAEAEA;
    display: block;
    width: 111px;
    color: red;
    font-weight: bold;
    font-size: 16px;
    margin-top: 15px;
    min-height: 55px;
}

#productGrid #qtyPricing p {
    margin: 0px;
}

#productGrid .detailBtn a {
    color: #FFF !important;
    text-decoration: none !important;
}

#productGrid .photo {
    min-height: 125px;
}

#productGrid h2 {
    background: url("http://www.needtobuildmuscle.com/store/images/behindtext.png") repeat-x scroll 0 0 transparent;
    color: #FFFFFF;
    font-family: 'Lucida Sans','Lucida Grande','Segoe UI',Verdana,sans-serif !important;
    font-size: 12px !important;
    font-weight: normal !important;
    height: 31px;
    margin-bottom: 5px;
    overflow: hidden;
    padding-left: 0px;
    padding-top: 5px;
    width: 100%;
    margin-top: 1px;
}

#widgetCategories .body ul li a {
    padding-left: 38px !important;
}
.widget .body .field input{
	width:225px !important;
	height:20px !important;
	float:left !important;
	font-size:11px !important;
	color:#7C8995 !important;
	margin:5px 0 5px 0 !important;
	display: block !important;
}
.widget .body .button{
	width:50px !important;
	height:20px !important;
	float:left !important;
	font-size:12px !important;
	color:#fff !important;
       background: #000 !important;
	margin:5px 0 5px 0 !important;
       padding-top:5px;
	display: block !important;
       text-align:center;
}
.widget .body .button a{
	color:#fff !important;
       text-decoration:none;
       font-weight:bold;
}
.widget .body .button a:hover{
	font-size:14px !important;
}
