﻿/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

body {
	font-family:Arial,sans-serif;
	font-size:13px;
	line-height:18px;
	color:#626364;
	text-align: justify;
}

#bodyBg {
	background-image:url("background.png");
	background-repeat:repeat-x;
	background-position:top center;	
}

::-moz-selection { color: #fff;  background: #b92222; }
::-webkit-selection { color: #fff;  background: #b92222; }
::selection      { color: #fff;  background: #b92222; }

strong {
	font-weight:bold;	
}

em {
	font-style:italic;
}

.hidden {
	display:none;
}

p {
	margin-bottom:15px;
	line-height:17px;
}

.testimonial p {
	margin-bottom:15px;
	line-height:19px;
}

a {
	color:#64c3d3;
	text-decoration:none;
}

a:hover {
	color:#194683;	
}

h1 {
	font-family: Swiss721HebrewBT-Bold;
	font-size:30px;
	line-height:35px;
	color:#b92222;
}

h2 {
	font-family: Swiss721GreekBT-Light;
	font-size:25px;
	line-height:35px;
	color:#626364;
}

h3 {
	font-family: Swiss721HebrewBT-Bold;
	font-size:22px;
	color:#b92222;
	margin-bottom:15px;
	line-height: 24px;
}

h4 {
	font-family: Swiss721HebrewBT-Bold;
	font-size:18px;
	color:#b92222;	
}

h5 {
	font-size:16px;
}

#oneCol {
	min-height:900px;
	padding:40px;
}	

#drawer {
	height:550px;
	display:none;
	background-color:#194683;
	color:#fff;
}

#drawer ::-moz-selection { color: #b92222;  background: #fff; }
#drawer ::-webkit-selection { color: #b92222;  background: #fff; }
#drawer ::selection      { color: #b92222;  background: #fff; }


#drawer h1 {
	color:#fff;
	margin-bottom:30px;	
}

#drawerInner {
	width:980px;
	margin:0 auto;
	padding-top:50px;
}

.drawerL {
	width:420px;
	float:left;
}

.address, .contactDetails {
	font-size:18px;
	line-height:22px;
}

.contactDetails strong {
	color:#8ca2c1;
	float:left;
	width:35px;
}

.contactDetails a:hover {
	color:#64c3d3;
	text-decoration:underline;
}

.drawerR {
	width:470px;
	float:right;
}

.drawerR label {
	font-weight:bold;
}

.drawerR input.txt {
	width:450px;
	padding:5px;
}

.drawerR textarea.txt {
	width:450px;
	padding:5px;
	overflow:auto;
	font-family:Arial, Sans-Serif;
}

.required:after {
    content:" *";
    color:#64c3d3;
    font-weight:bold;
    font-size:18px;
}

input.submit {
	display:block;
	border-width:0;
	background-image:url("submit.png");
	background-position:0 0;
	background-repeat:no-repeat;
	background-color:Transparent;
	color:#fff;
	font-weight:bold;
	text-align:center;
	font-family:Arial, Sans-Serif;
	font-size:14px;
	cursor:pointer;
	height:35px;
	width:145px;
    text-shadow: 1px 1px 1px #626364; 
}

#header {
	width:980px;
	height:160px;
	margin:0 auto;
	position:relative;
}

.home {
	position:absolute;
	top:0;
	right:340px;
}

#searchButtonContainer {
	position:absolute;
	top:0;
	right:205px;
	background: transparent url('search.png') top left no-repeat;
	width: 102px;
	height: 40px;
	text-align: center;
}

#searchButton 
{
	position: absolute;
	right: 21px;
	padding-top: 10px;
	display: block;
	height /**/: 40px;
	height: 30px !important;
	width: 60px;
	border-left: 1px transparent solid;
	border-right: 1px transparent solid;
}


.searchButtonOn 
{
	background-color: #fff;
	border-left: 1px #d3d3d3 solid !important;
	border-right: 1px #d3d3d3 solid !important;
}

#searchBox {
	position:absolute;
	right:0;
	top:40px;
	width:257px;
	height:46px;	
	z-index:20;	
	display:none;
	padding:10px;
	background: transparent url('languageBg.png') bottom left no-repeat;
}

#searchBox input 
{
	width: 200px;
	height: 32px;
	background: transparent url('searchInputBg.png') top left no-repeat;
	border: none;
	margin: 2px 0 0 23px;
	padding: 0 8px;
	color: #626364;
}

.facebook {
	position:absolute;
	top:0;
	right:145px;
}

.twitter {
	position:absolute;
	top:0;
	right:105px;
}

.share {
	position:absolute;
	top:0;
	right:60px;
}

.languages {
	position:absolute;
	top:0;
	right:345px;
}



#logo {
	position:absolute;
	top:40px;
	left:0px;
}

#profileOptions {
	position:absolute;
	top:0px;
	left:0px;
	background-image:url("profileBg.png");
	background-position:top right;
	background-repeat:no-repeat;
}

#profileOptions li {
	float:left;
	font-weight:bold;
}

#profileOptions li a {
	height:40px;
	line-height:40px;
	padding:0 26px;
	display:block;
}

#profileOptions li a.profile1 {
	color:#FB0000;
	background-image:url("profileBgOff.png");
	background-position:bottom left;
	background-repeat:no-repeat;
}

#profileOptions li a.profile2 {
	color:#FB0000;
	background-image:url("profileBgOff.png");
	background-position:bottom left;
	background-repeat:no-repeat;
}

#profileOptions li a.profile3 {
	color:#FB0000;
	background-image:url("profileBgOffR.png");
	background-position:bottom right;
	background-repeat:no-repeat;
}
#profileOptions li a.profile4 {
	color:#FB0000;
	background-image:url("profileBgOffR.png");
	background-position:bottom right;
	background-repeat:no-repeat;
}

#profileOptions li a.on {
	padding:0 25px;
	border-left:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
	background-image:none;
}

#profileOptions li a.off {
	background-image:url("profileBgOffR.png");
	background-position:bottom right;
	background-repeat:no-repeat;
}

#pageBg {
	background-image:url("footerCircles.png"), url("footerGradient.png");
	background-position:bottom center, bottom center;
	background-repeat:no-repeat, repeat-x;
}

#slogan {
	width:980px;
	height:50px;
	line-height:50px;
	text-align:right;
	font-family: Swiss721GreekBT-Light;
	font-size:16px;
	color:#194683;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#slogan strong {
	font-family: Swiss721HebrewBT-Bold;
	font-weight:normal;
}

#footer {
	width:980px;
	height:180px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#queens {
	position:absolute;
	bottom:55px;
	left:0px;
}

#iso {
	position:absolute;
	bottom:55px;
	left:48px;
}

#investors {
	position:absolute;
	bottom:55px;
	left:106px;
}

#fivesite {
	position:absolute;
	bottom:55px;
	right:0px;
}

#footerMenu {
	width:980px;
	height:40px;
	position:absolute;
	bottom:135px;
	left:0;
	border-bottom:1px solid #e5e5e5;
	border-top:1px solid #e5e5e5;
	line-height:40px;
}

#footerMenu a {
	text-decoration:none;	
}

#footerMenu ul li.first a {
	border-left:none;
}

#footerMenu ul li.last a {
	padding-right:0;
}

#mainMenu .last{width:109px; text-align:center;}

#footerMenu ul li {
	display:inline;
}

#footerMenu ul li a {
	padding:0 10px 0 15px;
	border-left:1px solid #e5e5e5;
}

#footerMenuL {
	width:350px;
	float:left;
}

#footerMenuR {
	width:630px;
	float:right;
	text-align:right;
}

/** Blockquotes **/
#leftCol blockquote:before {
	-moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ed7599 transparent transparent #ed7599;
    border-style: solid;
    border-width: 15px;
    content: " ";
    height: 0;
    left: 99px;
    position: absolute;
    bottom: -30px;
    width: 0;
}

#leftCol blockquote {
    background-color: #ed7599;
    border-radius: 0 10px 10px 0;
    color: #fff;
    font-size: 16px;
    margin: 0 0 50px -39px;   
    padding: 25px 35px 15px 77px;
    position: relative;
    background-position: 39px 19px;
    background-repeat: no-repeat;
    font-family: Swiss721HebrewBT-Bold;
}

#leftCol blockquote em 
{
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}

#leftCol blockquote.blue { background-color: #64c3d3; }
#leftCol blockquote.blue:before { border-color: #64c3d3 transparent transparent #64c3d3; }

#leftCol blockquote.purple { background-color: #966394; }
#leftCol blockquote.purple:before { border-color: #966394 transparent transparent #966394; }

#leftCol blockquote.green { background-color: #8dba68; }
#leftCol blockquote.green:before { border-color: #8dba68 transparent transparent #8dba68; }

#leftCol blockquote.orange { background-color: #f4a452; }
#leftCol blockquote.orange:before { border-color: #f4a452 transparent transparent #f4a452; }

.jfontsize-button {
    font: bold 12px arial;
    padding: 3px;
    border: solid 1px #ccc;
    float:right;
}
 
.jfontsize-button:hover {
    text-decoration: none;
    background: #333;
    color: #fff;
    border: solid 1px #333;
}
 
.jfontsize-disabled, .jfontsize-disabled:hover {
    color: #aaa;
    border: solid 1px #eee;
    background: #eee;
}

blockquote sup 	{
	vertical-align: super !important;
}

li.donotshowinmenu  
{
    display:none;
}

.redlh	{
	display:block;
	padding-top:5px;
	line-height:14px;
}

.error  
{
    color:#ff0000;
    font-weight:normal;
    
}

sup
{
    font-size:10px; vertical-align:super;
}

sub
{
    vertical-align:sub;
    font-size:10px;
}
