/*
CSS for Landing Pages of Ben & Efrat

Main theme color: Dark Turqoize-Blue for Fonts: #1485a1
Complement Color for Highlight text and frames (Dark Red): #a13013
                                  Variation  (Darker Red): #a11330
Triad background original color #a11384 (purple)
      background variation range: #EFDFEC to white

Highlighter bluish color: #BEE7F0

*/


/*body {
margin:0px;
background-color:#fff;
background-image:url(/images/LPmainBackground2.jpg);
background-repeat:repeat-x;
font-family:Verdana, Arial, Helvetica, sans-serif;
font: 100%/130% verdana, arial;
       color: #3E3C36;
}*/


body {
	margin:0px;

	background-color:#F0ECD6;

	/*background-image:url(/images/LP_Background0210_2.jpg);
	background-attachment:fixed;
	background-repeat:repeat-x;*/

/*
background-image: url(/images/bgStrip.png);
background-position: center top;
background-repeat: repeat-y;
*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font: 100%/130% verdana, arial;
	color: #3E3C36;
}




A:link {text-decoration: none; color:#fff;}
A:visited {text-decoration: none; color:#fff;}
A:active {text-decoration: none; color:#fff;}
A:hover {text-decoration: underline; color:#fff;}

h1 {
margin:0px;
font-family:'trebuchet ms', Verdana, Arial, Helvetica, sans-serif;
font-size:26px;
color:#a13013;
}

.LPhighlight {
	/*background-color: #BEE7F0;*/
	background-color: #FFFF00;
	border-bottom: 1px #666699 solid;
}

/******  TEXT CLASSES *********/


/** DIVS **/

.greyCentred{
	border: 1px solid grey; 
	padding: 20px;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

.redCentred{
	border: 2px solid #a11330; 
	padding: 20px;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius:8px;
}

/* Note: centredDiv must have a width */
/**************************************/
.centredDiv{
	margin-left: auto;
	margin-right: auto;
}


.logo {
width: 800px;
margin: 0px auto 0 auto;
}

#container {
width:850px;
margin: 0px auto 0 auto;
}

#top {
height:120px;
}

#centerPiece {
/*background-color:#fff8ed;*/
background-color:#fffdf8;

border: 1px #a13013 solid;
margin: 25px auto 0 auto;
padding: 0 40px 0 40px;	
-moz-border-radius:15px;
}

/* asdf  */
.LPlogo {
	width:    800px;
	height:   112px;
	}




