/* -------------------------------------- genel */
body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Verdana, "MS Trebuchet", sans-serif;
	line-height: 150%;
	font-size: 82%;
	background-image:url(images/bg3.jpg);
	background-position:center top; background-repeat:no-repeat;
	background-color:#E2E5F6;
}

a img {border:0;}

hr { border: 1px solid #fff;}

/* -------------------------------------- Header */
#header {
	position: relative;
	padding: 0;
	margin-bottom: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
#slogans-buttons {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

/* -------------------------------------- Slogans */
#slogans-container {
	background: url('images/slogans-bg-shadow.gif') bottom left repeat-x;
	color: #fff;
	font-size: 2.0em;
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 10px 0 20px 0;
}
#slogans {
	width: 975px;
	margin: 0 auto 0 auto;
	list-style-type: none;
	font-size: 1.8em;
	line-height: 130%;
}

/* -------------------------------------- Home Page Slogan */
#home-page-slogan {
	font-size: 3.0em;
	font-weight: normal;
	line-height: 100%;
	margin-top: 40px;
	margin-bottom: 50px;
	color:#666;
}
#home-page-slogan strong { font-weight: bold; }
/* -------------------------------------- Content Structure */

#content-container {
	position: absolute;
	top: 0;
	z-index: 100;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #5e5e5e;
}
#content-wrapper {
	width: 975px;
	margin: 0 auto;
}

/* -------------------------------------- Column Structure */
.columns { clear: both; }
.columns .left { float: left; }
.columns .right { float: right; }
.columns .column { margin-right: 25px; margin-bottom: 25px; }
.columns .last { margin-right: 0; }
.columns .one { width: 225px; }
.columns .two { width: 475px; }
.columns .three { width: 725px; }
.columns .four { width: 975px; }
.columns .column .section { margin-bottom: 20px; }


/* -------------------------------------- Frames */
.with-frame, .sidebar_section {
	background: #fff;
	padding: 20px 20px 37px 20px;
}

.one.column .with-frame, .one.column .sidebar_section {
	background-image: url(images/1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.three.column .with-frame, .three.column .sidebar_section { 
	background: #fff url('images/three-column-bg.gif') bottom center no-repeat;
}

img.with-frame {
	display: block;
	padding: 10px 10px 32px 10px;
	background: #fff url('images/one-column-bg.gif') bottom center no-repeat;
}


/* -------------------------------------- Typography */
h1 {
	margin: 0;
	padding: 0;
}
h1 a{
	display: block;
	width: 150px;
	height: 70px;
	background-image: url(images/logo2.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
h1 a span { display:none; }

h2,h3,h4,h5,h6 { color: #3e3e3d; }
h2 {
	font-size: 2.0em;
	margin-top: 5px;
}
h2 span { color: #dedede; }
h2 a:link, h2 a:visited { color: #b0b0b0; text-decoration: none; }
h2 a:hover { text-decoration: underline; }

p,h3,h4,h5,h6,ul,ol,dl,pre,code,table,blockquote { margin-top: 0; margin-bottom: 20px; }

h3 { font-size: 1.4em; margin-bottom: 5px;}


/* -------------------------------------- Links */
a, a:link, a:visited { 
	color: #3e3e3d;
	font-weight: bold;
}
a:hover { text-decoration: none; }

/* -------------------------------------- Buttons */
.submit input, 
.button,
.button:link,
.button:visited, 
.button-primary, 
.button-secondary, 
input[type=button], 
input[type=submit] {
	text-decoration: none;
	padding: 3px 10px !important;
	cursor: pointer;
	border: 1px solid #dcdcdc;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	color: #3e3e3d;
	text-shadow: rgba(255,255,255,1) 0 1px 0;
	line-height: 200%;
}
.button img { vertical-align: -20%; }
.button a, .button-secondary a {
	font-weight: normal !important;
}
 
.submit input:hover, .button:hover, .button-secondary:hover, input[type=button]:hover, input[type=submit]:hover {
	color: #000;
	border-color: #bbb;
	text-decoration: none;
}
 
.submit input, .button, .button-secondary, input[type=button], input[type=submit] {
	background: #e5e5e5 url('images/button_gradient.gif') repeat-x scroll left top;
}
 
.submit input:active, .button:active, .button-secondary:active, input[type=button]:active, input[type=submit]:active {
	background: #eee url('images/button_gradient.gif') repeat-x scroll left bottom;
}
 
.button-primary {
	border-color: #298cba !important;
	font-weight: bold;
	color: #FFF !important;
	background: #21759B url('images/button-grad.png') repeat-x scroll left top !important;
	text-shadow: rgba(0,0,0,0.3) 0 -1px 0 !important;
}
 
.button-primary:hover {
	border-color: #13455b !important;
	color: #EAF2FA !important;
}
 
.button-primary:active {
	background: #21759b url('images/button-grad.png') repeat-x scroll left bottom !important;
}

/* -------------------------------------- Work Small */
.work-small h3 {
	font-size: 1.1em;
	margin-bottom: 0px;
}
.work-small p {
	font-size: 0.85em;
	line-height: 135%;
}
