/* CSS Document */

/* --------------------------- Home Page Style ------------------------- */ 	
	
body {
	background: #324395 url("../images/web/bg.gif") repeat-y center;
	margin: 0px;
  pading: 0px;	
}

select, input, textarea {
  font: 11px/13px Tahoma, Arial, Helvetica, Sans-serif;
}

img {
  border: none;
}
    
a {
 color: #ffa;
 text-decoration: none;
} 

a:hover {
	color: #ff0;
}

em {
  color: #ffa;  
  font-weight: bold;
	font-style: normal;
}

ul.menu {
	list-style: inside url("../images/web/menubullet.gif");
	margin: 0px;
	padding: 0px;
  margin-left: 20px;
	text-align: left;
}
		
ul.menu li.topitem {
	display: block;
	list-style-image: url("../images/web/menubullettop.gif"); 
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	height: 19px;
}

ul.menu li.bottomitem {
	display: block;
	list-style-image: url("../images/web/menubulletbottom.gif");
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: 19px;
}

ul.menu li {
	display: block;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	height: 19px;
}

ul.menu li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding-left: 5px;
	background-color: #f3aa12;
	font: bold 11px/13px Arial, Helvetica, Sans-serif;
	color: #fff;
	text-decoration: none;
	line-height: 19px;
}

ul.menu li a:hover {
	background-color: #828200;
	color: #eee;
}

.deftext {
  color: #eee;
	font: 11px/13px Tahoma, Arial, Helvetica, Sans-serif;
}    	   

.highlight {
  color: #ffa;  
  font-weight: bold;
}

.title {
	text-align: justify;
	font: bold 14px/15px Tahoma, Arial, Helvetica, Sans-serif;
}

.separator {
  display: block;
	text-align: center;
}

.subtitle {
  display: block;
	text-align: left;
	font: bold 12px/15px Tahoma,Arial,Helvetica,Sans-serif; 
	padding: 7px;
}

.subtitle img {
  float: left;
	margin-right: 7px;
}

.abstract {
  display: block;
  text-indent: 2em;
	text-align: justify;
	margin: 5px;
	margin-top: 10px;
	padding: 5px;
	font-weight: bold;
	border: 1px dashed #eee;
}

.article {
  display: block;
  text-indent: 2em;
	text-align: justify;
	padding: 10px;
}

.article em {
  color: #ffa;  
  font-weight: bold;
}

.author {
  display: block;
	text-align: right;
	padding: 10px;
}

.moreinfo {
  display: block;
	text-align: right;
	margin-right: 15px;
	margin-bottom: 10px;
}

.moreinfo img {
  vertical-align: middle;
	margin-left: 5px;
}

div#homepage {
  margin-left: auto; 
	text-align: left; 
	margin-right: auto;
	width: 778px;
}

div#topsection {
	display: block; 
	width: 778px;
	height: 365px;
	background: url("../images/web/homebg.jpg") no-repeat left top;
	margin: 0px;
	padding: 0px;
}

div#middlesection {
  display: block;
	width: 778px;
	top: 365px;
}

div#bottomsection {
  display: block;
	width: 558px;
	padding: 15px;
  text-align: center;
}

div#leftsection {
  display: block;
  background-color: #1272C9; 
  width: 338px;
}

div#centersection {
  position: absolute;
	display: block;
	top: 365px;
	margin-left: 338px;
	width: 220px;
}

div#rightsection {
  position: absolute;
	display: block;
	top: 365px;
	margin-left: 558px;
	width: 220px;
}

div#mainarticle {
  float: left;
	margin-top: 95px;
	width: 213px;
	height: 230px;
}	

div#mainmenu {
  float: right;
  margin-top: 95px;
	width: 220px;
	height: 250px;
	text-align: right;
}	
div#toplinks {
  position: absolute;
	top: 0px;
	width: 778px;
	height: 95px;
}

div#orderbox {
  display: block;
	background: url("../images/web/minibox.gif") no-repeat left top;
	width: 200px;
	height: 40px;
	margin-top: 10px;
	text-align: left;
}

div#orderbox .label {
  float: left;
	margin-left: 15px;
	margin-top: 5px;
	vertical-align: top;
}

div#orderbox .arrow {
  float: right;
	margin-right: 10px;
	margin-top: 10px;
}

span#logo {
  position: absolute;
	left: 0px;
}

span#topbanner {
  position: absolute;
	left: 213px;
}

div#chat {
  position: absolute;
	left: 433px;
}

div#login {
  position: absolute;
	width: 200px;
	height: 95px;
	right: 0px;
	vertical-align: right;
}

div#login p.row {
	width: 200px;
	margin: 0px 0px 0px 0px;
}

div#login .loginlabel {
  float: right;
	margin-right: 5px;
	margin-top: 3px;
}

div#login .loginfield {
  float: right;
	margin-right: 25px;
}

span#country {
  display: block;
	text-align: right;
	margin: 5px;
	widht: 213px;
}

span#country select {
  font: 11px/13px Tahoma, Arial, Helvetica, Sans-serif;
	vertical-align: middle;
}

span#country img {
  vertical-align: middle;
	margin-left: 5px;
}
