

html, body {
	margin: 0;
	padding: 10px; }

img { border: none; }

.hidden { display: none; }

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #666666;
	background: #e13434; }

#page-container {
	width: 960px;
	margin: auto;
	background-repeat: no-repeat;
	background-position: center; }

#main {
	background: transparent;
	height: 130px; }

#header {
	background: blue;
	height: 150px; }

#sidebar-a {
	background: darkgreen;
	float: right;
	width: 280px;
	height: 340px; }

#content {
	height: 500px;
	background: url(../img/line.gif); }

.inside {
	margin: 0px 30px;
	padding: 50px 25px; }

	.inside p {
		font-family: Verdana;
		font-size: 20px;
		color: white;
		text-indent: 50px;
		text-align: justify; }

#about {
	height: 500px;
	background: url(../img/line.gif); }

.aboutinside {
	background: url(../images/aboutback.gif);
	height: 500px;
	margin: 0px 30px;
	padding: 50px 25px; }

	.aboutinside p {
		font-family: Verdana;
		font-size: 20px;
		color: #e13434;
		text-indent: 50px;
		text-align: justify; }

#content-home {
	height: 340px;
	background: url(../img/line.gif); }

.inside-home { margin: 0 30px; }

#content .padding { padding: 15px; }

#content h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 15px; }

#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px; }

div.clear {
	clear: both;
	height: 0px;
	font-size: 1px; }

/* clear floats */
#contactpage {
	float: left;
	width: 550px;
	height: 425px;
	margin: 15px 0;
	color: #fff; }

.contactpageform {
	float: right;
	width: 352px;
	height: 425px; }

	.contactpageform br { margin: 30px; }

#contact {
	width: 960px;
	height: 425px;
	margin: 0 auto;
	position: absloute;
	background: url(../img/whiteline.png); }

.contactform {
	width: 350px;
	height: 340px;
	position: absolute;
	margin: 0px 30px; }

	.contactform h2 {
		color: #fff;
		font-size: 20px; }

ul.column {
	width: 100%;
	padding: 0;
	margin: 0px 0;
	list-style: none; }

	ul.column li {
		float: left;
		width: 200px; /*Set default width*/
		padding: 0;
		margin: 0px 0;
		display: inline; }

.block {
	font-size: 0.6em;
	margin-right: 5px; /*Creates the 10px gap between each column*/
	padding: 10px;
	background: #e3e1d5; }

	.block img {
		background: #fff; /*Flexible image size with border*/
		margin: 0 auto;
		display: block;
		-ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */ }

img.box {
	width: 89%; /*Took 1% off of the width to prevent IE6 bug*/
	padding: 5%;
	float: fixed; }

img.olcu {
	position: absolute;
	float: right;
	background: url(../img/urunback.png); }

img.olcu2 {
	position: absolute;
	float: right;
	background: url(../img/urunback.png); }

.kod {
	position: relative;
	margin: 150px auto;
	float: right;
	font-size: 14px;
	font-weight: bold;
	color: #e13434;
	background-color: #fff;
	width: 35px;
	text-align: center; }

.dim {
	position: absolute;
	margin: 150px auto;
	float: left;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	width: 194px;
	background-color: #fff; }

#text { float: left; }

.text {
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	background-color: #fff;
	width: 190px;
	height: 32px;
	text-align: center; }

.text2 {
	position: absolute;
	margin-top: 20px;
	background: white;
	width: 194px;
	height: 32px;
	text-align: center; }

#footer {
	clear: all;
	background: url(../img/footer.png);
	height: 130px; }

