/*
----------------------------------------------
Stylsheet for: professional.schlage.com
Stylesheet Author: Jeremy Margaritondo
Date Created: 2/6/2006
----------------------------------------------
*/



/*---------------------------------------------- 
Global Styles 
----------------------------------------------*/

body {
	margin: 0 0 0 0;
	background: #8AB0D5;
}

body,p,br,td,li {
	font-family: verdana,arial,helvetica;
	font-size: 10px;
	color: #333333;
}

/* Default form styles */
input {
	font-family: verdana,arial,helvetica;
	font-size: 11px;
}

select,option {
	font-family: verdana,arial,helvetica;
	font-size: 11px;
}

/* Default text link style */

a:link,a:active,a:visited,a:hover {
	color: #6699CC;
}


/*---------------------------------------------- 
Header Classes
----------------------------------------------*/
/* Section Headers */
.hdrSections {
	font-family: verdana,arial,helvetica;
	font-size: 18px;
	color: #8AB0D5;
	font-weight:bold;
}

/* Page Sub Headers */
.hdrSub {
	font-size: 15px;
	font-weight:bold;
}

/* Home Page Header */
.hdrHome {
	font-family: arial;
	font-size: 20px;
	color: #333333;	
}

/* Home Page Product Header */
.hdrHomeProd {
	font-family: arial;
	font-size: 10px;
	color: #333333;
	font-weight: bold;	
}


/*---------------------------------------------- 
Left Navigation Classes
----------------------------------------------*/

a.lnkNavOn:link,a.lnkNavOn:active,a.lnkNavOn:hover,a.lnkNavOn:visited {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;	
}

a.lnkNavOff:link,a.lnkNavOff:active,a.lnkNavOff:hover,a.lnkNavOff:visited {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;	
}

a.lnkNavSmlOff:link,a.lnkNavSmlOff:active,a.lnkNavSmlOff:hover,a.lnkNavSmlOff:visited {
	font-family: Arial;
	font-size: 9px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

/*---------------------------------------------- 
Text Style Classes
----------------------------------------------*/
.txtHomeBox {
	color: 256278;
}

.txtHomeTagline {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

.txtFooter {
	color: #ffffff;
}


/*---------------------------------------------- 
Link Style Classes
----------------------------------------------*/

a.lnkFooter:link,a.lnkFooter:active,a.lnkFooter:hover,a.lnkFooter:visited {
	color: #ffffff;
	text-decoration: none;
}

/*---------------------------------------------- 
Override old site classes
----------------------------------------------*/

.bigbold {
	font-size: 12px;
	font-weight: bold;
}

.smallbold {	
	font-weight: bold;
}



