@charset "UTF-8";
/* Plaskolite home stylesheet | 2008 ============================================ */


/* containers ------------------------------------------------------------------- */

#container {
	border-left:25px solid #c00;
	border-right:25px solid #c00;
	border-bottom:25px solid #c00;
	background-color:#fff;
}

#banner {
	background-image:url(../images/home/homephoto2.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	background-color:#999;
	height:358px;
	padding:0 0 0 103px;
}

#banner #logos {
	position:relative;
	top:210px;
	right:0px;
	margin:0 0 0 689px;
	height:54px;
	width:161px;
}

#search {
	float:right;
	width:250px;
	margin:60px 10px 0 0;
	padding:0;
}

#content {
	margin:20px 0 0 360px;
	width:530px;
}

	#content #news {
	}

#footer {
	margin:0 0 0 0;
	padding:0;
	width:240px;
	float:left;
}

	#footer #movie {
		margin:23px 0 0 102px;
		padding:0;
	}

.clear {
	clear:both;
}

/* navigation ------------------------------------------------------------------- */

#nav {
	margin:0;
	padding:0;
	position:relative;
	top:195px;
	width:227px;
	background-color:#fff;
}
	
	#nav dl {
		margin:0;
		padding:0;
		width:227px;
	}
	
		#nav dl dt {
			margin:0;
			padding:0;
			float:left;
			width:114px;
		}
		
		#nav dl dd {
			margin:0;
			padding:0;
			float:left;
		}
		
		#nav a:link, #nav a:visited {
			display:block;
			height:50px;
			width:113px;
			overflow:hidden;
			text-indent:-999em;
		}
		
		#nav a#acrylic {
			background-image:url(../images/home/nav/acrylic.gif);
			background-repeat:no-repeat;
		}
		
		#nav a#resource {
			background-image:url(../images/home/nav/resource.gif);
			background-repeat:no-repeat;
		}
		
		#nav a#products {
			background-image:url(../images/home/nav/products.gif);
			background-repeat:no-repeat;
		}
		
		#nav a#custom {
			background-image:url(../images/home/nav/custom.gif);
			background-repeat:no-repeat;
		}
		
		#nav a#how {
			background-image:url(../images/home/nav/how.gif);
			background-repeat:no-repeat;
		}
		
		#nav a#about {
			background-image:url(../images/home/nav/about.gif);
			background-repeat:no-repeat;
		}
		
		#nav a:hover, #nav a.on {
			background-position:0 -50px;
		}
		
	
#nav2home {
	margin:0;
	padding:0;
	position:relative;
	top:0 !important;
	left:103px;
	width:226px;
	min-height:60px;
}

	#nav2home ul {
		margin:0 0 15px 0;
		padding:10px 0;
		background-color:#693;
	}
	
	#nav2home ul li {
		text-indent:20px;
		list-style:none;
		font-size:small;
		margin:1px;
		padding:0;
	}
	
	#nav2home ul li a:link, #nav2home ul li a:visited {
		color:#fff;
		text-decoration:none;
		display:block;
		padding:2px 0;
		line-height:100%;
	}
	
	#nav2home ul li a:hover {
		background-color:#363;
	}
		


/* text ------------------------------------------------------------------------- */

#banner h1 {
	margin:0;
	padding:0;
	display:none;
}
	
h2.home {
	color:#fff;
	font-weight:normal;
	font-size:x-large;
	text-align:left;
	width:550px;
	margin:0;
	line-height:100%;
}

#news h3 {
	margin:0 0 10px 0;
	color:#fff;
}

#news p {
	margin:0;
	color:#888;
}

#news hr {
	margin:20px 0;
}

#news .newsimg {
	padding:0;
	margin:0 20px 40px 0;
}

#footer dl {
	margin-top:4em;
}

	#footer dt, #footer dd {
		color:#333;
	}

/* links ------------------------------------------------------------------------ */

#news a:link, #news a:visited {
	color:#036;
	text-decoration:underline;
}

#news a:hover {
	color:#333;
	text-decoration:none;
}

#footer dl dt a:hover {
	color:#036;
	text-decoration:underline;
}



