/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:url(../images/body-bg.gif) left top repeat-x #FFFFFF;
	text-align:center;
	min-width:1000px;
}

object {vertical-align:top; outline:none;}

img {vertical-align:top;}
a img { border:0;}

ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}


html, input, textarea
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.625em;
		line-height:1.6em;
		color:#a4a4a8;
		text-transform:uppercase;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#dc0c10; outline:none;}
a:hover{text-decoration:none;}
p {padding-top:16px;}

/* ============================= main layout ====================== */

li { background:url(../images/marker.gif) no-repeat 0 10px; padding-left:17px; line-height:3em;}
li a {color:#242323; text-decoration:none;}
li a:hover {text-decoration:underline;}

.imgindent {margin:0 20px 0 0; float:left;}

h2 {font-size:2.8em; line-height:1.2037em; color:#3c3d3f; text-transform:none; padding-bottom:20px;}
h3 {font-size:3em; line-height:1.2037em; color:#dc0c10; text-transform:none; padding-bottom:17px;}
/* ============================= header ====================== */
.flash {margin:0 -20px 0 0px}
/* ============================= content ====================== */
.row {background:url(../images/header-bg.gif) left bottom repeat-x;}
.row .indent {padding:38px 0 20px 12px;}

strong {font-size:1.1em; color:#3c3d3f; line-height:1.45em; display:block;}

.col-pad {padding-right:46px;}
.col-pad1 {padding-right:60px;}
.col-pad2 {padding-right:17px;}
.col-pad3 {padding-right:56px;}

.pad {padding-top:8px;}
.pad1 {padding-top:34px;}
.pad2 {padding-top:24px;}
.pad3 {padding-top:14px;}
.pad4 {padding-top:18px;padding-bottom:18px; border-top: 1px solid #e0e0e0;border-bottom: 1px solid #e0e0e0}

.link {display:inline-block; width:86px; text-align:center; color:#dc0c10; text-decoration:none; padding:7px 0 0 0; background:url(../images/link-bg.gif) left top no-repeat; height:19px; line-height:1.2037em; margin-top:28px;}
.link:hover {background:url(../images/link-bg-hover.gif) left top no-repeat; color:#e88082;}

.link-margin {margin-top:50px;}
.link-margin1 {margin-top:35px;}
.link-margin2 {margin-top:15px;}

.indent {padding:38px 0 42px 12px;}
.padding {padding-bottom:35px;}

.img-pad {padding-bottom:10px;}

.title {color:#3c3d3f;}

.phone {display:inline-block; width:80px;}

.link1 {background:url(../images/link1-left-bg.gif) left top no-repeat; display:inline-block; line-height:1em; text-decoration:none; margin:28px 0 0 15px; color:#dc0c10; font-weight:bold; cursor:pointer; font-size:1em;}
.link1 span {background:url(../images/link1-right-bg.gif) right top no-repeat; display:inline-block; padding:0 5px 0 5px;}
.link1 span span  {background:url(../images/link1-tail-bg.gif) top repeat-x; padding:8px 6px 9px 6px;}

.link1:hover {background:url(../images/link1-left-bg-hover.gif) left top no-repeat; }
.link1:hover span {background:url(../images/link1-right-bg-hover.gif) right top no-repeat;}
.link1:hover span span  {background:url(../images/link1-tail-bg-hover.gif) top repeat-x;}
/* ============================= footer ====================== */
#footer {background:url(../images/footer-bg.gif) left top repeat-x;}
#footer .indent {padding:33px 0 0px 12px;}
#footer .right {text-align:right; font-size:1.1em; padding:4px 4px 0 0; line-height:1.63em;}
#footer strong {font-size:1em; background:url(../images/mail-img.gif) left 0px no-repeat; display:inline-block; padding-left:21px;}
.policy {color:#3c3d3f; padding-top:9px;}
.policy a {color:#3c3d3f; text-decoration:none;}
.policy a:hover {text-decoration:underline;}
/* ============================= forms ============================= */

#ContactForm {padding-top:9px}
#ContactForm label {height:40px; display:block;}

.alignright {text-align:right;}
.input {width:235px; border:1px solid #dbdbdb; background:#f5f5f5; padding:5px 0 5px 10px; font-size:1em; line-height:1.243em; color:#3c3d3f;}
textarea {width:235px; height:143px; border:1px solid #dbdbdb; background:#f5f5f5; padding:0 0 0 10px; overflow:auto; font-size:1em; color:#3c3d3f;}

#projets_list li {
	display: block;
	padding-left: 0px;
	background:transparent;
}
#projets_list li a {
	 line-height:14px;
	 display: block;
	 float: left;
	 padding-top: 8px;
	 padding-bottom: 8px;
	 background:url(../images/marker-a.gif) no-repeat left center; padding-left:17px; 
	 
}
a.activ {
	color: #56a741
}



/* iletişim */

#contact input[type="submit"] {
	width: 69px;
	height: 22px;
	cursor: pointer;
	background: #fff;
	color: #000;
	font-size: 11px;
}

#contact_right {
	float: right;
	width: 400px;
	padding-top: 5px;
}
#contact_right p {
	padding: 4px;
}

#contact_right a {
	text-decoration: underline;
}

#contact_right a:hover {
	color: #990000
}

p.error {
	color: red;
}

.formmsj {
	color: green;
	font-size: 14px;
	font-weight: bold;
}
table#ik td {
	padding: 5px;
	}




