/* CSS Document */
/* 	TWWI main
	Last updated on June 07, 2007
	Created & Updated by Thananjeyan
*/

/* 	===================================================================================================
												BODY
===================================================================================================  */

BODY {
	margin: 0px;
	padding: 0px;
	background-color:#272b36;
	font-family:"Trebuchet MS", Verdana, Arial;
}

/* 	===================================================================================================
												Links
===================================================================================================  */

a
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	color:#999999;
	text-decoration:none;

}

a:hover
{
	color: #FFFFFF;
	text-decoration:none;
}

.menu-home a
{
	font-size: 12px;
	color:#499fff;
	text-decoration:none;
	padding-right:10px;

}

.menu-home a:hover
{
	color:#ffffff;
	text-decoration:none;
}

.top-links
{
	font-size:12px;
	color:#CCCCCC;
}

.top-links a
{
	font-size:11px;
	color:#499fff;
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;
}

.top-links a:hover
{
	color:#FFFFFF;
	text-decoration:none;
}

.scroll-txt a
{
	font-size: 12px;
	color: #999999;
	text-transform:uppercase;
}
.scroll-txt a:hover
{
	font-size: 12px;
	color: #FFFFFF;
	text-transform:uppercase;
}
.scroll-txt STRONG
{
	font-size: 12px;
	color: #499fff;
	text-transform:uppercase;
}

.menu
{
	font-size: 12px;
	color: #ffffff;
	padding: 0px 0px 0px 0px;
}

.menu-active
{
	font-size: 12px;
	color: #ffffff;
	padding: 0px 20px 0px 0px;
}

.menu a
{
	font-size: 12px;
	color: #8b8bd8;
	padding: 0px 20px 0px 0px;
}

.menu a:hover
{
	color: #ffffff;
}

.content a
{
	font-size: 12px;
	color: #4766b7;
}

.content a:hover
{
	color: #000000;
	text-decoration:none;
}


/* 	===================================================================================================
												Paragraghs
===================================================================================================  */

.content
{
	padding:0px 0px 0px 0px;
	margin:0px;
}

.content P
{
	font-size:12px;
	color:#666666;
	line-height:16px;
	padding: 0px 10px 10px 0px;
	margin:0px;
	text-align: justify;
}

.question
{
	font-size:12px;
	color:#4766b7;
	line-height:16px;
	padding: 0px 10px 10px 0px;
	margin:0px;
	font-weight:bold;
}

.content H3
{
	font-size:14px;
	color:#4766b7;
	font-weight:normal;
	line-height:16px;
	padding: 10px 10px 10px 0px;
	margin:0px;
}

.content H4
{
	font-size:12px;
	color:#4766b7;
	font-weight:normal;
	line-height:16px;
	padding: 0px;
	margin:0px;
	text-transform:uppercase;
}

.content H6
{
	font-size:12px;
	color:#000000;
	font-weight:normal;
	line-height:16px;
	padding: 0px 0px 0px 0px;
	margin:0px;
}

.content UL,LI
{
	font-size:12px;
	color:#666666;
	font-weight:normal;
	line-height:20px;
	padding: 0px 0px 0px 10px;
	margin:0px;
	list-style-position: inside;
	list-style-type: square;
}

H1
{
	font-size:16px;
	color:#666666;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: normal;
	text-decoration:none;
	line-height:18px;
	padding:0px;
	margin:0px;
}

H2
{
	font-size:13px;
	color:#aaaaaa;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: normal;
	text-decoration:none;
	line-height:18px;
	padding:0px;
	margin:0px;
}

.line1
	{
	margin:0px;
	padding:0px;
	}
	
.content HR
{
	color:#999999;
	border:thin dotted;
	line-height:16px;
	padding: 0px 0px 0px 0px;
	margin:0px;
}

/* 	===================================================================================================
											Background Images
===================================================================================================  */

.background-home-line
{
	background:url(../twwi-images/background-home-line.gif) repeat-x;
	
}

.background-scroll
{
	background:url(../twwi-images/background-scroll.gif) center repeat-y;
	height:250px;
	
}


/* 	===================================================================================================
												Divs
===================================================================================================  */

#thumb-container
{
	width:260px;
	position:relative;
	float:left;
	left:0px;
}

#thumb-images
{
	width:260px;
	height:370px;
	z-index:2;
	position:absolute;
	float:left;
}

#big-image-holder
{
	width:260px;
	height:370px;
	z-index:3;
	position:absolute;
	float:left;
	visibility:hidden;
}

#big-image-corner
{
	width:260px;
	height:370px;
	z-index:3;
	position:absolute;
	float:left;
}

#big-image
{
	width:260px;
	height:370px;
	z-index:2;
	position:absolute;
	float:left;
}

#content-container
{
	width:500px;
	height:260px;
	position:absolute;
	overflow:hidden;
	padding: 0px 0px 0px 0px;
}

#contents
{
	width:500px;
	position:absolute;
	margin: 0px 0px 0px 0px;

}

#p1
{
	width:500px;
}

#scroll-bar-area
{
	width:7px;
	height:250px;
	float:left;
	position:relative;

}

#scroll-bar
{
	width:11px;
	height:11px;
	position:relative;
	margin:0px;
	padding:0px;
	float:left;
}

/* 	===================================================================================================
											Footer
===================================================================================================  */

.footer-text
{
	font-size:10px;
	color:#999999;
	padding-right:50px;
}

.footer-text a
{
	font-size:11px;
	color:#999999;
	padding-right:50px;
}

.footer-text a:hover
{
	color:#ffffff;
}


/* 	===================================================================================================
											Form Elements
===================================================================================================  */

.input-txt-search
{
	width:120px;
	height:16px;
	line-height:14px;
	border:none;
	background-color:#FFFFFF;;
	font-size:11px;
	color:#666666;
	padding: 0px 0px 0px 2px;
	margin:0px;
}

.button-search
{
	height:17px;
	background:url(../twwi-images/background-button.gif) repeat-x;
	margin:0px;
	padding:0px;
	border:none;
	color:#FFFFFF;
	font-size:11px;
	cursor:pointer;
}
