html, body     { padding:0px;
                 margin:0px;
			     height:100%;

               }
.backgroundclass{ background-image:url(../images/back.jpg);
                 background-repeat:repeat-x;
                 background-color:#ebebeb;
				 background-position:top;
               }

.backgroundclass1{ background-image:url(../images/back1.jpg);
                 background-repeat:repeat-x;
                 background-color:#ebebeb;
				 background-position:top;
               }
			   
			   
/* main font color*/			   
table, td, tr  { vertical-align:top;
				 color:#717171;
				 font-family:verdana;
				 font-size:11px;
				 word-spacing:0px;}

#maintable     { width:745px;
				  background-color:#ffffff;
				  display:none}

/*data in the main page*/
.maindata { padding-left:20px;
            padding-right:20px;
			padding-top:0px;
			padding-bottom:0px;}

/*title in main page*/
.maindata .title { color:#73ace6;
                   font-weight:bold;
				   letter-spacing:2px;
				   font-size:12px}

/* alternate*/
.alter {color:#73ace6}
.smaller {font-size:10px;}



/* color of links*/			   
a  {color:#5595d3}	


/* color of the submenu links*/*
.subdata a {color:#77cafb}		
	 


/* position of the table that holds data in the subpages*/			   
.subdata {  padding-left:25px;
            padding-right:25px;
			padding-top:0px;
			padding-bottom:0px;}
		  

/* font color of the subpages */			   
.subdata table tr td {color:#717171;}

/* title of the subpages*/			   
.subdata .title {color:#73ace6;
                   font-weight:bold;
				   letter-spacing:2px;
				   font-size:12px;
				   padding-top:20px;
				   padding-bottom:10px;}
		/*like in products , subcategories*/		   
.subdata .title1 {color:#77cafb;
                   font-weight:bold;
				   letter-spacing:2px;
				   font-size:12px;
				   padding-top:20px;
				   padding-bottom:10px;}
.subdata .title2 {color:#8ece13;
                   font-weight:bold;
				   letter-spacing:2px;
				   font-size:12px;
				   padding-top:20px;
				   padding-bottom:10px;}
.subdata .title3 {color:#f2951a;
                   font-weight:bold;
				   letter-spacing:2px;
				   font-size:12px;
				   padding-top:20px;
				   padding-bottom:10px;}	
.subdata .titlenormal {color:#ededed;
                   font-weight:bold;
				   letter-spacing:2px;
				   font-size:12px;
				   padding-top:20px;
				   padding-bottom:10px;}	

.subdata .altercolor {color:#1c3995;
                      font-weight:bold}
					  
.subdata .smallerfont {font-size:10px;}



/* bullet position*/
li {padding:2px}

/* input types*/
.inputtext {width:150px;
            border:1px solid #717171;
			font-family:verdana;
		    font-size:11px;
			color:#717171;}
			
.inputselect {width:150px;
            border:1px solid #717171;
			font-family:verdana;
		    font-size:11px;
			color:#717171;}

.inputtextarea {width:350px;
            border:1px solid #717171;
			font-family:verdana;
		    font-size:11px;
			color:#717171;}

.inputbutton {border:1px solid #717171;
             background-color:#5595d3;
			font-family:verdana;
		    font-size:11px;
			color:#ffffff;}					


/* bottom*/
.bottom {padding:10px}
.bottommenu {color:#9b9c9d}
.bottommenu a {color:#9b9c9d;
               font-size:9px;
			   font-weight:bold}

.futuredestination {color:#5bccfc;
                    font-size:8px;
					font-weight:bold}			   
.futuredestination a {color:#5bccfc;
                    font-size:8px;
					font-weight:bold}			   
					
