/*  
Theme Name: ClickTouch
Description: 
Version: 1.0
Author: Advance Logics, Bangalore
Author URL: http://www.advancelogics.com
*/

/************* Page settings ******************/
*{
margin:0px;
padding:0px;
list-style-type:none;
font-size:11px;
}
body{
margin:50px 0px 0px 0px;
font-family:tahoma, arial, verdana, microsoft sans serif, geneva, helvetica;
font-size:10px;
}
p{
margin-top:10px;
}
input{
border:solid 1px #93a782;
font-size:11px;
color:#333333;
padding:2px 0px 2px 5px;
}
a:link, a:visited {
text-decoration:none;
color:#000000;
font-size:11px;
line-height:18px;
}
a img {
border: none; 
}
a:hover{
text-decoration:underline;
color:#999999;
}

h1{
font-size:15px;
padding-bottom:7px;
color:#000000;
}
h2{
font-size:13px;
padding-bottom:8px;
}
h3{
font-size:11px;
padding-bottom:5px;
}


/************* Page settings Ends ******************/

/************* Selctors***************/
a.liv:link, a.liv:visited {
	font-weight:bold;
	color:#0086ce;
	text-decoration:none;
	font-size:11px;
	line-height:14px;
}
a.liv:hover {
	color:#000000;
}
a.bak:link, a.bak:visited {
	font-weight:bold;
	color:#000000;
	font-size:11px;
	line-height:18px;
}
a.bak:hover {
	color:#000099;
}
a.ah2:link, a.ah2:visited {
	font-size:11px;
	line-height:18px;
	color:#FFFFFF;
}
a.ah2:hover {
	color:#ffffff;
}
a.bot:link, a.bot:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	line-height:14px;
}
a.bot:hover {
	color:#CCCCCC;
}
/**************Selectors ends ***********/


/**************Body Starts***********/
#maincontainer{
width:533px;
margin-left:auto;
margin-right:auto;
background:#FFFFFF;
height:100%;
}

/************* Header ******************/
#header{
height:104px;
}
#content{
	background-image:url(images/h-bg.gif);
	background-repeat:repeat-y;
	padding:15px 0px 15px 17px;
	float:left;
	width:533px;
}
#content img{
padding-right:12px;
padding-bottom:15px;
float:left;
}
#adr{
float:right;
width:260px;
}
#lin{
width:90%;
}
#copyright{
background-image:url(images/h-bg-c.gif);
color:#FFFFFF;
padding:10px 0px 10px 15px;
float:left;
width:518px;
}
#botm{
width:533px;
}

