body	{
	margin: 0 0 0 0;
	text-align: left;
	color: #000033;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/Fr/Images/BodyBg.gif);
	background-color: #3F3F3F;
	}
#Header	{
	background-image: url(../Images/BodyBg.gif);
	background-color: #3F3F3F;
	height: 40px;
	}
	
#Container	{
	width: 765px;
	text-align: left;
	background-repeat: repeat-y;
	background-image: url(/Fr/Images/ContainerBg.gif);
	margin: 0em auto;
	}

	
#MainBody {
	width: 588px;
	float: right;
	background-image: url(../Images/MaimBodyBg.gif);
	background-repeat: repeat-x;
	}
	
#MainHome {
	padding-bottom: 20px;
	}
	
#Content	{
	padding: 10px 10px 20px 20px;
	margin:0px 0px 0px 0px;
	text-align: left;
	}

#SideBar {
	float: left;
	width: 175px;
	padding-right: 0px;
	background-image: url(../Images/MaimBodyBg.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin-left: 1px;
	padding-top: 45px;
}


/*** logo styles *****************/

#Logo{
	float: right;
	padding-top: 28px;
	padding-bottom: 12px;
}	

/*** utility styles *****************/

#Utility{
	color: #333333;
	float: left;
	padding-left: 0px;
	font-size: 75%;
	text-align: left;
	padding-top: 7px;
	margin-left: 0px;
}

#Utility a{
	color: #003273;
	text-decoration: underline;
}

#Utility a:hover{
	text-decoration: none;
	color: #0000FF;
}

/*** General Tags *****************/

a:link {
	color: #003399;
	text-decoration: underline;
}

a:visited {
	color: #000099;
	text-decoration: underline;
}

a:hover, a:active	{
	color: #0000FF;
	text-decoration: none;
	}
	
h1	{
	color: #131627;
	font-size: 155%;
	line-height: 120%;
	margin-bottom: 12px;
	margin-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-style: normal;
	background-image: url(../Images/H1Bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 12px;
	}
	
h2	{
	color: #131627;
	margin: 20px 0 10px 0;
	font-size: 120%;
	font-weight: bold;
	line-height: 120%;
	font-style: normal;
	background-image: url(../Images/H1Bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 15px;
	}
	
h2 a:link {
	color: #000033;
	text-decoration: none;
	}
h2 a:visited {
	color: #333333;
	text-decoration: none;
}
h2 a:hover, h2 a:active	{
	color: #003399;
	text-decoration: none;
	}

h3	{
	font-size: 110%;
	line-height: 100%;
	color: #131627;
	margin-top: 0px;
	margin-bottom: 8px;
	}
h4	{
	font-weight: bold;
	margin-top: 0px;
	font-size: 100%;
	margin-bottom: 10px;
	color: #333333;
	line-height: 130%;
	}

h5	{
	color: #1B4993;
	margin: 0px 0 10px 0;
	font-size: 100%;
	font-weight: bold;
	text-align: right;
	}
h6	{
	color: #1B4993;
	margin: 0px 0 10px 0;
	font-size: 90%;
	font-weight: bold;
	text-align: right;
	}

p	{
	font-size: 80%;
	line-height: 140%;
	margin-top: 0px;
	margin-bottom: 10px;
	direction:ltr;
	color: #131627;
	}

ul {
	line-height: 120%;
	margin-top: 8px;
	margin-bottom: 15px;
	list-style-image:  url("../images/bullet.gif");
	font-size: 90%;
	direction:ltr;
	}
.sidestory_ul {
	line-height: 120%;
	margin-top: 8px;
	margin-bottom: 15px;
	list-style-image:  url("../images/Arrow2.gif");
}	
	
ul ul{
	margin-bottom: 0px;
	list-style-type: disc;
	list-style-image: none;
	}

ol {
	line-height: 120%;
	margin-top: 8px;
	margin-bottom: 15px;
	font-size: 90%;
	color: #131627;
	}

li {
	padding-bottom: 13px;
	}	
	
.ContentSummery	{
	font-weight: bold;
	margin-top: 0px;
	font-size: 120%;
	margin-bottom: 15px;
	color: #4E6281;
	line-height: 110%;
	font-style: italic;
	}
/************ navbar styles **************/

#NavBar {
	font-size:100%;
	line-height:normal;
	background-image:  url(../images/NavBg.gif);
	margin-bottom: 0px;
	text-align: left;
	background-repeat: repeat-x;
	float: right;
	background-color: #4E6281;
	padding-left: 175px;
	margin-right: 1px;
	width: 588px;
      }
	  
#NavBar ul {
	margin:0px;
	list-style: none;
	float: left;
	text-align: left;
	line-height: 130%;
	padding-right: 0px;
      }
	  
#NavBar li {
	margin:0;
	float: left;
	padding: 0 0 0 0px;
      }

#NavBar a {
	display:block;
	text-decoration:none;
	font-weight:normal;
	color:#FFFFFF;
	background-image: url(../Images/NavBgRight.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 5px 11px 5px 11px;
      }
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
#NavBar a {float:none;}
    /* End IE5-Mac hack */
#NavBar a:hover {
	color: #CCCCCC;
      }
#NavBar #current {
	background-image:  url("../images/NavLeftOn.gif");
	background-repeat: repeat-x;
	background-position: top right;
	background-color: #F0F0F0;
	margin-left: -2px;
}

#NavBar #current a {
	background-image:  url("../images/NavRightOn.gif");
	color:#131627;
	background-position: top left;
	background-repeat: repeat-x;
	font-weight: lighter;
	background-color: #F0F0F0;
}

/************ Tabs styles **************/

#Tabs {
	font-size:100%;
	line-height:normal;
	background-repeat: repeat-x;
	background-image:  url(../../SharedImages/TabsBg.gif);
	margin-bottom: 10px;
	text-align: center;
	width: 99%;
	margin-top: 12px;
	background-position: bottom;
	padding-right: 10px;
	padding-bottom: 0px;
	float: right;
      }
	  
#Tabs ul {
	margin:0px;
	padding:0px 0px 0px 5px;
	list-style: none;
	float: right;
	text-align: right;
	line-height: 120%;
      }
	  
#Tabs li {
	margin:0;
	padding:0px 0px 0 17px;
	float: left;
	background-image: url("../Images/TabLeft.gif");
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 2px;
      }

#Tabs a {
	float:right;
	display:block;
	padding:3px 5px 2px 0px;
	text-decoration:none;
	font-weight:bold;
	color:#001D59;
      }
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
#Tabs a {float:none;}
    /* End IE5-Mac hack */
#Tabs a:hover {
	color:#C01623;
      }
#Tabs #current {
	background-image:  url("../images/TabLeftOn.gif");
	background-repeat: no-repeat;
	border-width: 0;
}

#Tabs #current a {
	background-image:  url("../images/TabRightOn.gif");
	color:#C01623;
	background-position: top right;
	background-repeat: no-repeat;
	padding-bottom: 2px;
}

/************ BreadCrumbs styles **************/
#BreadCrumbs	{
	color: #666666;
	font-size: 90%;
	padding-top: 8px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-right: 18px;
	direction:rtl;
	}
	
#BreadCrumbs a	{
	color: #666;
	text-decoration: none;
	font-size: 95%;
	}
	
#BreadCrumbs a:hover	{
	color: #666666;
	text-decoration: underline;
	}

/************ footer styles **************/
#Footer {
	width: 765px;
	direction:ltr;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	height: 71px;
	margin-top: 20px;
	background-image: url(../Images/BodyBg.gif);
	}
#Footer	p{
	color: #999999;
	text-align: left;
	font-size: 75%;
	line-height: 180%;
	padding-top: 15px;
	padding-left: 15px;
	}
	
#Footer a	{
	color: #999999;
	text-decoration: none;
	}
	
#Footer a:hover	{
	color: #FFFFFF;
	text-decoration: none;
	}
/************ footer Home styles **************/
#FooterHome {
	margin-top: 0px;
	direction:rtl;
	background-color: #33486C;
	margin-bottom: 0px;
	background-image: url("../images/footer_home_bg.gif");
	background-repeat: no-repeat;
	clear: both;
	width: 750px;
	}
#FooterHome	p{
	color: #FFFFFF;
	text-align: center;
	font-size: 90%;
	line-height: 150%;
	padding-top: 30px;
	}
	
#FooterHome a	{
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#FooterHome a:hover	{
	color: #FFFFFF;
	text-decoration: none;
	}

/*** SideMenu styles **************/

.SideMenu {
	width: 174px;
	margin-top: 10px;
}

.SideMenuTop {
	background-image: url(../Images/SideMenuTop.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 70px;
}

.SideMenuBottom {
	background-image: url(../Images/SideMenuBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-top: 70px;
}

.SideMenu ul {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	text-align:left;
	line-height: 100%;
	list-style-image: url(none);
	list-style-type: none;
	background-repeat: no-repeat;
	border-top: 1px solid #CCCCCC;
}

.SideMenu li {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

.SideMenu a {
	display: block;
	padding: 3px 2px 3px 18px;
	line-height: 120%;
	width: 155px;
	border-bottom: 1px solid #CCCCCC;
}

.SideMenu a:link, .SideMenu a:visited {
	color: #000033;
	text-decoration: none;
	background-image: url(/images/SideMenuDown.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.SideMenu a:hover {
	color: #246895;
	text-decoration: none;
	background-color: #FBFBFB;
}

.uberlink a:link, .uberlink a:hover, .uberlink a:visited {
	color: #000033;
	background-position: left;
	background-repeat: no-repeat;
	background-color: #E9E9E9;
}

/*** SideStory styles **************/

.SideStory {
	padding-top: 20px;
	width: 175px;
	padding-bottom: 0px;
}

.SideStory h1 {
	color: #003399;
	font-weight: bold;
	font-size: 120%;
	padding-top: 3px;
	margin: 0px;
	padding-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	direction:rtl;
	text-align: right;
	background-color: #CBD3E4;
	padding-right: 11px;
}

.SideStory h2 {
	color: #246895;
	font-weight: bold;
	font-size: 80%;
	padding-top: 5px;
	padding-bottom: 3px;
	border: none;
	text-align: center;
	font-style: normal;
	background-image: url(none);
	margin: 0px;
}

.SideStory p {
	font-size: 80%;
	line-height: 160%;
	color: #333333;
	text-align: left;
	padding-left: 8px;
	padding-right: 6px;
	direction:ltr;
	padding-top: 8px;
}

.SideStory a:link {
	color: #246693;
	text-decoration: underline;
}
.SideStory a:visited {
	color: #246693;
	text-decoration: none;
}
.SideStory a:hover, .SideStory a:active	{
	color: #003399;
	text-decoration: none;
	}

.SideImg {
	margin-bottom: 20px;
	margin-top: 10px;
	text-align: center;
}


/*** Forms styles *************************************/

.FormFieldLeft  		{
	direction:ltr;
	text-align: left;
	border: 1px solid #3C506C;
	background-color: #EBEBEB;
	font-size: 90%;
	font-family: Arial, Miriam, David, sans-serif;
}

.FormField {
	direction:ltr;
	text-align: left;
	border: 1px solid #3C506C;
	background-color: #EBEBEB;
	font-size: 90%;
	font-family: Arial, Miriam, David, sans-serif;
}

.FormButton 		{
	FONT-SIZE: 90%;
	text-align: center;
	color: #FFFFFF;
	background-color: #666666;
	font-weight: bold;
	font-family: Arial, Miriam, David, sans-serif;
	height: 22px;
}

/*** Tables styles **************************/

.TableList {
	margin-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin-bottom: 10px;
	padding: 2px 0px 2px 5px;
	color: #1F233D;
	border-right: 1px solid #B6B6B8;
	direction: ltr;
}

.TableList td {
	padding: 2px 0px 2px 5px;
	text-align: left;
	border-bottom: 1px solid #B6B6B8;
	border-left: 1px solid #B6B6B8;
}

.TableList th {
	padding: 2px 2px 2px 5px;
	vertical-align: top;
	text-align: left;
	font-size: 100%;
	color: #333333;
	background-color: #F1F1F1;
	border-left: 1px solid #B6B6B8;
	border-bottom: 1px solid #B6B6B8;
	border-top: 1px solid #B6B6B8;
}
.SubTitle {
	border-left: solid #B6C5E2 1px;
	padding: 3px 2px 3px 0px;
	border-bottom: solid #B6C5E2 1px;
	font-weight: bold;
}

.TableList caption {
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 5px;
}

.TableListTr {
	background-color: #EDF0F8;
	border-bottom: solid #B6C5E2 1px;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	border-left: solid #B6C5E2 1px;
}
.TableDetails {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 90%;
}

.TableDetails td {
	padding: 2px 2px 2px 2px;
	text-align: left;
	vertical-align: top;
	direction: ltr;
}

.TableDetails th {
	padding: 0px 2px 0px 2px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

.TableDetails ul {
	margin-left: 0px;
	padding-left: 18px;
	margin-top: 0px;
	padding-top: 0px;
}

/*** PageNumbers styles **************/

.PageNumbers {
	font-size: 85%;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
	color: #999999;
	direction:ltr;
}
.PageNumbers a	{
	color: #003399;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	}

.PageNumbers a:visited	{
	color: #235EA0;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	}


.PageNumbers a:hover	{
	color: #FFFFFF;
	background-color: #1B4993;
	}
	
.Selected	{
	color: #003399;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	border: solid #666666 1px;
	}
	
.Disabled	{
	color: #999999;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	}
/*** Misc styles **************/

.ClearBoth {
	clear: both;
}

#ImageStrip {
	height: 220px;
	clear: both;
}
.ImageFloatLeft	{
	float: left;
	margin: 0 10px 0px 0px;
	}
	
.ImageFloatRight	{
	float: right;
	margin: 0px 0 10px 10px;
	}
	
.ImageItem	{
	float: right;
	margin-top: 15px;
	margin-bottom: 15px;
	}

.HomeBox {
	background-image: url(../Images/HomeBoxBg.gif);
	background-repeat: repeat-y;
	float: left;
	width: 238px;
	margin-top: 10px;
}

.HomeBoxTop {
	background-image: url(../Images/HomeBoxTopBG.gif);
	background-repeat: no-repeat;
}

.HomeBoxBottom {
	background-image: url(../Images/HomeBoxBottomBg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

.HomeBox h1{
	color: #C01623;
	font-size: 120%;
	text-align: right;
	padding-right: 3px;
	line-height: 130%;
	font-style: italic;
	background-image: url(../Images/HomeBoxTop.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 3px;
	font-weight: bold;
}
.HomeBox h1 a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.HomeBox h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.HomeBox h1 a:hover, .HomeBox h1 a:active	{
	color: #FFFFCC;
	text-decoration: none;
	}
	
.HomeBox h2{
	color: #C01623;
	font-size: 120%;
	text-align: right;
	line-height: 130%;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/images/HomeBoxTop.gif);
	background-repeat: no-repeat;
	padding-right: 5px;
	background-position: 0px 38px;
	padding-bottom: 24px;
	font-weight: bold;
	border-bottom: none;
}
.HomeBox p{
	margin-left: 10px;
	text-align: center;
	margin-bottom: 0px;
}
.HomeIntro {
	margin-top: 0px;
	clear: both;
	background-image: url(/images/HomeBg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
.HomeIntro h2{
	font-size: 85%;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 150%;
	direction:rtl;
	padding-left: 100px;
	padding-right: 40px;
	color: #003399;
	border-bottom: none;
}
.HomeIntro h1{
	font-size: 120%;
	font-weight: bold;
	line-height: 130%;
	direction:rtl;
	padding-left: 40px;
	padding-right: 43px;
	color: #C01623;
	font-style: italic;
	padding-top: 230px;
}
.HomeIntro p{
	font-size: 85%;
	padding-right: 40px;
	text-align: right;
	margin-left: 100px;
	direction:rtl;

}
.HomeIntro strong{
	font-size: 100%;
	color: #FF6600;
}
.HomeNews {
	background-image: url("../images/home_news_bg.gif");
	background-repeat: no-repeat;
	margin-top: 0px;
	text-align: left;
	font-size: 90%;
}
.HomeNews h1{
	color: #FFFFFF;
	font-size: 120%;
	text-align: center;
}
.HomeNews ul{
	color: #FFFFFF;
	text-align: left;
	list-style-image: url("../images/arrow.gif");
}
.HomeNews p{
	font-size: 90%;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}

.HomeNews a:link {
	color: #0033CC;
	text-decoration: none;
}

.HomeNews a:visited {
	color: #003399;
	text-decoration: none;
}

.HomeNews a:hover, .HomeNews a:active	{
	color: #0033FF;
	text-decoration: underline;
	}
.MustAsterix {
	color: #FF0000;
	font-size: 100%;
	font-weight: normal;
}
.ContentBox {
	font-weight: bold;
	background-color: #CBD6E7;
	text-align: center;
	color: #33486C;
	padding: 10px;
	border: 1px solid #003399;
}

.ContentBox em{
	color: #CC0000;
	font-size: 120%;
}

.ContentBoxDiv {
	font-weight: bold;
	background-color: #CBD6E7;
	color: #33486C;
	padding: 10px;
	border: 1px solid #003399;
	margin-bottom: 25px;
}
.PageTop {
	text-align: left;
	margin-bottom: 20px;
	padding-left: 20px;
	background-image: url("../images/top.gif");
	background-repeat: no-repeat;
	background-position: top left;
}
.NewsItem {
	margin-bottom: 20px;
}
.ShowroomItem {
	margin-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}
.NewsItemDate {
	font-size: 90%;
	margin: 0;
	padding: 0;
	color: #666666;
	font-style: normal;
	text-align: left;
}
.NewsItem h2{
	background-image: none;
	padding: 0;
	margin: 0;
	color: #333333;
	background-color: #FFFFFF;
	border: none;
	text-align: left;
	font-size: 120%;
}
.LinkItem {
	margin-bottom: 20px;
}
.LinkItem h2{
	background-image: none;
	padding: 0;
	margin: 0;
	color: #003399;
}
.SeriesPrice{
	text-align: center;
	margin-bottom: 15px;
}
.SeriesPrice P{
	text-align: center;
	margin:0px;
	font-size: 90%;
}
.SeriesContact{
	margin-bottom: 15px;
}
.SeriesContact h1{
	color: #FFFFFF;
	font-size: 110%;
	padding-right: 6px;
}
.SeriesContact P{
	text-align: center;
	margin:0px;
	font-size: 90%;
}

.SeriesAges{
	margin-bottom: 15px;
}
.SeriesBox {
	clear: right;
	height: 100%;
	margin-bottom: 10px;
	padding-bottom: 6px;
	width: 250px;
}

.MainBox{
	width: 240px;
	float: right;
	padding: 0px 10px 0px 10px;
	margin-top: 0px;
}
.SeriesBoxLogo {
	width: 150px;
	float: right;
}
.SeriesBoxText {
	margin-right: 165px;
}
.SeriesBoxText p{
	font-size: 90%;
}
.SeriesBoxText h2{
	margin-bottom: 2px;
	margin-top: 0px;
}
.SeriesBookList ul{
}
.SeriesBookList li{
	list-style-image: url("../images/book_list_bullet.gif");
	padding-right: 7px;
	margin: 0;
	padding-bottom: 2px;
	padding-top: 0px;
}
.SeriesImageBig {
	margin-left: -9px;
	text-align: left;
	margin-bottom: 10px;
}
.PressItem	{
	border-bottom: 1px solid #009900;
	padding-bottom: 5px;
	padding-top: 5px;
}
#PopUp {
	background-color: #FFFFFF;
	background-image: none;
}
.Languages {
	float: right;
	margin: 10px 2px 8px 0px;
	font-size: 70%;
}
.Languages a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.Languages a:hover, .Languages a:active	{
	color: #FFFFFF;
	text-decoration: none;
	}
.Languages a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
	
#Home #Container {
	background-image: url(../Images/ContainerBgHome.gif);
}
#Home  #MainBody {
	width: 494px;
}
#Home #SideBar {
	height: 74px;
	background-image: url(../Images/SideBarBgTopHome.gif);
}
#HomeSideRight {
	float: left;
	width: 249px;
	text-align: left;
	background-image: url(../Images/MaimBodyBg.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
#Home #Content h1 {
	background-image: none;
	color: #41526C;
	font-size: 130%;
}
#HomeSideRight h1 {
	background-image: none;
	color: #41526C;
	font-size: 130%;
	font-weight: normal;
}
.TextLeft {
	float: right;
}
#MainBodyLeft {
	float: right;
	width: 238px;
	margin-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
.HomeBox2 {
	direction:ltr;
	background-image: url(../../SharedImages/HarHoma.jpg);
	background-repeat: no-repeat;
	height: 119px;
	float: right;
	width: 238px;
	margin-top: 10px;
}
.HomeBox2 p {
	margin-top: 95px;
	margin-left: 10px;
}
#Home #Content {
	float: right;
	padding: 20px 10px 10px 10px;
	width: 216px;
}
.Separate	{
	height: 13px;
	background-image: url(../Images/H1Bg.gif);
	background-position: center;
	margin-bottom: 5px;
}
/* for understanding browsers */
.ProjectSideImg {
	text-align: center;
	margin-top: 0px;
	min-height: 10.4em;
	height:auto;
}
/* for Internet Explorer */
/*\*/
* html .ProjectSideImg {
	height: 10.4em;
}
/**/

.SideStory h3 {
	text-align: left;
	padding-left: 8px;
	direction:ltr;
}
.ImageStrip {
	width: 765px;
	text-align: center;
}
/*** ItemBox styles **************/
/* for understanding browsers */
.ItemBox {
	margin-bottom: 12px;
	padding-bottom: 6px;
	clear: left;
	min-height: 9em;
	height:auto;
	background-image: url(../Images/H1Bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
/* for Internet Explorer */
/*\*/
* html .ItemBox {
	height: 9em;
}
/**/
.ItemBoxImg {
	width: 155px;
	float: left;
}
.ItemBoxText {
	float: right;
	width: 390px;
}
.ItemBoxText p{
	font-size: 90%;
}
.ItemBox h3{
	margin-bottom: 8px;
	margin-top: 0px;
}
.ItemBox h3 a:link {
	color: #131627;
	text-decoration: none;
}

.ItemBox h3 a:visited {
	color: #202542;
	text-decoration: none;
}

.ItemBox h3 a:hover, .h3 a:active	{
	color: #0000FF;
	text-decoration: none;
	}
.HomeBox table {
	font-size: 90%;
}
.HomeBox td {
	vertical-align: top;
	padding-bottom: 8px;
}
.SideStory h4 {
	background-color: #EAEBEE;
	text-align: center;
	font-size: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.Sold {
	text-decoration: line-through;
}
.QuickContact {
	background-image: url(../Images/QuickContactBg.gif);
	background-repeat: repeat-x;
	padding:5px 10px;
	background-color: #EFEFEF;
	border: 1px solid #EFEFEF;
	clear:both;
	margin:5px 0;
	}
.QuickContact h2{
	background-image: url(none);
	padding: 0;
	margin: 0;
}
.QuickContact p {
	margin: 4px 0;
}
.QuickContact .TableDetails {
	margin: 0;
	color: #131627;
}
.SubmitButton {
	background-color: #131627;
	color: #FFFFFF;
	border:1px solid #131627;
}
.QuickContact form{
	margin:0;
}