@charset "utf-8";
/**
 * Tandemwise Homepage CSS
 * Author: Tom Bigelajzen - http://tombigel.com
 */

/* This is a Hebrew page */
body{direction:rtl;}

/* Basic CSS Reset */
body, div,  dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, a,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, table, th, td {margin:0;padding:0;}
img, fieldset, legend, table, tr, td, th {border:none;}
ol, ul, li {list-style-type:none;}
table, td{vertical-align:top;}
th{vertical-align:middle;}
fieldset{padding:0;margin:0;}

/* Fonts
 * - Basic font size 12px, set as .75em of browsers default 16px size
 *	 10px = .83em
 *	 11px = .916em
 *	 12px = 1em
 *	 13px = 1.083em
 *	 14px = 1.166em
 *	 16px = 1.333em
 *	 18px = 1.5em
 *	 20px = 1.666em
 *   etc...
 */
body{font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;font-size:100%;}
#page{font-size:.75em;line-height:1.333em;}

/* Main Layout */
#page{margin:0 auto;width:999px;position:relative;}
#header,
#main{border:1px solid #b5c088;border-width:0 1px 0 1px;height:1%;}
#footer{background:#74ae2b;}
.content{margin:0 auto;width:620px;color:#6B6A6A;}

/* General Style */
h1 a{display:block;height:217px;direction:ltr;text-align:left;overflow:hidden;text-indent:-999px;white-space:nowrap;background:url(images/header1.gif) no-repeat 0 0;}
h2{font-size:1.5em;line-height:1.333;color:#0158a0;text-transform:uppercase;}
p, li{font-size:1.166em;line-height:1.333em;padding-bottom:.5em;}
li{padding-right:20px;background:url(images/arrow.gif) no-repeat 100% .4em;}
/* Text blocks */
#about, 
#moto,
#tech,
#contact{border-bottom:1px solid #74ae2b;padding:1em 60px 1em 0;}
#moto a, #about a {color: #336699; font-weight: bold;}
#tech a {color: #981A21; font-weight: bold;}
#about{background:url(images/im11.gif) no-repeat 100% 1.5em;}
#moto{background:url(images/im22.gif) no-repeat 100% 1.5em;}
#tech{background:url(images/im11.gif) no-repeat 100% 1.5em;border:none;}
#contact{padding:1em 60px 1em 0;background:url(images/im33.gif) no-repeat 100% 1.5em;color:#f2f2f2;border:none;font-size:110%;}
#copy{background:#fff;color:#657F42;font-weight:bold;font-size:1.166em;text-align:left;width:100%;}



