@font-face {
    font-family: arialBlack;
    src: url('../fonts/arialblack.ttf');
}

body{
background-image:url('../images/assets/page_bg.png');
background-repeat: repeat;
background-attachment: fixed;
font-size:12px;

}

.container p{
padding-left:25px;
}

h1,h2,h3,h4,h5,h6{
padding-left:25px;
}

@media (min-width:1200px){
	.container{
	max-width: 970px;
	}
}

.btn.view_product{
background:url('../images/assets/view_product_bg.png') repeat-x;
font-weight:900;
text-align:center;
padding:6px 8px;
border:none;
color:#000;
font-size:0.9em;
border-radius:0;
box-shadow:1px 1px 2px #000;
}

.btn.buy_product{
background:url('../images/assets/buy_product_bg.png') repeat-x;
font-weight:900;
text-align:center;
padding:6px 5px;
border:none;
color:#fff;
font-size:0.9em;
border-radius:0;
box-shadow:1px 1px 2px #000;
display:none;
}

.container{
background:#fff;
margin-bottom:10px;
margin-top:10px;
padding:0;
border-top:none;
border-right:none;
border-left:none;
font-family: 'Lato', sans-serif;
box-shadow: -1px 1px 2px 1px #ccc;
}

.transparent{
background:transparent;
border:none;
box-shadow:none;
}

.price{
font-family: 'Laila', serif;
font-weight: 700;
font-size: 32px;
color:#000;
}

.price_small{
font-family: 'Laila', serif;
font-weight: 700;
font-size: 26px;
color:#000;
}

.small_price{
font-family: 'Laila', serif;
font-weight: 500;
font-size: 0.8em;
}

.panel-heading{
padding:0.3em 1.2em;
background:url('../images/assets/panel_bg.png') repeat-x #fff;
height:34px;
font-size:1.4em;
border-radius:0;
margin:0; 
border:0;
font-weight:700;
text-shadow:1px 1px #000;
}
.panel-heading h4{
color:#00;
font-size:1em;
}
.panel-default{
text-align:center;
border: none;
border:1px solid #ccc;
padding:0;
}
.panel-default > .panel-heading {
background-color:#fff;
border:none;
box-shadow:none;
color:#fff;
}

/***********************TOP NAVIGATION******************************/
/*******************************************************************/
.navbar {
min-height:25px !important;
border-radius:0;
margin:0;
border:0;
}

.navbar-default{
	background:url(../images/assets/button_bg.png);
	background-repeat:repeat-x;
	color:#fff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
float:right;
}

.navbar-default > .nav-link-padding{
padding:5px;
}

.navbar-default .navbar-nav>li>a {
color:#fff;
}

.navbar-default > .navbar-nav>li>a {
	padding:0;
}
.navbar-default ul li a:visited{
	color:#fff
}
.navbar-default ul li:hover{
	background:url(../images/assets/button_bg_hover.png);
	color:#fff;
}

.navbar-border{
border-radius:0;
}
.navbar-nav > li > a {
padding:15px;
padding-top:5px !important;
padding-bottom:5px !important;
font-size:0.89em;
border-radius:0;
margin:0;
font-weight:500;
text-shadow:1px 1px #000;
display:block;
background-image:url(../images/assets/button_spacer.png);
background-repeat:no-repeat;
}

.navbar-collapse{
padding:5px;
}

.header_titles h1{
background-repeat:no-repeat;
color:#fff;
font-size:3em;
text-shadow:1px 1px #000;
border-radius:0;
margin:0;
font-weight:200;
text-shadow:1px 1px #000;
padding:15px;
text-transform:uppercase;
}

.header_titles small{
color:#fff;
font-weight:900;
margin-left:15px;
}

.header_titles h1:nth-child(2){
font-size:8em;
}

/******************==========END OF GLOWING BUTTON==========***************/

/***********************END OF TOP NAVIGATION******************************/
/*******************************************************************/



	#makeMeScrollable
{
	width:980px;
	height:70px;
	position:relative;
}
	#makeMeScrollable div.scrollableArea img
{
	height:70px;
	position:relative;
	float:left;
	margin:2px;
	padding:0;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-o-user-select:none;
	user-select:none
}
.sidebar
{
	float:left;
	margin:5px;
	width:165px;
	height:auto;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	padding:5px 5px 5px 10px;
	font-size:14px
}
.content
{
	margin:5px;
	float:left;
	width:740px;
	min-height:400px;
	background:#ggg;
	border-radius:10px 10px 0 0;
	-khtml-border-radius:10px 10px 0 0;
	height:1800px;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0
}
.categories
{
	margin:5px 0 5px 12px;
	float:left;
	width:780px;
	height:auto;
	background:#ggg;
	border-radius:10px 10px 0 0;
	-khtml-border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0
}
.categories .group
{
	float:left;
	width:340px;
	margin:10px
}
.categories .group:nth-child(1),.categories .group:nth-child(2),.categories .group:nth-child(3)
{
	float:left;
	width:340px
}
.category_thumb img
{
	width:100px;
	height:100px
}
.category_thumb
{
	width:auto;
	border:1px solid #ccc;
	float:left;
	margin:2px
}
	a img
{
	border:0
}
.footer
{
	border-top:1px inset red;
	margin:30px auto auto;
	padding:5px 10px;
	min-height:30px;
	text-align:center;
	color:#333;
	font-weight:400;
	font-size:13px
}
.footer a
{
	color:#333;
	margin:0 15px
}

.send_button
{
	width:150px;
	height:30px;
	color:#000;
	border:1px solid #333;
	text-transform:capitalize;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	text-align:center
}
.cat{
	float:left;
	border:1px solid #ccc;
	height:auto
}
.cat_title
{
	font-weight:700;
	float:left;
	text-align:center;
	border:1px solid #ccc;
	background:#eee;
	font-size:11px;
	padding:4px;
	color:#333;
	margin:5px 0;
	text-transform:uppercase;
}
.cat_img{
margin:5px 0;
position:relative;
}

.cat_img img
{
	float:left;
	padding:0;
	height:auto
}



	#cboxOverlay,#cboxWrapper,#colorbox
{
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	overflow:hidden
}
	#cboxOverlay
{
	position:fixed;
	width:100%;
	height:100%
}
	#cboxBottomLeft,#cboxMiddleLeft
{
	clear:left
}
	#cboxContent
{
	position:relative
}
	#cboxLoadedContent
{
	overflow:auto;
	-webkit-overflow-scrolling:touch
}
	#cboxTitle
{
	margin:0
}
	#cboxLoadingGraphic,#cboxLoadingOverlay
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}
	#cboxClose,#cboxNext,#cboxPrevious,#cboxSlideshow
{
	cursor:pointer
}
.cboxPhoto
{
	float:left;
	margin:auto;
	border:0;
	display:block;
	max-width:none;
	-ms-interpolation-mode:bicubic
}
.cboxIframe
{
	width:100%;
	height:100%;
	display:block;
	border:0
}
	#cboxContent,#cboxLoadedContent,#colorbox
{
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box
}
	#cboxOverlay
{
	background:url(../images/overlay.png) repeat 0 0
}
	#colorbox
{
	outline:0
}
	#cboxTopLeft
{
	width:21px;
	height:21px;
	background:url(../images/controls.png) no-repeat -101px 0
}
	#cboxTopRight
{
	width:21px;
	height:21px;
	background:url(../images/controls.png) no-repeat -130px 0
}
	#cboxBottomLeft
{
	width:21px;
	height:21px;
	background:url(../images/controls.png) no-repeat -101px -29px
}
	#cboxBottomRight
{
	width:21px;
	height:21px;
	background:url(../images/controls.png) no-repeat -130px -29px
}
	#cboxMiddleLeft
{
	width:21px;
	background:url(../images/controls.png) left top repeat-y
}
	#cboxMiddleRight
{
	width:21px;
	background:url(../images/controls.png) right top repeat-y
}
	#cboxTopCenter
{
	height:21px;
	background:url(../images/border.png) 0 0 repeat-x
}
	#cboxBottomCenter
{
	height:21px;
	background:url(../images/border.png) 0 -29px repeat-x
}
	#cboxContent
{
	background:#fff;
	overflow:hidden
}
.cboxIframe
{
	background:#fff
}
	#cboxError
{
	padding:50px;
	border:1px solid #ccc
}
	#cboxLoadedContent
{
	margin-bottom:28px
}
	#cboxTitle
{
	position:absolute;
	bottom:4px;
	left:0;
	text-align:center;
	width:100%;
	color:#949494
}
	#cboxCurrent
{
	position:absolute;
	bottom:4px;
	left:58px;
	color:#949494
}
	#cboxLoadingOverlay
{
	background:url(../images/loading_background.png) no-repeat center center
}
	#cboxLoadingGraphic
{
	background:url(../images/loading.gif) no-repeat center center
}
	#cboxClose,#cboxNext,#cboxPrevious,#cboxSlideshow
{
	border:0;
	padding:0;
	margin:0;
	overflow:visible;
	width:auto;
	background:0 0
}
	#cboxClose:active,#cboxNext:active,#cboxPrevious:active,#cboxSlideshow:active
{
	outline:0
}
	#cboxSlideshow
{
	position:absolute;
	bottom:4px;
	right:30px;
	color:#0092ef
}
	#cboxPrevious
{
	position:absolute;
	bottom:0;
	left:0;
	background:url(../images/controls.png) no-repeat -75px 0;
	width:25px;
	height:25px;
	text-indent:-9999px
}
	#cboxPrevious:hover
{
	background-position:-75px -25px
}
	#cboxNext
{
	position:absolute;
	bottom:0;
	left:27px;
	background:url(../images/controls.png) no-repeat -50px 0;
	width:25px;
	height:25px;
	text-indent:-9999px
}
	#cboxNext:hover
{
	background-position:-50px -25px
}
	#cboxClose
{
	position:absolute;
	bottom:0;
	right:0;
	background:url(../images/controls.png) no-repeat -25px 0;
	width:25px;
	height:25px;
	text-indent:-9999px
}
	#cboxClose:hover
{
	background-position:-25px -25px
}
.cboxIE #cboxBottomCenter,.cboxIE #cboxBottomLeft,.cboxIE #cboxBottomRight,.cboxIE #cboxMiddleLeft,.cboxIE #cboxMiddleRight,.cboxIE #cboxTopCenter,.cboxIE #cboxTopLeft,.cboxIE #cboxTopRight
{
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF)
}


