@import "reset.css";
@import "forms.css";
/* End of imported css files */
@charset "utf-8";
/*	Desc: ServerTR Screen Media Style Sheet
	Author: Hakan Uzunoglu - Designer
	Author: Guney Can Gokoglu - Developer
*/
html {
	height:100%;
}
body {
	background:url(../images/site/bg.jpg) repeat-x #fff;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777;
	width:100%;
}
/* Common Styles */
/* Sitewide Links */
a:link, a:visited, a:active {
	color: #333;
	text-decoration: none;
	border:none;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #036;
	border:none;
	font-weight:bold;
}
/* Sitewide Headers */
h1, h2, h3, h4, h5, h6 {
	font-family:Myriad Pro, Arial, Helvetica, Verdana, sans-serif;
	color:#105a79;
	font-weight:bold;
	margin:0.5em;
	line-height:1.1em;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-weight:normal;
}
h1 img, h2 img, h3 img, h4 img h5 img, h6 img {
	vertical-align:middle;
	position:relative;
	top:-0.1em;
	margin-right:0.2em;
}
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
	display:none;
}
h1 {
	font-size:2.4em;
	letter-spacing:-0.05em;
}
h2 {
	font-size:1.9em;
	letter-spacing:-0.05em;
}
h3 {
	font-size:1.6em;
}
h4 {
	font-size:1.2em;
}
/* Sitewide HTML Elements */
p {
	margin:1em 0 1em 0;
	line-height:1.5em;
}
ul, ol {
	list-style-type: disc;
	list-style-position: inside;
	margin:1em;
	text-indent:1em;
	line-height:1.5em;
}
li {
}
/* Sitewide Helper Classes */
.floatLeft {
	float:left;
	display:inline;
}
.floatRight {
	float:right;
	display:inline;
}
.center {
	margin:0 auto;
	display:block;
}
.clear {
	clear:both;
}
.borderless {
	border:none;
}
.bordered {
	border:1px solid #999;
	margin:5px;
	padding:5px;
}
.btn {
	cursor:pointer;
}
.slpanel {
	cursor:pointer;
}
.slpanel-closed {
	display:none;
}
.tabbedContent {
	display:none;
}
#clear1 {
	clear:both;
	height:1px;
}
/* End of Common Styles */

/* Master Layout */
#container {
	width:960px;
	text-align:left;
	margin:0 auto;
}
#header {
	height:381px;
}
#contentWrapper {
	padding:5px;
	width:950px;
}
#contentWrapper #col1 {
	width:700px;
	float:left;
	display:inline;
	text-align:left;
}
#contentWrapper #col2 {
	width:210px;
	float:left;
	display:inline;
	text-align:left;
	margin-left:10px;
	padding:10px 0 0 15px;
	border-left:1px solid #CCC;
}
#footer {
	width:100%;
	height:73px;
	background:#ededed;
	border-top:5px solid #a5b9d2;
	color:#666;
	clear:both;
}
#footer #footerContent {
	width:960px;
	height:33px;
	margin:0 auto;
	line-height:73px;
}
#footer #footerContent p {
	display:inline;
	float:right;
	margin:40px 0 0 0;
}
/* End of Layout *
/* Sideboxes */

.sideBox {
	padding-bottom:20px;
	margin-bottom:20px;
	font-size:11px;
	border-bottom:1px solid #999;
}
.sideBox h2 {
	margin-left:0;
}
/* Main Navigation */
#mainNavigation{
	position:absolute;
	left:50%;
	margin-left:-465px;
	width:960px;
	top:334px;
	z-index:555;
}
#mainNavigation ul{
	text-indent:0;
	padding:0;
	margin:0;
}
#mainNavigation ul li{
	text-indent:0;
	padding:0;
	margin:0;
	float:left;
	width:200px;
	display:inline;
}
#mainNavigation ul li a{
	text-align:center;
	height: 46px;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	display:block;
	color:#036;
	line-height:46px;
	border-right:1px solid #999;
}
#mainNavigation ul li a:hover{
	background: url("../images/site/bgNav.jpg");
	color:#FFF;

}
#mainNavigation ul li:hover ul{
display:block;
}
#mainNavigation ul li ul{
	text-indent:0;
	padding:0;
	margin:0;
	display:none;
	position:relative;
}
#mainNavigation ul li ul li{
	text-indent:0;
	padding:0;
	margin:0;
	float:none;

}
#mainNavigation ul li ul li a{
	padding:0 1em;
	height: 46px;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	display:block;
	color:#FFF;
	line-height:46px;
	background:#333;
	text-align:left;
}
#mainNavigation ul li ul li a:hover{
	background: url("../images/site/bgNav.jpg");
	color:#FFF;

}
/* Common Menu */
.menu {
	overflow:hidden;
	width:100%;
}
.menu ul {
	list-style-type: none;
	list-style-position:outside;
	text-align:left;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
.menu ul li {
	border-bottom:1px dotted #666;
	text-indent:0;
	margin:0;
	padding:0;
}
.menu ul li a:active, .menu ul li a:visited, .menu ul li a:link {
	display: block;
	color: #666;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	padding-top:10px;
	padding-bottom:10px;
}
.menu ul li a:hover {
	color: #000;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	padding-left:5px;
}
/* Page Layouts */
#tagLine {
	text-align:center;
	background:url(../images/site/bgTagLine.jpg) bottom center no-repeat;
	min-height:70px;
}
#tagLine h1 {
	font-style:italic;
	font-size:2em;
	padding-top:5px;
}
#home {
}
#home #aboutUs {
	float:left;
	width:195px;
	padding:10px 15px 0px 15px;
	border-right:1px solid #F4F4F4;
	text-align:justify;
}
#home #aboutUs h1 {
	padding:0;
	margin:0;
	color:#090;
}
#home #services {
	float:left;
	width:195px;
	padding:10px 15px 0 15px;
	border-right:1px solid #F4F4F4;
	text-align:justify;
}
#home #services h1 {
	padding:0;
	margin:0;
	color:#900;
}
#home #portfolio {
	float:left;
	width:480px;
	padding:10px 0px 0 15px;
}
#home #portfolio h1 {
	padding:0;
	margin:0;
	color:#C0F;
}
#home #homeCategories .category {
	padding:10px 0;
	margin:0;
	border-bottom:1px solid #CCC;
	height:170px;
}
#home #homeCategories .category .cycle {
	padding:5px;
	border: 1px solid #CCC;
	margin-right:8px;
	float:left;
	display:inline;
	height:150px;
	width:200px;
}
#home #homeCategories .category .cycle img{
	margin:5px;
}
#works .workList {
}
#works .workList .singleWork {
	margin:10px;
	padding:5px;
	border:1px solid #CCC;
	float:left;
}
#works .workList .singleWork:hover {
	background-color:#069;
	border:1px solid #036;
}