/*		Fonts		*/
@font-face {
  font-family : 'Bitter';
  src : url('/templates/abes-2.0/fonts/Bitter-Regular-webfont.eot');
  src : url('/templates/abes-2.0/fonts/Bitter-Regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('/templates/abes-2.0/fonts/Bitter-Regular-webfont.woff') format('woff'),
        url('/templates/abes-2.0/fonts/Bitter-Regular-webfont.ttf') format('truetype'),
        url('/templates/abes-2.0/fonts/Bitter-Regular-webfont.svg#bitterregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{
	margin:0;
	padding:0;
}
 
html, body {
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #000000;
	background-image:url(../images/background.jpg);
	background-attachment:fixed;
}

body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

#wrap {
	min-height: 100vh;
	width:100%;
}

#main {
	overflow:show;
	padding-bottom: 40px;
	width:100%;
}

#header-container{
	height:220px;
	width:100%;
	background:#FFFFFF;	
	box-shadow: 5px 5px 8px #888888;
}

#header{
	width:1000px;
	margin:0 auto;
}

#content{
    margin: 0 auto 0;
    padding-bottom: 30px;
    width: 96%;
	position:relative;
}

#logo{
	float:left;
	display:block;
	width:254px;
	margin:0;
	padding:10px 0 0 0;
	position:relative;
	z-index:999;
}

#heading{
	display:block;
	float:right;
	padding-top: 138px;
}

#banner{
	width:1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top:-50px;
	margin-bottom:30px;
	position: relative;
	z-index:99;
}

#menu-inner{
	width:746px;
	margin:15px 0 0 0;
	position: relative;
	height:100%;
}

#menu{
	border:none;
	margin-top:42px;
	border-top:2px solid #000000;
	border-bottom:2px solid #000000;
	padding:0;
	width:746px;
	height:51px;
	float:right;
	font-family: 'Bitter';
    box-sizing: content-box;
}
 
#menu ul{
	margin:0;
	padding:0;
}
 
#menu li{
	float:left;
	list-style:none;
}
 
.item-101{
	display:none;
}
 
#menu .nav-header{
	margin:0px;
	display:block;
	width:216px;
	padding:10px 7px;
	text-decoration:none;
	background-color:#D6E5FF;
	color:#000000;
	text-decoration:underline;
	font-size:14px;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:1px dotted #80B0FF;
 } 
 
#menu ul li a{
	margin:2px 0;
	padding:11px 9px;
	font-size:13pt;
	text-decoration:none;
	color:#000000;
	background-color:#FFFFFF;
	border-top:4px solid #FFFFFF;
	border-bottom:4px solid #FFFFFF;
}

#menu ul li a:hover{
	border-top:4px solid #80B0FF;
	border-bottom:4px solid #80B0FF;
}

#menu li ul li a:hover{
	display:block;
	margin:0;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:1px solid #80B0FF;
	background-color:#80B0FF;
}

#menu li ul li img{
	display:block;
	margin:0;
	border:0;
	width:215px;
}
 
#menu li ul{
	display:none;
	margin-top:14px;
	position:absolute;
	width:230px;
	z-index:200;
}
 
#menu li:hover ul{
	display:block; 
}
 
#menu li ul li{
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:230px;
	white-space: nowrap;
	background: #FFFFFF;
}

#menu li ul li a{
	display:block;
	background: #ffffff;
	font-size:14px;
	color:#000000;
	font-style:normal;
	margin:0px;
	padding:10px 7px;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:1px dotted #80B0FF;
	text-align:left;
}

#content-container{
    display: block;
    position: relative;
    width: 1000px;
    margin:0 auto;
	overflow: hidden;
	background-color:#FFFFFF;
	box-shadow: 5px 5px 8px #888888;
}
 
#content-info{
    display: block;
    float: left;
    position: relative;
    width: 100%;
    margin-bottom:40px;
	font-family: 'Bitter';
	color:#333333;
}
 
#sidebar{
	width:300px;
	padding-left:20px;
	display:block;
	float:right;
	border-left: 1px solid #EEEEEE; 
}

.aboutsidebar a {border-bottom:1px dotted #80B0FF;}

.pagination li{
list-style:none;
display:block;
float:left;
 margin-left: 0px;
 padding:0px;
  margin-left:0px;
}

.pagination li:first-child{
 padding-left:0px;
}

.pagination{
margin-top:30px;
} 

.article-info {
	padding-bottom:20px;
	font-family: 'Bitter';
	font-size:12pt;
	color:#333333;
}

img {
	border : 0;
}

#content-info img{
	padding : 5px;
}

a img {
	outline : none;
}

p, table, ul{
	font-family: 'Bitter';
	font-size:12pt;
	color:#333333;
}

p{padding:4px 0;}

#content-info li {
	margin-left:30px;
}

a{
	outline : none;
	color:#333333;
	text-decoration:none;
}

a:hover{
	outline : none;
	color:#00C4ED;
	text-decoration:none;
}

h3{
	font-family: 'Bitter';
	font-size:16pt;
	color:#000000;
	margin-bottom:14px;
	border-bottom:1px solid #00C4ED;
}

h1, h2{
	font-family: 'Bitter';
	font-size:24pt;
	color:#000000;
	margin-bottom:25px;
	border-bottom:1px solid #00C4ED;
}

#footer {
	position: relative;
	margin-top: -40px;
	height: 40px;
	clear:both;
} 

#footer-inner{
	width:1000px;
	margin:0 auto;
	height:40px;
	font-family: 'Bitter';
	font-size:9pt;
	color:#333333;
}

#footer-right{
	padding:12px;
	float:right;
	text-align:right;
}

#footer-left{
	padding:12px;
	float:left;
}

.banneritem {
	height: 240px
}

.headings{
	color:#ffffff;
	font-weight:bold;
}

input[type=submit]{
    color: #0067a4;
    font-size: 10pt;
    margin-right: 6px;
    padding: 5px 5px;
    text-decoration: none;
    text-transform: lowercase;
	width:100%;
}

input[type=text], textarea{
	background:#ffffff;
    padding: 3px 2px;
	width:100%;
}

#catalogue table{
	width:100%;
	margin:0;
	padding:4px;
	border:0;
	}
	
#catalogue tr{
	border-bottom:1px dotted #000000;
	}
	
#catalogue td{
	padding:4px;
	font-size:10pt;
	}
	
td {
    vertical-align: top;
}

#dcdesigns{
    width: 940px;
    display: block;
    margin: 35px 0 -50px -20px;
    text-align: right;
    font-family: 'Roboto';
    padding: 25px 30px;
    background-color: #3AB54A;
    font-size: 25px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
	}

div.custom.contentsidebar{
	width: 260px;
	margin-left: 15px;
	float: right;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #80b0ff;
	padding: 0px 15px;
	vertical-align: top;
}
	
.buttonDownload {
	display: inline-block;
	position: relative;
	padding: 10px 25px;
	background-color: #80B0FF;
	color: white;
	font-family: sans-serif;
	text-decoration: none;
	font-size: 0.9em;
	text-align: center;
	text-indent: 15px;
}

.buttonDownload:hover {
	background-color: #333;
	color: white;
}

.buttonDownload:before, .buttonDownload:after {
	content: ' ';
	display: block;
	position: absolute;
	left: 15px;
	top: 52%;
}

/* Download box shape  */
.buttonDownload:before {
	width: 10px;
	height: 2px;
	border-style: solid;
	border-width: 0 2px 2px;
}

/* Download arrow shape */
.buttonDownload:after {
	width: 0;
	height: 0;
	margin-left: 3px;
	margin-top: -7px;
  
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-color: transparent;
	border-top-color: inherit;
	
	animation: downloadArrow 2s linear infinite;
	animation-play-state: paused;
}

.buttonDownload:hover:before {
	border-color: #80B0FF;
}

.buttonDownload:hover:after {
	border-top-color: #80B0FF;
	animation-play-state: running;
}

/* keyframes for the download icon anim */
@keyframes downloadArrow {
	/* 0% and 0.001% keyframes used as a hackish way of having the button frozen on a nice looking frame by default */
	0% {
		margin-top: -7px;
		opacity: 1;
	}
	
	0.001% {
		margin-top: -15px;
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
	
	100% {
		margin-top: 0;
		opacity: 0;
	}
}


    dt.article-info-term {
    display: none;
    }
     
    dl.article-info dd {
    margin-left: 0;
    }