/* 
	------------------------
	Superior Kitchens
	Created: 18 September 2006
	------------------------
 */
 
/* typography 
-------------- */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#666666;
}

h1, h2, h3{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h1{
	color:#006600;
	font-size:160%;
	margin:0.3em 0 .5em 0;
}
h2{
	font-size:120%;	
	color:#006600;
	font-weight:bold;
	margin:1.5em 0 0em 0;
}

h3{
	font-size:110%;	
	font-weight:bold;
	color:#006600;
	margin:1em 0 1em 0;
}
p{
	font-size:85%;
	margin:1em 0 1em 0;
	line-height:1.5em;
}

a{
	color:#006600;		
	text-decoration:none;
}
a:hover{
	color:#003300;
	text-decoration:underline;
	
}

ul     
{
	line-height:1.1em;
	display: block;
	margin: 0.5em 0;
	padding: 0 0 0 30px;
	/*border: dotted thin green;*/
	list-style-type:square;
}
li      
{
	display: list-item;
	margin: 0;
	padding: 2px 0px 4px 0px;
	line-height:1.3em;
	font-size:90%;
	/*border: dotted thin red;*/
}
.large{
	color:#649AB7;
	font-size:110%;
}
.small{
	font-size:85%;
}
