﻿/***************************************************
				      GENERAL
***************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	line-height: 17px;
	
}
.desc .top {
	background-color: #FF0000;
	height: 15px;
	width: 15px;
}

body {
	height: 100%;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(../images/bg-body.jpg);
	background-repeat: repeat;
	background-position: left top;
}
h1,h2,h3,h4,h5,h6{
	color: #999999;
}
h1{
	font-size:28px;
	display: block;
}
h2{font-size:28px;}
h3{font-size:22px;}
h4{font-size:18px;}
h5{font-size:16px;}
h6{font-size:12px;}
ul, ol	{
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
p.italic {
	display: block;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	color: #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

p.baslik {
	display: block;
	font-size: 14px;
	font-weight: normal;
	font-style:  normal;
	color: #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


a {
	text-decoration: none;
	color: #800000;
 outline:0; border:0;	
}
a:hover {
	text-decoration: underline;
}
.read-more {
	color: #999;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #000;
	-webkit-box-shadow: 0 1px 3px #000;
	text-shadow: 0 -1px 1px #000;
	background-color: #0d0d0d;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	float: right;
	margin-top: 15px;
	margin-left: 15px;
}
.imgleft {
	float:left;
	margin:4px 12px 0px 0px;
}
.imgright {
	float:right;
	margin:4px 0px 0px 12px;
}
input, textarea {
	outline-style:none;
}
.divider {
	float: left;
	width: 100%;
	display: block;
	height: 25px;

}
.border-divider {
	float: left;
	width: 100%;
	display: block;
	height: 30px;
	background-image: url(../images/border.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-shadow:0 1px 0 #000;
	background-image: url(../images/wrapper.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}
#content {
	width: 980px;
	color: #666666;
	padding: 0px;
	float: left;
	margin: 0px;
}
#header {
	float: left;
	width: 980px;
	height: 66px;
}
#logo {
	float: left;
	padding-top: 15px;
}
#logo a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	padding-right: 15px;
}
#logo p {
	float: left;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 15px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	color: #CCCCCC;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*********************************************************************
					TOGGLE STYLE
 *********************************************************************/
.open-close {
	position:relative;
	background-image: url(../images/toggle-open.gif);
	background-repeat: no-repeat;
	background-position: right 13px;
	width: 100%;
}
.open-close a {
	text-decoration: none;
	display: block;
	background-image: url(../images/border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #CCCCCC;
	text-transform: uppercase;
	font-size: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.open-close a:hover {
}
.current{
	background-attachment: scroll;
	background-image: url(../images/toggle-close.gif);
	background-repeat: no-repeat;
	background-position: right 19px;
	color: #189ACB;
}
.desc{
	background-image: url(../images/border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}
/***************************************************
			CLOSE SLIDESHOW
***************************************************/
#content-top {
	width: 100%;
	z-index: 8;
	float: left;
	height: 24px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #c90505;
}
#close-tab {
	height: 24px;
	position: absolute;
	right: 0px;
	width: 25px;
	z-index: 99;
	background-image: url(../images/close-tab.png);
	background-repeat: no-repeat;
	background-position: top;
	top: 0px;
}
#close-tab a {
	display: block;
	height: 100%;
	width: 100%;
	z-index: 99;
}
.wrap {	
	height: auto;
	margin: 0px auto 0px;
	position: relative;
	width: 100%;
}
#container {
	width: 980px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	float: left;
}
/***************************************************
			FOOTER
***************************************************/
.footer {
	width:100%;
	color:#666666;
	padding-top: 24px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	margin: 0px;
	display: block;
	height: 20px;
	float: left;
}
#footer {
	width:100%;
	text-shadow:1px 1px 0 #000;
	background-color: #201f1e;
	float: left;
	background-image: url(../images/bg-footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 25px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#footer ul.socialize {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footer ul.socialize li {
	float: left;
	padding-right: 8px;
}
#footer ul.socialize .last {
	padding: 0px;
}
#footer h1 {
	padding-bottom: 15px;
	display: block;
}
.bottom{
	width:980px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	color: #999999;
	overflow: hidden;
	position: relative;
}
/*********************************************************************
					TESTIMONIALS
 *********************************************************************/
.authors {
	font-weight: bold;
	color: #666666;
	text-align: right;
	display: block;
}
#testimonials { 
	width:100%; 
}
#testimonials ul { 
	list-style:none;
	padding:0; 
	margin:0; 	 
}
ul.pagination {
	list-style:none;
}
ul.pagination li {
	float:left;
	margin-top: 15px;
	margin-bottom: 0px;
}
ul.pagination li a {
	display:block;
	height:10px;
	text-indent:-9999px;
	width:10px;
	background-color: #404040;
	-moz-border-radius:2px; 
	-webkit-border-radius:2px;
	border-radius:2px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.pagination li a:hover {
	background-color: #9A9A9A;
}
ul.pagination li.current a {
	background-color: #c90505;
}
/***************************************************
				      TWITTER
***************************************************/
#twitter-holder {
	float: left;
}
.tweet{
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #ffffff;
    border-right-color: #333333;
    border-bottom-color: #333333;
    border-left-color: #ffffff;
    padding: 10px;
}
.tweet li{
    list-style-type: none;
}
a.twitter-follow {
	padding: 0px;
	height: 50px;
	width: 75px;
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/twitter.png);
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}
/***************************************************
				 COPYRIGHT
***************************************************/
.copyright {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.copyright p {
	float: left;
}
.copyright img {
	float: right;
	margin-top: -3px;
}
/***************************************************
				      COLUMNS
***************************************************/
.one, .two-even, .two-odd, .three-even, .four-even { float:left; }
.two-even, .two-odd, .three-even, .four-even{
	margin-right: 35px;
}
.one {width: 940px;}
.two-even{
	width:472px;
}
.two-odd{
	width:970px;
}
.three-even{
	width:303px;
}
.four-even{
	width:208px;
}
.last{ margin-right: 0px;}
/*********************************************************************
						QUOTES
 *********************************************************************/
.quote-right {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 0px;
	width: 45%;
	float:right;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999999;
}
.quote-left {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 20px;
	margin-top: 10px;
	margin-right: 20px;
	width: 45%;
	float:left;
	display: block;
	margin-bottom: 10px;
	margin-left: 0px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999999;
}
.quote-desc {
	color:#CCCCCC;
	line-height: 140%;
}
.quote-author-right {
	color:#c90505;
	text-align: right;
	margin-top: 10px;
	line-height: 12px;
}
.quote-author-left {
	color:#c90505;
	text-align: right;
	margin-top: 10px;
	line-height: 12px;
}
/*********************************************************************
					SKILLS
 *********************************************************************/
.skills {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.skills li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	display: block;
	float: left;
	width: 90%;
	background-image: url(../images/skills-rates.png);
	background-repeat: no-repeat;
}
.skills li.rate1 {
	display: block;
	background-position: right 0px;
}
.skills li.rate2 {
	display: block;
	background-position: right -27px;
}
.skills li.rate3 {
	display: block;
	background-position: right -54px;
}
.skills li.rate4 {
	display: block;
	background-position: right -81px;
}
.skills li.rate5 {
	display: block;
	background-position: right -108px;
}
/*********************************************************************
					NEWS TABS STYLE
 *********************************************************************/
.news {
	list-style: none;
	width: 260px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.news li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding-bottom: 7px;
	width: 100%;
	float: left;
	background-image: url(../images/border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.news li a {
	background-image: none;
	color: #666666;
}
.news li a:hover {
	color: #CCCCCC;
}
.news li .date{
	border-top-color: #000000;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #000000;
	display:block;
	top:4px;
	color:#666;
	-webkit-border-radius:4px;-moz-border-radius:4px;				
	border-radius:4px;
	float: left;
	height: 58px;
	width: 235px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-align: center;
}
.news li .date span {
	display:block;
	padding-top:12px;
	font-size:9px;
	text-transform:uppercase;
	letter-spacing:0.5em;
}
.news li .date strong {
	display:block;
	font-size:16px;
	font-weight:normal;
	letter-spacing: -0.02em;
}
.news li .title {
	margin-left:70px;
	padding-top: 4px;
}
.news li.last {
	background-image: none;
}
.news li.active a  {
	color: #CCCCCC;
}
.news li.active .date   {
	color:#FFFFFF;
	background-color: #c90505;
	border-top-color: #c90505;
	border-right-color: #c90505;
	border-bottom-color: #c90505;
	border-left-color: #c90505;
}
.news_container {
	float: left;
	width: 690px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.news_content {
}
/*********************************************************************
					SERVICES TABS STYLE
 *********************************************************************/
.tabs {
	list-style: none;
	width: 980px;
	margin: 0px;
}
.tabs li {
	padding-right: 15px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tabs li a {
	text-decoration: none;
	color: #666666;
	display: block;
	outline: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
	border-radius:3px;
	padding-right: 15px;
	font-size: 13px;
	text-transform: uppercase;
}
.tabs li a.last {
	border-right-style: none;
}
.tabs li.active a  {
	color: #c90505;
}
.tab_container {
	float: left; 
	width: 100%;
}
.tab_content {
	float: left;
	padding-top: 27px;
}
/***************************************************
			  PORTFOLIO GALLERY
***************************************************/
ul.portfolio-tiles-gallery {
	list-style-type: none;
	padding: 0px;
	display: block;
	width: 1010px;
	float: left;
	margin-top: 27px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -30px;
}
ul.portfolio-tiles-gallery li {
	float: left;
	margin: 0px;
	width: 170px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	position: relative;
	padding-left: 30px;
}
ul.portfolio-tiles-gallery  li img {
	background-color:#201f1e;
	padding: 10px;
}
.portfolio-thumbnail{
	position:absolute;
	width:145px;
	height:90px;
	z-index:10;
	left: 28px;
	top: 0px;
	background-color: #000;
	padding: 15px;
	display: none;
}
.portfolio-thumbnail h3 {
	padding-bottom: 15px;
}
.portfolio-thumbnail a {
	display: block;
	float: left;
	padding-right: 15px;
	padding-left: 20px;
}
.portfolio-thumbnail a:hover {
	text-decoration: underline;
}
.portfolio-thumbnail a.preview {
	background-image: url(../images/icon-preview.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.portfolio-thumbnail a.view {
	background-image: url(../images/icon-online.png);
	background-repeat: no-repeat;
	background-position: left top;
}
/***************************************************
		    PORTFOLIO FILTER
***************************************************/
#portfolio-filter {
	width: 980px;
	display: block;
	float: left;
}
#portfolio-filter ul {
	margin: 0px;
	padding: 0px;
	float: left;
}
#portfolio-filter li {
	background: none;
	display: inline;
	padding-right: 15px;
	float: left;
}
#portfolio-filter li a {
	text-decoration: none;
	color: #666666;
	display: block;
	outline: none;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	font-size: 13px;
	text-transform: uppercase;
}
#portfolio-filter li a.last {
	border-right-style: none;
}
#portfolio-filter li a.current, #portfolio-filter li a:hover {
	text-decoration: none;
	color: #c90505;
}
/***************************************************
			CONTACT FORM
***************************************************/
#form {
	margin:0px;
	background-color: #ffffff;
	float: left;
	width: 920px;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#form p {
	padding-top: 0px;
	padding-right: 25px;
	color: #3c392e;
}
#form div {
	float: left;
	width: 300px;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#form div label {
	width: 310px;
	display: block;
	font-size: 0.9em;
}
.success {
	background-color: #e9e9e9;
	width: 460px;
	padding-top: 18px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 30px;
	float: left;
}
.error {
	color: #cc0000;
	font-size: 11px;
	position: absolute;
	top: 0px;
	right: 12px;
}
#form input, textarea {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #292929;
	border-bottom-color: #292929;
	border-left-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	width:275px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	padding-top: 11px;
	padding-right: 5px;
	padding-bottom: 11px;
	padding-left: 5px;
	background-color: #f5f6ee;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
	border-radius:3px;
}	
#form textarea {
	height:145px;
	width: 300px;
}
#form input:focus, textarea:focus {
	color:#3c392e;
	background-color: #e9e9e9;
	border-right-color: #3B3B3B;
	border-bottom-color: #3B3B3B;
	border-top-color: #0F0F0F;
	border-left-color: #0F0F0F;
}
#form .submit {
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
	border-radius:3px;
-moz-box-shadow:0 1px 2px #000;
	border:medium none;
	color:#fff;
	cursor:pointer;
	font-size:10px;
	position:relative;
	text-align:center;
	text-shadow:0 0px 0 #000000;
	width:auto !important;
	float: right;
	padding-top: 6px;
	padding-right: 13px;
	padding-bottom: 6px;
	padding-left: 13px;
	margin-top: 0px;
	margin-right: -11px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-attachment: scroll;
	background-color: #333333;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
#form .submit:hover, .submit.focus {
	background-color: #666666;
	color:#fff;
}
#form em {
	font-style:italic; 
	color:#CCCCCC; 
	font-size:0.9em; 
}
/***************************************************
				 CONTACT INFORMATION
***************************************************/
#contact_map {
	width: 960px;
	display: inline;
	float: right;
	background-color: #201f1e;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.contact_info {
	width: 300px;
	float: none;
	padding-bottom: 25px;
}
.contact_info p.italic {
	padding-bottom: 0px;
}
.contact_info ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
}




/*********************************************
					COLOR THEMES
 *********************************************/
.themes {
	position: absolute;
	display: none;
	width: 60px;
	height: auto;
	filter: alpha(opacity=75);
	opacity: .75;
	background-color: #000000;
	top: 75px;
	right: 0px;
	padding: 20px;
}
.themes ul {
	list-style-type: none;
}
.themes a{
	margin: 0;
	padding: 0;
	color:#CCCCCC;
	text-decoration: none;
	font-size: 11px;
}
.themes a:hover{
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
}
a.trigger{
	position: absolute;
	text-decoration: none;
	display: block;
	width:20px;
	z-index:1201;
	background-image: url(../images/toggle-open.png);
	background-repeat: no-repeat;
	background-position: 55px center;
	top: 48px;
	right: 4px;
	padding-right: 70px;
	color: #7F7F7F;
	text-indent: -9999px;
}
a.active.trigger {
	background-image: url(../images/toggle-close.png);
	background-repeat: no-repeat;
	background-position: 55px center;
}
