html, body{min-height: 100%;}
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,pre,form,fieldset,input,textarea,blockquote,th,td {margin:0; padding:0;}
table {border-collapse:collapse; border-spacing:0;}
fieldset,img {border:0;}
ul {margin:0; padding:0; list-style-type:none;}
ul li {margin:0; padding:0;}
div, form, input, select, textarea{margin:0px;padding:0px;}
img{border:0px;}

body {
	background:url(../images/bodyBg.png) repeat-y center top;
	margin:0px;
	padding:0px;
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#404040;
	direction:rtl;
	font-size:14px;
}

h1 {
	margin:5px 0px;
	margin-bottom:15px;
	font-size:24px;
}

h2 {
	margin:5px 0px;
	margin-top: 10px;
	font-size:20px;
}

h3 {
	font-size:20px;
	margin-top: 10px;
	margin:3px 0px;
}

h4 {
	font-size:14px;
	margin:2px 0px;
}

h5 , h6 {
	font-size:14px;
	margin:2px 0px;
}

h1, h2, h3, h4, h5, h6 {
	color:#1d1c4d;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

p {
	font:normal 14px Arial;
	margin:5px 0px;
}

a {
	color:#1D89BF;
	cursor:pointer;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

.container{
	width:1024px;
	margin:0 auto;
	height:601px;
	padding:0;
	text-align:right;
}

.header{
	background:url(../images/headerBg.png) no-repeat center top;
	width:100%;
	height:146px;
	float: right;
}

a.logo {
	float:left;
	width:100px;
	margin:0 20px;
}

.menuWrap {
	float:right;
	width: 880px;
}
.menuWrap h1.slogan {
	margin:5px 20px;
	font-size:72px;
	color:#a58c4b;
	text-shadow:2px 2px 2px #313043;
	height: 108px;
}
.menuWrap h2.slogan {
	margin:5px 20px;
	font-size:72px;
	color:#a58c4b;
	text-shadow:2px 2px 2px #313043;
	height: 108px;
}

/************ MENU ************/
div#menu {
    height: 23px;
    margin: 0;
    padding: 0;
}

div#menu ul {
    height: 23px;
    list-style: none outside none;
    margin: 0;
    padding: 0 12px;
    text-align: right;
}

div#menu ul li {
	background:url(../images/menuSep.png) no-repeat left center;
    float: right;
    height: 23px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

div#menu ul li.last {
	background:none;
}
div#menu ul li a {
	color:#cccccc;
}

div#menu ul li a span {}

div#menu ul li.last {
	background-image:none;
}

div#menu ul li a, div#menu ul li a.alast {
    color: #FFFFFF;
    display: block;
    font: 16px Arial;
    height: 21px;
    margin-top: 0;
    padding: 1px 10px;
    text-align: center;
    text-decoration: none;
}

div#menu ul li a:hover, div#menu ul li a.current {
	text-decoration:underline;
}

/********** END MENU ************/

/* Misc */
.clear {clear:both; height:1px;}
.line {float:right;width:100%;}

.main {
	float: right;
	width: 100%;
}

.hpNav {background:#ebebeb; float: right;}
.hpNav ul { margin:0; padding:0; list-style-type:none;}
.hpNav ul li {
	float:right;
	display:block;
	width:190px;
	height:423px;
	margin-left: 18px;
}
.hpNav ul li.last {
	margin-left: 0px;
	margin-right: 2px;
}
.hpNav ul li a {
	background:url(../images/homeBg.jpg) no-repeat 0 bottom;
	display: block;
    float: right;
    height: 100%;
    width: 100%;
}
.hpNav ul li a:hover {background-position:0 top;}
.hpNav ul li a span {display:none;}

.hpNav ul li a.hpAbout {background-position:-834px bottom;}
.hpNav ul li a.hpAbout:hover {background-position:-834px top;}
.hpNav ul li a.hpCorporation {background-position:-625px bottom;}
.hpNav ul li a.hpCorporation:hover {background-position:-625px top;}
.hpNav ul li a.hpLand {background-position:-417px bottom;}
.hpNav ul li a.hpLand:hover {background-position:-417px top;}
.hpNav ul li a.hpBuild {background-position:-208px bottom;}
.hpNav ul li a.hpBuild:hover {background-position:-208px top;}
.hpNav ul li a.hpLigitation {background-position:0 bottom;}
.hpNav ul li a.hpLigitation:hover {background-position:0 top;}

/* Inner Pages */
.inner {
	float: right;
	height: 403px;
	margin: 0;
	padding: 10px 20px;
	width: 984px;
}
.inner h1 {
	font-size: 32px;
	font-weight: bold;
	margin: 5px 0;
}
.inner.inner_about {
	background:url(../images/aboutBg.jpg) no-repeat center top;
}
.inner.inner_corporation {
	background:url(../images/corporationBg.jpg) no-repeat center top;
}
.inner.inner_litigation {
	background:url(../images/corporationBg.jpg) no-repeat center top;
}
.inner.inner_land {
	background:url(../images/landBg.jpg) no-repeat center top;
}
.inner.inner_build {
	background:url(../images/landBg.jpg) no-repeat center top;
}
.inner.inner_contact {
	background:url(../images/contactBg.jpg) no-repeat center top;
}
.inner.inner_contact p{
	font-size:16px;
	line-height:24px;
}

.innerContentBox {
	background:#ffffff;
	padding:10px 20px;
	width:600px;
	height:310px;
	overflow-y:auto;
	border:1px solid #afafaf;
	background: none repeat scroll 0 0 #FFFFFF;
}

/* Footer */
.footer {
	background: #1d1c4d;
    color: #FFFFFF;
    float: right;
    text-align: center;
    width: 100%;
	padding: 2px 0;
}
.footer * {color:#c1c1c9;}
.footer p { font-size:16px; margin:5px 10px;}

html, body{min-height: 100%;}
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,pre,form,fieldset,input,textarea,blockquote,th,td {margin:0; padding:0;}
table {border-collapse:collapse; border-spacing:0;}
fieldset,img {border:0;}
ul {margin:0; padding:0; list-style-type:none; line-height:8.5em;}
ul li {margin:0; padding:0;}
div, form, input, select, textarea{margin:0px;padding:0px;}
img{border:0px;}


body {
	background:url(../images/bodyBg.png) repeat-y center top;
	margin:0px;
	padding:0px;
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#404040;
	direction:rtl;
	font-size:14px;
}

h1 {
	margin:5px 0px;
	margin-bottom:15px;
	font-size:24px;
}

h2 {
	margin:5px 0px;
	margin-top: 10px;
	font-size:20px;
}

h3 {
	font-size:20px;
	margin-top: 10px;
	margin:3px 0px;
}

h4 {
	font-size:14px;
	margin:2px 0px;
}

h5 , h6 {
	font-size:14px;
	margin:2px 0px;
}

h1, h2, h3, h4, h5, h6 {
	color:#1d1c4d;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

p {
	font:normal 14px Arial;
	margin:5px 0px;
	line-height:2.5em;
}

a {
	color:#1D89BF;
	cursor:pointer;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

.container{
	width:1024px;
	margin:0 auto;
	height:601px;
	padding:0;
	text-align:right;
}

.header{
	background:url(../images/headerBg.png) no-repeat center top;
	width:100%;
	height:146px;
	float: right;
}

a.logo {
	float:left;
	width:100px;
	margin:0 20px;
}

.menuWrap {
	float:right;
	width: 880px;
}
.menuWrap h1.slogan {
	margin:5px 20px;
	font-size:72px;
	color:#a58c4b;
	text-shadow:2px 2px 2px #313043;
	height: 108px;
}
.menuWrap h2.slogan {
	margin:5px 20px;
	font-size:72px;
	color:#a58c4b;
	text-shadow:2px 2px 2px #313043;
	height: 108px;
}

/************ MENU ************/
div#menu {
    height: 23px;
    margin: 0;
    padding: 0;
}

div#menu ul {
    height: 23px;
    list-style: none outside none;
    margin: 0;
    padding: 0 12px;
    text-align: right;
}

div#menu ul li {
	background:url(../images/menuSep.png) no-repeat left center;
    float: right;
    height: 23px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

div#menu ul li.last {
	background:none;
}
div#menu ul li a {
	color:#cccccc;
}

div#menu ul li a span {}

div#menu ul li.last {
	background-image:none;
}

div#menu ul li a, div#menu ul li a.alast {
    color: #FFFFFF;
    display: block;
    font: 16px Arial;
    height: 21px;
    margin-top: 0;
    padding: 1px 10px;
    text-align: center;
    text-decoration: none;
}

div#menu ul li a:hover, div#menu ul li a.current {
	text-decoration:underline;
}

/********** END MENU ************/

/* Misc */
.clear {clear:both; height:1px;}
.line {float:right;width:100%;}

.main {
	float: right;
	width: 100%;
}

.hpNav {background:#ebebeb; float: right;}
.hpNav ul { margin:0; padding:0; list-style-type:none;}
.hpNav ul li {
	float:right;
	display:block;
	width:190px;
	height:423px;
	margin-left: 18px;
}
.hpNav ul li.last {
	margin-left: 0px;
	margin-right: 2px;
}
.hpNav ul li a {
	background:url(../images/homeBg.jpg) no-repeat 0 bottom;
	display: block;
    float: right;
    height: 100%;
    width: 100%;
}
.hpNav ul li a:hover {background-position:0 top;}
.hpNav ul li a span {display:none;}

.hpNav ul li a.hpAbout {background-position:-834px bottom;}
.hpNav ul li a.hpAbout:hover {background-position:-834px top;}
.hpNav ul li a.hpCorporation {background-position:-625px bottom;}
.hpNav ul li a.hpCorporation:hover {background-position:-625px top;}
.hpNav ul li a.hpLand {background-position:-417px bottom;}
.hpNav ul li a.hpLand:hover {background-position:-417px top;}
.hpNav ul li a.hpBuild {background-position:-208px bottom;}
.hpNav ul li a.hpBuild:hover {background-position:-208px top;}
.hpNav ul li a.hpLigitation {background-position:0 bottom;}
.hpNav ul li a.hpLigitation:hover {background-position:0 top;}

/* Inner Pages */
.inner {
	float: right;
	height: 403px;
	margin: 0;
	padding: 10px 20px;
	width: 984px;
}
.inner h1 {
	font-size: 32px;
	font-weight: bold;
	margin: 5px 0;
}
.inner.inner_about {
	background:url(../images/aboutBg.jpg) no-repeat center top;
}
.inner.inner_corporation {
	background:url(../images/corporationBg.jpg) no-repeat center top;
}
.inner.inner_litigation {
	background:url(../images/liti.jpg) no-repeat center top;
}
.inner.inner_land {
	background:url(../images/landBg.jpg) no-repeat center top;
}
.inner.inner_build {
	background:url(../images/tihnun.jpg) no-repeat center top;
}
.inner.inner_contact {
	background:url(../images/contactBg.jpg) no-repeat center top;
}
.inner.inner_contact p{
	font-size:16px;
	line-height:24px;
}

.innerContentBox {
	background:#ffffff;
	padding:10px 20px;
	width:600px;
	height:310px;
	overflow-y:auto;
	border:1px solid #afafaf;
	background:url(../images/WhiteTextBox.png) repeat scroll 0 0;


}

/* Footer */
.footer {
	background: #1d1c4d;
    color: #FFFFFF;
    float: right;
    text-align: center;
    width: 100%;
	padding: 2px 0;
}
.footer * {color:#c1c1c9;}
.footer p { font-size:16px; margin:5px 10px;}

li
{
 line-height:1.5em;
}

ul
{
html, body{min-height: 100%;}
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,pre,form,fieldset,input,textarea,blockquote,th,td {margin:0; padding:0;}
table {border-collapse:collapse; border-spacing:0;}
fieldset,img {border:0;}
ul {margin:0; padding:0; list-style-type:none; line-height:8.5em;}
ul li {margin:0; padding:0;}
div, form, input, select, textarea{margin:0px;padding:0px;}
img{border:0px;}


body {
	background:url(../images/bodyBg.png) repeat-y center top;
	margin:0px;
	padding:0px;
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#404040;
	direction:rtl;
	font-size:14px;
}

h1 {
	margin:5px 0px;
	margin-bottom:15px;
	font-size:24px;
}

h2 {
	margin:5px 0px;
	margin-top: 10px;
	font-size:20px;
}

h3 {
	font-size:20px;
	margin-top: 10px;
	margin:3px 0px;
}

h4 {
	font-size:14px;
	margin:2px 0px;
}

h5 , h6 {
	font-size:14px;
	margin:2px 0px;
}

h1, h2, h3, h4, h5, h6 {
	color:#1d1c4d;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

p {
	font:normal 14px Arial;
	margin:5px 0px;
	line-height:2.5em;
}

a {
	color:#1D89BF;
	cursor:pointer;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

.container{
	width:1024px;
	margin:0 auto;
	height:601px;
	padding:0;
	text-align:right;
}

.header{
	background:url(../images/headerBg.png) no-repeat center top;
	width:100%;
	height:146px;
	float: right;
}

a.logo {
	float:left;
	width:100px;
	margin:0 20px;
}

.menuWrap {
	float:right;
	width: 880px;
}
.menuWrap h1.slogan {
	margin:5px 20px;
	font-size:72px;
	color:#a58c4b;
	text-shadow:2px 2px 2px #313043;
	height: 108px;
}
.menuWrap h2.slogan {
	margin:5px 20px;
	font-size:72px;
	color:#a58c4b;
	text-shadow:2px 2px 2px #313043;
	height: 108px;
}

/************ MENU ************/
div#menu {
    height: 23px;
    margin: 0;
    padding: 0;
}

div#menu ul {
    height: 23px;
    list-style: none outside none;
    margin: 0;
    padding: 0 12px;
    text-align: right;
}

div#menu ul li {
	background:url(../images/menuSep.png) no-repeat left center;
    float: right;
    height: 23px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

div#menu ul li.last {
	background:none;
}
div#menu ul li a {
	color:#cccccc;
}

div#menu ul li a span {}

div#menu ul li.last {
	background-image:none;
}

div#menu ul li a, div#menu ul li a.alast {
    color: #FFFFFF;
    display: block;
    font: 16px Arial;
    height: 21px;
    margin-top: 0;
    padding: 1px 10px;
    text-align: center;
    text-decoration: none;
}

div#menu ul li a:hover, div#menu ul li a.current {
	text-decoration:underline;
}

/********** END MENU ************/

/* Misc */
.clear {clear:both; height:1px;}
.line {float:right;width:100%;}

.main {
	float: right;
	width: 100%;
}

.hpNav {background:#ebebeb; float: right;}
.hpNav ul { margin:0; padding:0; list-style-type:none;}
.hpNav ul li {
	float:right;
	display:block;
	width:190px;
	height:423px;
	margin-left: 18px;
}
.hpNav ul li.last {
	margin-left: 0px;
	margin-right: 2px;
}
.hpNav ul li a {
	background:url(../images/homeBg.jpg) no-repeat 0 bottom;
	display: block;
    float: right;
    height: 100%;
    width: 100%;
}
.hpNav ul li a:hover {background-position:0 top;}
.hpNav ul li a span {display:none;}

.hpNav ul li a.hpAbout {background-position:-834px bottom;}
.hpNav ul li a.hpAbout:hover {background-position:-834px top;}
.hpNav ul li a.hpCorporation {background-position:-625px bottom;}
.hpNav ul li a.hpCorporation:hover {background-position:-625px top;}
.hpNav ul li a.hpLand {background-position:-417px bottom;}
.hpNav ul li a.hpLand:hover {background-position:-417px top;}
.hpNav ul li a.hpBuild {background-position:-208px bottom;}
.hpNav ul li a.hpBuild:hover {background-position:-208px top;}
.hpNav ul li a.hpLigitation {background-position:0 bottom;}
.hpNav ul li a.hpLigitation:hover {background-position:0 top;}

/* Inner Pages */
.inner {
	float: right;
	height: 403px;
	margin: 0;
	padding: 10px 20px;
	width: 984px;
}
.inner h1 {
	font-size: 32px;
	font-weight: bold;
	margin: 5px 0;
}
.inner.inner_about {
	background:url(../images/aboutBg.jpg) no-repeat center top;
}
.inner.inner_corporation {
	background:url(../images/corporationBg.jpg) no-repeat center top;
}
.inner.inner_litigation {
	background:url(../images/corporationBg.jpg) no-repeat center top;
}
.inner.inner_land {
	background:url(../images/landBg.jpg) no-repeat center top;
}
.inner.inner_build {
	background:url(../images/landBg.jpg) no-repeat center top;
}
.inner.inner_contact {
	background:url(../images/contactBg.jpg) no-repeat center top;
}
.inner.inner_contact p{
	font-size:16px;
	line-height:24px;
}

.innerContentBox {
	background:#ffffff;
	padding:10px 20px;
	width:600px;
	height:310px;
	overflow-y:auto;
	border:1px solid #afafaf;
	background: none repeat scroll 0 0 #FFFFFF;
}

/* Footer */
.footer {
	background: #1d1c4d;
    color: #FFFFFF;
    float: right;
    text-align: center;
    width: 100%;
	padding: 2px 0;
}
.footer * {color:#c1c1c9;}
.footer p { font-size:16px; margin:5px 10px;}

ul
{
 line-height:1.5em;
}