/* generic css */

html {
	background:#333;
}
body {
	background:#333 url("images/background.jpg") repeat-x top;
	font-size:16px;
	font-family:Helvetica, Arial, sans-serif;
	height:100%;
}
a {
	color: #cc0066;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-size: 1.45em;
	font-weight: bold;
	margin-bottom: 6px;
	letter-spacing: -0.05em;
	color:#0099CC;
}
h2 {
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: -0.025em;
	color:#0099CC;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -0.025em;
	color:#0099CC;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}
h4 {
	font-size: 0.7em;
	letter-spacing: -0.025em;
}
h5 {
font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -0.025em;
	color:#cc0066;
}
p {
	line-height: 1.6em;
	font-size: 0.7em;
	margin: 0px 0;
}
.error {
	margin-top: 10px;
	color: #ff0000;
}
strong {
	font-weight: bold;
	color:#003366;
}
br {
	clear:both;
}
.item {
	margin-bottom:10px;
	float:left;
}
.wimg {
	height:220px;
}
/* outer wrapper */

#wrapper {
	width: 1016px;
	margin: 0 auto;
	position: relative;
}
/* left and right hands */

#lhand {
	width: 133px;
	height: 223px;
	position: absolute;
	top: 240px;
	left: 18px;
	background: url("images/handleft.png") no-repeat;
}
#rhand {
	width: 138px;
	height: 216px;
	position: absolute;
	top: 240px;
	right: 20px;
	background: url("images/handright.png") no-repeat;
	z-index:1;
}
#kurumsal {
	width: 133px;
	height: 223px;
	position: absolute;
	top: 240px;
	left: 18px;
	background: url("images/kurumsal.png") no-repeat;
}
/* inner wrapper */

#inner {
	margin: 0 auto;
	background: #fcfcfc url("images/headertop.jpg") no-repeat top;
	width: 800px;
}
/* header */

#header {
	background: url("images/header.jpg");
	width: 800px;
	height: 178px;
}
#logo {
	padding: 45px 0 3px 20px;
	float:left;
}
#languages {
	float:right;
	margin-top:10px;
	margin-right:5px;
}
/* navigation */

#header ul {
	margin-left: 70px;
	font-size: 0.75em;
	clear:both;
}
.kurr {
	margin-left: 0px;
	font-size: 0.75em;
	clear:both;
}
#header ul li {
	float: left;
	margin-right: 20px;
}
/* removes icons in the top navigation */
/*
#header ul li.home {
	background: url(images/nav/home.gif) no-repeat center top;
}
#header ul li.about {
	background: url(images/nav/about.gif) no-repeat center top;
}
#header ul li.webdesign {
	background: url(images/nav/webdesign.gif) no-repeat center top;
}
#header ul li.webhosting {
	background: url(images/nav/webhosting.gif) no-repeat center top;
}
#header ul li.contact {
	background: url(images/nav/contact.gif) no-repeat center top;
}
*/
#header ul li a {
	width: 95px;
	height: 27px;
	padding-top: 28px;
	color: #777;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	outline: none;
}
#header ul li a:hover, #header ul li a.sel {
	color: #000;
	background: url("images/navarrow.jpg") center bottom no-repeat;
}
/* content */
.tempimage {
	padding: 10px 0 0 0;
	overflow: hidden;
}

div#tempimage #nart2 .art {
border: 1px dashed #b3dfff;
width: 185px;
float: left;
margin-left: 15px;
margin-right: 15px;
margin-bottom: 15px;
margin-top: 10px;
background: #f3f3f3 url("images/art_bg.jpg") 0 0 no-repeat;
padding: 0 0 4px 0;
}

div#tempimage #nart2 .art h4{
margin-left: 0px;
margin-top:10px;
margin-bottom:5px;
font-size:10px;
font-weight: bold;
text-transform: uppercase;
color: #D76912;
}

#google {
	background: #f3f3f3;
	padding: 5px 0px 8px 5px;
	line-height: 1.6em;
	width:430px;
	font-size:11px;
	color:#FF0066;
}

#content {
	background: #f3f3f3;
	min-height: 400px;
	padding: 10px 15px 8px 20px;
}

#contentleft {
	float: left;
}
#contentright {
	float: right;
}
.whiteBoxLargeTop {
	width: 468px;
	height: 14px;
	background: url("images/lefttop.jpg") no-repeat;
}
.whiteBoxLarge {
	width: 435px;
	border: 1px solid #e4e4e4;
	border-top: 0;
	background: #fff;
	padding: 5px 9px 20px 22px;
}

.whiteBoxLargeTopGenis {
	width: 761px;
	height: 14px;
	background: url("images/lefttopGenis.jpg") no-repeat;
}
.whiteBoxLargeGenis {
	width: 715px;
	border: 1px solid #e4e4e4;
	border-top: 0;
	background: #fff;
	padding: 5px 22px 20px 22px;
}
.whiteBoxLarge ul {
	font-size:1em;
	margin-top:12px;
}
#siteMap {
	font-size: 0.7em;
}
.whiteBoxLarge li {
	margin-bottom:10px;
}
.whiteBoxLarge h1 {
	color: #0099cc;
}
.whiteBoxPortfolioTop {
	width:760px;
	background:white;
	height:14px;
	background: url("images/whiteBoxPortfolioTop.jpg");
}
.whiteBoxPortfolio {
	width:714px;
	background:white;
	padding: 5px 22px 20px 22px;
	border: 1px solid #e4e4e4;
	border-top: 0;
}
.whiteBoxPortfolio h1 {
	color: #0099cc;
}
.portfolioImages {
	background:#aaa;padding:10px;float:left;margin-right:10px;height:250px; 
}
.smallThumb {
	float:left;margin-right:10px;margin-top:10px;	
}
.last {
	margin-right:0;
}
.portfolioText {
	float:left;padding:0px 10px 10px 10px;width:460px;
}
.portfolioText ul {
	font-size:0.7em;
	margin-top:10px;
}
.portfolioText ul li {
	margin-bottom:5px;
	background:url("images/arrowGreen.gif") no-repeat left 2px;
	padding:0 0 0 15px;
	width:212px;
	float:left;
} 
.portfolioText p {
	line-height:1.5em;
}
ul#services {
	margin-top: 15px;
}
ul#services li {
	background: url("images/arrow.gif") no-repeat 2px 8px;
	padding: 5px 0 0 25px;
}

/* contact form */


td {
	padding:5px 5px 5px 0;
	font-size:12px;
	left:0;
	width:auto;	
}
tr {
	margin-bottom:10px;
	float:left;
}
.chbox {
	border:1px solid #999999;
	padding:6px 4px;
}
/*input, textarea {
	border:1px solid #999999;
	padding:6px 4px;
	width:275px;
	font-size:12px;
	color:#777777;
}*/
textarea {
	height:185px;
}
.fieldname {
	width:125px;
	padding:8px 5px 5px 5px;
	color:#0099CC;
	font-weight:bold;
}
.button {
	width:100px;
}
.button:hover {
	cursor: pointer;
	background:#333;
	color: #fff;
}
.pinkBoxTop {
	width: 283px;
	height: 14px;
	background: url("images/righttop.jpg") no-repeat;
}
.pinkBox {
	width: 237px;
	border: 1px solid #e3e3e3;
	border-top: 0;
	background: #cc0066;
	padding: 5px 22px 20px 22px;
	margin-bottom: 7px;
}
ul#servicesRight {
	margin-top: 15px;
}
ul#servicesRight li {
	background: url("images/arrow.gif") no-repeat 2px 0;
	padding: 0 0 0 25px;
	color:white;
	font-size:12px;
	margin-bottom:11px;
	line-height:1em;
}
.pinkBox h1 {
	color: #fff;
}
.pinkBox p {
	color: #fff;
}
.whiteBoxSmallTop {
	width:283px;
	height:14px;
	background: url("images/right2top.jpg") no-repeat;
}
.whiteBoxSmall {
	width:237px;
	border: 1px solid #e4e4e4;
	border-top:0;
	background:#fff;
	padding: 5px 22px 0 22px;
	position:relative;
	margin-bottom:7px;
}
#logolar {
background:transparent url("images/logolar.jpg") no-repeat;
bottom:-60px;
position:absolute;
width:281px;
left:1px;
}
.whiteBoxSmall h1 {
	color:#0099CC;
}
/* footer */

#footer {
	background: url("images/footer.jpg") no-repeat center top;
	width: 1016px;
	padding: 36px 0 0 0;
	color: #ccc;
	font-size: 0.7em;
}
#polygroup {
	display: block;
	padding: 17px 0 20px 10px;
	clear: both;
	width:195px;
}
#footer div {
	width: 800px;
	margin: 0 auto;
}
#footer ul {
	float: left;
	line-height: 1.2em;
	margin-left: 19px;
	width: 266px;
}
#footer ul li {
	width: 133px;
	float: left;
	padding-bottom: 6px;
}
#footer ul li a {
	color: #ccc;
	text-decoration: none;
	font-weight:normal;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#copyright {
	float:right;
	text-align:right;
	margin-right:19px;
}
.iletisim {
	float:left;
	text-align:left;
	margin-left:19px;
}
.medya {
	font-size: 1.0em;
	font-weight: bold;
	color:#0099CC;
{
