@charset "UTF-8";
/* CSS Document */
body {
	background-color: #000000;
}
@font-face {
	font-family: 'Bellevue';
	src: url('/misc/bellevue-webfont.eot');
	src: url('/misc/bellevue-webfont.eot?#iefix') format('embedded-opentype'), url('/misc/bellevue-webfont.woff') format('woff'), url('/misc/bellevue-webfont.ttf') format('truetype'), url('/misc/bellevue-webfont.svg#bellevueregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
#content {
	width:100%;
	/*position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	*/
	align-content:center;
	text-align:center;
}
/*div stuff*/
#container {
	position: fixed;
	width: 100%;
	bottom: 0;
	background-image: url(/images/complexbg.png);
	background-size: contain;
	text-align: center;
	padding-top: 0.5em;
	z-index:100;
}
/*end*/
* {
	margin: 0;
	padding: 0;
}
ul {
	width: 100%;
	margin-left: auto;/*	clear:both;*/
	margin-right:auto;
}
br {
	clear: both;
}
li {
	width: 9%;
	float: left;/*background-color:#000000;*//*border-right: 1px solid #eee;*/
	/*border:#A09C9C thin dotted;*/
}
li:last-child {
	border-right: none;
}
li a {
	text-align: center;
	display: block;
	width: 90%;
	/*padding:4% 10%;*/
	padding: 4% 10%;
	text-decoration: none;
	color: #FFCCFF;
	/*background-color:#000000;*/
	font-size: 1.1em;
	font-family: "Bellevue", "Times New Roman", serif;
}
#nav li.short {
	width: 7%;
	float: left;
	height: 30px;
	line-height: 16px;
	//border: red !important;
}
#nav li.medium {
	width: 10.4%;
	float: left;
	height: 30px;
	line-height: 16px;
}
#nav li.long {

	width: 14.4%;
	float: left;
	height: 30px;
	line-height: 14px;
}
li a:hover {
	color: #FFFFFF;
}
li a:active {
	color: #FFFFFF;
}
li a:visited {
	color: #FFCCFF;
}
article {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #FFFFFF;
	padding: 2.5%;
	text-align: left;
	font-family: Times, "Times New Roman", serif;
	font-size: 1.15em;
	font-weight: 400;
}
article p {
	margin-top: 1em;
	margin-bottom: 1em;
}
aside {
	width: 33%;
	float: right;
	padding-bottom: 10%;
	color: #FFCCFF;
}
header.logo {
	padding: 1em;
	padding-top:35px;
	text-align: center;
}
a.logoimg img {
	width:21.65%;
}
section header h2 {
	color:#FFFFFF;
	font-size:1.25em;
	font-family:"Bellevue", serif;
}
article header h2 {
	font-family: 'Bellevue', serif;
	font-size: 1.25em;
	color: #FFF;
	text-align: left;
	font-weight: 100;
	padding-left: 2.5%;
	padding-right: 2.5%;
	padding-bottom: 0;
	margin-bottom: 0;
}
aside header h2 {
	font-family: 'Bellevue';
	font-size: 1.25em;
	color: #FCF;
	text-align: left;
	font-weight: 100;
	padding-left: 1%;
	padding-right: 2.5%;
	padding-bottom: 0;
	margin-bottom: 0;
}
/*.ltcol { float:left; width:33.2%; text-align:center; align-content:center;}
	.ctcol { float:left; width:33.2%; text-align:center; align-content:center;}
    .rtcol { float:right; width:33.2%; text-align:center; align-content:center;}*/
div.copy {
	width: 200px;
	margin-left: 40%;
	color: #cccccc;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: smaller;
}
/*new stuff below*/
#banner {
	display: none;
	
}
#social {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}
span.fa {
	display: block;
	color: #000000;
	background-color: #FFCCFF;
	width: 30px;
	border-radius: 30px;
	line-height: 30px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	text-decoration: none;
	float: left;
	margin: 6px;
}
.viewBtn {
	position: relative;
	background-color: #000;
	color: #FFF;
	font-family: Times, "Times New Roman", serif;
	font-size: 1em;
	height: 1.8em;
	border: none;
	width: 6em;
	left: 9.2em;
	top: -1.8em;
}
#hideBtn {
	font-size: small;
	padding:0.15em;
}
#cart {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 200;
	background-color: #FFF;
	display: none;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	-moz-box-shadow: 2px 2px 3px 3px #666;
	-webkit-box-shadow: 2px 2px 3px 3px #666;
	box-shadow: 2px 2px 3px 3px #666;
}
#basket {
	width: 320px;
}
#contents {
	width: 320px;
}
th {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
}
#contents td {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	border-bottom: #CCC thin solid;
	padding-bottom: 1em;
}
#fsub {
	background-color: #FCF;
	border: #000 thin solid;
	border-radius: 3px;
}
#citem {
	/*display: block;
	width: 75px;
	height: 40px;*/
	position: absolute;
	top: 0;
	right: 20px;
	z-index: 18;
	color: #FFF;
}
#citem:hover {
	cursor:pointer;
}
article.press img {
	width: 16%;
	height: auto;
	padding-bottom:4px;
}
#search { float: right; margin-top: 6px; width: 250px;}
.search { padding: 5px 0;width:230px; height:30px; position: absolute; right:75px; line-height: 22px;}
.search input {  position:absolute;
    /*    width:0px;*/
        float:left;
       /* margin-left:210px;*/
      /*  -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;*/
        background: #000; height:30px; line-height: 18px; font-style: italic; padding:0 2px 0 2px; font-family: arial;  font-size: 15px;color: #fff; outline: none; /*-webkit-appearance: none;*/ border-radius: 0; border-width: 0; border-bottom: #FFFFFF thin solid; width: 200px; }
.search:hover input ,  .search input:focus { width: 200px; margin-left: 0px; }
       
.search input:focus { background: #000; color: #999;}
.srch_btn {  font-family: arial; display:block; height:30px; width:30px; position: absolute;right:0;top:5px; cursor:pointer;}
#addBtn {
	cursor: pointer;
	background-color: #000;
	color: #FFF;
	font-family: Times, "Times New Roman", serif;
	font-size: 1em;
	height: 1.8em;
	border: none;
	width: 8em;
	float: left;
}
#viewBtn {
	cursor: pointer;
	background-color: #000;
	color: #FFF;
	font-family: Times, "Times New Roman", serif;
	font-size: 1em;
	height: 1.8em;
	border: none;
	width: 6em;
	float: right;
}
#wrapper {
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
@media screen and (max-width: 1290px) {
a.logoimg img {
	width:29%;
}
aside {
	width:60%;
}
#nav li.short {
	width: 5%;
	float: left;
	height: 30px;
	line-height: 16px;
	//border: red !important;
}
#nav li.medium {
	width: 8.4%;
	float: left;
	height: 30px;
	line-height: 16px;
}
#nav li.long {
	width: 10.4%;
	float: left;
	height: 30px;
	line-height: 14px;
}
}

@media screen and (max-width: 1024px) {
a.logoimg img {
	width:36%;
}
aside {
	width:60%;
}
#social {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}
#nav li.short {
	width: 7%;
	float: left;
	height: 30px;
	line-height: 16px;
	//border: red !important;
}
#nav li.medium {
	width: 10.4%;
	float: left;
	height: 30px;
	line-height: 16px;
}
#nav li.long {
	width: 14.4%;
	float: left;
	height: 30px;
	line-height: 14px;
}
}
@media screen and (max-width: 768px) {
	#social {
	position: absolute;
	top: 0;
	left: 0%;
	z-index: 50;
}
#banner {
	position:absolute;
	top:0;
	left:0;
	width:30%;
	height:30%;
	max-width: 146px;
	max-height: 157px;
	z-index: 49;
}
#banner img {
	
	width:100%;
	height:auto;

}
#menu {
	width: 1.4em;
	display: block;
	background: #000;
	color: #FFFFFF;
	font-size: 1.35em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	opacity: 0.75;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.search {
	display:none;
}
.srch_btn {
	display:none;
}
#nav.js {
	display: none;
}
ul {
	width: 100%;
	/*optional*/
	background-color: #000;
}
li {
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #000000;
	border-bottom: #1F1F1F thin solid;
	opacity: 1;
}
li a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-align: center;
	width: 100%;
	padding: 0.5em 0 0.25em 0;/*0.5 0.25*/
	font-size: 1.15em;
}
#nav li.short, #nav li.medium, #nav li.long {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-align: center;
	width: 100%;
	padding: 0.5em 0 0.25em 0;/*0.5 0.25*/
	font-size: 1.15em;
}
div.copy {
	width: 200px;
	margin: auto;
}
aside {
	width: 90%;
	float: none;
	margin-top: 20%;
}
article img {
	width: 95%;
	height: auto;
}
article.press img {
	width: 25%;
	height: auto;
	padding-bottom:4px;
}
a.logoimg img {
	width:46%;
}
#container {
	padding-top: 0.5em;
	padding-left: 0;
	padding-right: 0;
	background-image: none;
}
#searchicon {
	display:none;
}
#searchitem {
	/*display: block;
	width: 50px;
	height: 30px;*/
	position: absolute;
	top: 6px;
	right: 100px;
	z-index: 19;
	color: #FFF;
}
.searchBtn {
	background-color:FFCCFF;
	font-size:small;
}
.ltcol  { display:none;}
       .rtcol { display:none;}
	   .ctcol {width:100%;}
}

@media screen and (min-width: 769px) {
#menu {
	display: none;
}
}
@media only screen and (max-width : 768px) and (min-width : 481px) {
	li {
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #000000;
	border-bottom: #1F1F1F thin solid;
	opacity: 1;
}
	
li a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-align: center;
	width: 100%;
	padding: 0.25em 0 0.25em 0;
	font-size: 1em;
}
	#nav li.short, #nav li.medium, #nav li.long {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-align: center;
	width: 100%;
	padding: 0.25em 0 0.25em 0;/*0.25 0.25*/
	font-size: 1em;
}
}
@media screen and (max-width: 480px) {
	#social {
	position: absolute;
	top: 0;
	left: 0%;
	z-index: 50;
}
#banner {
	display:none;
	/*position:absolute;
	top:0;
	left:0;
	width:30%;
	height:30%;
	max-width: 146px;
	max-height: 157px;
	z-index: 49;*/
}
#banner img {
	
	width:100%;
	height:auto;

}
a.logoimg img {
	width:80%;
}
#container {
background-image: url(/images/navbg.png);
}
aside {
	margin-top:20%;
	margin-bottom: 10%;
}
#searchicon {
	display:none;
}
#searchitem {
	display: none; 
	position: absolute;
	top: 45px;
	right: 45px;
	z-index: 19;
	color: #FFF;
}
article.press img {
	width:50%;
	height: auto;
	padding-bottom:4px;
}
#citem {
	right:1px;
}
span.fa {
	font-size:small;
	width: 22px;
	line-height: 22px;
}
.searchBtn {
	background-color:FFCCFF;
	font-size:small;
}
#basket {
	width: 100%;
}
#contents {
	width: 100%;
}
ul {
	width: 100%;
	/*optional*/
	background-color: #000;
}
li {
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #000000;
	border-bottom: #1F1F1F thin solid;
	opacity: 1;
}
	#nav li.short, #nav li.medium, #nav li.long {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-align: center;
	width: 100%;
	padding: 0.25em 0 0.25em 0;/*0.25 0.25*/
	font-size: 1em;
}
li a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-align: center;
	width: 100%;
	padding: 0.25em 0 0.25em 0;/*0.25 0.25*/
	font-size: 1em;
}
}


