@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700&subset=latin,latin-ext);
body {
	background-image: url(img/bgggggg.jpg);
	background-repeat: repeat;
	overflow-y:scroll;
}
#bagimsizdenetim {
	height: auto;
	width: 690px;
}
#slayt {
	height: auto;
	width: 980px;
	margin-top: 25px;
	color: #0066CC;
}
#renk {
	color: #C02A51;
}
#genel {
	background-color: #FFF;
	padding: 10px;
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	border: 1px none #000;
}
#header {
	height: 150px;
	width: 980px;
	background-image: url(img/header.png);
}
#solmenu {
	height: auto;
	width: 300px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	float: left;
}
#sektorlergenel {
	height: 500px;
	width: 980px;
	margin-top: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(img/bgggggg.jpg);
}
#clear-sektorler {
	clear: both;
}
#logo {
	height: 110px;
	width: auto;
	float: left;
	padding-top: 40px;
	padding-left: 5px;
}
#sagyazi {
	height: auto;
	width: 600px;
	float: left;
}
#baglantilar1 {
	height: 50px;
	width: 980px;
	clear: both;
	margin-bottom: 10px;
}
#baglantilar-genel {
	height: 122px;
	width: 980px;
}
#bizkimizgenel {
	height: auto;
	width: 980px;
	margin-top: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(img/bgggggg.jpg);
	overflow: hidden;
}
#bizkimiz {
	color: #BD1A45;
	font-size: 20px;
}
#bag2 {
	height: 120px;
	width: 175px;
	border: thin ridge #C02951;
	float: left;
	margin-right: 21px;
	margin-left: 21px;
}
#bag3 {
	height: 120px;
	width: 175px;
	border: thin ridge #C02951;
	float: left;
}
#bag4 {
	height: 120px;
	width: 175px;
	border: thin ridge #C02951;
	float: left;
	margin-right: 21px;
	margin-left: 21px;
}
#baglantilar-clear {
	clear: both;
}
#hakkimizdalogo {
	height: 50px;
	width: 980px;
	margin-top: 10px;
}
#hakkimizda {
	height: 450px;
	width: 960px;
	margin-top: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(img/bgggggg.jpg);
	padding-left: 20px;
	padding-top: 10px;
}
#haklar {
	height: 10px;
	width: 980px;
	margin-top: 30px;
}
#bag5 {
	height: 120px;
	width: 175px;
	border: thin ridge #C02951;
	float: left;
}
#bag1 {
	height: 120px;
	width: 175px;
	border: thin outset #C02951;
	float: left;
}
#menu {
	background-image: url(templemonster/bg-2.gif);
	background-repeat: repeat;
	height: 40px;
	width: 640px;
	float: left;
	margin-top: 100px;
	padding-left: 150px;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: normal;
}
#genel #header #menu ul li ul{
	position: absolute;
	width: 200px;
	overflow: hidden;
	height: auto;
	background-color: #FFF;
	margin-top: 0px;
	margin-left: -45px;
	display: none;
	border: 1px solid #bd1a45;
	z-index: 1500;
}
#genel #header #menu ul li:hover ul{display:block;}
#genel #header #menu ul li ul li{
	clear: both;
	height: auto;
	width: 180px;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	-ms-transition: all 200ms ease 0s;
	-o-transition: all 200ms ease 0s;
	transition: all 200ms ease 0s;
}
#genel #header #menu ul li ul li:hover{
	width: 180px;
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both;
	height: auto;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	-ms-transition: all 200ms ease 0s;
	-o-transition: all 200ms ease 0s;
	transition: all 200ms ease 0s;
}
#genel #header #menu ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#genel #header #menu ul li {
	display: block;
	float: left;
	height: 40px;
	width: 110px;
	text-decoration: none;
	color: #000;
	font-weight: normal;
	text-align: center;
	line-height: 40px;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	-ms-transition: all 200ms ease 0s;
	-o-transition: all 200ms ease 0s;
	transition: all 200ms ease 0s;
}
#genel #header #menu ul li a{text-decoration: none;color: #000;}
#genel #header #menu ul li:hover {
	display: block;
	float: left;
	height: 40px;
	width: 110px;
	text-decoration: none;
	color: #FFFFFF !important;
	font-weight: normal;
	text-align: center;
	line-height: 40px;
	background-color: #BD1A45;
	background-image: url(img/menu.jpg);
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	-ms-transition: all 200ms ease 0s;
	-o-transition: all 200ms ease 0s;
	transition: all 200ms ease 0s;
}
#genel #header #menu ul li:hover a{color: #FFFFFF !important;}
#divider {
	height: 6px;
	width: 980px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#clear-content {
	clear: both;
	height: 20px;
	width: 980px;
}
#content {
	height: 200px;
	width: 980px;
}
#content p{
	margin: 0px;
	padding: 0px;
	clear: both;
}
#content-left {
	height: 178px;
	width: 210px;
	border: 1px solid #CCC;
	float: left;
	background-image: url(img/content.jpg);
	background-repeat: repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	padding: 10px;
}
#content-center {
	height: 178px;
	width: 210px;
	border: 1px solid #D6D6D6;
	float: left;
	background-image: url(img/content.jpg);
	background-repeat: repeat;
	margin-right: 17px;
	margin-left: 17px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	padding: 10px;
}
#content-right {
	height: 178px;
	width: 210px;
	border: 1px solid #CCC;
	float: left;
	background-image: url(img/content.jpg);
	background-repeat: repeat;
	margin-right: 17px;
	padding: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#content-right2 {
	height: 178px;
	width: 210px;
	background-image: url(img/content.jpg);
	height: 198px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	padding: 10px;
	margin: 0px;
	float: left;
	background-repeat: no-repeat;
}
#clear-header {
	clear: both;
}
#kurumsalcontentgenel {
	height: auto;
	width: 980px;
	margin-top: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#iletisimcontentgenel{
	height: auto;
	width: 980px;
	margin-top: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#bizkimiz-content {
	width: 950px;
	height: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 10px;
	padding-left: 30px;
}
#ofislerimiz {
	height: auto;
	width: 880px;
	margin-top: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 200px;
}
#ozgecmisgenel {
	height: 170px;
	width: 128px;
	margin-top: 10px;
	margin-left: 400px;
	border: 2px ridge #C02A51;
}
#ozgecmisengenel {
	height: 600px;
	width: 976px;
	margin-top: 10px;
	border: 2px ridge #C02A51;
	background-image: url(img/bgggggg.jpg);
}
#ozgecmisyazi {
	height: auto;
	width: 980px;
	margin-top: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 200px;
}
#sektorlerbaslik {
	height: 50px;
	width: 655px;
	padding-left: 325px;
	padding-top: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #BD1A45;
}
#sektorleryazi1 {
	height: 400px;
	width: 410px;
	margin-top: 10px;
	float: left;
	padding-left: 80px;
}
#sektorleryazi2 {
	height: 400px;
	width: 410px;
	float: left;
	margin-top: 10px;
	padding-left: 80px;
}
#iletisimgenel {
	height: 600px;
	width: 980px;
	margin-top: 10px;
	background-image: url(img/bgggggg.jpg);
}
#ymmyazi {
	width: 720px;
	margin-top: 10px;
	margin-left: 10px;
	padding-top: 10px;
	float: left;
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 240px;
	padding-left: 20px;
	border: 1px ridge #C02A51;
	margin-bottom: 10px;
}
#ymmsol {
	height: 250px;
	width: 200px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	border: 1px ridge #C02A51;
	margin-bottom: 10px;
}
#hizmetlerimizgenel {
	height: auto;
	width: 980px;
	margin-top: 10px;
	background-image: url(img/bgggggg.jpg);
 ou;
	overflow: hidden;
}
#danismanlikhizmetleri {
	float: left;
	height: auto;
	width: 600px;
}
#hizmetlerimizsolmenu {
	height: auto;
	width: 250px;
	margin-bottom: 20px;
	border: 2px ridge #C02A51;
	float: left;
	overflow: hidden;
}
#bagimsizdenetim {
	float: left;
	height: auto;
	width: 600px;
	margin-top: 10px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	overflow: hidden;
}
#genel #hizmetlerimizgenel #hizmetlerimizsolmenu ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#genel #hizmetlerimizgenel #hizmetlerimizsolmenu ul li a {
	display: block;
	width: 250px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	text-align: center;
	line-height: 18px;
	height: auto;
	overflow: hidden;
	padding-top: 7px;
	padding-bottom: 7px;
}
#genel #hizmetlerimizgenel #hizmetlerimizsolmenu ul li a:hover {
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-image: url(img/hizmetlerimizmenu.png);
}
.a{}
#iletisimbilgi {
	height: auto;
	width: 400px;
	margin-top: 10px;
	padding-top: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 350px;
	font-weight: bolder;
}
#fotosuzbagimsizlar {
	height: auto;
	width: 940px;
	margin-top: 10px;
	margin-left: 12px;
	background-color: #FFF;
	overflow: hidden;
	border: 1px ridge #BD1A45;
	padding-top: 5px;
	padding-left: 10px;
}
ul.bjqs{
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: none;
	height: auto;
	width: auto;
}
li.bjqs-slide{
	position: absolute;
	display: none;
	height: auto;
	width: auto;
}
ul.bjqs-controls{
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9999;
	height: auto;
	width: auto;
}
ul.bjqs-controls.v-centered li a{
	position: absolute;
	height: auto;
	width: auto;
}
ul.bjqs-controls.v-centered li.bjqs-next a{
	right: 0;
	height: auto;
	width: auto;
}
ul.bjqs-controls.v-centered li.bjqs-prev a{
	left: 0;
	height: auto;
	width: auto;
}
ol.bjqs-markers{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	position: absolute;
	margin-top: -27px;
}
ol.bjqs-markers.h-centered{
	text-align: center;
	height: auto;
	width: 100%;
	margin-top: -30px;
	z-index: 10;
	position: absolute;
	text-indent: -9999;
}
ol.bjqs-markers li{
	display: inline;
	height: auto;
	width: auto;
}
ol.bjqs-markers li a{
	display: inline-block;
	height: auto;
	width: auto;
}
p.bjqs-caption{
	display: block;
	width: calc(100% - 20px);
	margin: 0;
	padding: 10px;
	position: absolute;
	bottom: 0;
	height: auto;
}
#container{
	max-width: 620px;
	height: auto;
	width: auto;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
#banner-fade,#banner-slide{margin-bottom: 0px;}
ul.bjqs-controls.v-centered li a{
	display: block;
	background: #fff;
	color: #000;
	text-decoration: none;
	height: auto;
	width: auto;
	-webkit-transition: all 200ms ease 0ms;
	-moz-transition: all 200ms ease 0ms;
	-ms-transition: all 200ms ease 0ms;
	-o-transition: all 200ms ease 0ms;
	transition: all 200ms ease 0ms;
	font-size: 30px;
	padding-top: 2.50000000000000px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
ul.bjqs-controls.v-centered li a:hover{
	color: #fff;
	background-color: #bd1a45;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	-ms-transition: all 200ms ease 0s;
	-o-transition: all 200ms ease 0s;
	transition: all 200ms ease 0s;
}
ol.bjqs-markers li a{
	padding: 9px;
	color: #bd1a45;
	margin: 5px;
	text-decoration: none;
	font-size: 0px;
	background-color: #bd1a45;
}
ol.bjqs-markers li.active-marker a,ol.bjqs-markers li a:hover{background: #fff;color: #fff;}
p.bjqs-caption{background: rgba(255,255,255,0.5);}