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

a{
	text-decoration: underline;
	color: #6A8BE7;
}
a:hover{
	
	color: #0D42D9;
}

h1, h2, h3, h4, h5{
	margin: 0.6em 0 0.1em;
	font-weight: bold;
}

h1{
	font-size: 1.2em;
	margin-bottom: 0.4em;
	color: #005CA8;
}
h2{
	font-size: 1.1em;
	
	color: #2B93D8;
}
h3{
	font-size: 1em;
	color: #005CA8;
}
h4{
	font-size: 0.9em;
	font-style:italic;
}
p{
	margin: 0 0 0.5em;
}

h2 a{
	text-decoration: none;
	padding-left: 10px;
	background: url(../images/red_arrow.gif) 0 3px no-repeat;
}
h3 a{
	text-decoration: none;
}
h2 a:hover, h3 a:hover{
	text-decoration: underline;
	
}

.brochure a, .technical a, .manual a, .security a, .video a, .download a{
	text-decoration: none;
	text-transform:uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	line-height: 10px;
	width: 150px;
	height: 10px;
	display: block;
	padding: 10px 0 10px 30px;
}
.brochure a:hover, .technical a:hover, .manual a:hover, .security a:hover, .video a:hover, .download a:hover{
	
	background-position: 0 -30px;
}
.brochure a{

	background: url(../images/download-buttons-pdf.gif) 0 0px no-repeat;
}
.technical a{
	
	background: url(../images/download-buttons-technical.gif) 0 0px no-repeat;
}
.manual a{
	
	background: url(../images/download-buttons-manual.gif) 0 0px no-repeat;
}
.security a{
	
	background: url(../images/download-buttons-security.gif) 0 0px no-repeat;
}
.video a{
	
	background: url(../images/download-buttons-video.gif) 0 0px no-repeat;
}
.download a{
	
	background: url(../images/download-buttons-download.gif) 0 0px no-repeat;
}

li.brochure, li.technical, li.manual, li.security, li.video, li.download{
	list-style: none;
	float: left;
	margin: 0.3em 0.5em 0.3em 0;
}

ul{
	
}

li{
	margin-bottom: 0.5em;
}
.red{
	color: #C00;
}

