*{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}

html{
	background-color:#0D0D0D;
	height:100%;
}

body{
	width:940px;
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/bg.png);
	background-repeat:repeat-y;
}

div#global{
	width:940px;
	min-height:100%;
}

div#global.homepage{
	height:1235px;
}

div.press_btn{
	position:absolute;
	right:0;
	top:30px;
}

@media screen and (max-width: 1040px) {
  div.press_btn {
    top:140px;
  }
}

/***** HEADER *****/

div#global div#header{
	position:absolute;
	margin-top:88px;
	z-index:1000;
}

div#global div#header img.logo{
	position:absolute;
	margin-top:-76px;
	border:0;
}

div#global div#header ul.menu{
	width:752px;
	padding-left:188px;
	background-image:url(../images/menu.jpg);
}

div#global div#header ul.menu li{
	height:32px;
	display:inline-block;
	margin:0;
	text-align:center;
	padding:16px 12px 0px 12px;
	border-right:1px solid #000;
}

div#global div#header ul.menu li:last-child{
	border:0;
}

div#global div#header ul.menu li a{
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
}

div#global div#header ul.menu li div.subMenu{
	display:none;
	position:absolute;
	z-index:10000;
	margin:0px 0px 0px -300px;
	width:940px;
	height:162px;
	background-image:url(../images/submenuLine.png?1);
	background-repeat:no-repeat;
	background-position:288px 11px;
	background-size: 126px 21px;
}

div#global div#header ul.menu li div.subMenu.showSubMenu{
	display:block;
}

div#global div#header ul.menu li div.subMenu ul{
	width:940px;
	height:132px;
	margin:31px 0px 0px 25px;
	padding:0;
	background-image:url(../images/submenu.jpg);
	background-repeat:repeat-x;
}

div#global div#header ul.menu li div.subMenu ul li{
	margin-top:10px;
	width:110px; /*128px*/
	height:110px;
	padding:0px;
	border-color:#CCC;
}

div#global div#header ul.menu li div.subMenu ul li a{
	color:#000;
	font-size:12px;
}

div#global div#header ul.menu li div.subMenu ul li a img{
	border:0;
	
	width:110px;
	height:auto;
}

/***** CONTENT *****/

div#homeslide{
	position:absolute;
	top:0;
	z-index:1;
	overflow:hidden;
	height:1235px;
}

div#global div#wrapper{
	padding-top:240px;
}

div#global div#wrapper h1{
	color:#FFF;
	font-size:36px;
	font-weight:normal;
	font-family:"Courier New", Courier, monospace;
	padding-bottom:10px;
}

div#global div#wrapper h2{
	color:#FFF;
	font-size:24px;
	font-weight:normal;
	font-family:"Courier New", Courier, monospace;
	padding-bottom:5px;
}

div#global div#wrapper p{
	text-transform:uppercase;
	color:#FFF;
	font-size:12px;
	padding-bottom:10px;
}

div#global div#wrapper p a{
	color:#FFF;
}

/*** PRODUCTS ***/

div#global div#wrapper div#viewport{
	width:940px;
	background-color:#000;
	overflow:hidden;
	margin-top:70px;
}

div#global div#wrapper div#viewport div.left{
	float:left;
	width:375px;
	padding:0px 25px 20px 0px;
}

div#global div#wrapper div#viewport div.right{
	width:540px;
	float:right;
	height:auto
}

div#global div#wrapper div#viewport h1{
	padding-top:15px;
}

div#global div#wrapper div#viewport p{
	padding-right:25px;
}

div#global div#wrapper div#viewport ul.color_thumbs{
	width:600px;
	list-style-type:none;
}

div#global div#wrapper div#viewport ul.color_thumbs li{
	float:left;
	width:85px;
	height:90px;
	margin-right:6px;
}

div#global div#wrapper div#viewport ul.color_thumbs li a{
	outline:none;
}

div#global div#wrapper div#viewport ul.color_thumbs li figcaption{
	background-color: rgba(0, 0, 0, 0.75);
	color:#FFF;
	font-size:10px;
	text-align:center;
	padding:5px 0px;
}

div#global div#wrapper div#viewport ul.color_thumbs li img{
	width:75px;
	height:75px;
	border:0;
	outline:none;
}

div#global div#wrapper div#viewport div#productslide{
	background-color:#FFF;
	width:375px;
	height:188px;
	margin-top:20px;
}

div#global div#wrapper div#viewport div#productslide div{
	width:188px;
	margin-left:auto;
	margin-right:auto;
}

/*** ABOUT ***/

div#global div#wrapper div#about{
	background-color:#000;
	padding:30px;
}

/*** PRESS ***/

div#pressCorner .pic{
	margin-bottom: 10px;
}

div#pressCorner .pic a img{
	border:none;
	outline:none;
}

/*** CONTACT ***/

div#global div#wrapper div#contact{
	background-color:#000;
	padding:30px;
}

div#global div#wrapper div#contact p{
	font-size:13px;
	color:#FFF;
}

div#global div#wrapper div#contact label{
	color:#FFF;
	display:inline-block;
	width:120px;
	font-size:13px;
}

div#global div#wrapper form.contactForm input{
	border:1px solid #373c40;
	background-color:#373c40;
	color:#FFF;
	font-size:13px;
	height:22px;
	width:200px;
}

div#global div#wrapper form.contactForm input.subject{
	width:250px;
}

div#global div#wrapper form.contactForm input.send{
	color:#FFF;
	background-color:#373c40;
	width:80px;
	height:24px;
	cursor:pointer;
}

div#global div#wrapper form.contactForm input.send:hover{
	color:#000000;
	background-color:#FFF;
}

div#global div#wrapper form.contactForm textarea{
	border:1px solid #373c40;
	background-color:#373c40;
	color:#FFF;
	font-size:13px;
	width:250px;
	height:87px;
}

div#global div#wrapper form.contactForm input.error, div#global div#wrapper form.contactForm textarea.error{
	border:1px solid #FF0000;
}

div#global div#wrapper form.contactForm ul.leftContact{
	float:left;
	width:380px;
	list-style-type:none;
}

div#global div#wrapper form.contactForm ul.rightContact{
	float:left;
	width:450px;
	list-style-type:none;
}

div#global div#wrapper form.contactForm ul li{
	padding-bottom:10px;}

div#global div#wrapper form.contactForm p span.requiredMsg{
	margin-left:425px;
}

div#global div#wrapper form.contactForm div#clear{
	clear:both;
}

/***** FOOTER *****/

div#footer{
	padding:25px 0px;
}

div#footer.homepage{
	padding:0px;
	position:absolute;
	z-index:10000;
	margin-top:-50px;
}

div#footer h1, div#footer p, div#footer a{
	color:#FFF;
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
}

div#footer a:hover{
	text-decoration:underline;
}

div#footer a img{
	border:0;
}

div#footer h1{
	text-shadow: 1px 1px 1px #000;
}