body {
    font-family: Arial, sans-serif;
}


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, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin: 0; padding: 0;	border: 0; outline: 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;}
/* remember to define visible focus styles! */
:focus {outline:0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
table{border-collapse: collapse; border-spacing: 0;}
a{text-decoration:none; color:inherit;}
@media screen, projection{body{color:#000;}}




body{background:url('http://techniknord.wwwebsoft.com/images/banner2.jpg') no-repeat;}
div#tmpSlideshow {
    margin: 10px auto;
    padding: 30px 0 0 0;
    position: relative;
    height: 430px;
    width: 85%;
    /*border: 1px solid rgb(200, 200, 200);*/
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    /*height: 332px;*/
    display: none;
}
div.tmpSlide img {
    float: left;
    margin: 30px 0 0 0;
    width:50%;
    
}
div#tmpSlideshowControls {
    position: absolute;
    bottom: 0%;
    right: 50%;
    width: 175px;
}
div.tmpSlideshowControl {
    float: left;
    margin: 0 5px 0 0;
    background:#414146;
    width: 20px;
    height: 20px;
    color: #554d31;
    font: 14px Arial, sans-serif;
    text-align: center;
    cursor: pointer;
}
div.tmpSlideshowControl span {
    line-height: 36px;
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
    background-image: url('FeatureOver.png');
}
div.tmpSlideshowControlActive {
   background:#ffea00;
}
div.tmpSlideCopy {
    position: absolute;
    right: 0;
    top: 20px;
    width: 48%;
	margin-top:10px;
}

.tmpSlideCopy h3 {
font-size: 4em;
color: #000;
background: #ffea00;
font-family: "Century Gothic";
text-transform: uppercase;
margin-bottom: 10px;
width: 70%;
float: none;
}
.tmpSlideCopy h4 {
font-size: 4em;
color: #000;
background: #ffea00;
font-family: "Century Gothic";
text-transform: uppercase;
margin-bottom: 10px;
width: 100%;
}
.tmpSlideCopy p.middle {
color: #fff;
font-size: 1.7em;
line-height: 1.5em;
font-family: "Century Gothic";
background: #414146;
text-align: left;
padding: 0px 10px;
width: 64%;
margin-bottom: 1px;
}
p.bottom {
color: #fff;
font-size: 1.7em;
line-height: 1.5em;
font-family: "Century Gothic";
background: #414146;
text-align: left;
padding: 0px 10px;
width: 56%;
}
p.top {
color: #fff;
font-size: 1.7em;
line-height: 1.5em;
font-family: "Century Gothic";
background: #414146;
text-align: left;
padding: 0px 10px;
width: 68%;
margin-bottom: 1px;
}
.btn-8 {
display: block;
background: #000;
font-size: 0.99em;
font-family: "Century Gothic",Arial, Helvetica, sans-serif;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.btn {
	margin: 30px 60px 0;
	border: none;
	font-family: inherit;
	color:#fff;
	cursor: pointer;
	padding:10px 30px;
	display: inline-block;
	border-bottom: 3px solid #ffea00;
	letter-spacing: 1px;
	outline: none;
	float:right;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
