@charset "utf-8";
/* CSS Document */

/* GLOBAL: RESET
-------------------------------------------------------------------------------------- */
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
del,
dd,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
	border:none;
	margin:0;
	padding:0;
	text-decoration:none
}

/* GLOBAL: FONT
-------------------------------------------------------------------------------------- */
@font-face {
	font-family: 'century gothic';
	src: url("../_font/GOTHIC.TTF"); /* FOR IEs */
}
@font-face {
	font-family: 'century gothic';
	src: local('century gothic'), url('../_font/GOTHIC.TTF') format('truetype'); /* for other web browsers */
}

/* GLOBAL: BODY
-------------------------------------------------------------------------------------- */
body{
	font: 12px arial, tahoma, verdana;
	margin: 0px; 
	padding: 0px; 
	background: #ededed; 
	background-position: top; 
	background-repeat: repeat;
	background-attachment: fixed;
	background: url(./../../images/wood140.jpg);
	text-align: left;
}
table{
	font: 12px arial, tahoma, verdana;
	border: 0; 
	color: #2c2c2c; 
  	border-collapse: collapse;
}

/* GLOBAL: THEME LAYOUT
-------------------------------------------------------------------------------------- */
.cssThemeWrapper{
	background: #fff; 
	margin-left: auto; 
	margin-right: auto;
	width: 920px; 
	text-align: left;
}
.cssThemeWrapper .bg900{
	background: #fff;
	margin-left: auto; 
	margin-right: auto;
	width: 900px; 
	text-align: left;
}
.cssThemeTop{
	top: 10px;
	width: 900px; 
	overflow: hidden;
	height: 340px;
	position: relative;
	float: left;
	border: 0px solid #999;
}
.cssThemeTopLeft{
	top: 5px;
	width: 550px; 
	overflow: hidden;
	height: 620px;
	position: relative;
	float: left;
	border: 0px solid #999;
}
.cssThemeTopRight{
	top: 10px;
	width: 350px; 
	overflow: hidden;
	height: 600px;
	position: relative;
	float: right;
}

/* GLOBAL: DEFAULT LINK STYLE
-------------------------------------------------------------------------------------- */
a {text-decoration: underline; color: #0b264a;}
a:hover{text-decoration: none; color: #cc0000;}
a img {border: none;}

/* HEADER
-------------------------------------------------------------------------------------- */
.cssHeaderWrapper{
	/*border: 1px #F00 dotted;*/
	z-index: 99900;
	position: relative;
	float: left;
	width: 900px; 
	height: 120px;
}
.cssHeaderLogo{
	position: relative;
	float: left;
	width: auto;
	height: 120px;
	margin-top: 15px;
}
.cssHeaderSlogan{
	position: relative;
	float: left;
	width: 200px;
	height: 57px;
	font-size: 19px;
	font-family: Times New Roman;
	color: #5f5f5f;
	margin: 45px 0px 0px 15px;
}
.cssCallNow{
	position: relative;
	float: right;
	width: auto;
	height: 120px;
	margin-top: 15px;
}
.cssHeaderFb{
	position: relative;
	float: left;
	width: 50px;
	height: 48px;
	margin: 45px 0px 0px 10px;
}
.cssHeaderFbLike{
	position: relative;
	float: left;
	width: 60px;
	height: 70px;
	margin: 35px 0px 0px 15px;
}
.cssHeaderHotline{
	position: relative;
	float: right;
	width: 185px;
	height: 20px;
	font-family: arial;
	font-weight: bold;
	color: #fff;
	font-size: 16px;	
	padding: 7px 10px 7px 10px;
	text-align: center;
	background: #5980b7;
}
.cssHeaderSubMenu{
	position: relative;
	float: right;
	width: 250px;
	height: 30px;
	font-family: arial;
	font-size: 11px;	
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-transform: uppercase;
}
.cssHeaderSubMenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: right;
}
.cssHeaderSubMenu li {
	float: left;
	padding: 0 10px 0 10px;
	border-right: 1px dotted #000;
}
.cssHeaderSubMenu li a{
	height: 18px;
	float: left;
	display: block;
	color: #000;
	text-decoration: none;
	text-align: center;
}
.cssHeaderSubMenu li a:hover{
	text-decoration: none;
	color: #515151;
	border-bottom: #515151 3px solid;
}
.cssHeaderSearch{
	position: absolute;
	right: 0px;
	top: 70px;	
	width: 300px;	
	text-align: right;
}
.cssHeaderSearch .cssSearchBox{
	height: 17px; 
	width: 140px;
	font-family: arial; 
	font-size: 10pt; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #a2a39f; 
	background-color: #ffffff; 
	padding: 2px;
	margin-top: 5px;
	color: #4f4f4f;
}
.cssHeaderSearch .cssSearchBtn{
	height: 23px; 
	font-family: arial; 
	font-size: 9pt; 
	background-color: #0b264a; 
	color: #fff; 
	padding: 0px 5px 0px 5px;
	border-style: none; 
	border-width: 0px; 
}

/* GLOBAL: SECTION
-------------------------------------------------------------------------------------- */
.cssSecWrapper{
	/*border: 1px #F00 dotted;*/
	position: relative;
	float: left;
	width: 900px; 
	margin-top: 1px;
	height: 90px;
	background: url(../../upload/section/sec.jpg) no-repeat bottom;
}
.cssSecWrapper .cssSecTitleMain{
	top: 22px;
	width: 860px;
	position:relative; 
	font-family: century gothic;
	font-size: 22px;
	text-align: left;
	padding: 0 20px 0 20px;
	color: #888;
}
.cssSecWrapper .cssSecTitleSub{
	top: 22px;
	width: 860px;
	position:relative; 
	font-family: arial;
	text-align: left;
	padding: 0 20px 0 20px;
	color: #fff;
}

/* SLIDESHOW
-------------------------------------------------------------------------------------- */
.cssSlideShowWrapper{
	width: 350px; 
	overflow: hidden;
	height: 350px;
	position: relative;
	float: left;
	padding: 1px 0 0px 0;
}
.cssSlideShowSplash{
	width: 350px; 
	overflow: hidden;
	height: 350px;
	position: relative;
	float: left;
	padding: 1px 0 10px 0;
}
.row-slider{ 
	width: 350px;
	height: 350px; 
}
.coin-slider {
	position: relative;  
}
.coin-slider a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}
.cs-buttons { 
	font-size: 0px; 
	padding: 0px 0 0 0 !important; 
	float: left; margin:0 !important; 
	left: 10px !important;
	top: -25px; 
}
.cs-buttons a { 
	margin-left: 11px; 
	height: 10px; 
	width: 10px; 
	float: left; 
	text-indent: -1000px; 
	background:url(../_plugin/coinslider/slider_button.png) 0 0 no-repeat;
}
.cs-active { 
	background:url(../_plugin/coinslider/slider_button_act.png) 0 0 no-repeat !important;
}
.cs-buttons a:hover{ 
	background:url(../_plugin/coinslider/slider_button_act.png) 0 0 no-repeat !important;
}
.cs-title { 
	width: 810px; 
	padding: 0; 
	background-color: #000000; 
	color: #FFFFFF; 
	margin:16px 0 0 0;
}
.cs-prev,.cs-next { 
	background-color: #000000; 
	color: #FFFFFF; 
	padding: 0px 13px; 
	margin:16px 0 0 0;
}

/* CONTENT LAYOUT AND SPACING MANAGEMENT
-------------------------------------------------------------------------------------- */
.cssContentWrapper{
	/*border: 1px #F00 dotted;*/
	float: left;
	position: relative;
	width: 900px;
	padding: 10px 0px 10px 0px;
}
.cssContentSpacer{
	float: left;
	position: relative;
	width: 100%;
	height: 10px;
}
.cssContentHline{
	float: left;
	position: relative;
	width: 100%;
	height: 1px;
	border-top: 1px #2e69b6 solid;
	//margin-bottom: 15px;
}
.cssContentWrapper .cssSpaceCol{
	width: 25px;
}

/* CONTENT
-------------------------------------------------------------------------------------- */
.cssContentBlock{
	/*border: 1px #F00 dotted;*/
	width: 100%;
	//float: left;
	position: relative;
}
.cssContentBlock .cssContentTitle{
	width: 100%;
	//float: left;
	position: relative;
	color: #cc0000;
	font-size: 22px; 
	margin-left: auto;
	margin-right: auto;
}
.cssContentBlock .cssSmallTitle{
	width: 100%;
	position: relative;
	color: #666666;
	font-size: 11px; 
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
}
.cssContentBlock .cssContentProd{
	font: 18px century gothic;
	color: #000;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
}
.cssContentBlock .cssContentProd a{
	font: 18px century gothic;
	color: #cc0000;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
}
.cssContentBlock .cssContentDesp{
	//float: left;
	width: 100%;
	color: #2c2c2c;
	font-size: 12px;
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.cssContentImg{
	margin-right: 0px;
	float: none;
	width: 360px;
	height: 60px;	
}
.cssContentImg img{
	width: 60px;
	height: 60px;	
}
.cssContentGallery{
	margin-right: 0px;
	float: left;
	width: 100%;
}
.cssContentImgThumb{
	margin-left: 5px;
	margin-top: 5px;
	width: 160px;
	height: 160px;
	border: 1px solid #666;
	text-align: center;
	vertical-align: middle;
	float: left;
}
.cssContentImgVer{
	float: none;
	vertical-align: middle;
}
.cssContentImgHor{
	float: none;
	margin-top: 30px;
	vertical-align: middle;
}
.cssContentImgVer img{
	width: auto;
	height: 160px;
}
.cssContentImgHor img{
	width: 160px;
	height: auto;
}
.cssContentSubcatImg{
	width: 128px;
	height: 128px;
	text-align: center;
	vertical-align: middle;
	float: left;
}
.wrapper{  
	margin-right: 5px;
	margin-top: 5px;
    position:relative; /* important(so we can absolutely position the description div */ 
    width:128x;
    float: left;
	border: 1px solid #bebebe;
}  
.description{  
    position:absolute; /* absolute position (so we can position it where we want)*/  
    bottom:0px; /* position will be on bottom */  
    left:0px;  
    display:none; /* hide it */ 
    width:128px;
    height:30px;
    margin-top:-31px;
    /* styling bellow */  
    background-color:#2e69b6;  
    font-family: 'tahoma';  
    font-size:11px;  
    color:white;  
	text-align: center;
	z-index: 99900;
}  
.cssContentThumbs{
	margin-left: 19px;
	margin-top: 28px;
	width: 150px;
	height: 236px;
	border: 4px solid #ededed;
	background-color: #ededed;
	text-align: center;
	vertical-align: middle;
	float: left;
}
.cssContentThumbs .cssThumbs{
	width: 150px;
	height: auto;
	text-align: center;
	vertical-align: middle;
}
.cssContentThumbs .cssThumbs .cssThumbsSName{
	margin-top: 4px;
	width: 100%;
	height: 35px;
	position: relative;
	font-size: 10px; 
	text-align: center;
}
.cssContentThumbs .cssThumbs .cssThumbsMName{
	margin-top: 4px;
	margin-bottom: 5px;
	width: 100%;
	height: 35px;
	position: relative;
	font-size: 10px; 
	text-align: center;
}
.cssContentThumbs .cssThumbsCart{
	margin-top: 8px;
	position: relative;
	font-size: 12px; 
	text-align: center;
}
.cssContentThumbs .cssThumbsCart input{
	position: relative;
	font-size: 11px; 
	text-align: center;
	z-index: 1; 
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 0px;
left: -1000px;
border: 1px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border: 3px solid #fff;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -210px;
left: 45px; /*position where enlarged image should offset horizontally */

}

/* SIDEBAR MENU 1
-------------------------------------------------------------------------------------- */
.cssSideMenu{
	/*background: #CCC;*/
	float: left;
	width: 100%;
	position: relative;
	font-family: arial;
	font-size: 14px;	
}
.cssSideMenu ul {
	/*background: #CCC;*/
	list-style: none;
	padding: 0px;
	margin: 0;
}
.cssSideMenu li {
	/*background: #CCC;*/
	width: 215px;
	float: left;
	margin-bottom: 5px;
	border-bottom: 1px #2e69b6 solid;
	border-right: #2e69b6 10px solid;
}
.cssSideMenu li a{
	/*background: #CCC;*/
	padding-top: 4px;
	padding-bottom: 4px;
	width: 215px;
	float: left;
	padding-left: 5px;
	padding-right: 0px;
	display: block;
	color: #666666;
	text-decoration: none;
	text-align: left;
	//border-right: #0b264a 5px solid;
	background: #ffffff;	
}
.cssSideMenu li a:hover{
	color: #fff;
	text-decoration: none;
	border-right: #0b264a 5px solid;
	background: #2e69b6;	
}

/* FOOTER
-------------------------------------------------------------------------------------- */
.cssFooterWrapper{
	/*border: 1px #F00 dotted;*/
	font-family: arial;
	font-size: 12px;
	color: #fff;
	float: left;
	position: relative;
	width: 900px; 
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 1px 0px 25px 0px;
	border-top: 1px #0b264a solid;
}
.cssCopyright{
	float: left;
	position: relative;
	background: #0b264a;
	width: 80%;
	height: 20px;
	padding: 5px 0px 0px 0px;
	text-align: left;
}
.cssPowered{
	float: right;
	position: relative;
	background: #0b264a;
	width: 20%;
	height: 20px;
	padding: 5px 0px 0px 0px;
	text-align: right;
}





























