*
{
	margin: 0;
	padding: 0;
}

img 
{
	display: block;
	border: 0;
}

a
{
	text-decoration: underline;
    color: #00aeef;
}

a:hover
{
    text-decoration: none;
}

a:active
{
    color: #bd192b;
}

html, body
{
	direction: rtl;
}

body
{
	text-align: center;
	background: #4b4c51;
	color: #fff;
	font-size: 1em;
}

h1, h2, h3, p, li, div, span, a
{
    font-family: sans-serif;
}

.container
{
    position: relative;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: right;
}

/*-- title --*/
.title .blessing
{
    position: absolute;
    right:-50px;
    top: 4.5em;
    font-size: 0.8em;
    text-align: center;
    color: #999;
}

.title h1
{
}

.title h1 a
{
	background: transparent url('../images/tora-adam/tora-adam-title.png') no-repeat top right;
	display: block;
	height: 0px;
	width: 100%;
	padding-top: 120px;
	overflow: hidden;
	text-indent: -10000px;
}

.title h2
{
	background: #000 url('../images/tora-adam/tora-adam-by-rav-adam-sinai.png') no-repeat top right;
	height: 0px;
	width: 100%;
	padding-top: 46px;
	overflow: hidden;
	text-indent: -10000px;
}

.title blockquote
{
	display: block;
	background: #d7d7d7 url('../images/tora-adam/tora-adam-quotes.png') no-repeat 710px 10px;
	border-bottom: 1px solid #000;
	font-family: "times new roman", serif;
	font-size: 1.7em;
	padding: 20px 110px 20px 45px;
	color: #000;
}
/*-- ENDS:title --*/

/*-- body --*/
.body
{
    #width: 415px;
	position: relative;
	padding-left: 385px;
    padding-top: 1em;
    margin: 0 auto;
}

.body p
{
    position: relative;
    z-index: +2;
    line-height: 135%;
    color: #dadada;
    width: 100%;
    font-size: 0.9em;
    margin: 0.2em 20px 1em;
}

.body ul
{
    position: relative;
    z-index: +2;
    list-style: none;
    margin-bottom: 1em;
    font-size: 0.9em;
    color: #dadada;
}

.body ul li
{
    margin-bottom:1em;
    font-size: 1.2em;
    color: #00AEEF;
    padding: 4px;
    #margin-right: 2em;
    #width: 300px;
    background: #000;
    float: right;
    clear: right;
}

/*-- form --*/
.body .form
{
    clear: right;
    font-size: 0.9em;
    width: 360px;
    position: relative;
    z-index: +2;
    background: #dadada;
    padding: 10px 20px;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
    color: #000;
    overflow: hidden;
}

.body .form .submit-success,
.body .form .submit-progress
{
    display: none;
    background: #dadada;
    position: absolute;
    text-align: center;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: +3;
    padding-top: 8em;
}

.body .form .submit-progress
{
    padding-top: 10em;
}

    .body .form .submit-success p
    {
        font-size: 1.3em;
    }

    .body .form p
    {
        color: #000;
        margin-right: 0;
    }

    .body .form h3
    {
        background: url('../images/tora-adam/tora-adam-form-title.png') no-repeat top right;
        padding-top: 30px;
        border-bottom: 1px solid #bcbcbc;
        height: 0;
        width: 100%;
        text-indent: -10000px;
        overflow: hidden;
        margin-bottom: 15px;
    }

    .body .option-1,
    .body .option-2
    {
        float: right;
        margin: 0;
    }

    .body .option-1
    {
         width: 180px;
    }

    .body .option-2
    {
        border-right: 1px solid #bcbcbc;
        width: 164px;
        padding-right: 15px;
    }

     .body .option-1 .phone
    {
        color: #00aeef;
        font-size: 1.4em;
        font-weight: bold;
        line-height: 130%;
    }

     .body .option-1 p
    {
        margin: 0 0 0.8em 0;
    }

    .body .option-1 .email
    {
        color: #00aeef;
        font-size: 1.1em;
        font-weight: bold;
        line-height: 90%;
    }

    .body .option-2 label
    {
        font-size: 0.9em;
        font-weight: bold;
        margin:0.8em 0  0.3em;
        display: block;
    }

    .body .option-2 input[type=text]
    {
        border: 1px solid #bcbcbc;
        font-size: 1.2em;
        font-family: monospace;
        padding: 4px 0;
        width: 162px;
    }

    .body .option-2 input[type=image]
    {
        margin: 1em 3px;
    }

   .body .form .price
    {
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 140px;
        height: 95px;
        background: transparent url('../images/tora-adam/tora-adam-price-bck.png') no-repeat top right;
        color: #fff;
        font-size: 1em;
        padding: 40px 10px 10px 10px
    }

    .body .form .price strong
    {
        font-size: 50px;
		margin-top: -15px;
    }

    .body .form .price span
    {
        color: #dadada;
        display: block;
    }
	
	.body .form .price span.small-note
	{
		display: block;
		font-size: 0.75em;
		margin-top: 0.3em;
	}
/*-- ENDS:form --*/

.body a.illustration
{
    display: block;
    background: transparent url('../images/tora-adam/tora-adam-book-illustration.jpg') no-repeat top right;
    height: 0px;
    padding-top: 630px;
    width: 740px;
	position: absolute;
    z-index: +1;
	top: -11px;
	left: -123px;
    text-indent: -10000px;
    overflow: hidden;
}
/*-- ENDS:body --*/

/*-- footer --*/
.footer
{
    margin: 0.7em 0 2em;
    overflow: hidden;
    position: relative;
    z-index: +1;
    color: #000;
    font-size: 0.75em;
    padding-right: 20px;
}

.footer a
{
    color: #999;
    margin-left: 0.5em;
    padding-left: 0.5em;
    border-left: 1px solid #333;
    display: block;
    float: right;
}

.footer a.last
{
    border: none;
}
/*-- ENDS:footer --*/
