/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* END RESET */

body {
	background-color: #000;
	font-family: 'Droid Sans', arial, serif;
	font-size: 12px;
	line-height: 17px;
	color: #919191;
}
.nav_background {
	background-image: url(../images/background-nav.png);
	background-repeat: repeat-x;
	padding-top: 65px;
	width: 100%;
	position: absolute;
	top: 108px;
}

.home{
/*	background-image: url(../mockup/homepage.jpg);
*/	background-repeat: no-repeat;
	background-position: center top;
}

.container {
	position: relative;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
}

.no-index {
	position: relative;
	width: 900px;
	left: 50%;
	margin-left: -450px;
	padding-bottom: 20px;
	padding-top: 20px;
	height: 550px;
}


.logo {
	margin-left: 100px;
}

.main-nav {
	margin-left: 0;
	margin-top: 65px;
	height: 36px;
	padding-top: 7px;
	padding-left: 230px;
}

.main-nav li {
	list-style: none;
	margin-right: 50px;
	display: inline;
}

.main-nav li a {
	text-decoration: none;
	color: #868585;
	font-size: 14px;
}


.main-nav li a:hover {
	color: #FFF;
}

.main-nav li a.active {
	color: #FFF;
}

.language-nav {
	margin-left: 995px;
	margin-top: -87px;
}

.language-nav li {
	list-style: none;
	margin: 0;
	display: inline;
	padding-right: 12px;
}

.language-nav li a {
	text-decoration: none;
}

.head {
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	height: 178px;
	width: 1200px;
	margin-top: -10px;
	position: relative;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	z-index: -1;
}

h1 {
	font-size: 18px;
	line-height: 30px;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #000;
	text-transform: uppercase;
}

p {
	padding-bottom: 10px;
}

.no-index p {
	width: 430px;
}

dt, h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000;
}

dl {
	padding-bottom: 10px;
}

#products figure {
	float: left;
	padding-left: 222px;
	padding-right: 125px;
}

#fire-safety figure {
	float: right;
	margin-top: -220px;
}

#safety-logo {
	margin-top: 50px;
}

#safety-logo li {
	display: inline;
	padding-left: 35px;
	padding-right: 30px;
}


#distribution .no-index {
	background-color: #FFF;
	height: 500px;
}
#distribution .countries {
	float: left;
}

#distribution .references {
	float: right;
	padding-right: 100px;
}

a {
	color: #FF270B;
}

a:hover {
	text-decoration: none;
}

.section-overview {
	background-color: #FFF;
}

#index .section-overview {
	background-color: #FFF;
	height: 261px;
}

#index .offer {
	float: left;
	background-image:url(../images/offer.png);	
	background-repeat: no-repeat;
	width: 324px;
	height: 234px;
	padding: 7px;
	margin-top: 14px;
	margin-left: 100px;
}

#index p {
	padding-top: 32px;
	padding-left: 3px;
}

#index .distribution {
	float: left;
	background-image:url(../images/distribution.png);	
	background-repeat: no-repeat;
	width: 324px;
	height: 234px;
	padding: 7px;
	margin-top: 14px;
}

#index .fire-safety {
	float: left;
	background-image:url(../images/fire-safety.png);	
	background-repeat: no-repeat;
	width: 324px;
	height: 234px;
	padding: 7px;
	margin-top: 14px;
}

.more-button {
	background-color: #FFF;
}

.more-button a {
	background-color: #FFF;
	position: absolute;
	top: 212px;
	margin-left: 2px;
	width: 66px;
	height: 28px;
	background-image: url(../images/button-more.png);
	background-repeat: repeat-x;
    -moz-opacity: 1; /* firefox 1.0 */
    -khtml-opacity: 1; /* webkit */
    opacity: 1; /* css 3 */
	text-decoration: none;
}

.more-button a:hover {
    filter:alpha(opacity=75); /* msie */
    -moz-opacity: 0.75; /* firefox 1.0 */
    -khtml-opacity: 0.75; /* webkit */
    opacity: 0.75; /* css 3 */
}

footer {
	clear: both;
	background-image: url(../images/background-footer.png);
	background-repeat: repeat-x;
	height: 196px;
	overflow: hidden;
	font-size: 11px;
	line-height: 18px;
}

footer a {
	color: #FFF;
}

footer a:hover {
	text-decoration: none;
}

.footer-logo {
	position: relative;
	top: 30px;
	left: 380px;
}

.footer-nav1 {
	float: left;
	margin-left: 600px;
	width: 165px;
}

.footer-nav1 li {
	margin: 0;
	display: block;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	padding-left: 8px;
}

.footer-nav1 li a {
	color: #868585;
}

.footer-nav1 li a:hover {
	text-decoration: none;
}

.footer-nav1 li a.active {
	text-decoration: none;
}

.footer-nav2 {
	float: left;
}

.footer-nav2 li {
	margin: 0;
	display: block;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	padding-left: 8px;
}

.footer-nav2 li a {
	color: #868585;
}

.footer-nav2 li a:hover {
	text-decoration: none;
}

.footer-nav2 li a.active {
	text-decoration: none;
}

.copyright {
	clear: both;
	text-align: center;
	color: #FFF;
	line-height: 80px;
}

.space {
	padding: 20px;
}

strong {
	font-weight: bold;
}

.invisible {
	visibility: hidden;
}

.block {
	width: 40px;
	display: inline-block;
}

label {
	width: 100px;
	display: block;
	float: left;
	padding-top: 7px;
}

input {
	width: 280px;
	border: #999 1px solid;
	padding: 5px;
}

.required {
	padding-left: 3px;
	padding-right: 3px;
	color: #FF270B;
	font-size: 9px;
	margin-bottom: 5px;
}

#myform li {
	height: 50px;
}

#myform li.no-height {
	height: 0px;
}
#myform {
	position: relative;
	width: 500px;
	left: 50%;
	margin-top: -390px;
	padding-bottom: 20px;
/*	margin-left: -450px;*/

} 

#sent {
	position: relative;
	width: 530px;
	left: 50%;
	margin-top: -390px;
	padding-bottom: 20px;
	font-weight: bold;
	color: #000;
	padding-bottom: 390px;
}

.error {
	display: block;
	margin-left: -280px;
	margin-top: 30px;
	font-size: 10px;
}

#contact article {
	width: 350px;
}

#submit {
	background-color: #FFF;
	margin-left: 100px;
	margin-top: 15px;
	width: 66px;
	height: 28px;
	background-image: url(../images/button-submit.png);
	background-repeat: repeat-x;
    -moz-opacity: 1; /* firefox 1.0 */
    -khtml-opacity: 1; /* webkit */
    opacity: 1; /* css 3 */
	text-decoration: none;
	border: none;
	color: #FFF;
}

#submit:hover {
    filter:alpha(opacity=75); /* msie */
    -moz-opacity: 0.75; /* firefox 1.0 */
    -khtml-opacity: 0.75; /* webkit */
    opacity: 0.75; /* css 3 */
}

input:focus,
  textarea:focus,
  select:focus {
    border: 1px solid #000;
    outline: none; /* disabling Safaris default behavior*/
}