/*****************************/
/*** Core html setup stuff ***/
/*** CSS developed by Suresh Babu N R ***/
/*** firsttime i write the CSS / XHTML code without anyone's help. Will learn the standard for XHMTL / CSS soon. ***/
/*****************************/

html{

	height: 100%;
}


html, div {
	display:block;
}


*{
	margin: 0px;
	padding: 0px;
	border:0px;
}

a:link {text-decoration: none; outline:0px; color:#279fdb;}
a:visited {text-decoration: none; outline:0px; color:#279fdb;}
a:hover {text-decoration: underline; color:#7b7b7b;}
input.button {cursor: pointer; }
a:active {color:#279fdb;}
img { border: none; }
li,ul,ol{list-style:none;}

/*** Start Music - Comedy from Sooryan Tamil Movie - Suresh Babu ***/

body{
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-color: #dfdfdf;
	background-position: left bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#777777;
	margin-left:24px;
}

#leftcolumn {
	background-color:#ffffff;
	height: 1100px;
	width: 319px;
	background-image: url(images/logo_toopi.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.toopi{
	color:#333333;
}

.suresh{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:11px;
	padding-top:30px;
	padding-left: 34px;
	color:#333333;
}

h1{
	font-size: 11px;
	font-style:italic;
	font-weight:normal;
	color:#7b7b7b;
	padding-top:5px;
}

.email{
	font-style:italic;
	font-weight:normal;
	padding-top:28px;
	padding-bottom:28px;
}

.email a:hover{
	color:#7b7b7b;
}
.menu, .menu_index{
	float: left;
	height: auto;
	width:319px;
}

.menu li, .menu_index li{
	float:left;
	border-top:1px solid #eeeeee;
}

.menu_index{
	background-image: url(images/menu_hover_img.jpg);
	font-weight:bold;
	color: #666666;
	height: 30px;
	width:285px;
	padding-left:34px;
	padding-top:14px;
}

.menu_misc{
	border-bottom:1px solid #eeeeee;
}

.menu_misc1{
	border-bottom:1px solid #eeeeee;
	background-image: url(images/menu_hover_img.jpg);
	font-weight:bold;
	color: #666666;
	height: 30px;
	width:285px;
	padding-left:34px;
	padding-top:14px;
}

.menu li a{
	color: #279fdb;
	display: block;
	padding-left:34px;
	padding-top:14px;
	height:30px;
	width: 285px;	
}

.menu li a:hover{
	color:#7b7b7b;
	background-image: url(images/menu_hover_img.gif);
	width: 285px;
	float:left;
	text-decoration:none;
}

.ilove{
	padding-left:34px;
	padding-top:40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	font-size:14px;
	color:#FF3366;
	float:left;
	width:auto;
}

.love {	
	float: right;
	height: auto;
	width:319px; 
	font-size:12px; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin-top: 10px;
}

.love li {
	float:left;
	display: block;
	width: 285px;
	padding-top:5px;
	padding-left:34px;
}

.love li a {
	color:#c2c2c2;
}

.love li a:hover {
	text-decoration:none; 
	color:#279fdb;
}

.smlline1{
	background-image: url(images/line_sml.jpg);
	background-repeat:no-repeat;
	background-position: 34px bottom;
	display:block;
	width:100px;
	height:20px;
}

/*** Left Column Content ends here ***/


#rightcolumn {
	width: 638px;
	float:left;
	margin: 0;
	margin-left:319px;
	position: absolute;
	background-color: #f5f5f5;
	left: 23px;
	top: 0px;
}
.content{
	padding-left:31px;
	padding-right:31px;
	margin-top:70px;
}

.welcometext{
	padding-top:50px;
	padding-bottom:25px;
	padding-left:25px;
	padding-right:25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style:	italic;
	line-height:24px;
	border-top:1px solid #e6e6e6;
}

.smlline{
	background-image: url(images/line_sml.jpg);
	background-repeat: no-repeat;
	background-position:bottom left;
	padding-bottom: 25px;
}

h2{
	border-bottom:1px solid #e6e6e6;
	padding-bottom: 5px;
	padding-top: 25px;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style:	italic;
}

.img{
	margin-top: 25px;
	margin-bottom:50px;
	padding:5px;
	padding-bottom:4px;
	background-color:#fff;
	border: 1px solid #ebebeb;
	width: 567px;
}



/*** works sub menu ***/


.subtitle{
	margin-bottom:50px;
	border-top:4px solid #e6e6e6;
	border-bottom:4px solid #e6e6e6;
	height:180px;
}

.subtitle1{
	margin-bottom:50px;
	border-top:4px solid #e6e6e6;
	border-bottom:4px solid #e6e6e6;
	height:180px;
}

.years{
	float:right;
	width: 200px;
	font-size:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
	letter-spacing:-2px;
	position:relative;
	margin-top:35px;
	margin-bottom:55px;
	color:#333;
}

.title_web{
	float:left;
	margin-top:60px;
}

.years li{
	border-bottom: 1px solid #e6e6e6;
	padding-top:5px;
	padding-bottom:8px;
}

.years li a{
	font-size:24px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	letter-spacing:-1px;
	color: #279fdb;
	text-decoration:none;
	font-weight:normal;
}

.years li a:hover{
	color: #7b7b7b;
	text-decoration:none;
}

.subtitle_logos{
	padding-top:50px;
	padding-right:25px;
	border-top:4px solid #e6e6e6;
	border-bottom:4px solid #e6e6e6;
	padding-bottom:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70px;
	font-weight: bold;
	color:#333;
	letter-spacing:-5px;
}

.subtitle_misc{
	padding-top:50px;
	padding-bottom:50px;
	padding-right:25px;
	border-top:4px solid #e6e6e6;
	border-bottom:4px solid #e6e6e6;
	margin-bottom:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70px;
	font-weight: bold;
	color:#333;
	letter-spacing:-5px;
}

.subtitle_web{
	font-family:Arial, Helvetica, sans-serif;
	font-size:70px;
	font-weight: bold;
	color:#333;
	letter-spacing:-5px;
	float:left;
	padding-top:50px;
	padding-bottom:50px;
}

#footer{
	background-color: #1d2021;
	width: 598px;
	padding-top:40px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:40px;
	display:inline;
	display:block;
}

.botemail{
	display:inline;
	float:left;
}

.top{
	float:right;
}

