/* Corona Brushes, Inc. - CSS Document 
 * 10-16-06
 * New Items & Sizes Page 
 */
 
 
 
/* 
========================= 
	Basic Elements 
=========================
*/

body {
	margin: 0;
	padding: 0;
	background-color: #000;
	}
	
p {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	}
	
h1 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #C20000;
	}
	
h2 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	}
	
h3 {
	}
	
ul {
	}
	
li {
	}
	
/* 
=========================
	Links 
=========================
*/

a {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0;
	}

a:hover {
	color: #FF0000;
	}
	
	
/* 
========================= 	
	Classes
========================= 
*/

.outerwrap {
	margin: 0 auto;
	padding: 0;
	width: 796px;
	height: 1695px;
	}
	
.innerwrap {
	margin: 0;
	padding: 0;
	width: 672px;
	height: 1550px;
	background-color: #FFF;
	float: left;
	}
	
.header {
	margin: 0;
	padding: 0;
	width: 796px;
	height: 200px;
	background-color: #FDB913;
	text-align: center;
	}
	
	.header img {
		margin: 0;
		}
		
.lfsidebar {
	margin: 0;
	width: 62px;
	height: 1550px;
	background-color: #FFF;
	background-image:url(../images/leftbarbottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	}
	
	.lftopbar {
		margin: 0;
		width: 62px;
		height: 100px;
		background-image: url(../images/leftbartop.jpg);
		background-repeat: no-repeat;
		background-position: center;
	}
	
.rtsidebar {
	margin: 0;
	width: 62px;
	height: 1550px;
	background-color: #FFF;
	background-image:url(../images/rightbarbottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	}
	
	.rttopbar {
		margin: 0;
		width: 62px;
		height: 100px;
		background-image: url(../images/rightbartop.jpg);
		background-repeat: no-repeat;
		background-position: center;
	}
	
.itembox {
	margin-bottom: 25px;
	padding: 0;
	width: 335px;
	height: 350px;
	float: left;
	text-align: center;
	}

.imgbox {
	margin: 0 auto;
	width: 249px;
	height: 182px;
	}
	
	.imgbox img {
		margin: 0;
		text-align: center;
		border: 0;
		}
		
.textbox {
	margin: 0;
	width: 335px;
	height: auto;
	text-align: left;
	}
	
	.textbox h1 {
		margin: 15px 0 0 25px;
		text-align: left;
		}
		
	.textbox h2 {
		margin: 5px 0 0 30px;
		text-align: left;
		color: #333;
		font-style: italic;
		}
	
	.textbox p {
		margin: 5px 0 0 33px;
		padding-right: 30px;
		text-align: left;
		font-size: 12px;
		color: #303636;
		}
		
	.textbox a {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 20px;
		color: #C20000;
		}
	
	.textbox a:hover {
		color: #999;
		}
		
.footer {
	margin: 0;
	padding: 0;
	width: 796px;
	height: 75px;
	background-image:url(../images/footer02.jpg);
	clear: left;
	text-align: center;
	}
	
	.footer p {
		margin: 10px 0 0 0;
		color: #000;
		font-size: 10px;
		font-family: Arial, Helvetica, sans-serif;
		}
		
	.footer a {
		margin: 0;
		color: #000;
		font-size: 10px;
		text-decoration: none;		
		}
	
	.footer a:hover {
		color: #C20000;
		text-decoration: underline;
		}
		
	.footer li {
		list-style: none;
		display: inline;
		}
	
	
.whitespace {
	margin: 0;
	width: 672px;
	height: 40px;
	background-image: url(../images/extraslice_03.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}

.divider {
	float: left;
	}	

/* 
========================= 	
	Spans
========================= 
*/

.red {
	color: #C20000;
	}
	
.tmsizing {
	font-size: 10px;
	vertical-align: super;
	}





