/*
Rothsay / rothsay.com
July 2009
Typography CSS
*/

* {
	outline: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, dt, ol, p, ul {
	margin: 0 0 1em;
	padding: 0;
}

button, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
}

/*
----------------------------------
General Typography
----------------------------------
*/

a {
	border: 0;
	padding: 0;
	/*font-weight: bold;*/
}

	a:link,
	a:visited {
		text-decoration: underline;
		color: #00703C;
	}
	
	a:hover {
		text-decoration: underline;
		color: #241D20;
	}
	
	a img {
		border: 0;
	}



h1 {
	background: url(../img/rothsay-logo.png) no-repeat 0 0;
	width: 139px;
	height: 132px;
	text-indent: -999em;
	position: relative;
	top: 2px;
	left: 25px;
	display: none;
}

	h1 a {
		border: 0 !important;
		display: block;
		width: 100%;
		height: 100%;
	}

h2 {
	color: #00703C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
}

	h2 span {
		color: #241D20;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 1.4em;
	font-weight: normal;
}

h4 {
	color: #00703C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 5px;
}


p {
	color: #555555;
	font-size: 1.2em;
	line-height: 1.8em;
}

	p strong {
		color: #00703C;
	}

.subheader {
	color: #00703C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
}


/*
----------------------------------
Main Navigation
----------------------------------
*/



#mainnav, #mainnav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 30px;
	height: 30px;
}

#mainnav a {
	text-decoration: none!important;
	border: 0;
	display: block;
	width: 110px;
	height: 30px;
	color: #FFFFFF;
	font-size: 1.1em;
	text-align: center;
	letter-spacing: -0.5px;
}

#mainnav li {
	float: left;
	padding: 0;
	width: 110px;
	background-color: #0F4989;
}

#mainnav li ul {
	position: absolute;
	left: -999em;
	background-color: #FFFFFF;
	width: 300px;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0;
}

#mainnav li li {
	padding: 0 0 0 10px;
	width: 300px;
	background-color: #FFFFFF;
	font-size: 1.0em;
	height: 25px;
}

#mainnav li ul a {
	width: 300px;
	color: #3374B0;
	text-align: left;
	height: 25px;
}

#mainnav li li:hover a, #mainnav li li.sfhover a {
	background: #FFFFFF;
	color: #241D20;
}

#mainnav li:hover a, #mainnav li.sfhover a {
	background: #FFFFFF;
	color: #3374B0;
}

#mainnav li:hover ul, #mainnav li.sfhover ul {
	left: auto;
}

.nav-spacer {
		background-color: transparent!important;
		width: 1px!important;
	}
	
.nav-bg {
		background: url(../img/mainnav-bg.png) no-repeat 0 0;!important;
		background-color: transparent!important; 
		width: 183px!important;
	}


/*
----------------------------------
Sub Navigation
----------------------------------
*/



#subnav {
	background: #0A4182 url(../img/) no-repeat 0 0;
	width: 290px;
	height: 150px;
	padding: 30px 0 0 30px;
}


	#subnav ul {
		list-style: none;
	}
	
	#subnav li {
		font-size: 1.1em;
		line-height: 1.0em;
		margin-bottom: 0.55em;
	}

	#subnav li a:link,
	#subnav li a:visited {
		text-decoration: none!important;
		color: #A3B7CF;
	}
	
	#subnav li a:hover {
		text-decoration: none!important;
		color: #FFFFFF;
	}
	
	.selected {
		border-bottom: 1px solid #FFFFFF;
		color: #FFFFFF;
	}



/*
----------------------------------
Product Navigation
----------------------------------
*/


.productnav {
	background: #FFFFFF url(../img/) no-repeat 0 0;
	width: 260px;
	height: 150px;
	padding: 30px 30px 0 30px;
	float: left;
}

	.productnav ul {
		list-style: none;
	}
	
	.productnav li {
		font-size: 1.1em;
		line-height: 1.0em;
		margin-bottom: 0.55em;
	}

	.productnav li a:link,
	.productnav li a:visited {
		text-decoration: none!important;
		color: #3374B0;
	}
	
	.productnav li a:hover {
		text-decoration: none!important;
		color: #241D20;
	}

	#productnav-img {
		background: url(../img/) no-repeat 0 0;
		width: 320px;
		height: 180px;
		float: left;
	}
	


/*
----------------------------------
Blocks
----------------------------------
*/

.fright {
	float: right;
	margin: 0;
}

.fleft {
	float: left;
	margin: 0;
}

.hidden {
	display: none;
}

