/*  ///////////////  */
/*  PRODUCT SITE STYLE SHEET  */
/*  ///////////////  */

body {
	height:100%;
	/*background: #ECECEC url(../images/back_slice.png) repeat-y center top;*/
	margin: 0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

html {
	min-height: 100.05%;
	height: 100%;
}


#holder {
	margin: 0 auto;		
	width: 701px;
	text-align: left;
	position: relative;
	min-height: 100%;
}

* html #holder {
	height: 100%;
}

#supernav {
	display:none;
}


#header {
	 display:none;
	}
	
#photobanner { display:none; }

#breadcrumb {
	display:none;
}
#content {
	padding: 20px 10px 50px 10px;
	/*background: url(../../images/cap.png) repeat-x center top;*/
}
#col_left {
	display:none;
}
#col_bigright {
	float:left;
	width: 90%;
}
#col_bigright h1 {
	font-size: 21px;
}
#col_bigright h2 {
	font-size: 16px;
}
#col_center {
	float: left;
}
#col_center li {
	margin-left: 20px;
}
#col_bigright li {
	margin-left: 20px;
}
#col_right {
	float: right;
	padding: 0 10px 0 10px;
	width: 155px;
}
.roundybox {
	display:none;
}

h3 {
	font-size: 14px;
}
h3 a {
	color: #990000;
}


#footer {
	display:none;
	}
.prop {
    height:389px;
    float:right;
    width:1px;
}
.base {
	height: 1px;
	clear: both;
	overflow: hidden;
	/*width: 100%;*/
	}
	
/* Fonts */
	
h1 {
	/*font-size:136%;*/
	font-size: 21px;
	font-weight: bold;
	color: #654F1C;
}

h2 {
	/*font-size:122%;*/
	font-size: 16px;
	margin: 0 0 10px 0;
	color: #654F1C;
	font-weight: bold;
}

h3 {
	/*font-size:16pt;*/
	font-size: 13px;
	font-weight: bold;
	color: #654F1C;
}

h4 {
	font-size:107%;
	color: #999999;
	font-weight: bold;
}

p {
	margin: 0 0 10px 0;
}

a {
	color:#654F1C;
	text-decoration: none;
}

a:visited {
	color: #654F1C;
	text-decoration: none;
}

a:hover {
	color: #654F1C;
	text-decoration: underline;
}

a:active {
	color: #654F1C;
	text-decoration: underline;
}
a.topper {
	color: #fff;
}	
.pad10 {
	padding: 0 10px 0 10px;
}
quote {
	color: #654F1C;
	font-style:italic;
	margin: 0px 30px 0px 30px;
}
.inline {
		display: inline;
		list-style: none;
}
strong {
	font-weight: bold;
	}
em {
	font-style:italic;
}
em.e {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

