/*
Theme Name: Silverlion
Theme URI: http://silverlionstudios.com/
Description: Theme designed for Silverlion Studios
Author: Jonathan Drain
Author URI: http://d20.jonnydigital.com/
Version: 2008.05
.
.
*/

*
{
	margin: 0;
	padding: 0;
}

a img 
{
	border: none;
}

hr
{
	display: none;
}

body
{
	background: url(img/background.png) #FFFFFF repeat-x;
	
	font-family: "Arial", "Verdana", "Luxi Sans", "Bitstream Vera Sans", "Helvetica", "Topaz", sans-serif;
}

#heading h1
{
	width: 900px;
	height: 146px;
	
	background: url(img/title.png) no-repeat;
	overflow: hidden;

	/*behavior: url(img/iepngfix.htc);*/
}

* html #heading h1
{
	background: url(img/title256.png) no-repeat;
}

	#heading h1 a
	{
		display: block;

		width: 900px;
		height: 146px;
		
		overflow: hidden;
	}
	
	#heading h1 a span
	{
		display: block;
		
		width: 900px;
		height: 146px;
		
		overflow: hidden;
	}
	
#heading h2
{
	display: none;
}
	

#wrapper
{
	width: 900px;
	margin: 0 auto;

	overflow: hidden;
}

#promotion
{
	width: 575px;
	float: left;
}

	#promotion .padding
	{
		padding: 29px 50px 0 0;
	}
	
	#promotion h2
	{
		text-transform: uppercase;
		padding-bottom: 6px;
	}
	
	#promotion h2.welcome
	{
		text-transform: none;
	}
	
	#promotion h3
	{
		font-family: "Georgia", "Garamond", "Times New Roman", serif;
		font-size: 1.3em;
		line-height: 1.3em;
		font-weight: normal;
		
		color: #8A4117; /* Sienna */
		
		padding-bottom: 4px;
	}

		#promotion h3 a
		{
				color: #8A4117;
				text-decoration: none;
		}
	
	#promotion p
	{
		line-height: 140%;
		font-size: 0.87em;
		padding: 0 0 1em 0;
	}

#support
{
	width: 325px;
	float: left;
}

	#support .padding
	{
		padding: 29px 0 0 0;
	}
	
	#support h3
	{
		font-family: "Georgia", "Garamond", "Times New Roman", serif;
		font-size: 1.3em;
		line-height: 1.3em;
		font-weight: normal;
		
		color: #566D7E; /* Light sky blue */
	}
	
	#support p
	{
		line-height: 140%;
		font-size: 0.87em;
		padding: 0 0 1em 0;
	}
	
	#support ul
	{
		list-style: none;
		padding: 0 0 1em 0;
	}
	
	#support ul li
	{
		list-style: none;
		
		line-height: 140%;
		font-size: 0.87em;
		padding: 0 0 1em 0;
	}
	
	#support ul.downloads li
	{
		background: url(img/disk.png) transparent no-repeat;
		/*behavior: url(iepngfix.htc);*/
		padding: 8px 0 0 36px;
	}

	* html #support ul.downloads li
	{
		background: url(img/disk256.png) transparent no-repeat;
	}
	
	#products
	{
		margin-bottom: 1em;
	}
	
	#products h3
	{
		text-transform: uppercase;
		color: black;
	}

#footer
{
	clear: left;
	
	padding: 16px 0 32px 0;
}

	#footer p.home
	{
		font-weight: bold;
		line-height: 200%;
	}
	
	#footer p.copyright
	{
		color: #566D7E;
		font-size: 0.78em;
		text-align: center;
		
		padding: 16px 0 16px 0;
	}
	
		#footer p.copyright a
		{
			color: #566D7E;
		}

body a:link
{
	color: #000099;
}

body a:visited
{
	color: #990099;
}
