* { 
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	color: #0084D1;
	text-decoration: none;
}

a img { border: none; }

html {
	height: 100%;
}

body {
	padding: 0 0 0 0;
	background:#ffffff;
	font-family: "RobotoLight";
}

#container {
	width: 1400px;
	margin: 0 auto;
}

#header {
	background: url(Images/header/background.jpg) no-repeat;
	height: 640px;
}

#header_small {
	background: url(Images/projects_page/background_small.png) no-repeat;
	height: 220px;
}

#header_text {
	color: #5DD7F9;
	font-size:2.6em;
	font-family: "RobotoLight";
	font-weight: normal;
	line-height:1.5em;
	text-align:left;

	width: 50%;
	position: relative;
	top:210px; 
	left:230px;
}

#header_phone {
	color: #ffffff;
	font-size:1.4em;
	font-family: "RobotoLight";
	font-weight: normal;
	line-height:1.2em;
	text-align:left;

	width: 50%;
	position: relative;
	top:250px; 
	left:230px;
}

#nav {
	color:#ffffff;
	font-size:1.2em;
	font-family: "RobotoLight";
	line-height:1.8em;
	text-align:center;

	width: 400px;
	height: 40px;
	position: relative;
	top:90px; 
	left:800px;	
}

#nav ul {
	list-style-type:none;
}

#nav li {
	display:inline;
	margin:0 8px;
}

#nav li a {
	color:#ffffff;
	text-decoration:none;
}

#nav li a:hover {
	color:#0E73AA;
	text-decoration:none;
}

#clearfloat {
	clear: both;
}

/* MAIN_PROJECT_CONTENT */
#content_projects {
	background: #ffffff;
	width: 100%;
	height: 560px;
}

#content_project_header_left_line {
	width: 380px;
	height: 6px;
	float: left;
	padding-top: 80px;
	padding-left: 225px;
}

#content_project_header_right_line {
	width: 380px;
	height: 6px;
	float: right;
	padding-top: 80px;
	padding-right: 225px; 
}

#content_project_header_title {
	color: #404040;
	padding-top: 67px;
	float: left;

	width: 190px;
	font-size:1.6em;
	font-family: "RobotoLight";
	font-weight: normal;
	line-height:1.2em;
	text-align:center;
}

/* ------- PROJECT ITEM ------- */
#content_project_item {
	width: 940px;
	height: 233px;
	position: relative;
	top: 160px;
	left: 230px;
}

#content_project_left_arrow {
	width: 24px;
	height: 48px;
	position: absolute;
	top: 91px;
	left: 0px;
}

#content_project_right_arrow {
	width: 24px;
	height: 48px;
	position: absolute;
	top: 91px;
	left: 916px;
}

#content_project_item_icon_frame {
	width: 233px;
	height: 233px;
	position: absolute;
	top: 0px;
	left: 74px; 
}

#image_icon {
	width: 180px;
	height: 180px;
	position: absolute;
	top: 26px;
	left: 100px; 
	border-radius: 40px;
  	box-shadow: rgba(0,0,0,0.5) 1px 1px 3px;
}

#content_project_item_title {
	width: 428px;
	height: 82px;
	position: absolute;
	top: 40px;
	left: 357px;

	color: #0099D4;
	font-size:2.0em;
	font-family: "RobotoLight";
	font-weight: normal;
	line-height:1.2em;
	text-align:left;
}

#content_project_item_desc {
	width: 428px;
	height: 82px;
	position: absolute;
	top: 90px;
	left: 357px;

	color: #404040;
	font-size:1.2em;
	font-family: "RobotoLight";
	font-weight: normal;
	line-height:1.4em;
	text-align:left;
}

#content_project_button {
	clear: both;

	background-color: #0099D4;
	border: 1px solid white;
	border-radius: 5px;
    color: #FFFFFF;
    display: block;
    height: 40px;
    font-size:1.2em;
	font-family: "RobotoLight";
    line-height: 40px;
    text-decoration: none;
    width: 180px;
    text-align: center;

    position: relative;
	top: 230px;
	left: 610px;
}

/* END ------- PROJECT ITEM ------- */

/* MAIN_SERVISE_CONTENT */
#content_services {
	background: #78F0DF;
	height: 700px;
}

#content_service_header_left_line {
	width: 380px;
	height: 6px;
	float: left;
	padding-top: 80px;
	padding-left: 225px;
}

#content_service_header_right_line {
	width: 380px;
	height: 6px;
	float: right;
	padding-top: 80px;
	padding-right: 225px; 
}

#content_service_header_title {
	color: #404040;
	padding-top: 67px;
	float: left;

	width: 180px;
	font-size:1.6em;
	font-family: "RobotoLight";
	font-weight: normal;
	line-height:1.2em;
	text-align:center;
}

#content_service_title_left {
	color: #404040;
	font-size:1.2em;
	font-family: "RobotoLight";
	font-weight: normal;
	line-height:1.4em;
	text-align:right;

	padding-left: 140px;
}

#content_service_title_right {
	color: #404040;
	font-size:1.2em;
	font-family: "RobotoLight";
	font-weight: normal;
	line-height:1.4em;
	text-align:left;

	padding-right: 140px;
}

#content_service_table {
	clear: both;
	width: 100%;
	height: 60%;
	padding-top: 67px;
	/*table-layout: fixed;*/
}

#content_service_button {
	background-color: #0099D4;
	border: 1px solid white;
	border-radius: 5px;
    color: #FFFFFF;
    display: block;
    height: 40px;
    font-size:1.2em;
	font-family: "RobotoLight";
    line-height: 40px;
    text-decoration: none;
    width: 180px;
    text-align: center;

    clear: both;
    position: relative;
	top: 80px;
	left: 610px;
}

/* MAIN_NEWS_CONTENT */
#content_news {
	background: #ffffff;
	height: 580px;
}

#content_news_header_left_line {
	width: 380px;
	height: 6px;
	float: left;
	padding-top: 80px;
	padding-left: 225px;
}

#content_news_header_right_line {
	width: 380px;
	height: 6px;
	float: right;
	padding-top: 80px;
	padding-right: 225px; 
}

#content_news_header_title {
	color: #404040;
	padding-top: 67px;
	float: left;

	width: 180px;
	font-size:1.6em;
	font-family: "RobotoLight";
	font-weight: normal;
	line-height:1.2em;
	text-align:center;
}

#content_news_table_div {
	clear: both;
	padding-top: 67px;
	padding-left: 300px;
	height: 310px;
}

#content_news_table {
	width: 800px;
}

#content_news_image_left {
	height: 140px;
}

#content_news_date {
	color: #404040;

	font-size:1.0em;
	font-family: "RobotoLight";
	font-weight: normal;
	line-height:1.0em;
	text-align:left;

	margin-top: 20px;
	margin-bottom: 20px;
}

#content_news_title {
	color: #0099D4;

	font-size:1.0em;
	font-family: "RobotoLight";
	font-weight: normal;
	line-height:1.2em;
	text-align:left;

	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;

	height: 40%;
}

#content_news_image_right {
	height: 140px;
}

#content_news_button {
	background-color: #0099D4;
	border: 1px solid white;
	border-radius: 5px;
    color: #FFFFFF;
    display: block;
    height: 40px;
    font-size:1.2em;
	font-family: "RobotoLight";
    line-height: 40px;
    text-decoration: none;
    width: 180px;
    text-align: center;

    clear: both;
    position: relative;
	top: 0px;
	left: 610px;
}

/* MAIN_FOOTER_CONTENT */
#footer {
	background: #54666C;
	height: 80px;
}

#footer_nav {
	color:#ffffff;
	font-size:1.0em;
	font-family: "RobotoLight";
	line-height:1.8em;
	text-align:center;

	width: 400px;
	height: 40px;
	position: relative;
	top:10px; 
	left:180px;	
}

#footer_nav ul {
	list-style-type:none;
}

#footer_nav li {
	display:inline;
	margin:0 8px;
}

#footer_nav li a {
	color:#ffffff;
	text-decoration:none;
}

#footer_nav li a:hover {
	color:#63F0D7;
	text-decoration:none;
}

#footer_copyright {
	color: #75C1E1;
	font-size:1.0em;
	font-family: "RobotoLight";
	line-height:1.8em;
	text-align:left;

	position: relative;
	top:0px; 
	left:230px;	
}

/* PROJECTS_PAGE */
#projects_page_content {
	background: #ffffff;
	margin-bottom: 180px;
}

#projects_page_desc {
	clear: both;

	background: #E7F1F1;
	width: 957px;
	position: relative;
	top: 60px;
	left: 220px;
}

#projects_page_desc p {
	color: #404040;

	font-size:1.0em;
	font-family: "RobotoLight";
	font-weight: normal;
	line-height:1.2em;
	text-align:left;

	padding: 20px;
}

#projects_page_table_div {
	clear: both;

	width: 957px;
	position: relative;
	top: 60px;
	left: 220px;
}

#projects_page_table {
	width: 957px;
}

/* ------- PROJECT ITEM ------- */
#projects_page_item {
	background: #ffffff;
	width: 50%;
	height: 180px;
}

#projects_page_item a {
	text-decoration: none;
}

#projects_page_item_image {
	width: 124px;
	height: 124px;
	margin-left: 20px;
	margin-top: 0px; 
	border-radius: 20px;
  	box-shadow: rgba(0,0,0,0.5) 1px 1px 3px;

  	float: left;
}

#projects_page_item_title {
	margin-left: 164px;
	color: #0099D4;
	font-size:1.4em;
	font-family: "RobotoLight";
	font-weight: normal;
	line-height:1.2em;
	text-align:left;
}

#projects_page_item_desc {
	margin-top: 10px;
	margin-left: 164px;
	color: #404040;
	font-size:1.0em;
	font-family: "RobotoLight";
	font-weight: normal;
	line-height:1.2em;
	text-align:left;
}

/* NEWS_PAGE */

#news_page_content {
	background: #ffffff;
	margin-bottom: 80px;
}

#news_page_table_div {
	clear: both;
	padding-top: 67px;
	padding-left: 300px;
}

/* CONTACTS_PAGE */
#contacts_content {
	background: #ffffff;
	margin-bottom: 180px;
}

#mail_image {

}

#contacts_mail {
	margin-top: 60px;
}

#contacts_phone {
	margin-top: 60px;
	color: #404040;
	font-size:1.2em;
	font-family: "RobotoLight";
	font-weight: normal;
	line-height:1.2em;
	text-align:center;
}