﻿/* Header
-------------------------------------------------------------- */
#header
{
	background-image:url('../img/site/vechur header.gif');
	background-repeat:no-repeat;
	height:225px;
	margin-top: 20px;
}

.alert
{

	background:yellow;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 10px 20px 10px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	font-weight:bold;
	font-size:15px;
	color:red;

}

/* Navigation Menu
-------------------------------------------------------------- */

#navigation { 	margin-left: 125px; 
				margin-top: -105px; 
			}
/* Image Effects
-------------------------------------------------------------- */
.image
{
	-moz-box-shadow: 4px 4px 4px #aaa;
	-webkit-box-shadow: 4px 4px 4px #aaa;
	box-shadow: 4px 4px 4px #aaa;
	margin: 0px 20px 20px 0px
	
	

}
.image2
{
	
	float:right;
	margin: 10px 20px 20px 0px

}
.image3
{
	-moz-box-shadow: 4px 4px 4px #aaa;
	-webkit-box-shadow: 4px 4px 4px #aaa;
	box-shadow: 4px 4px 4px #aaa;
	float:right;
	margin: 30px 20px 20px 20px	

}
.image4
{
	-moz-box-shadow: 4px 4px 4px #aaa;
	-webkit-box-shadow: 4px 4px 4px #aaa;
	box-shadow: 4px 4px 4px #aaa;
	float:left;
	margin: 30px 20px 20px 20px	

}



/* Main
-------------------------------------------------------------- */
#main		{	margin-top: -35px;	height: 100%;}

#manual		{ 	width:100%; 	}

#manual td  { 	 width: 50%; 	}

#vandana	{ 	width:100%; font-size: xx-small;	}

#vandana td  { 	 width: 50%; margin:  30px 5px 20px 5px; line-height: 1.5 }



.auto-style1 {
			text-align: center;
		}
.auto-style3 {
	font-family: Arial;
	font-size: small;
	font-weight: bold;
}
.auto-style5 {
	font-size: small;
}



/* Aside
-------------------------------------------------------------- */

#aside		{	border-left:thin gray; margin-left:10px;	}

/* Footer
-------------------------------------------------------------- */
#footer 	{ 	border-top: 1px solid #aaa; 
				margin-top:40px; 
				
				
			}

#footer .tabs	{	width: 405px; border-top: 3px solid #eee; }
#footer .tabs a { 	padding: 10px 30px 10px 0; color: #666; text-decoration: none; float:right }

#footer p.quiet { color: #ccc; }
#footer .designed a { font-family:Geneva, Arial, Helvetica, sans-serif; float: right; display: block; margin-top: -40px;}


  
