/* Layout Stylesheet */ 
@import url(../style/menu.css);
* {
 margin:0;
 padding:0;
}
body {
 margin:0px 0px 10px 0px;
 background:#C0C0C0;
 color: #003399;
 text-align:center;
 padding:0;
 font-size:12px;
 font-family:Arial,sans-serif;
}
 
/* start header */
#header {
 text-align:left;
 width:820px;
 margin:auto;
 height:64px;
 background:url(../images1/top_bg.gif) no-repeat;
 color: #333333;
 }

#logo {
 float:left;
 position:relative;
 top:20px;
 left:26px;
 width:156px;
 height:39px;
 list-style:none;
}

#id_form {
 float:right;
 position:relative;
 margin:0;
 top:34px;
 right:26px;
 list-style:none;
}

#idselect {
 float:left;
 position:relative;
 right:10px; 
 font-size:12px;
 line-height:130%;
}

#idtext {
 float:left;
 width:140px;
}

#idimg {
 float:left;
 width:52px;
 height:21px;
}

#idbutton {
 float:left;
}
/* end of header */

/* start masthead */
#masthead {
 text-align:left;
 min-height:100%;
 width:820px;
 margin:auto;
 height:100%;
 background:#ffffff;
}

#banner {
 clear:left;
 position:relative;
 left:10px;
 width:800px;
 height:120px; 
 list-style:none;
}
/* end of masthead */

/* start content */
#content {
 clear:both;
 text-align:left;
 width:820px;
 margin:auto;
 background:url(../images1/content_bg.gif) repeat-y;
}

#sidecontent {
 float:left;
 position:relative;
 text-align:center; 
 width:220px;
 left:10px;
}

#sidecontent h2 {
 margin-top:10px;
 text-align:left;
 width:204px;
 height:23px;
 background:url(../images1/left_nav.gif) no-repeat;
 font-size:12px;
 text-indent:0.5em;
 line-height:180%;
}

#nav {
	margin:0;
	padding:0;
	list-style-type:none;
	width:202px;
	border:1px #ffffff solid;
	background:#E4E5F9;
	padding:4px 0px 8px 0px;
}

#nav li {
 margin-top:4px;
 margin-left:21px;
 list-style-position: outside;
 list-style-image:url(../images1/arrow2.gif);
 font-size:9px;
 text-align:left;
 line-height:180%;
}

#translate {
 margin-top:20px;
 margin-left:20px;
}

#trans1,#trans2,#trans3 {
 margin-top:8px;
 list-style-position: inside;
 margin-left:10px;
 text-align:left;
}
#trans1 {
 list-style-image:url(../images1/1.gif);
}

#trans2 {
 list-style-image:url(../images1/2.gif);
}

#trans3 {
 list-style-image:url(../images1/3.jpg);
}

#primarycontent {
 float:right;
 position:relative;
 text-align:center;
 width:579px;
 right:10px;
}

#primarycontent h2 {
 clear:both;
 position:relative;
 margin:0;
 width:564px;
 height:23px;
 text-indent:1em;
 font-size:12px;
 line-height:200%;
 text-align:left;
 background:url(../images1/right_nav.gif) no-repeat 0 65%;
}
#product {
 position:relative;
 margin:0;
 width:564px;
 color:#000000;
}
/* end of content */
/* start foot */
#foot {
 margin:auto;
 clear:both;
 text-align:left;
 min-height:100%;
 width:820px;
 height:100%;
}
#copy {
 background:url(../images1/foot_bg.gif) repeat-y;
 height:21px;
 line-height:250%;
 text-align:center;
}
#copy p {
 position:relative;
 margin-left:200px;
}
/* end of foot */

