/* the following lines attempt to clear the css palette */

* {
     margin:0;
     padding:0;
     border: none;
     text-decoration:none;
     list-style:none; 
}

/* now the css for the site proper */

body {
     color: black;
     background-color: white;
     font: 0.84em/1.333 Arial, sans-serif;
     background-image: url(../images/repeat.gif); 
}

h1 {
     font-size: 2em; 
}

h2 {
     font-size: 1.5em; 
	 color: green;
}

h3 {
     font-size: 1.33em;
     margin-bottom: 5px; 
	 
	 
}

h4 {
     font-size: 1.1em; 
     margin-bottom: 5px; 

}

h5 {
     font-size: 1em; 
}

h6 {
     font-size: 0.85em; 
}


p {
     margin: 0; 
}

.hidden {
     display: none; 
}

.centered {
     text-align: center; 
}

a:hover {
     text-decoration: underline; 
}

#container {
     width: 1030px;
     margin-right: auto;
     margin-left: auto;
     background-image: url(../images/bg_1.gif);
     background-repeat: repeat-y;
     }

#header {
     background-image: url(../images/SYJ.gif);
     background-repeat: no-repeat;
     height: 44px;
     position: relative; 
}

#header a#lang {
     right: 0px;
     position: absolute; 
}

#menu { 
}

#menu ul {
     display: inline; 
}

#menu ul li {
     display: inline; 
}

#menu ul li a img {
     vertical-align: bottom;
     /* to prevent space below menu bar */
     float: left; 
}

#menu ul li img {
     vertical-align: bottom;
     /* to prevent space below menu bar */
     float: left; 
}

#tagline {
     clear: both;
     background-image: url(../images/banner.jpg);
     height: 238px;
     background-repeat: no-repeat; 
}

#aboutbanner {
     background-image: url(../images/subpage/about.jpg);
     background-repeat: no-repeat;
     clear: both;
     height: 115px; 
}

#servicesbanner {
     background-image: url(../images/subpage/services.jpg);
     background-repeat: no-repeat;
     clear: both;
     height: 115px; 
}

#productsbanner {
     background-image: url(../images/subpage/products.jpg);
     background-repeat: no-repeat;
     clear: both;
     height: 115px; 
}

#newsbanner {
     background-image: url(../images/subpage/news.jpg);
     background-repeat: no-repeat;
     clear: both;
     height: 115px; 
}
#constructionbanner {
     background-image: url(../images/subpage/construction.jpg);
     background-repeat: no-repeat;
     clear: both;
     height: 115px; 
}
#travelbanner {
     background-image: url(../images/subpage/travel.jpg);
     background-repeat: no-repeat;
     clear: both;
     height: 115px; 
}
#advicebanner {
     background-image: url(../images/subpage/advice.jpg);
     background-repeat: no-repeat;
     clear: both;
     height: 115px; 
}

#contactbanner {
     background-image: url(../images/subpage/contact.jpg);
     background-repeat: no-repeat;
     clear: both;
     height: 115px; 
}

#subpage {
     margin: 10px; 
}

#subpage .txt p {
     margin-bottom: 5px; 
}

#subpage .txt ul {
     margin-bottom: 5px; 
}

#subpage .txt li {
     list-style-type: disc;
     margin-left: 20px; 
}

#subpage .txt td {
     vertical-align: top;
     padding: 5px; 
}

#subpage .newstxt{
     width: 500px;
     margin-left: 30px; 
}

#subpage .newstxt p {
     margin-bottom: 5px; 
}

#subpage .newstxt hr{
     color: gray;
     height: 2px;
     background-color: gray; 
     margin-bottom: 5px; 

}

#subquote {
     color: #999999;
     font-size: 18px;
	 font-style: italic;
     margin-top: 20px;
     margin-bottom: 40px;
     margin-left: 20px;
     margin-right: 20px; 
}

#subcolumns {
     width: 975px;
     margin-left: 10px; 
}

#subcolumns .txt p {
     margin-bottom: 5px; 
}

#subcolumns .txt ul {
     margin-bottom: 5px; 
}

#subcolumns .txt li {
     list-style-type: disc;
     margin-left: 20px; 
}

#subcolumns #left {
     width: 275px;
     float: left; 
}

#subcolumns #right {
     width: 700px;
     background-color: #dfcdcf;
     float: right;
     margin-bottom: 20px; 
}

#subcolumns #right .txt {
     margin-left: 20px;
     margin-right: 20px; 
}

#subcolumns #right .txt img {
     float: right;
     margin-left: 10px;
     margin-bottom: 10px; 
}

#columns {
     clear: both;
     width: 1029px; 
}

#columns #left {
     width: 375px;
     float: left; 
}

#columns #left .head {
     background-image: url(../images/welcome_header.gif);
     height: 53px;
     background-repeat: no-repeat; 
}

#columns #left #intro {
     background-image: url(../images/bg_1.gif);
     background-repeat: repeat-y; 
}

#columns #left #intro .holder {
     margin-left: 20px;
     padding-top: 10px;
     margin-right: 20px; 
}

#columns #left #intro .holder .txt {
     border-left: 3px rgb(223,207,207) solid;
     padding-left: 10px; 
}

#columns #left #intro .holder .more {
     text-align: right; 
}

#columns #left #services .head {
     background-image: url(../images/services_tab.gif);
     height: 73px;
     background-repeat: no-repeat; 
}

#columns #left #services .body {
     background-image: url(../images/services_bg2.gif);
     background-repeat: repeat-y; 
}

#columns #left #services .body .txt {
     margin-left: 20px;
     margin-right: 20px; 
}

#columns #left #services .body .txt p {
     margin-bottom: 5px; 
}

#columns #left #services .body .txt a {
     color: rgb(107,0,27); 
}

#columns #left #services .body .txt li {
     list-style-type: disc;
     margin-left: 20px; 
}

#columns #left #services .body .txt .more {
     text-align: right; 
}

#columns #left #services .foot {
     background-image: url(../images/services_bg3.gif);
     height: 28px;
     background-repeat: no-repeat; 
}

#columns #left #contact{
     margin-top: 10px;
     margin-left: 20px; 
}

#columns #right {
     width: 650px;
     float: right;
}

#columns #right .head {
     background-image: url(../images/products_header.gif);
     height: 183px;
     background-repeat: no-repeat;
     position: relative; 
}

#columns #right .body {
     background-image: url(../images/products_bg.gif);
     background-repeat: repeat-y; 
}

#columns #right .body .txt {
     margin-left: 20px;
     margin-top: -120px;
     position: relative;
     margin-right: 20px; 
}

#columns #right .body .txt p {
     margin-bottom: 5px; 
}

#columns #right .body .txt a {
     color: rgb(66,79,64); 
}

#columns #right .body .txt table {
     width: 600px; 
}

#columns #right .body .txt td {
     vertical-align: top;
     padding: 5px; 
}

#columns #right .body .txt .fppic {
     width: 110px; 
}

#columns #right .body .txt .fptxt {
     width: 180px; 
}

#columns #right .foot {
     background-image: url(../images/products_bot_bar.gif);
     height: 28px;
     background-repeat: no-repeat; 
}


#pline{
     margin-left: 40px; 
}

#pline #plinetop {
     position: relative;
     height: 340px; 
}

#pline #plinebottom {
     position: relative;
     height: 370px; 
}

#pline #plinetop #ptl {
     width: 300px;
     margin: 10px;
     position: absolute;
     border-bottom: 2px #999999 solid;
     border-right: 2px #999999 solid;
     height: 330px; 
}

#pline #plinetop #ptl #ptli {
     margin: 10px;
     padding-left: 5px; 
}

#pline #plinetop #ptm {
     width: 300px;
     margin: 10px;
     position: absolute;
     left: 300px;
     border-bottom: 2px #999999 solid;
     border-right: 2px #999999 solid;
     height: 330px;
}

#pline #plinetop #ptm #ptmi {
     margin: 10px;
     padding-left: 7px; 
}

#pline #plinetop #ptr {
     width: 300px;
     margin: 10px;
     position: absolute;
     left: 600px;
     height: 330px;
     border-bottom: 2px #999999 solid; 
}

#pline #plinetop #ptr #ptri {
     margin: 10px;
     padding-left: 7px; 
}

#pline #plinebottom #pbl {
     width: 300px;
     display: inline-block;
     position: absolute;
     border-right: 2px #999999 solid;
     margin-right: 10px;
     margin-left: 10px; 
     height: 320px;

}

#pline #plinebottom #pbl #pbli {
     margin-top: 20px;
     margin-right: 10px;
     margin-left: 10px;
     padding-left: 5px; 
}

#pline #plinebottom #pbm {
	width: 300px;
	display: inline-block;
	position: absolute;
	left: 300px;
	border-right: 2px #999999 solid;
	margin-right: 10px;
	margin-left: 10px;
	height: 320px;
	top: 2px;
}

#pline #plinebottom #pbm #pbmi {
     margin-top: 20px;
     margin-right: 10px;
     margin-left: 10px;
     padding-left: 7px; 
}

#pline #plinebottom #pbr {
     width: 300px;
     display: inline-block;
     position: absolute;
     left: 600px;
     margin-right: 10px;
     margin-left: 10px; 
     height: 320px;

}

#pline #plinebottom #pbr #pbri {
     margin-top: 20px;
     margin-right: 10px;
     margin-left: 10px;
     padding-left: 7px; 
}

#footer {
     background-image: url(../images/bg_1.gif);
     clear: both;
     height: 4px;
     background-repeat: no-repeat; 
}

#base {
     background-image: url(../images/bg_2.gif);
     height: 5px;
     background-repeat: no-repeat;
     clear: both; 
}

#smalltext {

     font-size: 8px;

}

#copy {
     font-size: 10px;
     text-align: center;
     background-color: white;
     color: black;
     background-image: url(../images/bg_3.gif);
     background-repeat: repeat-y;
     clear: both; 
}
