/* CSS Document */

* {
	margin: 0;
    color:white;
}
html, body {
	background-color:#000;
	font-family:Arial;
	color:#9f9f9f;
	font-size:12px;
	background-image:url(../images/site_bg.jpg);
	background-repeat:repeat-x;
}
a {
	color:#4547DD;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;	
}

.wrapper {
	/*min-height: 100%;
	height: auto !important;*/
	/*height: 100%;*/
	width:956px;
	margin: 0 auto -4em;
}


.footer {
    margin-top:70px;
    clear:both;
	height:48px;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
}

.footer #content {
	width:1010px;
	text-align:center;
	margin:0 auto;
}
.footer #content #site_credit {
	float:left;
}
.footer #content #site_notices {
	float:right;
	padding-right:40px;
}

#header {
	height:264px;
	background-image: url(../images/omricasspi_header.png);
	/*border:1px solid blue;*/
	width:1010px;
	background-repeat:no-repeat;
}

#header #lang_select {
	float:left;
	height:20px;
	padding-top:10px;
	width:190px;
	padding-left: 40px;
}
#header #lang_select img {
	float:left;
	margin-right:3px;
}
#header #lang_select a {
	font-size:11px;
	color:white;
	text-decoration:none;
	float:left;
}
#header #lang_select a:hover {
	text-decoration:underline;
	color:#eeeeee;
}
#header #web2_select {
	float:right;
	height:20px;
	margin-left:40px;
	padding-top:10px;
	width:250px;
	margin-top:20px;
	color:white;
}

#page_wrap {
	width:921px;
	margin:0 auto;
	/*border:1px solid pink*/
}

.title1 {
	color:#311EA4;
	text-transform:uppercase;
	padding-bottom:10px;
	border-bottom:1px solid #222124;
	font-weight:bold;
	font-size:16px;
}
.wrapper #menu {
	background-image: url(../images/omricasspi_menu.png);
	background-repeat:no-repeat;
	height: 101px;
}
.wrapper #menu a {
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
}
.wrapper #menu a:hover {
	text-decoration:underline;
}

.wrapper #left_column {
	width: 600px;
	float: left;
	padding-bottom: 30px;
	position:relative;
}

.wrapper #left_column #store_coming_soon {
	position:absolute;
	width:100px;
	height:100px;
	right:0px;
	float:right;
	top:-30px;
}


.wrapper #right_column {
	width: 276px;
	float: right;
}
.wrapper #content {
	width: 900px;
	margin: 0 auto;
}
.wrapper #content #left_column #left_column_content {
	/*height: 120px;*/
	width: 570px;
	margin-left: 20px;
	margin-top: 20px;
}
.wrapper #content #right_column #newsletter {
	background-image: url(../images/omricasspi_newsletter.png);
	width: 285px;
	height: 182px;
	background-repeat: no-repeat;
}
.wrapper #content #right_column #newsletter #newsletter_input {
	height: 25px;
	width: 170px;
	margin-top: 75px;
	float: left;
	padding-left: 15px;
}
input{font-size:12px;color:#000000;border:1px solid black;font-family:Arial, Helvetica, sans-serif;padding:3px;}

.wrapper #header #slogen {
	color: #FFFFFF;
	letter-spacing: 5px;
	font-size: 17px;
	font-weight: bold;
	margin-left: 10px;
	width: 400px;
	/*margin-top: 15px;*/
	text-transform:uppercase;
	text-align:center;
	height:21px;
}
.wrapper #menu #menu_content {
	width: 912px;
	margin: 0 auto;
	height: 35px;
}

#newsletter_input #submit_newsletter {
	margin-left:79px;
	margin-top:25px;
	background-color:#070137;
	color:white;
	text-transform:uppercase;
	font-size:15px;
	font-weight:bold;
}
#newsletter_input #submit_newsletter:hover {
	color:#C4CED4;
}

#welcome_div {
	height: 584px;
	width: 504px;
	margin: 0 auto;
	padding-top:40px;
}
#movie_div {
	margin: 0 auto;
    text-align:center;
    width:640px;
}

#movie_div a {
    font-size:25px;
}
textarea {
	font-family:Arial;
	font-size:12px;
}
.wrapper #header #flash {
	display:block;
	height: 173px;
	width: 382px;
}
.counter {
    border:1px solid #222124;
    width:230px;
    margin:0 auto;
    text-align:center;
    font-size: 15px; 
    background-image: url("../images/tip_bg.gif");
    padding:5px;
}
