@import url("BorisBlackBloxx/stylesheet.css");

@font-face {font-family: 'BorisBlackBloxx';
            src: url('menu.ttf') format('truetype');
}

@font-face {font-family: 'menu';
            src: url('menu.ttf');
}
	
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	color: #111;
}
shopbody {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	color: #111;
}


/* ~~ 元素/標籤選取器 ~~ */
ul, ol, dl { /* 由於瀏覽器之間的差異，最佳作法是在清單中使用零寬度的欄位間隔及邊界。為了保持一致，您可以在這裡指定所要的量，或在清單包含的清單項目 (LI、DT、DD) 上指定所要的量。請記住，除非您寫入較為特定的選取器，否則在此執行的作業將重疊顯示到 .nav 清單。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
}
a img { /* 這個選取器會移除某些瀏覽器在影像由連結所圍繞時，影像周圍所顯示的預設藍色邊框 */
	border: none;
}
/* ~~ 網站連結的樣式設定必須保持此順序，包括建立滑過 (Hover) 效果的選取器群組在內。~~ */
a:link {
	color: #FFFFFF;
	text-decoration: underline; /* 除非您要設定非常獨特的連結樣式，否則最好提供底線，以便快速看出 */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* 這個選取器群組可以讓使用鍵盤導覽的使用者，也和使用滑鼠的使用者一樣擁有相同的滑過體驗。 */
	text-decoration: none;
}


.container {
	width: 960px;
	background-color: #000000; 
	color: #000;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 500px;
}

.containerindex {
	width: 920px;
	background-color: #000000; 
	color: #000;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 450px;
}

.containerindex02a {
	width: 300px;
	background-color: #000000; 
	color: #000;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	height: 200px;
	float: left;
}
.containerindex02b {
	width: 300px;
	background-color: #000000; 
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	height: 200px;
	float: left;
}

.containerindex03 {
	width: 920px;
	background-color: #000000; 
	color: #000;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 250px;
	
}

.container02 {
	width: 960px;
	background-color: #232323; 
	color: #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}

.container03 {
	width: 960px;
	background-color: #000000; 
	color: #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}


.sidebar1 {
	float: left;
	width: 180px;
	background-color: #EADCAE;
	padding-bottom: 10px;
}



.header {
	background-color: #000000;
	width: 1900px;
	margin-left: auto;
	margin-right: auto;
}


.top {
	font-size: 20px;
	font-family: Arial Black, Gadget, sans-serif;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
	text-shadow: 0px 0px 5px #000;
	}
.top2 {
	height: 50px;
	font-size: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-bottom: 0px;
	text-shadow: 0px 0px 5px #000;
	box-shadow: 0px -1px 1px 1px #999;
	background-color: #333;
	}	
.top2shop {
	height: 50px;
	font-size: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-bottom: 0px;
	text-shadow: 0px 0px 5px #000;
	box-shadow: 0px -1px 1px 1px #999;
	background-color: #333;
	}	
.content {
	background-color: #E6E6E6;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: inherit;
}
.content2 {
	background-color: #000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
}
.content3 {
	background-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
}


/* ~~ 其他 float/clear 類別 ~~ */
.fltrt {  /* 這個類別可用來讓元素在頁面中浮動，浮動的元素必須位於頁面上相鄰的元素之前。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 這個類別可用來讓元素在頁面左方浮動，浮動的元素必須位於頁面上相鄰的元素之前。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 這個類別可放置在 <br /> 或空白的 Div 上，當做接在 #container 內最後一個浮動 Div 後方的最後一個元素 (如果從 #container 移除或取出 #footer) */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* ~~ 字體 ~~ */
.menufont {
    font-family: "menu";
    } 

.center {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
    }
.txt50 {
	margin-left: 50px;
	margin-right: 50px;
}
.txt30 {
	margin-left: 30px;
	margin-right: 30px;
}
.txt10 {
	margin-left: 50px;
	margin-right: 10px;
}
.whitetxt {
	color: #CCC;
	
}

.redtxt {
	color: #333333;
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow: 0px 0px 3px #333
}
.mail {
	font-size: 30px;
	text-shadow: 0px 0px 3px #333
}


/* ~~ 內文框架 ~~ */

#column01 {
	background-color: #E6E6E6;
	border-radius: 10px;
	width: 30%;
	height: 450px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 10px;
	margin-left: 6px;
	box-shadow: 0px 0px 2px 2px #CCC;
	float: left;
	padding: 10px;
	font-size: 24px;
}
#column02 {
	background-color: #FFFFFF;
	border-radius: 10px;
	width: 940px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	box-shadow: 0px 0px 2px 2px #CCC;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#column03 {
	width: 960px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	color: #FFF;
}
#column04 {
	background-color: #000000;
	border-radius: 10px;
	width: 960px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	box-shadow: 0px 0px 2px 2px #333;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#column05 {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFF;
	border-radius: 0px;
	padding-left: 20px;
	padding-right: 0px;
}
#column06 {
	width: 1150px;
	height: 40px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFF;
	border-radius: 5px;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 10px;
}
#column06shop {
	width: 960px;
	height: 40px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFF;
	border-radius: 5px;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 10px;
}
#column07 {
	border-radius: 10px;
	width: 940px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	box-shadow: 0px 0px 2px 2px #333;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#column08 {
	background-color: #999999;
	border-radius: 10px;
	width: 940px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	box-shadow: 0px 0px 2px 2px #333;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#columnshop {
	background-color: #232323;
	border-radius: 10px;
	width: 940px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	box-shadow: 0px 0px 2px 2px #333;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#columnhb24 {
	background-color: #232323;
	border-radius: 10px;
	width: 940px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	box-shadow: 0px 0px 2px 2px #333;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#fund {
	border-radius: 10px;
	width: 270px;
	margin-top: 10px;
	margin-right: 11px;
	margin-bottom: 10px;
	margin-left: 11px;
	/* [disabled]box-shadow: 0px 0px 2px 2px; */
	padding: 10px;
	float: left;
	height: 600px;
}

#d1 {
	margin-left: 10px;
	font-size: 20px;
	float: right;
	}
#d2 {
	margin-left: 10px;
	font-size: 20px;
	float: right;
	width: 100px;
	margin-top: 8px;
	}
#d3 {
	margin-left: 10px;
	font-size: 20px;
	float: right;
	width: 100px;
	margin-top: 10px;
	}
#dtw {
	margin-left: 10px;
	font-size: 20px;
	float: right;
	width: 81px;
	margin-top: 4px;
    }
#d4 {
	margin-left: 7px;
	margin-right: 0px;
	font-size: 30px;
	float: right;
	}
#d2fb {
	margin-left: 10px;
	font-size: 20px;
	float: right;
	width: 65px;
	margin-top: 8px;
	}		
		
.footer {
	background-color: #111;
	width: 100%;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	padding-top: 20px;
	padding-right: auto;
	padding-bottom: 20px;
	padding-left: auto;
}
.sectionHead {
	position: relative;
	height: 50px;
	width: 940px;
	margin: 0px auto;
	margin-top: 0px;
	margin-right-value: auto;
	margin-bottom: 0px;
	margin-left-value: auto;
	margin-left-ltr-source: physical;
	margin-left-rtl-source: physical;
	margin-right-ltr-source: physical;
	margin-right-rtl-source: physical;
	border-bottom: 2px solid rgb(149, 146, 142);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: rgb(51,51,51);
}
.sectionHead02 {
	position: relative;
	height: 40px;
	width: 850px;
	margin: 0px auto;
	margin-top: 0px;
	margin-right-value: auto;
	margin-left-value: auto;
	margin-left-ltr-source: physical;
	margin-left-rtl-source: physical;
	margin-right-ltr-source: physical;
	margin-right-rtl-source: physical;
	border-bottom-style: none;
}
#headerImage {
    width: 100%;
    height: 600px;
    background: url("./pic/head.jpg") no-repeat scroll center center transparent;
        background-color: transparent;
        background-image: url("./pic/head.jpg");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: center center;
        background-clip: border-box;
        background-origin: padding-box;
        background-size: auto auto;
}

#headerhbfs24title {
    width: 100%;
    height: 100px;
    background: url("./pic/hbfs24title.jpg") no-repeat scroll center center transparent;       
}

#headerImage24 {
    width: 100%;
    height: 450px;
    background: url("./pic/hbfs24a.jpg") no-repeat scroll center center transparent;       
}
	/* index
-------------------------------------------------------------- */
div.menuindex {
	width: 1200px;
	z-index: 100;
	border-radius: 0px 10px 10px 0px;
	background-color: #232323;
	box-shadow: 0px 0px 2px 2px #333;
	
}
#fourmain {
	width: 1200px;
	height: 500px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
}

#fademainbox{opacity: 0.5;-webkit-transition: opacity 0.5s linear;}
#fademainbox:hover{opacity: 1;}

.mainbox {width:1200px;
	height: 300px;}

div.mainbox01 {
	width: 240px;
	height: 400px;
	background-image: url(pic/mainboxhb30b.png);
	float:left;
	background-color:#000;}
div.mainbox01:hover {
	width: 240px;
	height: 400px;
	background-image: url(pic/mainboxhb30.png);
	float: left;
	background-color: #000;
}
	
div.mainbox02 {
	width: 240px;
	height: 400px;
	background-image: url(pic/mainboxhb24b.png);
	float:left;
	background-color:#000;}
div.mainbox02:hover {
	width: 240px;
	height: 400px;
	background-image: url(pic/mainboxhb24.png);
	float: left;
	background-color: #000;
}
	
div.mainbox03 {
	width: 240px;
	height: 400px;
	background-image: url(pic/mainboxosb.png);
	float:left;
	background-color:#000;}
div.mainbox03:hover {
	width: 240px;
	height: 400px;
	background-image: url(pic/mainboxos.png);
	float: left;
	background-color: #000;
}	

div.mainbox04 {
	width: 240px;
	height: 400px;
	background-image: url(pic/mainboxvlcaseb.jpg);
	float:left;}
div.mainbox04:hover {
	width: 240px;
	height: 400px;
	background-image: url(pic/mainboxvlcase.jpg);
	float: left;
}

div.mainbox05 {
	width: 960px;
	height: 400px;
	background-image: url(pic/mainboxpreviewb.jpg);
	float: center;}
div.mainbox05:hover {
	width: 960px;
	height: 400px;
	background-image: url(pic/mainboxpreview.jpg);
	float: center;
}

div.mainbox06 {
	width: 900px;
	height: 450px;
	background-image: url(pic/g3.jpg);
	float: center;
	margin-left: auto;
	margin-right: auto;	
	}
	
div.mainbox06:hover {
	width: 900px;
	height: 450px;
	background-image: url(pic/g3h.jpg);
	float: center;
	margin-left: auto;
	margin-right: auto;	
}


#fademainbox02{opacity: 0.5;-webkit-transition: opacity 0.5s linear;}
#fademainbox02:hover{opacity: 1;}

.mainbox02 {width: 300px;
	height: 200px;}
	
div.main24 {
	width: 300px;
	height: 200px;
	background-image: url(pic/main24.jpg);
	float: left;
	border-width: 1px;
	border-color: #333;
	border-style: solid;
	border-radius: 10px;
}
div.main24:hover {
	width: 300px;
	height: 200px;
	background-image: url(pic/main24h.jpg);
	float: left;
	border-width: 1px;
	border-color: #CCC;
	border-style: solid;
	border-radius: 10px;
}

div.mainos {
	width: 300px;
	height: 200px;
	background-image: url(pic/mainos.jpg);
	float: left;
	border-width: 1px;
	border-color: #333;
	border-style: solid;
	border-radius: 10px;
	}
div.mainos:hover {
	width: 300px;
	height: 200px;
	background-image: url(pic/mainosh.jpg);
	float: left;
	border-width: 1px;
	border-color: #CCC;
	border-style: solid;
	border-radius: 10px;
}

div.maincase {
	width: 300px;
	height: 200px;
	background-image: url(pic/maincase.jpg);
	float: left;
	border-width: 1px;
	border-color: #333;
	border-style: solid;
	border-radius: 10px;
	}
div.maincase:hover {
	width: 300px;
	height: 200px;
	background-image: url(pic/maincaseh.jpg);
	float: left;
	border-width: 1px;
	border-color: #CCC;
	border-style: solid;
	border-radius: 10px;

}
	
		
	/*
-------------------------------------------------------------- */



.featureRow {
	width: 100%;
}
.clear_fix {
    overflow: hidden;
	overflow-x: hidden;
    overflow-y: hidden;
    display: block;
}

#giffy {
	background-image: url('pic/showf.jpg');
	width: 650px;
	height: 433px;
	margin-right: auto;
	margin-left: auto;
}
#giffy:hover { background-image:url('pic/show.gif');
    margin-right: auto;
	margin-left: auto;}

#ap {
	background-image: url('pic/apf.jpg');
	width: 300px;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
}
#ap:hover { background-image:url('pic/ap.gif');
    margin-right: auto;
	margin-left: auto;}
	
#mxro {
	background-image: url('pic/mxro.jpg');
	width: 400px;
	height: 330px;
	margin-right: auto;
	margin-left: auto;
}
#mxro:hover { background-image:url('pic/mxro.gif');
    margin-right: auto;
	margin-left: auto;}
		
#lightup {
	background-image: url('pic/lightupf.jpg');
	width: 800px;
	height: 263px;
	margin-right: auto;
	margin-left: auto;
}
#lightup:hover { background-image:url('pic/lightup.gif');
    margin-right: auto;
	margin-left: auto;}	


	/* Shop
-------------------------------------------------------------- */
#item {
	border-radius: 10px;
	width: 428px;
	margin-top: 10px;
	margin-right: 11px;
	margin-bottom: 10px;
	margin-left: 11px;
	box-shadow: 0px 0px 2px 2px #333333;
	padding: 10px;
	float: left;
	height: 620px;
	background-color: #333;
}
#item02 {
	border-radius: 10px;
	width: 900px;
	margin-top: 10px;
	margin-right: 11px;
	margin-bottom: 10px;
	margin-left: 11px;
	box-shadow: 0px 0px 2px 2px #333333;
	padding: 10px;
	float: left;
	height: 510px;
	background-color: #333;
}
.itemtitle {
	font-size: 36px;
	line-height: 40px;
	font-family: BorisBlackBloxx;
	color: #DC3C3C;
	text-shadow: 0px 0px 3px #000;
	margin-bottom: 10px;
	margin-top: 20px;
}
.itemside {
	font-size: 24px;
	line-height: 26px;
	font-family: BorisBlackBloxx;
	color: #CCCCCC;
	text-shadow: 0px 0px 3px #000;
}
.underline {
	text-decoration: underline;
}

div.menu {
	position: fixed;
	width: 210px;
	z-index: 100;
	left: 1px;
	top: 330px;
	border-radius: 0px 10px 10px 0px;
	background-color: #232323;
	box-shadow: 0px 0px 2px 2px #333;
	padding-right: 10px;
	padding-left: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
		  }
		  
div.menu a {
	display: block;
	color: #FFF;
	border-bottom-color: #333;
	height: 53px;
			}
			
div.menu p {
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
			}

#fade{opacity: 0.3;-webkit-transition: opacity 0.5s linear;}
#fade:hover{opacity: 1;}

div.hb30 {
	background-image: url(pic/listhbfs30b.JPG);
	width: 200px;
	height: 53px;
	margin-top: 10px;
	margin-bottom: 20px;
}
div.hb30:hover {
	background-image: url(pic/listhbfs30.jpg);
	width: 200px;
	height: 53px;
}

div.hb24 {
	background-image: url(pic/listhbfs24b.jpg);
	width: 200px;
	height: 53px;
	margin-top: 10px;
	margin-bottom: 20px;
}
div.hb24:hover {
	background-image: url(pic/listhbfs24.jpg);
	width: 200px;
	height: 53px;
}

div.ostick {
	background-image: url(pic/listOpticalstickkitb.jpg);
	width: 200px;
	height: 53px;
	margin-top: 10px;
	margin-bottom: 20px;
}
div.ostick:hover {
	background-image: url(pic/listOpticalstickkit.jpg);
	width: 200px;
	height: 53px;
}

div.vlcase {
	background-image: url(pic/listVLCb.jpg);
	width: 200px;
	height: 53px;
	margin-top: 10px;
	margin-bottom: 20px;
}
div.vlcase:hover {
	background-image: url(pic/listVLC.jpg);
	width: 200px;
	height: 53px;
}

div.cart {
	background-image: url('pic/cart01.jpg');
	width: 250px;
	height: 250px;
	margin-right: auto;
	margin-left: auto;
}
div.cart:hover { background-image:url('pic/cart02.jpg');
    margin-right: auto;
	margin-left: auto;
}
div.cart:active { background-image:url('pic/cart03.jpg');
    margin-right: auto;
	margin-left: auto;
}	

	/* Forms
-------------------------------------------------------------- */

form			{}
fieldset		{}

legend			{font-weight: bold; font-size:1.2em;}
legend .span	{}

label       	{font-weight: bold; display:block;}

input {
	padding: 5px;
	font: 1.3em "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input[type='text']		{}
input[type='checkbox']	{}
input[type='radio']		{}
input[type='file']		{}
input[type='image']	{ border:0px;}

input[type='submit'] { font-size:1em; width:100px;}

textarea      	{ width: 370px; height: 100px; padding:5px; }

select        	{ width:auto; }
option			{}
optgroup		{}



input:focus,textarea:focus,select:focus {	
	border:1px solid #666;
}

input,textarea, select {
  margin:0.5em 0;
  border:1px solid #bbb;
}

div.submit input {
	color:#000; 
	text-decoration: none; 
	font-weight: bold;
	text-transform: uppercase;
	padding:0px 25px;
	height:25px;
	width:auto;
	min-width: 40px;
	line-height:25px;
	background: url(/img/bg-menuhover.png) repeat;
	border: 0px;
}

div.submit input:hover {
	background: #f8f8f8 url(/img/bg-menuhover.png) repeat;
	-webkit-transition: background-image 1s linear;
}

.ss-required-asterisk {
	color: #F00;
	font-size: 16px;
}

.ss-choices {
	list-style-type: none;
}
.ss-q-short {
	width: 300px;
}
.ss-q-radio {width: 20px;
}
.ss-q-long {width: 400px;
height:150px
}
.ss-q-title {
	font-size: 24px;
	color: #6CC;
	text-shadow: 0px 0px 5px #000;
}

	/*
-------------------------------------------------------------- */

#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
	height: 49px;
	border-radius: 0px 0px 0 0;
	-moz-border-radius: 0px 0px 0 0;
	-webkit-border-radius: 0px 0px 0 0;
	background: #141414;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAxCAIAAACUDVRzAAAAA3NCSVQICAjb4U/gAAAALElEQVQImWMwMrJi+v//PxMDw3+m//8ZoPR/qBgDEhuXGLoeYswhXg8R5gAAdVpfoJ3dB5oAAAAASUVORK5CYII=) 100% 100%;
	background: -moz-linear-gradient(top, #32323a 0%, #141414 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32323a), color-stop(100%, #141414));
	background: -webkit-linear-gradient(top, #32323a 0%, #141414 100%);
	background: -o-linear-gradient(top, #32323a 0%, #141414 100%);
	background: -ms-linear-gradient(top, #32323a 0%, #141414 100%);
	background: linear-gradient(to bottom, #32323a 0%, #141414 100%);
	border-bottom: 2px solid #e00f16;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-family: menu;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
	background: #141414;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAxCAIAAACUDVRzAAAAA3NCSVQICAjb4U/gAAAALElEQVQImWMwMrJi+v//PxMDw3+m//8ZoPR/qBgDEhuXGLoeYswhXg8R5gAAdVpfoJ3dB5oAAAAASUVORK5CYII=) 100% 100%;
	background: -moz-linear-gradient(top, #32323a 0%, #141414 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32323a), color-stop(100%, #141414));
	background: -webkit-linear-gradient(top, #32323a 0%, #141414 100%);
	background: -o-linear-gradient(top, #32323a 0%, #141414 100%);
	background: -ms-linear-gradient(top, #32323a 0%, #141414 100%);
	background: linear-gradient(to bottom, #32323a 0%, #141414 100%);
	color: #ffffff;
	display: inline-block;
	font-family: menu;
	font-size: 27px;
	line-height: 49px;
	padding: 0 20px;
	text-decoration: none;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul {
  float: left;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e00f16;
  margin-left: -10px;
}
#cssmenu > ul > li:first-child > a {
  border-radius: 0px 0 0 0;
  -moz-border-radius: 0px 0 0 0;
  -webkit-border-radius: 0px 0 0 0;
}
#cssmenu > ul > li:last-child > a {
  border-radius: 0 0px 0 0;
  -moz-border-radius: 0 0px 0 0;
  -webkit-border-radius: 0 0px 0 0;
}
#cssmenu > ul > li.active > a {
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
  background: #070707;
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAxCAIAAACUDVRzAAAAA3NCSVQICAjb4U/gAAAALklEQVQImWNQU9Nh+v//PxMDw3+m//8ZkNj/mRgYIHxy5f//Z0BSi18e2TwS5QG4MGB54HL+mAAAAABJRU5ErkJggg==) 100% 100%; 
  background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
  background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
}
#cssmenu > ul > li:hover > a {
  background: #070707;
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAxCAIAAACUDVRzAAAAA3NCSVQICAjb4U/gAAAALklEQVQImWNQU9Nh+v//PxMDw3+m//8ZkNj/mRgYIHxy5f//Z0BSi18e2TwS5QG4MGB54HL+mAAAAABJRU5ErkJggg==) 100% 100%; 
  background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
  background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
}
#cssmenu .has-sub {
  z-index: 1;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
  background: #e00f16;
  border-bottom: 1px dotted #ec6f73;
  filter: none;
  font-size: 20px;
  display: block;
  line-height: 120%;
  padding: 10px;
}
#cssmenu .has-sub ul li:hover a {
  background: #b00c11;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #b00c11;
  border-bottom: 1px dotted #d06d70;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #80090d;
}

#cssmenutwf {
	margin-left: 10px;
	width: 60px;
	margin-top: 14px;
	float:right;
	}

#cssmenutw {
	margin-left: 10px;
	width: 109px;
	margin-top: 14px;
	float:right;
	}
	
#cssmenufblike {
	margin-left: 10px;
	float: right;
	width: 65px;
	margin-top: 14px;
	}
	
.cssmenubg {
	height: 49px;
	padding-top: 0px;
	padding-right: 0px;
	background: #141414;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAxCAIAAACUDVRzAAAAA3NCSVQICAjb4U/gAAAALElEQVQImWMwMrJi+v//PxMDw3+m//8ZoPR/qBgDEhuXGLoeYswhXg8R5gAAdVpfoJ3dB5oAAAAASUVORK5CYII=) 100% 100%;
	background: -moz-linear-gradient(top, #32323a 0%, #141414 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32323a), color-stop(100%, #141414));
	background: -webkit-linear-gradient(top, #32323a 0%, #141414 100%);
	background: -o-linear-gradient(top, #32323a 0%, #141414 100%);
	background: -ms-linear-gradient(top, #32323a 0%, #141414 100%);
	background: linear-gradient(to bottom, #32323a 0%, #141414 100%);
	border-bottom: 2px solid #e00f16;
	font-family: menu;
	}
