@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	color:#999;
	font-family: Arial;
	font-size: 12px;
	line-height: 140%;
	background-color:#E4E5DF;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}

p{
	color: #6B6B6B;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 12px;
	line-height: 140%;
	text-align: justify;
}
h1{
	text-transform: uppercase;
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 16px;
	color:#C40058;
}
h2{
	padding-left: 10px;
	font-size: 13px;
	color:#C40058;
	font-weight:bold;
	text-transform: uppercase;
}
a img {
	border: none;
}
a:link {
	color:#414958;
	text-decoration: underline;
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.container {
	width: 980px;
	max-width: 1260px;
	min-width: 780px;
	background: #FFF;
	margin: 0 auto;
	background-color:#fff;
}
.header {
	background: #FFF;
	padding-top:0px;
	padding-bottom:10px;
}
.sidebar1 {
	float: right;
	width: 251px;
	height:100%;
	padding-bottom: 10px;
	background-color: #FFF;
	padding-right:10px;
	padding-top: 10px;
}
.content {
	width: 700px;
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.footer {
	padding: 10px 0;
	background: #fff;
	position: relative;
	clear: both;
	padding-top:10px;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0; 
	font-size: 1px;
	line-height: 0px;
}
.urun {
	margin-left:15px;
	float:left;
	width:241px;
}
.hizmet {
	margin-left:15px;
	float:left;
	width:443px;
}
button {
	cursor:pointer;
	background:url(../images/btn.png); border:0; width:117px; height:25px; color:#FFF; margin-right:10px; margin:8px;
}
button:hover {
	cursor:pointer;
	background:url(../images/btn.png); border:0; width:117px; height:25px; color:#000; margin-right:10px; margin:8px;
}
.ozetResim{
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	text-align:left;
	border:3px #DFDFDF solid;
}

.referansBaslik{
	color:#971612;
	font-family:"Trebuchet MS";
	font-size:16px;	
}
.referansUL{
	list-style-image:url(../images/icon_kub.png);
	padding-left:30px;
}
.referansUL li{
	padding-bottom:4px;
	color:#AB1907;

}
.referansUL li a{
	color:#AB1907;
}
.icerikBenzer{
	list-style-image:url(../images/icon_kub.png);
	padding-left:40px;
}
.icerikBenzer li a {
	color:#666;
	text-decoration: none;
}
.icerikBenzer li a:hover{
	color:#666;
	text-decoration:underline;
}
.icerikBenzerBaslik{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#AB1907;
	padding-left:15px;
	font-weight:bold;
	font-size:14px;
}
.icerikBenzerBaslikAlt{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#AB1907;
	padding-left:15px;
	font-weight:bold;
	font-size:12px;
}
.content img {
	padding-right:10px;
	padding-bottom:10px
}

