/*Reset CSS */
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;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul, li {
	list-style: none;
}
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: "" "";
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .clearfix {height: 1%;}

/* end Reset */
body {
	background:url(common/bg-body.jpg) #0e1c2c center top no-repeat;
}
#header {
	width:741px;
	height:273px;
	clear:both;
	position:relative;
	margin:0 auto;
	padding:0 39px 0 0;
}
h1 {
	width:238px;
	height:149px;
	position:absolute;
	top:78px;
	left:39px;
}

/* Easy Slider */

    #slider ul, #slider li{
        margin:0;
        padding:0;
        list-style:none;
        }
    #slider, #slider li{
        /*
            define width and height of container element and list item (slide)
            list items must be the same size as the slider area
        */
        width:356px;
        height:268px;
        overflow:hidden;
		float:right;
        }
    span#prevBtn, span#nextBtn{
		position:absolute;
		top:122px;
		right:409px;
		height:33px;
		width:33px;
		display:block;
		cursor:pointer;
	}
	span#prevBtn {
		right:409px;
	}
    span#nextBtn{
		right:0px;
	}         

/* // Easy Slider */

#wrapFrase {
	width:100%;
	height:121px;
	clear:both;
	background:#122235;
	padding:62px 0 63px 0;
}
#frase {
	width:780px;
	height:121px;
	margin:0 auto;
}

#wrapData {
	width:100%;
	height:auto;
	clear:both;
	background:#0e1c2c;
	padding:0 0 60px 0;
}
#data {
	width:702px;
	height:auto;
	margin:0 auto;
	padding:66px 0 0 0;
}
#data, #data p {
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#fff;
	line-height:16px;
	padding:0 8px;
	letter-spacing:1px;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	padding:6px 8px;
	background:#395870;
	margin:0 0 15px 0;
	font-weight:bold;
}
#colum {
	width:200px;
	height:auto;
	float:left;
	padding:66px 0 0 0;
}
.space {
	margin:0 50px;
}
#colum a {
	color:#fff;
	text-decoration:none;
	line-height:22px;
}
#colum a:hover {
	color:#8AB3D1;
	text-decoration:underline;
}