body{
	background-image: url("../img/bg.png");
	background-repeat: repeat-x;
}
.footer{
	margin-top: 100px;
	height: 250px;
	background-image: url("../img/footer.png");
	background-repeat: repeat-x;
}
.foot_inner{
	margin-top: 100px;
	height: 250px;
	background-image: url("../img/footer.png");
	background-repeat: repeat-x;
}
.foot_font{
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.foot_contact{
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 15px
}
.logo{
	float: left;
	width: 300px;
	text-align: center;
}
.logo>img{
	margin-top: 20px;
}
.menu_bar{
	display: table; border-radius:4px; margin-top:70px; margin-left:2px; width:720px; height:40px;
	background-image: url("../img/menu_bg.png");
	background-repeat: repeat-x;

}

a:link{ text-decoration: none; }
a:hover{ text-decoration: none; }
a:visited{ text-decoration: none; }
a:active{ text-decoration: none; }

a.menu:link{
	color:#ffffff; vertical-align:middle; display: table-cell; padding: 5px; width: 200px;
}
a.menu:hover{
	color:#ffffff; vertical-align:middle; display: table-cell; text-decoration: none; background-color: #999999;
}
a.menu:visited{
	color:#ffffff; vertical-align:middle; display: table-cell;
}
a.menu:active{
	color:#ffffff; vertical-align:middle; display: table-cell;
}
.menu_sup{
	color:#ffffff; vertical-align:middle; display: table-cell;
}

.active{
	background-color: #999999;
}

a.cat_title:link{
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
}

div.cat_title{
	font-size: 28pt;
	font-weight: bold;
	font-style: italic;
	color: #2b5a9e;
}
.divide_title{
	clear:both; 
	margin-top:20px ; 
	margin-bottom: 20px;
	border-bottom:3px solid #2b5a9e;
}
.breadcrumb_link{
	font-size:20px; 
	margin:0px 20px 0px 0px;
}

.left_bar_menu{
	border-top-left-radius: 4px; border-top-right-radius: 4px; width:250px; margin:0px auto; background-color:#FFFFFF
}
.head_left_bar{
	font-size:26px; 
	color: #ffffff;
	padding:6px; 
	margin:0px -15px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-image: url("../img/menu_bg.png");
	background-repeat: repeat-x;
}
.table thead th{
	color: #FFFFFF;
	vertical-align:center;
	text-align: center;
	background: #F3F3F3;
  	background-color: #f8f8f8;
	background-image: -moz-linear-gradient(top, #607ffc, #2441b6);
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#607ffc), to(#2441b6));
  	background-image: -webkit-linear-gradient(top, #607ffc, #2441b6);
  	background-image: -o-linear-gradient(top, #607ffc, #2441b6);
  	background-image: linear-gradient(to bottom, #607ffc, #2441b6);
 	background-repeat: repeat-x;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff607ffc', endColorstr='#ff2441b6', GradientType=0);	
}
.table tbody {
	background-color: #FFFFFF;
}

.img_thumb{
	float:left; position:relative; width:120px; padding:5px; margin:3px;
	border:1px solid #2b5a9e; border-radius: 4px;
}

.cat_item_box{
	float: left;
	margin: 10px;
	width: 200px;
	height: 400px;
}
.cat_item_title{
	position: absolute;
	top: 8px;
	left: 5px;
	color: #FFFFFF;
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;;
}
.cat_item{
	background-image: url("../img/item_bg.png");
	background-size: 200px 200px;
    background-repeat: no-repeat;
	position: relative;
	width: 200px;
	height: 200px;
}
.cat_item_image{
	width: 120px;
	height: 120px;
	position: absolute;
	top: 55px;
	left: 40px;
}
.cat_item_detail{
	margin-top: 10px;
}

.product_item{
	/*border:1px solid #2b5a9e; */
	border-radius:4px; 
	position:relative; 
	width:150px; 
	height:150px; 
	margin:5px; 
	padding:5px; 
	float:left; 
	text-align:center
}

textarea {
    resize: none;
    width: 100%;
    min-height: 500px;
}

.brand_title{
	font-size: 30px;
	font-weight: bold;
}
.container {
	width: auto;
	position: relative;
	border-bottom: 1px solid #ccc;
}
.page_navigation {
	position: absolute;
	right: 5px;
	top: 2px;
}
.active_page {
	background-color:white !important;
	color:black !important;
}
.page_bt {
	padding: 3px;
	margin: 3px;
}