body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
body {
  background: url(../images/bg_main.jpg) repeat-x top #e8e5c0;
  color: #565b58;
  font: 14px Verdana, Arial, Helvetica, sans-serif;	
  text-align: center;
}
#text {
	font: normal 12px Verdana, Geneva, sans-serif;
	color: #474b49;
	text-align: justify;
	padding: 5px;
	
}
#page {
  margin: 0 auto;
  text-align: left;
  width: 947px;
  height: 100%;
  background: url(../images/bg_header_1.jpg) top center no-repeat;
}
#header {
  height: 225px;
  padding-top: 60px;
}
#menu {
	height: 28px;
	padding-top: 10px;
	float: right;
}
#menu ul {
	margin: 4px;
}

#menu ul li{
	display: inline;
	padding: 10px;
}

#menu ul li a {
	text-decoration: none;
	font-size: 14px;
	color: white;
	font-weight: bold;
	
}

#menu ul li a:hover {
	text-decoration: none;
	font-size: 14px;
	color: white;
	background-color:#CCC;
	font-weight: bold;
}
#content {
	background: url(../images/shadowban.jpg) repeat-x #FFF;
	padding: 15px 0 20px 0;
	width: 947px;
}
#left_box{
	width: 200px;
	height: 230px;
	border: #e8e5c0 1px solid;
	background-color: #fafafa;
	color: #000;
	float: left; 
	padding-bottom: 10px;
}
#center_box{
	width: 100%;
	margin: 0 0 0 10px;
}

#center_box .superdeal_box{
	width: 235px;
	border: #e8e5c0 1px solid;
}

#center_box .superdeal_box .top{
	font: bold 15px Verdana, Geneva, sans-serif;
	padding: 3px 3px 3px 3px;
	background-color: #ff3b00;
	color: #FFF;
	width: 150px;
}

#center_box .superdeal_box .top_pence{
	font: normal 12px Verdana, Geneva, sans-serif;
	text-align: right;
	background-color: #ff3b00;
	color: #FFF;
}

#center_box .content{
	padding-left: 3px;
	font-size: 13px;
	padding: 3px 3px 3px 3px;
}


#footer {
	font-size: 9px;
	color: #666;
	float: left;
	text-align:center;
	padding-top: 5px;
}
#footer ul {
	margin: 4px;
	width: 100%;
}

#footer ul li{
	display: inline;
	padding: 10px;
}

#footer ul li a {
	text-decoration: none;
	font-size: 11px;
	color: black;
	font-weight: normal;
	
}

#footer ul li a:hover {
	text-decoration: none;
	font-size: 11px;
	color: black;
	background-color: #999;
}

#login {
	border: #d3d3d3 1px solid;
	font: normal 12px Verdana, Geneva, sans-serif;
	-moz-border-radius: 5px;
}
#login .baslik {
	font: bolder 13px Verdana, Geneva, sans-serif;
	background-color: #dedede;
}

#error {
	border: #d3d3d3 1px solid;
	width: 295px;
	padding: 10px 0 10px 0;
	text-align: center;
	margin: auto;
	color: #F30;
	font: normal 12px Verdana, Geneva, sans-serif;
	background-color: #FF9;
	-moz-border-radius: 5px;
}
#alert {
	border: #d3d3d3 1px solid;
	width: 98%;
	padding: 10px 0 10px 0;
	text-align: center;
	margin: auto;
	color: #F30;
	font: normal 12px Verdana, Geneva, sans-serif;
	background-color: #FF9;
	-moz-border-radius: 5px;
}
/*----- Rate Box-------- */
.showrates_top {
	background-color: #ff3b00;
	color: #FFF;
	font: normal normal bold 16px Verdana, Geneva, sans-serif;
	padding: 3px 3px 3px 5px;
}
.ratesBox_footer{
	font: 9px Verdana, Geneva, sans-serif;
}
.rate {
	font: bolder 56px Verdana, Geneva, sans-serif;
	color: #ff4100;
	text-align: right;
	letter-spacing: -8px;
	padding-right: 10px;
}
.to {
	font: bolder 13px Verdana, Geneva, sans-serif;
	padding: 0 0 0 5px;
}
#selectrate {
	font: 12px Verdana, Geneva, sans-serif;
}

.index_content_table {
	padding: 0 20px 0 10px;
	background: url(../images/bg_content.jpg) no-repeat center;
}
.index_content_table .firstTitle {
	background-color: #ff3b00;
	padding: 4px 4px 4px 4px;
	color: white;
	font-size: 16px;
	font-weight: bolder;
}
.index_content_table .secondTitle {
	font-size: 13px;
	font-weight: bold;
}
.index_content_table .centerContent {
	font-size: 12px;
	text-align: justify;
}
/*----------Accordion Style--------*/
.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 13px Verdana;
margin: 0;
}

.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: green;
padding: 5px 0 5px 10px;
border: #d3d3d3 1px solid;
margin: 2px;

}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
border: #d3d3d3 1px solid;
height: 25px;
padding: 5px 0 0 10px;
margin: 2px;
background: url(../images/faq_box_bg.jpg);
color: black;
font: bold 11px Verdana, Geneva, sans-serif;
}

.thelanguage{
	font: normal 11px Verdana, Geneva, sans-serif;
	text-align: justify;
	padding: 10px;
}
.whead {
	background-color: #ff3b00;
	padding: 4px 4px 4px 4px;
	color: white;
	font-size: 15px;
	font-weight: bolder;
}

/*-----Selfcare Area Menu Style ---*/

.glossymenu{
margin: 5px 0;
padding: 0;
width: 99%; /*width of menu*/
border: 1px solid #e8e5c0;
border-bottom-width: 0;
text-align: left;
}

.glossymenu a.menuitem{
background: black url(../images/glossyback.gif) repeat-x bottom left;
font: bold 13px Verdana, Geneva, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(../images/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid #e8e5c0;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 12px Verdana, Geneva, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;

}

.inputbox_tellfriend {
	font: normal 12px Verdana, Geneva, sans-serif; 
	width: 220px; 
	height: 27px; 
	padding: 4px; 
	margin-bottom: 5px;
	color: #5e5e5e;
}
