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

@font-face{
	font-family: "Calibri";
	src: url('../fonts/calibri.ttf'), url('../fonts/calibri.eot');
}
* :focus { outline: 0; }
html, body{
	min-width:100%;
	min-height:100%;
	overflow: hidden;
	background-image:url('../images/Trejqet.jpg');
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8cmFkaWFsR3JhZGllbnQgaWQ9ImcyMzciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjeD0iNTAlIiBjeT0iNTAlIiByPSI1MCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjOThFMUVGIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMTRBMEJDIiBvZmZzZXQ9IjEiLz4KPC9yYWRpYWxHcmFkaWVudD4KPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2cyMzcpIiAvPgo8L3N2Zz4=);
	background-size: 100% 100%;
}
#mnStBackground{
	position: fixed;
	z-index: 0;
	min-height:100%;	

}
#mnStCanvas{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
}
nav{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;	
}
nav li{
	position: relative;
	display: block;
	float:left;
	/*width: 90px;*/
	height: 40px;
	text-align: center;
	line-height: 40px;	
	padding:0 20px;
	/* border: 2px solid #A00000;
	border-radius: 6px;
	background-color:#C00;*/
	
	background-color:#000;
	-webkit-opacity: 0.75;
	-moz-opacity: 0.75;
	opacity: 0.75;
	filter: alpha(opacity=75);

	
	
}
nav ul li a{
	text-decoration: none;
	color: white;
	font-family: Calibri;
	text-transform:uppercase;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-ms-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}

nav ul li a:hover{
	text-decoration: none;
	color: #ff0000;
	font-family: Calibri;
	
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-ms-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}

#mnStSlider{
	position: relative;	

}
#mnStNavMenu{
	position: absolute;
	overflow: hidden;
	z-index: 5;
}
#mnStNavImg{
	position: relative;
	left: 0px;
	width: 140px;
	height: 40px;
	padding:5px;
	background-color: #0c7e95;
	vertical-align: middle;
	border-radius:0px 0 0px 0px;
	-moz-border-radius:0px 0 0px 0px;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:0;
	
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:9px;
	
	z-index: 7;

}

#mnStNavImg:hover{
	text-decoration: none;
	background: -moz-linear-gradient(right, #0c7e95 0%, #72cee0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, right top, right top, color-stop(0%,#0c7e95), color-stop(100%,#72cee0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(right, #0c7e95 0%,#72cee0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(right, #0c7e95 0%,#72cee0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(right, #0c7e95 0%,#72cee0 100%); /* IE10+ */
	background: linear-gradient(to right, #0c7e95 0%,#72cee0 100%); /* W3C */
}

#mnStNaxRotatingX {
	display: block;
	position:absolute;
	left: 0;
	top: 4px;	
}

.mnStContent{
	clear:both;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}
.mnStScroller{
	width: 100%;
	position: relative;
}
#AddToCartBtn{
	width: 100px;	
}

.AccountMenuBtns{
	font-family: Verdana, Geneva, sans-serif;
	text-align:center;
	display:inline-block;
	padding: 3px 5px;
	color: white;
	background-color:#4479BA;
	text-decoration: none;
	font-size: 11px;
}

.AccountMenuBtns:hover{
	background-color:#C00;
}

.CartBtns{
	font-family: Verdana, Geneva, sans-serif;
	text-align:center;
	display:inline-block;
	padding: 10px 15px;
	color: white;
	background-color:#0c7e95;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
.CartBtns:hover{
	background-color:#C00;
}


.DownloadBtn{
	font-family: Verdana, Geneva, sans-serif;
	text-align:center;
	display:inline-block;
	padding: 5px 8px;
	color: white;
	background-color:#0c7e95;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.DownloadBtn:hover{
	background-color:#C00;
}
.mnStScrollArrow{
	position: fixed;
	display: block;
	right: 0;
	z-index:100;
	opacity: 0.5;
}
.mnStScrollArrow:hover{
	opacity:0.9;	
}
#mnStScrollUp{
	top: 50px;	
}
#mnStScrollDn{
	bottom:0;
}

#debug{
	position:fixed;
	min-height: 50px;
	width: 200px;
	color: white;
	background-color:#900;
	right: 0;
	bottom: 0;
	z-index: 1000;
}
.btmLine{
	clear: both;
	width: 100%;
	height: 1px;
	min-height: 1px;
	z-index: -100;
}
.mnStShareLink{
	text-decoration: none;
    padding: 5px 10px;
    background: #4479BA;
    color: #FFF;
	font-family: "Calibri";
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.mnStShareLink:hover {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}

#mnStFB{
	position: relative; 
}

#mnStFBLink{
	position: absolute;
	display: block;
	top: 9px;
	left: 15px;
}
#mnStFBLink:hover{
	opacity: 0.8;
}

#mnStFBShare{
	position: absolute;
	display: block;
	top: 9px;
	left: 40px;
	font-size: 14px;
	padding: 2px 4px;
}
#mnStFBResponse{
	position: absolute;
	top: 50px;
	left: 5px;
	font-family: "Calibri";	
}