@charset "utf-8";
/* */
body {
	margin: 0px;
	padding:0 px;
	background-image:url(../images/bg.gif);
}
strong {
	text-decoration:none;
	color:#FC6;
}
/* */

/*Sayfa Elemanları */
#mainContainer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#titleContainer {
	background-image: url(../images/title.png);
	height: 100px;
	width: 800px;
	z-index: -1;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
}
#contentContainer {
	width: 800px;
	position: relative;
	top: 57px;
}
#contentTitle {
	height: 31px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-family: Arial, Helvetica, Verdana;
	font-size: 26px;
	color: #F90;
}
#content {
	padding: 10px;
	margin-top:3px;
	margin-bottom:10px;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	color: #FFF;
	line-height: 140%;
	text-align: justify;
	font-style: normal;
}
#content ul li {
	color: #FC6;
}
#content ul {
	list-style-type: square;
}
a.contentLink {
	color:#F66;
}
a.contentLink:hover {
	color:#FC6;
}
#bottomContainer {
	height: 36px;
	width: 780px;
	position: relative;
	bottom:-60px;
	padding-right: 10px;
	padding-left: 10px;
}
#adobeLogo {
	float: left;
	height: 36px;
	width: 150px;
}
#socialContainer {
	float: right;
	height: 29px;
	width: 104px;
	padding-top: 1px;
}
#dateContainer {
	width:20px;
}
#iletisimContent {
	width: 790px;
	margin-top:5px;
}
.inputText {
	background:transparent;
	background-image:url(../images/transparentBg.png);
	border:none;
	width:790px;
	margin-bottom: 3px;
	font-family:Arial, Helvetica, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	height: 20px;
	padding-top:5px;
	padding-right: 5px;
	padding-left: 5px;
}
.textarea {
	background:transparent;
	background-image:url(../images/transparentBg.png);
	border:none;
	width:790px;
	font-family:Arial, Helvetica, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	overflow:auto;
	padding-top:5px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom:4px;
}
.formButton {
	background:transparent;
	background-image:url(../images/transparentBg.png);
	border:none;
	width:800px;
	font-family:Arial, Helvetica, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	height: 25px;
}
.formButton:hover {
	background-image:none;
	background-color:#000;
	color:#F90;
}
/**/

/*Menü Elemanları*/
#menuContainer {
	margin-left: auto;
	top: 55px;
	position: relative;
}
#mainContainer #menuContainer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#mainContainer #menuContainer ul li {
	float: right;
}
#mainContainer #menuContainer ul li a {
	line-height: 21px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	width: 89px;
	text-align: center;
	margin-left: 3px;
}
#mainContainer #menuContainer ul li a:hover {
	color:#F36;
	text-decoration: none;
}

/**/

/*Genel Classlar*/
.clearRight {
	clear:right;
}
.clearBoth {
	clear:right;
}
.transparentBox {
	background:url(../images/transparentBg.png);
}

