* {
	font-family: "futura-pt",sans-serif;
}

a, .active a:hover {
	text-decoration: none;
	color: #1955c0;
}

a:hover, .active a {
	color: #5e7cdd;
}

img {
	border: 0;
}

body {
	background-color: #7f7f7f;
	text-align: center;
	padding: 0;
	color: #FFFFFF;
	font-weight: 300;
}

h1 {
	font-size: 30px;
	font-family: "myriad-pro", sans-serif;
	color: #FFFFFF;
}

strong {
	font-weight: 500;
}

.emphasize {
	font-weight: 600;
}

@media screen and (min-width:1540px) {

	body {
		margin: 38px 0 0;
	}
	
	h1 {
		font-size: 30px;
	}
	
	p {
		margin: 0 0 10px 0;
	}

	#master_container {
		width: 1500px;
		height: 767px;
	}
	
	#content_container {
		height: 276px;
	}
	
	#header {
		width: 500px;
	}
	
	#header #main_menu {
		font-size: 20px;
		right: 35px;
		top: 14%;
	}
	
	#header #main_menu li {
		float: left;
		margin-left: 14px;
	}
	
	#header #description {
		top: 20%;
		right: 35px;
		font-size: 31px;
		line-height: 32px;
	}
	
	#body {
		padding: 39px 200px 0 50px;
		width: 750px;
		line-height: 20px;
	}
	
	#body .col1 {
		width: 360px;
		float: left;
	}

	#body .col2 {
		width: 360px;
		float: right;
	}
	
	#expertise {
		top: 6.5%;
		font-size: 33px;
		line-height: 35px;
	}
}

@media screen and (max-width:1540px) {

	body {
		margin: 40px 0 0;
	}
	
	h1 {
		font-size: 22px;
		margin-bottom: 10px;
	}

	p {
		margin: 0 0 6px 0;
	}
	
	#master_container {
		width: 1000px;
		height: 511px;
	}
	
	#content_container {
		height: 195px;
	}

	#header {
		width: 30%;
	}
	
	#header #main_menu {
		font-size: 15px;
		right: 25px;
		top: 10px;
	}
	
	#header #main_menu li {
		float: left;
		margin-left: 7px;
	}
	
	#header #description {
		top: 26px;
		right: 25px;
		font-size: 22px;
		line-height: 23px;
	}
	
	#body {
		padding: 14px 20px 0 20px;
		width: 650px;
		line-height: 17px;
	}
	
	#body .col1 {
		width: 340px;
		float: left;
	}

	#body .col2 {
		width: 300px;
		float: right;
	}
	
	#expertise {
		top: 6%;
		font-size: 22px;
		line-height: 23px;
	}
}

#master_container {
	background-color: #000000;
	position: relative;
	margin: 0 auto;
	box-shadow: 0px 0px 8px #333333;

}

#lang_sel {
	position: absolute;
	top: -45px;
	right: 10px;
}

#lang_sel li {
	list-style: none;
	float: left;
	margin-left: 20px;
	color: #282828;
	text-transform: uppercase;
	font-size: 14px;
}

#lang_sel a {
	color: #cacaca;
}

#lang_sel a:hover, .active a {
	color: #232d4f;
}

#content_container {
	background-color: #060607;
	position: absolute;
	top: 100%;
	width: 100%;
	margin-bottom: 20px;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	border-right: 1px solid #272321;
	/*background-image: url('img/kavand_header.jpg');*/
}

#header #main_menu {
	position: absolute;
	font-weight: 300;
}

#header #main_menu ul {
	list-style-type: none;
}

#header #main_menu li {
	text-transform: uppercase;
}

#header #description {
	position: absolute;
	text-align: right;
	text-transform: uppercase;
}

#body {
	position: absolute;
	top: 0;
	right: 0;
	text-align: left;
	font-size: 15px;
	color: #c3c3c3;
	/*background-image: url('img/kavand_body.jpg');*/
}

#part_of {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

#expertise_img {
	position: absolute;
	top: 0;
	right: 0;
}


#expertise{
	position: absolute;
	right: 4%;
	text-align: right;
}

.blueberry { position: relative; margin: 0 auto; }
.blueberry .slides {
	display: block;
	position: relative;
	overflow: hidden;
}

.blueberry ul.slides {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.blueberry .slides li {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: 767px;
}
.blueberry .slides li img {
	display: block;
	width: 100%;
	max-width: none;
}
.blueberry .slides li.active { display: block; position: relative; }
.blueberry .crop li img { width: auto; }

.blueberry .pager {
	position: absolute;
	top: 0;
	height: 40px;
	width: 65%;
	margin: 0 25% 0 10%;
	z-index: 100;
}
.blueberry .pager li { display: inline-block; }
.blueberry .pager li a,
.blueberry .pager li a span {
	display: block;
	height: 4px;
	width: 4px;
}
.blueberry .pager li a {
	padding: 18px 8px;	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.blueberry .pager li a span {
	overflow: hidden;
	background: #d7d7d7;
	text-indent: -9999px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #b5b5b5;
}
.blueberry .pager li.active a span {
	background: #404040;
	border: 1px solid #b5b5b5;
}
