/*
*		JoomSpirit CSS file for typo
*
*/



body {
font-family: "Trebuchet MS",Verdana,"Lucida Grande",Tahoma,Helvetica,Sans-Serif;
color:#000;
} 



p {
margin: 8px 0;
}



h1, h2, h3, h4 {
font-family: "Trebuchet MS",Verdana,"Lucida Grande",Tahoma,Helvetica,Sans-Serif;
text-decoration: none;
text-transform:capitalize;
font-weight:bold;
margin:8px 0 8px 0;
}

h1 {
font-size:150%;
}

h2 {
font-size:130%;
}

h3 {
font-size:115%;
}

h4 {
font-size:110%
}

i, cite, em, var, dfn {     
font-style: italic; 
} 

u {     
text-decoration: underline; 
}

/*
*	TOP SITE
*/

#headertitle h2 {
text-align:center;
font-family: Times New Roman, Verdana;
font-size: 34px;
line-height: 34px;
text-transform: uppercase;
letter-spacing: 27px;
word-spacing: 20px;
font-weight: normal;
margin:0;
}



#headertitle h2 a{
color:#000;
}



#headertitle h2 a:hover {
text-decoration:none;
}

/**				LINK		**/

a
{
text-decoration : none;
}

a:hover {
text-decoration : underline;
}

a:active, a:focus {
outline:none;
}

/*	List  */

ul.normal, ul.check {
margin-left:10px;
margin-top:22px;
padding-left:0;
}

.normal li, .check li {
background: url(../images/list_normal.gif) 0 0px no-repeat;
padding-left: 24px;
list-style:none;
margin:16px 0;
}

.check li {
background: url(../images/list_check.gif) 0 0px no-repeat;
}

/*
*	Quotation
*/

blockquote.grey, blockquote.black {
margin: 10px 30px 10px 30px;
padding: 10px 35px 10px 35px;
border: none;
background: url(../images/quote_grey.gif) 0 5px no-repeat;
text-align:justify;
font-style:italic;
font-size:105%;
}

blockquote.black {
background: url(../images/quote_black.gif) 0 5px no-repeat;
}

blockquote.grey p, blockquote.black p {
margin: 0px -35px -10px 0px;
padding: 0px 35px 10px 0px;
background: url(../images/quote_grey_end.gif) 100%  no-repeat;
}

blockquote.black p {
background: url(../images/quote_black_end.gif) 100%  no-repeat;
}

/**  DIV Info  **/

.info {
line-height:25px;
padding-left:30px;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
background: #eee url(../images/logo_info.gif) 4px 3px no-repeat;
margin: 10px 0;
}

/** 	TOOL TIPS		**/

.tool-tip {
color: #666;
width: 139px;
z-index: 13000;
}
 
.tool-title {
font-weight: bold;
font-size: 115%;
margin: 0;
padding: 8px 8px 4px;
background: transparent url(../images/bubble2.png) top left no-repeat;
}
 
.tool-text {
font-size: 100%;
padding: 4px 8px 8px;
background: transparent url(../images/bubble2.png) bottom right no-repeat;
}

/**		FOOTER		**/

#footer {
color: #eee;
font-size:90%;
}
