/**
 * @project   : IzmirTemizlikSirketleri.Com
 * @file      : style.css
 * @date      : 19-09-2009
 * @author    : Taylan Aktepe
 * @copyright : Taylan Aktepe
 * @website   : http://www.taylanaktepe.com
 * @email     : taylanaktepe@yahoo.com
 */

/* Reset pre-defined settings in the browser */
html,body,div,h1,h2,h3,h4,h5,h6,p,img,dl,dt,dd,ol,ul,li,table,caption,tbody,tfoot,thead,tr,th,td,form,fieldset,embed,object{margin:0;padding:0;border:0}
/* Structure */
body{margin:1em auto;font:67% Arial,'Helvetica',Sans-Serif;color:#333;text-align:left;}
a:link{color:#b14a5f;cursor:pointer;}
a:visited{color:#ab402c;cursor:pointer;}
a:active{color:#f3a9b8;cursor:pointer;}
img, img a{border:0;}
br{clear:both;}
table{display:table;}
tr{display:table-row;}
thead{display:table-header-group;}
tbody{display:table-row-group;}
tfoot{display:table-footer-group;}
col{display:table-column;}
colgroup{display:table-column-group;}
td,th{display:table-cell;}
caption{display:table-caption;}
/* Formats to be used in general */
.clear{width:100%;clear:both;background:#fff;border:0;margin:0.2em;}
.clear-line{width:100%;clear:both;background:#fff;border:0;border-bottom:1px solid #ddd;}
.align-left{float:left;}
.align-right{float:right;}
.align-center{text-align:center;margin:0 auto;}
/* Forms */
input,textarea,select{font:1.2em Arial,'Helvetica',sans-serif;}
/* Header */
#header{table-layout:fixed;empty-cells:hide;border-collapse:collapse;width:756px;height:120px;margin:0 auto;border-top:5px solid #de5042;}
#header img {vertical-align:middle;margin-right:0.2em;}
#header h2,h3{display:block;}
#header h2 a{text-decoration:none;font-size:2em;font-family:Geargia;font-style:Italic;color:#bb4949;}
#header h3{font-size:1.5em;font-family:Trebuchet MS;color:#666;}
/* Menu */
#menu{table-layout:fixed;empty-cells:hide;border-collapse:collapse;width:756px;height:25px;background:#de5042;margin:1em auto;margin-top:0;}
#menu a{border-left:1px dotted #fff;text-decoration:none;font-size:1.2em;font-weight:700;color:#fff;padding:0 0.7em;}
#menu a.first{border-left:0;}
#menu a:hover{text-decoration:underline;}
/* Content */
#content{table-layout:fixed;empty-cells:hide;border-collapse:collapse;font-size:1em;width:756px;margin:0 auto;}
#content p{line-height:1.6em;text-indent:1em;}
#content blockquote{background:#de5042;border:1px solid #eee;font-family:Verdana;color:#fff;padding:1em 0.2em;}
#content h1,#content h2,#content h3,#content h4{line-height:150%;}
#content ul,#content ol{margin:1em;}
#content ul li,#content ol li{margin:0.2em 2em;}
#content td.side{background:#de5042;}
#content td.side img{background:#fff;border:1px solid #ccc;margin:1em 0;padding:0.5em;}
#content div.box{background:#fff;width:200px;padding:0.5em;}
/* Footer */
#footer {table-layout:fixed;empty-cells:hide;border-collapse:collapse;width:756px;margin:2em auto;border-top:5px solid #de5042;}
