@charset "UTF-8";

/*************************************************************
reset everything
*************************************************************/
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;}
form {display:inline;}

h1,h2,h3,h4,h5,h6 {font-weight: normal;}

@font-face{
font-family: myFirstFont;
src: url(../fonts/helveticaneue-webfont.ttf);
}
@font-face{
font-family: myfontoublic;
src: url(../fonts/Gothic.woff);
}

/*
@font-face {
  font-family: 'myFirstFontBold';
  src: url('../fonts/helveticaneuebold-webfont.woff') format('woff'), 
       url('HelveticaNeue-CondensedBold.ttf') format('truetype'); 
}
*/
@font-face{
font-family: myFirstFontBold;
src: url(../fonts/HelveticaNeue-CondensedBold.ttf);
}

@font-face{
font-family: walkw;
src: url(../fonts/Walkway_SemiBold.ttf);
}
.clrDecp{ color:#786E63;}
.fontRegular{font-family:myFirstFont;}
.fontBold{font-family:myFirstFontBold;}
.fontWlkw{font-family:walkw;}
/*************************************************************
standart layout
*************************************************************/
html,
	
body {
	line-height:14px; 
	color:#000000;
	font-size:11px;
	min-width:1000px;
	font-weight: 400; 
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
a {text-decoration: none;color:#fff;}
a:hover {text-decoration: none; color: #fff}
.textAcenter{text-align:center;}
.width{width: 100%;}
.fL{float:left;}
.fR{float:right;}
.upperCase{text-transform:uppercase;}
.cusrPnt{cursor:pointer;}
.bold{font-weight:bold;}
.txtJust{text-align:justify;}
.paddRight15{padding-right:15px;}
.paddTop22{ padding-top:22px;}
.paddTop17{ padding-top:17px;}
.paddTop30{ padding-top:30px;}
.margBot10{ margin-bottom:10px;}

.margLeft10{ margin-left:10px;}
.margTop30{ margin-top:30px;}
.margTop50{ margin-top:50px;}
.margPic{margin:0px 10px 14px 0px;}
.size70{ font-size:70px; color:#fff; line-height:70px; letter-spacing:7px;}
.size40{ font-size:40px; color:#fff; line-height:50px; letter-spacing:7px;}
.size30{ font-size:30px; color:#fff;}
.size12{ font-size:12px; color:#fff; text-align:justify;}
.size14{ font-size:14px; color:#fff; line-height:21px; }

/*************************************************************
Home Structure
*************************************************************/
#wrapper {
	width:1000px;
	float:left;
	height:100%;
}
.paddLeft{
	padding:18px 0px 0px 10px;
}
#menuRpt{
    background-image: url("../images/rpt_menu.png"); 
	background-repeat: repeat;
    width: 156px;
	height:100%;
	margin-left:20px;
	float:left;
}
#menu ul{
	margin:0px;
	padding:0px;
}
#menu li{
	list-style:none;
	color:#fff;
	font-size:13px;
	margin-bottom:1px;
	font-family:myFirstFont;
	line-height:19px;
}
.divPadd{	
	padding:4px 0px 4px 4px;
	width: 128px;
	border:1px solid #fff;
}
#menu li a{
	color:#fff;
	text-decoration:none;
}
#menu li a:hover{
	color:#fff;
	text-decoration:none;
}
/***********************/
#bodyTxt{
    background-image: url("../images/bg-ab.png"); 
	background-repeat: repeat;
    width: 500px;
	margin-top:30px;
	float:right;
	padding:20px 14px 22px 14px;
}
#bodyServices{
    background-image: url("../images/bg-ab.png"); 
	background-repeat: repeat;
    width: 500px;
	margin-top:120px;
	float:right;
	padding:20px 14px 22px 14px;
}
#bodyProj{
	float:right;
}
#contDesp{
	/*position: absolute;
	left:176px; 
	width:100%; */
	float:right;
	width:165px; 
	
	background-color:#fff; 
	color:#000;
	padding:5px; 
	line-height:16px;
}
#olympGallery{ width: 800px; }

.prev{
top:265px; left:170px; margin-left:15px;	
}
.next{
top:265px; right:0px; margin-right:15px;	
}
/*********************/