/*
Theme Name:  StarAlliance
Version: 1.0
CSS: Niranjan Thilak
Author URI: http://niranjanthilak.com/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,a {
	margin: 0;
	
	/*
	padding: 0;
	border: 0;
	background: transparent;
	*/
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
	
	text-decoration:none;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
/*
	border-collapse: collapse;
	border-spacing: 0;
	
	  */
	
}

.left{
float:left;
}
.right{
float:right;
}
.clear{
clear:both;
height:0px;
}
.center{
display:block;
margin:0px auto;
text-align:center;
}

/*** General **/

a{
color:#1d1d1d;
}
a:hover{
color:#620000;
}
p{
margin:8x 0px 0px 0px;
}
/******/


/*************** Content starts here ****/


body{
background:#cc0001;
font-family:Calibri,serif;
font-size:14px;
}

h1{
font-size:1.6em;
}
h2{
font-size:1.4em;
}
h3{
font-size:1.2em;
}
h4{
font-size:1.05em;
}
#container{
width:1004px;
margin:0px auto;
}

#header{
height:133px;
width:100%;
margin:14px 0px 0px 0px;
background:transparent url(../images/header/bg.png) repeat-x top left;
}
	#logo{
	width:190px;
	height:113px;
	/*background:transparent url(../images/header/logo.png) no-repeat center center;*/
	float:left;
	margin:0px;
	}

	#topmenu{
	height:100%;
	width:480px;
	float:right;
	color:#2c2c2c;
	}
		#topmenu li{
		float:left;
		width:auto;
		padding:75px 0px 0px 0px;
		margin:0px 10px;
		}
		#topmenu li:hover {
		background:transparent url(../images/header/menu/arrow.png) no-repeat top center		
		}
		#topmenu li span.menuspan{
		display:block;
		width:100%;
		height:100%;
		padding:0px 13px 0px 0px;
		background:transparent url(../images/header/menu/bg_rnd.png) no-repeat bottom right;
		}
		#topmenu li a{
		width:100%;
		height:100%;
		display:block;	
		padding:11px 0px 8px 5px;
		text-align:center;
		background:transparent url(../images/header/menu/bg.png) no-repeat bottom left;
		}
	#login{
	float:right;
	width:80px;
	height:32px;
	background:transparent ;
	margin:0px -440px 0px 0px;
	}
		#login a{
		color:#ff2c1d;
		display:block;
		width:100%;
		height:100%;
		padding:15px 0px 0px 0px;
		/*background:transparent url(../images/header/login/bg.png) no-repeat center right;*/
		}
#flashmenu{
width:100%;
background:transparent url(../images/flash/bg.png) no-repeat top left;
height:310px;
padding:58px 0px;
}

#flashmenuinner{
width:50%;
background:transparent url(../images/flash/bg.png) no-repeat top left;
height:5px;
padding:5px 0px;
}

	#flashcontent{
	margin:0px auto;
	width:850px;
	height:310px;
	background:transparent url(../images/flash/temp.png) no-repeat top left;
	}
#content{
width:100%;
background:#f7f7f7 url(../images/news/bg_in.png) repeat-x top left;
padding:15px 0px;
}

	/* main page ***/
	#news_left,#news_right{
	float:left;
	width:480px;
	height:165px;
	margin:10px 10px;
	}
	#news_left p,#news_right p{
	margin:5px 0px 0px 5px;
	}
	#news_left h3,#news_right h3{
	color:#a50004;
	font-weight:bold;
	padding:5px 5px;
	}
	#news_left a.readmore,#news_right a.readmore{
	display:block;
	margin:10px 5px;
	height:20px;
	width:78px;
	overflow:hidden;
	text-indent:-999px;
	background:transparent url(../images/buttons/readmore.png) no-repeat center center;
	}
	
	/***** inner page ***/


         #left_menu_inner{
	width:192px;
	margin:5px 0px 0px 5px;
	float:left;

	}

        #left_menu_inner ul li {
	width:100%;
	height:30px;
	padding:5px 0px 0px 0px;

	}

        
	#left_menu{
	width:230px;
	margin:5px 0px 0px 5px;
	float:left;
	
	}


       


	#left_menu ul{
	padding:5px 10px;
	}
	
	#left_menu ul li h2{
	color:#a50004;
	}
	#left_menu ul li {
	width:100%;
	height:30px;
	padding:5px 0px 0px 0px;
	border-bottom:1px dashed #a50004;
	}
	#left_menu ul li a{
	color:#000000;
	text-align:left;
	}
	
	#left_menu ul li a:hover{
	color:#a50004;
	font-weight:bold;
	}

        
	#data{
	float:left;
	width:625px;
	margin:5px 90px 0px 0px;
	padding:0px 15px;
	border-left:2px dashed #000000;
	}

        #data_inner{
	float:left;
	width:650px;
	margin:5px 10px 0px 15px;
	padding:0px 15px;
	
	}

		.centermatter{
		width:50%;
		margin:10px 0px;
		}
	
	
	

#footer_out{
clear:both;
height:269px;
width:100%;
background:transparent url(../images/footer/bg.png) repeat-x top left;
border-top:1px dotted #000;
}

	#footer{
	height:269px;
	width:100%;
	background:transparent url(../images/footer/bg_gfx.png) no-repeat top left;
	color:#e4b3b4;
	}
	
		#foot_left{
		float:left;
		width:330px;
		margin:5px 0px 0px 160px;
		height:254px;
		padding:5px 5px;
		}
			#foot_left ul{
			height:237px;
			}
				#foot_left ul li h4{
				color:#bfb3b3;
				background:#290001;
				width:80px;
				padding:3px;
				margin:5px 0px;
				}
			
			#copyright{
			color:#a50004;
			height:18px;
			padding:5px 0px 0px 5px;
			width:99%;
			background:transparent url(../images/footer/copyright_bg.png) no-repeat top left;
			}




			#foot_right{
		float:left;
		width:330px;
		margin:5px 160px 0px 0px;
		height:254px;	
		padding:5px 5px;	
		}
		    #foot_right ul{
			height:237px;
			}
					#copyright1{
			color:#a50004;
			height:18px;
			padding:5px 0px 0px 5px;
			width:99%;
			background:transparent url(../images/footer/copyright_bg.png) no-repeat top right;
			}
			
			#newsletter{
			height:22px;
			margin:5px 0px 10px 0px;
			}
				#newsletter p{
				height:22px;
				float:left;
				}
				#newsletter p.info{
				width:100px;
				padding:3px 0px;
				}
				#newsletter form {	
				width:230px;
				height:22px;
				float:left;
				}
					#newsletter form input{
					height:20px;
					background:#f4e0e0;
					width:180px;
					border:0;
					float:left;
					}
					#newsletter form input.submit{
					margin:0px 3px;
					width:24px;
					height:22px;
					background:transparent url(../images/footer/submit.png) no-repeat center center;
					}
			#quote{
			width:187px;
			height:159px;
			margin:25px auto;
			background:transparent url(../images/footer/quotes.gif) no-repeat center center;
			}
				#quote blockquote{
				padding:30px 10px;
				}












