body {
	background: white url(960grid.png);
	font: 14px Verdana;
}
#wrap {
	width: 800px;
	margin: 0	auto;
}
#bannerdiv {
	  width: 800px;
      height: 72px;
      padding: 0;
      background: #eee;
}

#bannerdiv img {
	border:0;
}
#lang {
	background: #ffd100;
	text-align:right;
}
#info {
	float: left;
	width: 500px;
	margin: 0 3em 0 0;
}
#ad {
	float: left;
	width: 200px;
	margin: 0;
}
/* stats formatting */
#stats {
	
	float: left;
	width: 200px;
	margin-left: 0;
}
#stats span {
	font-weight: 600;
}
.margin0,
.margin50 {
	padding: 5px 0;
}
.margin0 {
	margin: 0 0 0 0;
	font-size: 16px;
	background-color: #00009f;
	color:white;
	font: caption;
}

.margin50 {
	width: 800px;
	margin: 0 0 0 50px;
	font-size: 16px;
	background-color: #00009f;
	color:white;
	font: caption;
}




/* form formatting */
#form {
	clear: both;
	width: 500px;
	float: left;
}

/* for extra spaces between country links in countries list */
#countries a {
	padding: 5px 5px;
}

h4 {
	padding:10px 0 10px 30px;
}
dl { 
	padding:5px 0 5px 30px;
}
h6 {
	float: right;
	width: 30%;
	text-align: right;
	margin:0;
}
.labsel {
	padding:10px 0 10px 30px;
	margin:10px 0 10px 0;
	margin-left:0;
}
label {
	float: left;
	clear:both;
	width:21%;
	font-weight: 500;
	text-align:right;
	padding-right: 10px;
}
label a {
	font-size: 12px;
}
select {
	width:auto;
}

input {
	width: 12em;
}
.radio {
	width: auto;
}
option {
	width: auto;
}
#mobile {
	visibility: hidden;
	position:relative;
	top: -30px;
	left:0;
}
button {
	width:600px;
	height: 4em;
	margin:0 0 0 0;
	clear:both;
}		

#footer {
	width: 800px;
	clear: both;
	background: #ffd100;
	text-align:center;
	padding: 1em 0;
	margin: 0 50px 0 0;	
}
/* for serials page */
.table {
  margin: 0;
  margin-left: -1px;
  padding: 0;
  border: 0;
  width: 50%;
  float: left;
}
th {
  text-align: center;
  border-top: 2px solid orange;
  border-bottom: 2px solid orange;
}
td{
  text-align: center;
} 
p img {float: left;
}
/** formating for codes **/
#codes {
	text-align: center;
	font-weight: bold;
	line-height: 2em;
	list-style: none;
}
/** global links formatting **/

a:link {
	background-image:none;
	background-color: yellow;
}
a:visited {
	background-image: none;
	background-color: transparent;
}
a:hover {
}
#bannerdiv a{
	text-decoration:none;
}
#bannerdiv a:link {
	background-color: transparent;
}
/** tabs formatting **/

ul.tabs {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 0; 
}
ul.tabs li {
	float: left;
	padding: 0;
	margin: 0;
	padding-top: 0;
	background: url(images/tab_right.png) no-repeat right top; margin-right: 1px; 
}
ul.tabs li a {
	display: block;
	padding: 17px 10px;
	color: #fff;
	text-decoration: none;
	background: url(images/tab_left.png) no-repeat left top;
}
ul.tabs li a:hover { 
	color: #ff0;
}
#phone_info {
	clear: both;
}

