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


/* 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-size: 9pt; 
	margin: 0px; 
	padding: 0px; 
	background: #ffffff; 
  	background-position: top; 
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(../../images/bg.jpg);
}
table{
	font-size: 9pt; 
	font-family: arial, tahoma, verdana; 
	border: 0; 
	color: #000; 
  	border-collapse: collapse;
}


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


/* TOP HEADER
-------------------------------------------------------------------------------------- */
.cssHeaderTop{
	/*border: 1px #F00 dotted;*/
	width: 100%;
	height: 80px;
	background-image: url(../../images/topsubbg.png);
	background-repeat: repeat-x;

}
.cssHeaderTopWrapper{
	/*border: 1px #F00 dotted;*/
	margin-left: auto; 
	margin-right: auto;
	width: 900px; 
	padding: 0px 0px 10px 0px;
	height: 40px;
}
.cssHeaderTopWrapper .cssHeaderLogo{
	/*border: 1px #F00 dotted;*/
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	width: 200px;
	height: 80px;
}
.cssHeaderHotline{
	position: relative;
	float: left;
	width: 500px;
	height: 30px;
	font-weight: bold;
	text-align: left;
	font-family: century gothic;
	color: #FF0000;
	font-size: 14px;	
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	/*text-transform: lowercase;*/
	margin-left:-20px;
	margin-top: 30px;
}
.cssHeaderLine{
	position: relative;
	float: left;
	width: 900px;
	height: 10px;
	margin-top: 0px;
	background-color: #99ccff;
}
.cssHeaderLine2{
	position: relative;
	float: left;
	width: 900px;
	height: 6px;
	margin-top: 0px;
	background-color: #ffffff;
}
.cssHeaderSubMenu{
	position: relative;
	float: right;
	font-weight: bold;
	width: 300px;
	height: 30px;
	font-family: century gothic;
	font-size: 18px;	
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	text-transform: lowercase;
}
.cssHeaderSubMenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: right;
}
.cssHeaderSubMenu li {
	float: left;
	padding: 0px 15px 0px 15px;
	border-right: 4px dotted #000;
	height: 20px;
	line-height: 20px;
}
.cssHeaderSubMenu li a{
	height: 15px;
	float: left;
	display: block;
	color: #000;
	text-decoration: none;
	text-align: center;
}
.cssHeaderSubMenu li a:hover{
	text-decoration: none;
	color: #fff;
	text-decoration: none;
}


/* HEADER
-------------------------------------------------------------------------------------- */
.cssHeaderWrapper{
	/*border: 1px #F00 dotted;*/
	width: 900px; 
	height: 50px;
	margin-top: 20px;
	margin-left: auto; 
	margin-right: auto;
}


/* SLIDESHOW
-------------------------------------------------------------------------------------- */
.cssSlideShowWrapper{
	width: 900px; 
	height: 320px;
	margin-left: auto; 
	margin-right: auto;
	padding:1px 0 50px 0;
	background: url(../../upload/slider/simple_bg.png) no-repeat bottom;
}

.row-slider{ 
	height:320px; 
	width:900px
}
.coin-slider {  position: relative;  }
.coin-slider a{ text-decoration: none; outline: none; border: none; }
.cs-buttons { font-size: 0px; padding: 19px 0 0 0 !important; float: left; margin:0 !important; left:300px !important;}
.cs-buttons a { margin-left: 11px; height: 30px; width: 30px; float: left; text-indent: -1000px; background:url(../_plugin/coinslider/slider_button.png) 0 0 no-repeat;}
.cs-buttons a:hover, .cs-active { 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;}


/* SPLASH
-------------------------------------------------------------------------------------- */
.cssSplashWrapper{
	/*border: 1px #F00 dotted;*/
	position: relative;
	width: 900px; 
	margin-left: auto; 
	margin-right: auto;
	margin-top: 5px;
	min-height: 35px;
}
.cssSplashWrapper .cssSplashIntro{
	position: relative;
	float: left;
	width: 100%; 
	font-family: century gothic;
	font-size: 16px;
	color: #000;
	height: 35px;
	text-align: justify;
}
.cssSplashContent{
	/*border: 1px #F00 dotted;*/
	position: relative;
	width: 900px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto; 
	margin-right: auto;
}


/* SECTION
-------------------------------------------------------------------------------------- */
.cssSecWrapper{
	/*border: 1px #F00 dotted;*/
	position: relative;
	width: 900px; 
	margin-left: auto; 
	margin-right: auto;
	margin-top: 1px;
	min-height: 70px;
}
.cssSecWrapper .cssSecImg{
	width: 900px;
	height: 70px;
	padding: 15px 0px 15px 0px;
	background-image: url(../../upload/section/sec.jpg);
}
.cssSecWrapper .cssSecTitle{
	top: 40px;
	width: 860px;
	position:relative; 
	font-family: century gothic;
	font-size: 22px;
	text-align: right;
	padding: 0 20px 0 20px;
	color: #fff;
	font-weight: bold;
}


/* CONTENT LAYOUT AND SPACING MANAGEMENT
-------------------------------------------------------------------------------------- */
.cssContentWrapper{
	/*border: 1px #F00 dotted;*/
	position: relative;
	width: 900px;
	height: auto;
	margin-top: 10px;
	margin-left: auto; 
	margin-right: auto;
}
.cssContentWrapper .cssLeftCol{
	position: relative;
	width: 695px;
	float: left;
	padding-left: 0px;
	padding-right: 0px;	
}
.cssContentWrapper .cssRightCol{
	position: relative;
	float: right;
	width: 170px;
	padding-left: 0px;
	padding-right: 0px;	
}
.cssContentWrapper .cssSpaceCol{
	width: 35px;
}
.cssContentWrapper .cssSpaceCol2{
	width: 15px;
}
.cssContentWrapper .cssSpaceRow{
	width: 100%;
	height: 15px;
}
.cssContentWrapper .cssHorzLine{
	width: 100%;
	height: 25px;
	border-bottom: #999999 1px solid;
}
.cssContentWrapper .cssVertLine{
	width: 20px;
	border-left: #999999 1px solid;
}


/* CONTENT
-------------------------------------------------------------------------------------- */
.cssContentBlock{
	/*border: 1px #F00 dotted;*/
	width: 100%;
	float: left;
	position: relative;
	color: #000; 
	font-family: arial; 
}
.cssContentBlock .cssContentTitle{
	width: 100%;
	float: left;
	position: relative;
	font-size: 18px; 
	font-weight: bold;
}
.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: #336699;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
}
.cssContentBlock .cssContentDesp{
	float: left;
	width: 100%;
	position: relative;
	font-size: 12px; 
	text-align: left;
}
.cssContentSpacer{
	float: left;
	position: relative;
	width: 100%;
	height: 10px;
}
.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{
	margin-left: 6px;
	margin-top: 6px;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	text-align: center;
	vertical-align: middle;
	float: left;
}
.cssContentThumbs{
	margin-left: 19px;
	margin-top: 28px;
	width: 150px;
	height: 236px;
	border: 4px solid #fff;
	background-color: #fff;
	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 */

}




/* FOOTER
-------------------------------------------------------------------------------------- */
.cssFooterWrapper{
	/*border: 1px #F00 dotted;*/
	margin-left: auto; 
	margin-right: auto;
	width: 900px; 
	padding: 0px 0 0px 0;
	height: 140px;
}
.cssFooterLine{
	position: relative;
	float: left;
	width: 900px;
	height: 10px;
	margin-top: 0px;
	background-color: #99ccff;
}

.cssFooterMenu {
	position: relative;
	float: left;
	width: 900px; 
	height: 20px;
	background-color: #eeeeee;
	padding-top: 5px;
}
.cssFooterMenu ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 -5px;
	float: left;
}
.cssFooterMenu li {
	float: left;
}
.cssFooterMenu li a{
	float: left;
	padding-left: 15px;
	padding-right: 10px;
	display: block;
	border-right: 0.1em solid #99ccff;
	color: #000;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	font-family: arial;
}
.cssFooterMenu li a:hover{
	text-decoration: underline;
}
.cssFooterCopy{
	float: left;
	position: relative;
	margin-top: 10px;
	font-family: arial;
	color: #222;
	Font-size: 9pt;
	width: 900px; 
	height: 30px;
	padding-bottom:15px; 
}
.cssFooterSpacer{
	height: 20px; 
	float: left; 
	width: 870px; 
	position: relative; 
}





























