@charset "utf-8"

html
	{
					background-color:#969696;
	}
body
	{
		background-color:#969696;
		color:#cccccc;
		
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		
		margin:0;
		padding:0;
	}
	.box{
		width:267px;
		height:200px;
		float:left;
		display:block;
	}
        .box2{
		width:254px;
		height:200px;
		float:left;
		display:block;
	}
	.boxmiddle{
		width:266px;
		height:200px;
		float:left;
                padding-top:0px;
		padding-right:0px;
		padding-left:0px;
		text-align:center;
	}
        .boxmiddle2{
		width:255px;
		height:200px;
		float:left;
                padding-top:0px;
		padding-right:0px;
		padding-left:0px;
		text-align:center;
        }
	.boxholder{
		width:800px;
	}
	.boxholder p
	{
		padding-top:65px;
		text-align:center;
	}
	.boxholder a, .boxholder a:link, .boxholder a:hover, .boxholder a:visited
	{
		color:#eeeeee;
	}
        .boxholder2{
	         width:763px;
	}
	.boxholder2 p
	{
		padding-top:65px;
		text-align:center;
	}
	.boxholder2 a, .boxholder2 a:link, .boxholder2 a:hover, .boxholder2 a:visited
	{
		color:#eeeeee;
	}

img
	{
		border:none;
	}

a:link
	{
		color:#333333;
		text-decoration:none;
		text-decoration:underline;
	}
	
a:hover
	{
		color:#777777;
		text-decoration:underline;
	}
a:visited
	{
		color:#333333;
	}
	
	h2
	{
                color:#666666;
	}
	
	h3
	{
		color:#666666;
	}
	
	.highlight
	{
		color:#FF0000;
		font-weight:bold;
	}
	.sunlist li
	{
		background:url(images/list_sun.jpg) no-repeat;
		background-position:left center;
		padding-top:5px;
		padding-bottom:5px;
		list-style:none;
		margin-left:-20px;
		padding-left:30px;
	}
	#headerfixed
	{

		height:210px;
		width:800px;
		margin-left:auto;
		margin-right:auto;
		/*position:fixed;
		z-index:1;
		top:0px;*/
	}
	#contentfixed
	{
			height:500px;
			overflow:auto;
			
	}
	#wrapper
		{
			width:800px;
		
			margin-left:auto;
			margin-right:auto;
			margin-top:0px;
		}
		#header
		{
			background-color:#ffffff;
			color:#969696;
			height:145px;
			width:800px;
		}
		#header h1
			{
				display:none;
			}
			#header_left
			{
				width:278px;
				height:145px;
				margin-left:2px;
				background:url(images/header_1.jpg) no-repeat left;
				float:left;
				display:inline;
			}
			#header_center
			{
				width:280px;
				height:145px;
				float:left;
				display:inline;
				padding-top:0px;
				padding-right:0px;
				padding-left:0px;
				text-align:center;
			}
			#header_right
			{
				width:240px;
				height:145px;
                                background:url(images/SunBelt3.jpg) no-repeat right;
				margin-right:0px;
				float:left;
				display:inline;
			}
		#navigation
		{
			width:800px;
			height:30px;
			clear:both;
			text-align:center;
			background:url(images/nav_bg.png) repeat-x left;
		}
			#navigation a
			{
				color:#ffffff;
				font-size:14px;
				font-weight:bold;
				text-decoration:none;
			}
			#navigation a:hover
			{
				color:#dddddd;
			}
			#navigation ul
			{
				list-style:none;
				padding:0px;
				margin:0px;
				padding-top:5px;
			}
				#navigation li
				{
					display:inline;
					padding:0px;
					margin:0px;
					margin-left:20px;
					margin-right:20px;	
				}
				
		#quick_links
		{
			width:800px;
			height:35px;
			clear:both;
			text-align:center;
			background:#ffffff;
			border-bottom:#cccccc solid 2px;
		}
			#quick_links a
			{
				color:#666666;
				font-size:12px;
				text-decoration:none;
			}
			#quick_links a:hover
			{
				color:#333333;
			}
			#quick_links ul
			{
				list-style:none;
				padding:0px;
				margin:0px;
			}
				#quick_links li
				{
					display:inline;
					padding:0px;
					margin:0px;
				}
		
		#content
		{
			background:#ffffff;
			color:#333333;
			width:763px;
			padding-top:20px;
			padding-bottom:20px;
			padding-left:10px;
			padding-right:10px;
			min-height:701px;
		}
			#content p
			{
				padding-left:5px;
			}
			#content p a
			{
				color:#333333;
				text-decoration:none;
				text-decoration:underline;
			}
	
			#content p a:hover
				{
					color:#7A8999;
					text-decoration:underline;
				}
	
		#footer
		{
			margin-left:auto;
			margin-right:auto;
			height:20px;
			width:770px;
		}
		
		#contact
		{
			margin-left:auto;
			margin-right:auto;
			padding-right:100px;
			margin-top:50px;
			width:375px;
			text-align:right;
		}
		#press
		{
		        padding-top:0px;
			margin-left:auto;
			margin-right:auto;
			margin-top:0px;
			width:Auto;
			text-align:center;
		}
		
		#homecontent
		{
			background:#ffffff;
			width:800px;
			margin-left:auto;
			margin-right:auto;	
			z-index:0;
	
			color:#eeeeee;
			font-size:18px;
			font-weight:bold;
		}

               #productcontent
		{
			background:#ffffff;
			width:763px;
			margin-left:auto;
			margin-right:auto;	
			z-index:0;
	
			color:#eeeeee;
			font-size:18px;
			font-weight:bold;
		}
