/* Stylesheet
www.aliveonline.co.in
ALIVE INFO SYSTEMS
*/

/* All browsers */
* {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

/* Body */

body{
       /* background:#655D43;  */
	color:#333;
	font: 0.75em/120% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin:0;
	padding:0;
	text-align:left;
}

/* Definitions */

h1, h2, h3{
	font-weight:bold;
	margin:0;
}

a {
	text-decoration: none;
	color: #AF1313;
	outline:none;
}

a:hover {
	text-decoration: underline;
	color: #403B2F;
}

a img {
	border: 0px none;
}

.nodisplay {
        left: -5000px;
        position:absolute;
}

.bold {
        font-size:1em;
        font-weight:bold;
}

input {
	background:#474235;
	color:#fff;
   	border: 2px solid #5F5A4C;
   	padding: 4px;
   	font-size: 1em;
}

textarea {
	background:#474235;
	color:#fff;
   	border: 2px solid #5F5A4C;
   	padding: 2px;
   	font-size: 1.2em;
}

ul {
  	list-style-type: square;
  	margin: 5px 0 10px 0;
  	padding: 0;
}


ul li {
 	 margin: 10px 0 0 25px;
  	padding: 0;
}

/* Wrapper */

#wrap{
        border-left:1px solid #000;
        border-right:1px solid #000;
        background: #fff;
	margin:0 auto;
	text-align:left;
        width:1000px;
}

/* Header and buttons */

#buttons {
	background: #26A8D4 url('img/top_buttons.jpg') repeat-x top left; 	
    height:35px
}

#top_buttons{
	float:none;
	padding: 8px;
}

#top_buttons a {
  	background: transparent;
  	color: #25221B; 
  	text-decoration: none;
	font-weight:bold;
	padding:3px;	
}


#top_buttons a:hover {
  	text-decoration: none;
	background: #fff;
  	color: #25221B;
	padding:3px;
}

#header {	
	background: #25221B url('img/header.jpg') no-repeat top left;
	height:129px
}

#header h1{
	margin-left: 205px;	
	padding-top: 18px;
	font-size: 225%;
	color:#fff;
	text-align:left;
}
#header h2{
	line-height:4em;
	margin-left: 350px;	
	font-size: 125%;
	color:#88BAEB;
}

#header h5{
	line-height:0em;
	margin-left: 450px;	
	font-size: 100%;
	color:#EAF224;
}

#footer_info {
  /*	background: transparent;  */
  	text-decoration: none;
	font: 0.75em/120% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight:bold;
	padding:3px;	
}



/* Container */

#container {
	background: #E2DBC8 url('img/bg.jpg') repeat-x top left;
	padding: 25px
}

/* Navigation */

#navi {

/* background: transparent url(./img/navi.jpg) no-repeat top right; */	
background: url('img/navi.jpg') no-repeat top right;
	clear: left;
	float: left;
	width: 180px;
	margin: 0;
	padding: 8px;
	font-size: 1em;
	text-align:right

}

#navi  ul {	
	list-style: none;
	width: 165px;
	margin: 0 0 0 20px;
	padding: 0;
	font-size: 1.1em;
}	

#navi  li {
	margin-bottom: 4px;
}

#navi  li a {
	font-weight: bold;
	height: 20px;
	color: #25221B;
	display: block;
	padding:5px 0 0 0;
	text-decoration: none;
}	
	
#navi  li a:hover {
  /*	background: transparent url(./img/point.gif) no-repeat 10px;
	color: #8F0D0D; */
	text-decoration: underline;
        color: #8f0d0d;
}

/* Content */

#content {
/*	background: transparent url(./img/content.jpg) no-repeat top left; */
	background: top left;
	margin: 0 5px 20px 200px;
	padding: 10px;
	line-height: 1.6em;
	text-align: left;
}

#content h2 {
	background: #39362F;
	padding: 4px;
	color:#fff;
	font-size: 1.5em;
	margin: 5px 0 10px 0;
}

#content h3 {
	font-size: 1.2em;
	margin: 0 0 10px 0;
	padding:10px 0 0 20px;
}

#content p {
	line-height:2em;
	margin-left:10px;
	width:98%;
}

#content blockquote {
	margin:20px;
	background: url('img/quote.png') no-repeat top left;; padding-left:70px; padding-right:10px; padding-top:1px; padding-bottom:1px
}

#content img {
	display:inline;
	border: 2px solid #979388;
}

/* Footer */

#footer {
  	clear: both;
  	background:#28251D;
  	color: #fff;
  	font-size: 90%;
  	margin: 0;
  	padding: 10px;
}

#footer a {
  	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}