/*====================*/
/*=== Reset Styles ===*/
/*====================*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1;
	color:black;
	background:white;
	height: 100%;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	font:15px/1.2 Helvetica-Light, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	color:#333;
	word-spacing:0px;
	background-image: url(images/body_bg.jpg);
	background-repeat:repeat-x;
	background-color: #55595a;

}

a, a:visited {
	color:blue;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}

.slider-wrapper { 
	width: 1000px; 
	height: 468px;
}

#facebook {
float: right;
margin-right: 180px;
position: relative;
z-index: 44;	
}

#mail {
float: right;
margin-right: -106px;
position: relative;
z-index: 46;	
}

#container {
width: 1400px;
height: 1065px;
margin: 0px auto 0px auto;
background-image: url(images/container_bg.png);
background-position:center;
background-repeat:no-repeat;
}

#header {
width: 1400px; 
height: 200px;
margin: 0px auto 0px auto;
}


#visio {
width: 1000px; 
height: 468px;
margin: 90px auto 0px auto;

-moz-box-shadow: 0px 0px 30px #000; 
-webkit-box-shadow: 0px 0px 30px #000; 
box-shadow: 0px 0px 30px #000; 
}


#boxinfo {
width: 1400px;
margin: -190px auto 0px auto;
}

#containerinfo {
width: 1002px;
margin: 0px auto 0px auto;
}

#blockinfo {
width: 266px;
height: 300px;
float: left;
color: #FFF;
margin-bottom: 50px;
}

#paperduck {
width: 1400px;
height: 30px;
margin: 0px auto 0px auto;
padding: 0px 0px 0px 0px;
}

#paperduck img {
	float:left;
margin-left: 257px;
text-decoration:none;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

@font-face {
    font-family: Helvetica-Bold;
    src: url('Helvetica-Bold.otf');
    font-weight:400;
}

@font-face {
    font-family: Helvetica-Light;
    src: url('Helvetica-Light.otf');
    font-weight:400;
}

b {
	font-family: Helvetica-Bold;
}