/* CSS Document */

/* KMSSPA.COM STYLE SHEET. Confused? Contact Haris K. - hkajtazovic@thenailcogroup.com  */

/* Global style info. */
BODY {
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:12px; 
color:#000000; 
background-color: #D6D6D6;}

/* Smaller text size on some of the pages. */
.tiny {font-size:10px;}

/* Bigger text size on homepage - mission statement sentence. */
.mission {font-size:14px;}

H2 {
font-size:14px; 
color:#0099CC;}

/* Some headings, callouts on left. */
H3 {
font-size:12px; 
color:#0099CC;}

.customhead {font-size:14px; font-weight:bold; color:#FFAFBF;}

.highlight {color:#F597A6; font-weight:bold;}

A:LINK {text-decoration:none; color:#276F8F;}
A:VISITED {text-decoration:none; color:#276F8F;}
A:ACTIVE {text-decoration:none; color:#000000;}
A:HOVER {text-decoration:none; color:#663300;}


/* Cell/line between the left content and main content. */
.separator {
background-image:url(../i/lineback.gif); 
background-repeat:repeat-y; }


/* Gray container box is defined here. */
.upper {
background-image:url(../i/upperback.gif); 
background-repeat:repeat-x; 
background-position:top;}

.bottom {
background-image:url(../i/bottomback.gif); 
background-repeat:repeat-x; 
background-position:bottom;}

.left {
background-image:url(../i/leftback.gif); 
background-repeat:repeat-y; 
background-position:left;}

.right {
background-image:url(../i/rightback.gif); 
background-repeat:repeat-y; 
background-position:right;}


li {list-style-image:url(../i/li-triangle.gif);}
