.subpage{
	width: 85%;
	z-index: 20;
	overflow: hidden;
}

.subpage-col{
	width: 85%;
	z-index: 20;
	overflow: visible;
}

#interface{
	position: absolute;
	width: 100%;
	/*background-color: aqua;*/
}

#interface #emblem{
	z-index: 5;
	top: 0px;
	left: 0px;
	width: 141px;
	height: 67px;
}

#interface #nameplate{
	z-index: 5;
	top: 0px;
	left: 141px;
	width: 312px;
	height: 67px;
}

#interface #headname{
	position: absolute;
	z-index: 10;
	top: 45px;
	left: 153px;
	display: block;
	width: 290px;
	text-align: right;
color: rgb(60, 60, 60);
font-size: 16px;
background-color: transparent;
text-shadow: rgb(224, 224, 224) 1px 1px 0px;
font-weight: 600;	


}
#interface #botemblem{
	z-index: 5;
	top: 67px;
	left: 0px;
	width: 141px;
	height: 67px;
}
#interface #mainmenu{
	position: absolute;
	z-index: 5;
	top: 67px;
	left: 141px;
	width: -webkit-calc(100% - 141px);
	width: -moz-calc(100% - 141px);
	width: calc(100% - 141px);
}
#interface #topic{
	position: absolute;
	z-index: 5;
	top: 134px;
	left: 53px;
	width: 44px;
	height: 306px;
}
#interface #dune{
	position: absolute;
	z-index: 5;
	top: 134px;
	left: 97px;
	width: 44px;
	height: 250px;
}
#interface #trailer{
	position: absolute;
	z-index: 5;
	top: 384px;
	left: 97px;
	width: 44px;
	height: 57px;
}

#interface #pagetitle{
	display: block;
	position: absolute;

	font-weight: 700;
	font-size: 25px;
	right: 10px;
	top: 35px;
color: rgb(76, 48, 0);
font-size: 25px;
background-color: transparent;
text-shadow: rgb(224, 224, 224) 2px 2px 1px;
font-weight: 600;	
}

#content{
	position: absolute;
	width: -webkit-calc(100% - 141px);
	width: -moz-calc(100% - 141px);
	width: calc(100% - 141px);
	background: white;
	height: -webkit-calc(100% - 250px);
	height: -moz-calc(100% - 250px);
	height: calc(100% - 250px);
	left: 141px;
	top: 91px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	overflow-y: auto;
	overflow-x: visible;
	margin-bottom: 10px;
	background-image: url("https://cdn.vsands.net/vs/i/back/pageback.jpg");
	background-repeat: repeat;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
}

#content-body{
	height: 100%;
}


.subpage-col #content-body{
	width: -webkit-calc(100% - 270px);
	width: -moz-calc(100% - 270px);
	width: calc(100% - 280px);
	display: block;
	margin-left: 15px;
	height: 100%;
	padding-top: 20px;
}

.subpage #content-body{
	display: block;
	margin-left: 15px;
	margin-right: 15px;	
	height: 100%;
}

#sidebar{
	position: absolute;
	top: 10px;
	left: -webkit-calc(100% - 250px);
	left: -moz-calc(100% - 250px);
	left: calc(100% - 250px);
	width: 250px;
}

img.eyecatch{
	border-radius: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#taggit{
	position: relative;
	display: block;
	margin-top: 10px;
	width: 200px;
	display:block;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	color: #ccc;
	min-height: 80px;
	font-size: 12px;
}

div.tagcontent div.tagline{
	display: block;
	font-weight: 500;
	text-align: center;
	font-size: 13px;

}
#taggit div.image{
	position: absolute;
	display:block;
	top: 0px;
	left: 0px;
	width: 90px;
	height: 65px;
	margin-right: 10px;
	color: #000;
}
#taggit div.tagcontent{
	top: 0px;
	left: 90px;
	position: absolute;
	display:block;
	font-size: 13px;	
	color: #000;
}
div.tagcontent div.tagline{
	display: block;
	font-weight: 600;
	text-align: center;


}
div.tagcontent div.tagquote{
	margin-top: 5px;
	display: block;
	text-align: center;
}


div.solution{
	position: relative;
	width: 200px;
	display:block;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	color: #ccc;
	margin-top: 20px;	
}
div.titlebar{
	position: relative;
	height: 20px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;	
	background-color: white;
	color: #49667b;
	font-size: 13px;
	font-weight: 600;	
	top: 0px;
	display: block;
	left: 0px;
	width: 200px;
		-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);	
}

div.titlebar div.title{
padding-top:2px;
text-align: center;
}

div.solution div.content{
	font-size: 13px;
	width: 190px;
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
	left: 0px;
	display: block;
		background-color: #49667b;
	min-height: 50px;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);	
}
div.solution ul{
	margin: 0px;
	    padding-left: 20px;
	padding-top: 5px;
	background-color: #49667b;
}

div.solution li{
	margin: 0px;
	padding-left: 0px;
}

div.solution div.content div.certimg{
	width: 170px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.solution div.content div.techquote{
	padding-top: 5px;
	padding-bottom: 5px;
	
}

div.footbar{
	position: relative;
	display: block;
	width: 200px;
	height: 17px;
	
	
	background-color: #49667b;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);		
}



.content .soltease{
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #ffc564;
	font-size: 12px;
	font-weight: 600;
	height: 20px;

}

div.solution a:link{color: #FFF; text-decoration: none; }
div.solution a:visited{ color: #ccc; text-decoration: none; }
div.solution a:hover{ text-decoration: underline; }

h4{
	border: 1px solid #ebd497;
	background: #b3a784 url(https://cdn.vsands.net/vs/i/ui/ui-bg_gloss-wave_60_b3a784_500x100.png) 50% 50% repeat-x;
	font-weight: 700;
	color: #4c3000;
	padding: 3px;
	border-radius: 4px;
}

h4 a, a:visited{
	color: #4c3000;
	text-decoration: none;
}

h4 a:hover{
	color: #ebd497;
	text-decoration: underline;
}
/* <H4 class="ui-helper-reset ui-state-default ui-corner-all" style="font-size:12px;">The Problem</H4> */
