@charset "utf-8";
/* CSS Document */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui
------------------------------------------------------------------------------------------------- */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100% }
q:before, q:after { content:''}


/* Global reset-RESET */
/* The below restores some sensible defaults
------------------------------------------------------------------------------------------- */

strong { font-weight: bold }
em { font-style: italic }
ol, ul, li { list-style:none }

/* * a { position:relative } */
a { outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */


body{
	padding:0px;
	height: 100%;
	background-color: #222222;
	background-image: url(../main_images/body_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	background-attachment: fixed;
	}

/* PAGE IS LOADING
--------------------------------------------------------------------------- */ 
#pageIsLoading {
	position: absolute;
	z-index: 10000;
	background-color: #000;
	/* filter:Alpha(Opacity=80); */
	/* -moz-opacity: 0.7; */
	/* opacity: 0.7; */
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	vertical-align: middle;
}
#loadImg {
	position: absolute;
	text-align: center;
	background-color: #FFCC00;
	width: 100%;
	z-index: 100;
	top: 25%;
	left: 0;
	height: 312px;
}

#loadImg p {
	font-family: tahoma;
	font-size: 18px;
	color: #FFFFFF;
	line-height: normal;
	padding-bottom: 15px;
	background-color: #000000;
	text-decoration: blink;
	padding-top: 15px;
	margin-top: 0px;
	margin-bottom: 25px;
}


/* HEADER
--------------------------------------------------------------------------- */ 
#wrapper {
	width:100%;
	margin:0;
	background-repeat: repeat-x;
	background-position: left top;
}
#contentwrapper {
	width:850px;
	padding:0;
	position:relative;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0px;
	background-color: #99FF33;
}
#pagetop {
	height: 420px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../main_images/header_bg.png);
	background-repeat: repeat-x;
}
* html #pagetop {
	background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='main_images/header_bg.png');
}
#pagetop img {
	margin: 0px;
}
#headerwrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: 407px;
}
#iqlogo {
	height: 404px;
	width: 404px;
	background-image: url(../main_images/iqtasarim_logo.png);
	background-repeat: no-repeat;
	float: right;
}
* html #iqlogo {
	background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='main_images/iqtasarim_logo.png');
}




/* NAVIGATION CSS STYLES
--------------------------------------------------------------------------- */ 
#navigationwrapper {
	height: 70px;
	float: left;
	margin-top: 175px;
	width: 438px;
	position: relative;
}
#slogan {
	width: 460px;
	height: 135px;
	float: left;
	margin-top: -140px;
}
#slogan p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 34px;
	text-align: left;
	color: #EFDDB8;
	margin-top: 50px;
}


table.navbar {
	height: 60px;
	text-align: center;
}
a.navigationtitle,
a.navigationtitle:visited,
a.navigationtitle:active {
	font-family: "Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
	color: #F3AE00;
	font-size: 26px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1em;
}
a.navigationtitle span {
	font-family: "Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
	color: #C1B393;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: -7px;
}
a.navigationtitle:hover,
a.navigationtitle:hover span {
	color: #EBEBEB;
	text-decoration: none;
}


.nav_seperator {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #625B4B;
}


/* CONTENT
--------------------------------------------------------------------------- */ 
#contentwrapper {
	width: 100%;
	text-align: center;
}
#content {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

/* TABLES
--------------------------------------------------------------------------- */ 
#sectiondiv,
#sectiondiv_aboutus,
#sectiondiv_services,
#sectiondiv_portfolio,
#sectiondiv_contactus {
	width: 750px;
	background-image: url(../main_images/section_bg.png);
	background-repeat: repeat-y;
	padding-left: 50px;
	padding-right: 50px;
}
* html #sectiondiv,
* html #sectiondiv_aboutus,
* html #sectiondiv_services,
* html #sectiondiv_portfolio,
* html #sectiondiv_contactus {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='main_images/section_bg.png');
}

#sectionheader,
#sectionheader_aboutus,
#sectionheader_services,
#sectionheader_portfolio,
#sectionheader_contactus {
	height: 36px;
	width: 850px;
	background-image: url(../main_images/section_header_bg.png);
	background-repeat: no-repeat;
}
* html #sectionheader,
* html #sectionheader_aboutus,
* html #sectionheader_services,
* html #sectionheader_portfolio,
* html #sectionheader_contactus {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='main_images/section_header_bg.png');
}

#sectionfooter,
#sectionfooter_aboutus,
#sectionfooter_services,
#sectionfooter_portfolio,
#sectionfooter_contactus {
	height: 36px;
	width: 850px;
	background-image: url(../main_images/section_footer_bg.png);
	background-repeat: no-repeat;
	margin-bottom: 80px;
}
* html #sectionfooter,
* html #sectionfooter_aboutus,
* html #sectionfooter_services,
* html #sectionfooter_portfolio,
* html #sectionfooter_contactus {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="main_images/section_footer_bg.png");
}

#sectionend,
#sectionend_aboutus,
#sectionend_services,
#sectionend_portfolio,
#sectionend_contactus {
	clear: both;
	text-align: right;
}
#sectionend a, #sectionend_aboutus a, #sectionend_services a, #sectionend_portfolio a, #sectionend_contactus a,
#sectionend a:active, #sectionend_aboutus a:active, #sectionend_services a:active, #sectionend_portfolio a:active, #sectionend_contactus a:active,
#sectionend a:visited, #sectionend_aboutus a:visited, #sectionend_services a:visited, #sectionend_portfolio a:visited, #sectionend_contactus a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F3AE00;
	text-decoration: none;
}
#sectionend a:hover, #sectionend_aboutus a:hover, #sectionend_services a:hover, #sectionend_portfolio a:hover, #sectionend_contactus a:hover {
	color: #FFFFFF;
	text-decoration: none;
}




#contenttd_eng,
#contenttd_eng_aboutus,
#contenttd_eng_services,
#contenttd_eng_portfolio,
#contenttd_eng_contactus {
	width: 340px;
	float: left;
	text-align: left;
	z-index: 10;
	clear: left;
	position: relative;
}


#contenttd_tr,
#contenttd_tr_aboutus,
#contenttd_tr_services,
#contenttd_tr_portfolio,
#contenttd_tr_contactus {
	width: 340px;
	float: right;
	text-align: left;
	position: relative;
}

#contenttd_eng h1,
#contenttd_eng_aboutus h1,
#contenttd_eng_services h1,
#contenttd_eng_portfolio h1,
#contenttd_eng_contactus h1,
#contenttd_tr h1,
#contenttd_tr_aboutus h1,
#contenttd_tr_services h1,
#contenttd_tr_portfolio h1,
#contenttd_tr_contactus h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 11px;
}
#contenttd_eng h1,
#contenttd_eng_aboutus h1,
#contenttd_eng_services h1,
#contenttd_eng_portfolio h1,
#contenttd_eng_contactus h1 {
	color: #FFA800;
}
#contenttd_tr h1,
#contenttd_tr_aboutus h1,
#contenttd_tr_services h1,
#contenttd_tr_portfolio h1,
#contenttd_tr_contactus h1 {
	color: #D5992B;
}
#contenttd_eng p,
#contenttd_eng_aboutus p,
#contenttd_eng_services p,
#contenttd_eng_portfolio p,
#contenttd_eng_contactus p,
#contenttd_tr p,
#contenttd_tr_aboutus p,
#contenttd_tr_services p,
#contenttd_tr_portfolio p,
#contenttd_tr_contactus p,
#contenttd_eng td,
#contenttd_eng_aboutus td,
#contenttd_eng_services td,
#contenttd_eng_portfolio td,
#contenttd_eng_contactus td,
#contenttd_tr td,
#contenttd_tr_aboutus td,
#contenttd_tr_services td,
#contenttd_tr_portfolio td,
#contenttd_tr_contactus td,
#contenttd_eng li,
#contenttd_eng_aboutus li,
#contenttd_eng_services li,
#contenttd_eng_portfolio li,
#contenttd_eng_contactus li,
#contenttd_tr li,
#contenttd_tr_aboutus li,
#contenttd_tr_services li,
#contenttd_tr_portfolio li,
#contenttd_tr_contactus li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 6px;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
}
#contenttd_eng p,
#contenttd_eng_aboutus p,
#contenttd_eng_services p,
#contenttd_eng_portfolio p,
#contenttd_eng_contactus p,
#contenttd_eng td,
#contenttd_eng_aboutus td,
#contenttd_eng_services td,
#contenttd_eng_portfolio td,
#contenttd_eng_contactus td,
#contenttd_eng li,
#contenttd_eng_aboutus li,
#contenttd_eng_services li,
#contenttd_eng_portfolio li,
#contenttd_eng_contactus li {
	color: #FEFCEB;
}
#contenttd_tr p,
#contenttd_tr_aboutus p,
#contenttd_tr_services p,
#contenttd_tr_portfolio p,
#contenttd_tr_contactus p,
#contenttd_tr td,
#contenttd_tr_aboutus td,
#contenttd_tr_services td,
#contenttd_tr_portfolio td,
#contenttd_tr_contactus td,
#contenttd_tr li,
#contenttd_tr_aboutus li,
#contenttd_tr_services li,
#contenttd_tr_portfolio li,
#contenttd_tr_contactus li {
	color: #D0CAB3;
}
#contenttd_eng li,
#contenttd_eng_aboutus li,
#contenttd_eng_services li,
#contenttd_eng_portfolio li,
#contenttd_eng_contactus li,
#contenttd_tr li,
#contenttd_tr_aboutus li,
#contenttd_tr_services li,
#contenttd_tr_portfolio li,
#contenttd_tr_contactus li {
	list-style-position: inside;
	list-style-type: disc;
	text-indent: 10px;
	line-height: normal;

}
#contenttd_portfolio {
	width: 100%;
}
#aboutus_title_eng {
	background-image: url(../main_images/title_aboutus.png);
	background-repeat: no-repeat;
	height: 59px;
	width: 300px;
	margin-bottom: 5px;
	position: relative;
}
* html #aboutus_title_eng {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="main_images/title_aboutus.png");
}
#aboutus_title_tr {
	background-image: url(../main_images/title_hakkimizda.png);
	background-repeat: no-repeat;
	height: 59px;
	width: 300px;
	margin-bottom: 5px;
	position: relative;
}
* html #aboutus_title_tr {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="main_images/title_hakkimizda.png");
}
#services_title_eng {
	background-image: url(../main_images/title_services.png);
	background-repeat: no-repeat;
	height: 59px;
	width: 300px;
	margin-bottom: 5px;
	position: relative;
}
* html #services_title_eng {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="main_images/title_services.png");
}
#services_title_tr {
	background-image: url(../main_images/title_hizmetlerimiz.png);
	background-repeat: no-repeat;
	height: 59px;
	width: 300px;
	margin-bottom: 5px;
	position: relative;
}
* html #services_title_tr {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="main_images/title_hizmetlerimiz.png");
}
#portfolio_title_engtr {
	background-image: url(../main_images/title_portfolio.png);
	background-repeat: no-repeat;
	height: 59px;
	width: 450px;
	position: relative;
}
* html #portfolio_title_engtr {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="main_images/title_portfolio.png");
}
#contactus_title_eng {
	background-image: url(../main_images/title_contactus.png);
	background-repeat: no-repeat;
	height: 59px;
	width: 300px;
	margin-bottom: 5px;
	position: relative;
	margin-top: 25px;
}
* html #contactus_title_eng {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="main_images/title_contactus.png");
}
#contactus_title_tr {
	background-image: url(../main_images/title_iletisim.png);
	background-repeat: no-repeat;
	height: 59px;
	width: 300px;
	margin-bottom: 5px;
	position: relative;
}
* html #contactus_title_tr {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="main_images/title_iletisim.png");
}
.portfoliotitle_ENG {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFA800;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 8px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E7E0C7;
	position: relative;
}
.portfoliotitle_TR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #DCC98D;
}
#theend {
	text-align: center;
}
#links {
	text-align: center;
	padding-top: 15px;
}
#contact_form {
	position: relative;
	float: left;
	padding-top: 25px;
}
