﻿@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;	
}

body {
	font-family: tahoma;
	direction: rtl;
}

.wrapper {
	float: left;
	display: block;
	width: 100%;	
}

#header-wrapper {
	height: 1px;
}

#header {
	display: block;
	height: 5px;
	width: 980px;
	background-color: #E2F1F4;
	margin: 0 auto;
}

#logo {
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}
#logo img{
	width: 210px;
	height: 171px;
	border: 0;
}
#logo a:focus{
	outline: none;
}

#header-text {
	float: right;
	width: 745px;
	height: 127px;
	overflow: hidden;
	background-image: url("images/headerText.png");
	background-repeat: no-repeat;
	background-position: center;
}
#header-text p {
	margin-top: -300px;
	font-size: 5px;
}





.red-banner {
	float: left;
	display: block;
	min-height: 24px;
	width: 100%;
	background-color: #df130e;
	background-position: bottom;
	background-image: url("images/redBanner.gif");
}
.red-banner h1 {
	display: block;
	width: 980px;
	height: 85px;
	margin: 0 auto;
	
	overflow: hidden;
	font-size: 2px;
	text-indent: -300px;
	background-repeat: no-repeat;
	background-position: bottom left;
}
#content {
	display: block;
	width: 980px;
	margin: 0 auto;
}





#home-banner {
	width: 980px;
	height: 318px;
	background-image: url("images/home-banner.jpg");
}
#home-bullets {

}
#home-bullets > a {
	float: left;
	width: 245px;
	height: 171px;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -200px;
}
#home-bullets > a:Hover {
	background-color: #efefef;
}
#home-bullet-1 {
	background-image: url("images/home-bullet-1.png");
}
#home-bullet-2 {
	background-image: url("images/home-bullet-2.png");
}
#home-bullet-3 {
	background-image: url("images/home-bullet-3.png");
}
#home-bullet-4 {
	background-image: url("images/home-bullet-4.png");
}





#footer-top {
	display: block;
	height: 171px;
	width: 980px;
	background-color: #ffffff;
	border-top: 1px solid #000000;
	margin: 0 auto;
}
#footer-phone {
	float: left;
	height: 171px;
	width: 326px;
	background-image: url("images/footer-phone.png");
	background-repeat: no-repeat;
	background-position: center center;
}
#footer-form-wrapper {
	float: left;
	height: 171px;
	width: 327px;
}
#footer-form {
	position: relative;
	top: 37px;
	left: 65px;
}
#footer-form > h3 {
	float: left;
	background-image: url("images/footer-more-info.png");
	background-repeat: no-repeat;
	background-position: left center;
	width: 195px;
	height: 16px;
	margin-bottom: 3px;
	font-family: Arial;
	font-weight: normal;
	font-size: 8px;
	overflow: hidden;
	text-indent: -200px;
	clear: both;
}
.footer-form-input {
	float: left;
	font-family: Arial;
	font-size: 14px;
	width: 180px;
	padding: 2px 6px 3px 6px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #000000;
	margin-top: 4px;
	
	
	*border: 0; /* IE7 and below */
	*background-image: url("images/footer-input-ieHack.png"); /* IE7 and below */
}

@media \0screen { /* IE8 */
	.footer-form-input {
		border: 0;
		background-image: url("images/footer-input-ieHack.png");
	}
}

.footer-form-input:Focus {
	outline: none;
}

#footer-form-ok {
	float: left;
	width: 35px;
	height: 36px;
	margin-bottom: -10px;
	position: relative;
	top: -3px;
	left: 2px;
	border: 0;
	background-image: url("images/footer-ok.png");
	background-color: transparent;
	overflow: hidden;
	text-indent: -50px;
	font-size: 1px;
	cursor: pointer;
}
#footer-form-ok:Hover {
	background-position: bottom;
}
#footer-form > p {
	float: left;
	width: 194px;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	margin-top: 4px;
}

#footer-assessment {
	float: left;
	height: 171px;
	width: 326px;
}
#footer-assessment > a {
	float: left;
	width: 326px;
	height: 80px;
	position: relative;
	top: 45px;
	background-image: url("images/footer-assessment.png");
	background-repeat: no-repeat;
	background-position: 0 -45px;
	overflow: hidden;
	text-indent: -300px;
}
#footer-assessment > a:Hover {
	background-position: 0 -216px;
}

#copyright-wrapper {
	height: 70px;
	height: 55px;
	background-color: #AAA;
	background-image: url("images/copyrightBg.gif");
	overflow: hidden;
}

#copyright {
	display: block;
	width: 980px;
	margin: 0 auto;
	
	font-family: Arial;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
}
#copyright a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	border: 0;
}
#copyright a:hover {
	text-decoration: underline;
}
#copyright p {
	margin-top: 8px;
	text-align: left;
	display: inline-block;
	line-height: 18px;
	text-shadow: 1px 1px 2px rgba(70,70,70,1);
}
#copyright img {
	vertical-align: bottom;
	border: 0;
}