/* Start of CMSMS style sheet 'Master CSS' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

img, div, a { behavior: url(iepngfix.htc) }

/*
Set initial font styles
*/
body {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-image: url(assets/images/bodybkg.png);
	background-repeat: repeat-x;
}
p a {
	text-decoration: none;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/*****************
basic layout 
*****************/
body {
	margin:0em; /* gives some air for the pagewrapper */
	padding: 0px;
	text-align: center;
}
address {
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	margin-left: 20px;
}
address a {
	color: #FF6600;
	text-decoration: none;
}


/* center wrapper, min max width */
div#pagewrapper {
	;
	color: black;
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
	display: none;

}

div#header h1 a {
	display: none;
	height: 80px;  /* this hides the text */
	text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
	background-repeat: no-repeat;
	background-position: 0 12px;
}


div#content {
	width: 970px;
}
#logoarea {
	background-attachment: scroll;
	background-image: url(assets/images/motto2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 320px;
	width: 970px;
	z-index: 1;
}
#logoarea2 {
	background-attachment: scroll;
	background-image: url(assets/images/motto3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 320px;
	width: 970px;
	z-index: 1;
}
#logoarea3 {
	background-attachment: scroll;
	background-image: url(assets/images/motto4.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 320px;
	width: 970px;
	z-index: 1;
}
#logoarea4 {
	background-attachment: scroll;
	background-image: url(assets/images/motto5.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 320px;
	width: 970px;
	z-index: 1;
}
#logo {
	background-attachment: scroll;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	z-index: 3;
	top: 15px;
	height: 59px;
	width: 207px;
	left: 40px;
}
#logo a span {
	display: none;
}
#logo  a img {
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



div#main {
	width: 970px;
}
div#main2 {
	float: left;
	width: 715px;
	margin-left: 20px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 25px;
}
#main2 ul li {
	float: left;
	margin-right: 15px;
}
div#main2 p {
	text-align: justify;
	line-height: 1.4;
}
#formmail {
	clear: both;
	width: 500px;
}
#col1, #colref {
	float: left;
	width: 370px;
	color: #666666;
	line-height: 1.4;
}
#col1 a {
	color: #999966;
	text-decoration: none;
}


#col2 {
	float: left;
	width: 370px;
	color: #666666;
	margin-left: 20px;
}
#homecol1 {
	float: left;
	width: 640px;
}
ul#marka {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
}
ul#marka li  {
	float: left;
	padding: 6px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	border: 1px solid #CCCCCC;
}

#colref {
	float: left;
	width: 310px;
	margin-left: 10px;
	padding-top: 20px;
}
div#col1ref/* END LISTS */
 {
	float: left;
	width: 310px;
	margin-left: 10px;
}
div#col2ref {
	float: left;
	width: 366px;
	margin-left: 20px;
}
.portfoyresim        {
	border: 1px solid #999999;
	padding: 3px;
	margin-bottom: 5px;
}
.portfoy  ul  li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.portfoy   ul   li   a img {
	border: 1px solid #CCCCCC;
}

div#sidebar {
	float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
	width: 200px;    /* sidebar width, if you change this please also change #main margins */
	display: inline;  /* FIX ie doublemargin bug */
	margin-left: 0;
	margin-top: 1px;
	padding-top: 14px;
	background-attachment: scroll;
	background-image: url(assets/images/sidebarbkg.png);
	background-repeat: no-repeat;
	background-position: right center;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
	width: 200px;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
	float: left;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.left49 {
	float: left;
	width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
	display: none;
}

div.right49 {
	float: right;
	width: 49%;
	text-align: right;
	display: none;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content  h7 {
	color: #333333;
	font-size: 18px;
	text-align: left;
	padding-bottom: 1px;
	line-height: 2em;
	/* and some air under the border */
   margin: 0;
	font-family: "lucida sans Unicode", verdana, sans-serif;
	letter-spacing: -1px;
	font-weight: normal;
}
div#content h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
	font-size: 13px;
	margin: 0 0 1.5em 0;  /* some air around p elements */
	line-height:1.4em;
	padding: 0;
	font-family: "lucida sans Unicode", verdana, sans-serif;
	color: #666666;
	letter-spacing: -1px;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}
.imgleft {
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
}
.imgright {
	float: right;
	margin-bottom: 10px;
	margin-left: 25px;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}
.warning {
	display: none;
	margin: 0px;
	padding: 0px;
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}

.style1 {color: #003366}
.style2 {color: #FF0000}
.style4 {color: #FF9900}
.style5 {color: #009900}
.style6 {color: #990000}#mailform {
	width: 275px;
}
label {
	font-family: "lucida sans Unicode", verdana, sans-serif;
	font-size: 12px;
	color: #666666;
	letter-spacing: -1px;
}
h2       {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2C2C2C;
	letter-spacing: -1px;
	text-indent: 18px;
	display: block;
	background-attachment: scroll;
	background-image: url(assets/images/h2bkg.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 6px;
	font-variant: normal;
	font-weight: normal;
	line-height: 30px;
	vertical-align: middle;
}
h2 a {
	color: #333333;
	text-decoration: none;
}
div#main h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#4E443C;
	font-variant: normal;
	text-transform: capitalize;
	font-weight: normal;
	margin-bottom: 0;
	font-size: 14px;
	letter-spacing: -1px;
	line-height: 30px;
}
.sektor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFFFFF;
	font-weight: 100;
	padding: 5px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 15px center;
	height: 30px;
	width: 960px;
	line-height: 30px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #999999;
	padding: 3px;
	font-size: 12px;
	font-variant: small-caps;
	background-color: #333333;
	letter-spacing: 3px;
	background-image: url(assets/images/plus.gif);
	text-indent: 26px;
}



.introboxes {
	width: 309px;
	margin-left: 10px;
	float: left;
	height: 150px;
	overflow: hidden;
	padding-bottom: 10px;
	margin-top: 25px;
	text-align: left;
	margin-right: 0px;
}
.introboxes h2 {
	margin-left: 20px;
}

.introboxes p {
	margin-right: 20px;
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 0.75em;
	letter-spacing: -1px;
	line-height: 20px;
	margin-left: 20px;
	text-align: left;
}
.introboxes  p  strong a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	letter-spacing: 0px;
	line-height: 17px;
	background-attachment: scroll;
	background-image: url(assets/images/ululli.png);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	padding-left: 15px;
}
.summary {
	height: 100px;
	overflow: hidden;
	margin-bottom: 5px;
}

#companylogos {
	clear: both;
	width: 960px;
	padding-top: 0px;
	margin-left: 10px;
	padding-bottom: 0px;
}

.leftborder {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}

#footer {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.7em;
	color: #666666;
	width: 100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #5F6D78;
	clear: both;
	background-attachment: scroll;
	background-image: url(assets/images/footerbkg.jpg);
	background-repeat: repeat-x;
	display: block;
	background-position: left top;
	height: 290px;
}
#footer p {
	vertical-align: middle;
}
#footercontainer {
	text-align: left;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	height: 260px;
}
#footercontainer ul {
	margin-left: 20px;
}

#footercontainer ul li a {
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: 17px;
	background-image: url(assets/images/ulli.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding-left: 15px;
	vertical-align: middle;
	background-position: left center;
}
#footercontainer ul ul li a {
	line-height: 17px;
	background-attachment: scroll;
	background-image: url(assets/images/ululli.png);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
}
.footerbox {
	width: 309px;
	margin-left: 10px;
	float: left;
	height: 240px;
	text-align: left;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.leftborderfooter     {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000000;
}
a  img.showcaseicons {
	text-decoration: none;
	margin-left: 10px;
	float: left;
	margin-bottom: 10px;
}
.footerbox h2 {
	margin-left: 10px;
}
#referans .portfoyresim  {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* End of 'Master CSS' */

