/* basic elements */

body {
	margin: 0px 0px 0px 10px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height:14px;
}

table {
	padding: 0px 0px 0px 0px;
}

td {	margin: 0px 0px 0px 0px; }

img {border: 0 none;}

a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: underline;
}

/* other Asides */

ul {
  line-height:16px;
}

select {		
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;	     
}

input.input_txt {    
  font-family: verdana, helvetica, sans-serif;
  font-size: 10px;
  color: #000000;	     
} 

/* head */

#head {
  width: 776px;    
  margin: 5px 0px 10px 0px;
}

#head #login {
  float: right;
  width: 193px;    
  height: 22px;	
  background-image: url(/images/index/login.gif);  
  margin: 10px 0 0 13px;
}

a.login {
	text-decoration: none;
	font-weight:bold;
	color: #717F2B;	
}
a.login:hover {
	text-decoration: underline;
	color: #717F2B;
}

/* main */

#contentarea #domain_check {
  float: left;
  width: 193px;    
  height: 206px;	
  background-image: url(/images/index/domaincheck.gif);
}

#contentarea #main_left {
  clear: both;	
  margin:15px 13px 0 0;
  width:188px;
	float: left;	
}

#main_left div.news {
	float: left;
	width: 188px;
	background-image: url(/images/index/news_bg.gif);
}

#contentarea #main_center {  
  margin:15px 12px 0 0;
  width:281px;
	float:left;	
	color: #666666;
}

#contentarea #main_right {  
  margin:15px 0 0 0;
  width:281px;
	float:left;
	color: #666666;
}


/* left */

#subnavi {
	float: left;
	width: 167px;
	padding: 13px 20px 0 1px;	
	font-family:Arial;
	font-size: 12px;
}

#subnavi div.menu{
	width: 150px;
	height: 25px;	
	padding: 0px 0px 0px 15px;		
	background-image: url(/images/nav/left_mn_bg.gif);  
}

#subnavi div.menu2{
	width: 150px;
	height: 33px;	
	padding: 0px 0px 0px 15px;		
	background-image: url(/images/nav/left_mn_bg2.gif);  
}

#subnavi div.menu p, div.menu2 p {
    margin: 5px 0 5px 8px;    
}

/* content */

#contentarea {
  width : 777px;            
}

#content {
	float: left;
  padding-top:13px;
  width:587px;

}

#content div.promotion {
	background-color:#F6F6F6;	
	width : 460px;	
	margin: 10px 10px 0 10px;
}

/* font */

.bigtitle {
	font-family: Arial;
	font-size: 17px;
	color: #666666;
  font-weight:bold;  
  padding: 25px 0 10px 0;
}

.middletitle {
	font-family: verdana, helvetica, sans-serif;
	font-size: 14px;
	color: #445800;
  font-weight:bold;
}

.title {
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
  font-weight:bold;
}

.small {
	font-family: verdana, helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height:12px;
}

a.small {
	text-decoration: underline;
}
a.small:hover {
	text-decoration: none;
}

/* popups */

body.popup {
	/*width: 640px;*/
	width: auto;
	padding: 0;
}

body.popup #logo {
	margin: 14px;
}

body.popup h1 {
	margin-bottom: 12px;
	background: #A7CE38 url(/images/bg_popup_h1.gif) repeat-x;
	color: #fff;
	height: 31px;
	padding: 10px 0 0 14px;
	font-size: 17px;
	font-weight: normal;
}

body.popup #content {
	width: auto;
	padding: 0 14px 20px 14px;
}

body.popup h2 {
	font-size: 15px;
	font-weight: normal;
	padding: 10px 0 10px 0;
}

body.popup  p {
	margin-bottom: 10px;
}

body.popup ol, body.popup ul {
	margin-bottom: 10px;
	margin-left: 26px;
}

body.popup table {
	margin: 0 0 10px 0;
}

body.popup table tr th {
	background-color: #A7CE38;
	padding: 0 0 0 15px;
	height: 29px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
}

body.popup table tr td {
	background-color: #EDF2E0;
	vertical-align: top;
	padding: 8px 15px 8px 15px;	
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	font-size: 11px;
}

body.popup table tr.alt td {
	background-color: #fff;
}

.important {
	color: #A7CE38;	
	font-weight: bold;
}


/* foot */

#foot {
	clear: both;	
	padding: 30px 0px 10px 0px;
	width: 766px;
	height: 60px;	
	color:#888888;
}

a.copy {
	text-decoration: none;
	color:#888888;
}
a.copy:hover {
	text-decoration: underline;
	color:#888888;
}
