/*
*	all elements
*/
html *
{
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, "Helvetica", Trebuchet, sans-serif;
	font-size: 1.0em;
	color: #FFF;
	line-height: 1.5;
}

body
{
	font-size: 0.8em;
}

a
{
	color: #CAD7DD;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	color: #FFF;
	font-size: 4.3em;
	padding-bottom: 5px;
	margin: 10px 0;
}

h2
{
	color: #FFF;
	font-size: 1.8em;
	padding-bottom: 5px;
	margin: 10px 0;
}

h3
{
	color: #FFF;
	font-size: 1.3em;
	padding-bottom: 5px;
	margin: 10px 0;
}

hr
{
	margin: 15px 0 15px 0;
	color: #4D4D4D;
	height: 1px;
}

p
{
	padding: 0 0 10px 0;
}

ul,
ol
{
	padding: 0 10px 5px 30px;
}

img
{
	border: 0;
	display: block;
}

.img-lft
{
	float: left;
	padding: 0 15px 15px 0;
}

.img-rgt
{
	float: right;
	padding: 0 0 15px 15px;
}

.error
{
	color: #fff;
}

.skip-to-content
{
	display: none;
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-table; min height: 10px;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#top-header
{
	position: relative;
	background: #4D4D4D;
	padding: 5px 0 4px 0;
}

	#top-header #nav
	{
		width: 1024px;
		margin: 0 auto;
	}
	
		#top-header #nav #left
		{
			float: left;
			width: 520px;
		}

			#top-header #nav #left ul
			{
				margin: 0;
				list-style: none;
				font-size: 1.1em;
			}
	
				#top-header #nav #left ul li
				{
					display: inline;
					margin: 0;
					padding: 0;
				}
	
					#top-header #nav #left ul li a
					{
						display: inline;
						color: #FFF;
						padding: 0 5px;
					}
	
					#nav #left ul li a:hover,
					#nav #left ul li.hi a
					{
						text-decoration: none;
						color: #CAD7DD;
						padding: 0 5px;
					}
					
					#top-header #nav #left ul li.first a
					{
						display: inline;
						color: #FFF;
						padding-right: 5px;
					}
	
					#nav #left ul li.first a:hover
					{
						text-decoration: none;
						color: #CAD7DD;
						padding-right: 5px;
					}
				
		
		#top-header #nav #right
		{
			float: right;
			width: 240px;
		}
		
			#top-header #nav #right ul
			{
				float: right;
				margin: 0;
				list-style: none;
				font-size: 1.1em;
			}
	
				#top-header #nav #right ul li
				{
					display: inline;
				}
	
					#top-header #nav #right ul li a
					{
						display: inline;
						color: #FFF;
					}
	
					#nav #right ul li a:hover,
					#nav #right ul li.hi a
					{
						text-decoration: none;
						color: #CAD7DD;
					}
		
	
#header
{
	position: relative;
	background: url(/images/bg_header_main.png) repeat top left;
	padding: 0;
}

	#header #inside
	{
		width: 1024px;
		margin: 0 auto;
		background: url(/images/bg_header.png) repeat-y top left;
	}
	
		#header #inside #logo
		{
			padding: 30px 0 0 45px;
			float: left;
			width: 400px;
		}
		
		#header #inside #title
		{
			padding: 30px 50px 30px 0;
			float: right;
			width: 395px;
			background: url(/images/bg_bulb.png) no-repeat bottom right;
		}
	
	
#wrapper
{
	height: auto !important;
	padding: 0 20px;
	background: url(/images/bg.png) repeat top left;
}

	#wrapper #container
	{
		width: 1024px;
		margin: 0 auto;
		background: url(/images/bg_main.png) repeat-y top left;
	}

		#wrapper #container #lft
		{
			width: 575px;
			margin: 30px 0;
			padding-left: 10px;
			float: left;
		}
		
			#wrapper #container #lft #box-1
			{
				padding-bottom: 20px;
			}
			
				#wrapper #container #lft #box-1 .content
				{
					float: left;
				}
				
				#wrapper #container #lft #box-1 .lft
				{
					float: left;
					width: 330px;
				}
				
				#wrapper #container #lft #box-1 .rgt
				{
					float: right;
					width: 210px;
				}

		#wrapper #container #rgt
		{
			width: 250px;
			padding-right: 10px;
			float: right;
			margin: 30px 0;
		}
		
			#wrapper #container #rgt #box-2
				{
					padding-bottom: 20px;
				}

#footer
{
	background: url(/images/bg_footer.png) repeat;
}

	#footer #inner
	{
		width: 1024px;
		margin: 0 auto;
		background: url(/images/bg_footer_inner.png) repeat-y top left;
		color: #414243;
	}
	
		#footer #inner #contact,
		#footer #inner #links
		{
			float: left;
			width: 340px;
			padding: 20px 20px 0 0;
		}
		
		#footer #inner #links
		{
			text-align: center;
		}
		
		#footer #inner #links a
		{
			color: #414243;
		}
		
		#footer #inner #links a:hover
		{
			color: #CAD7DD;
		}
		
		#footer #inner #info
		{
			float: right;
			width: 340px;
			padding: 20px 20px 0 0;
		}

