/*  ///////////////  */
/*  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: 700px;
	text-align: left;
	position: relative;
	min-height: 100%;
}

* html #holder {
	height: 100%;
}

#supernav {
	height:20px;
	line-height: 20px;
	text-align:right;
	font-size: 10px;
	color: #CCCCCC;
	/*background-color: #8C99B7;*/
	/*background-image: url(../images/super_nav.png);*/
	background: #555757;
}

#supernav ul {
	 padding-bottom: 0;
	 margin-bottom:0;
	 }
#supernav a { color: #fff; }
#supernav a:visited { color: #fff; }
#header {
	background: #2a2a2a url(../images/header_back.png) no-repeat;
	width: 700px;
	height: 80px;
	vertical-align: bottom;
}

	#header h1 {
		font: 1px;
		color: #0B1F5B; 
		text-indent: 20px;
		width:350px;
		height:95px;
		cursor: pointer;
	}
#breadcrumb {
	height: 20px;
	text-transform:none;
}

#breadcrumb a {
	font-size: 85%;
	font-weight: bold;
}
#breadcrumb ul {
	padding: 0;
	margin: 0;
}
#breadcrumb li {
	padding: 0;
	padding-right: 5px;
	padding-left: 5px;
	display: inline;
}
#content {
	padding: 20px 10px 50px 10px;
	background: url(../images/cap.png) repeat-x center top;
}
#col_left {
	float: left;
	padding: 0 20px 0 0;
	width: 155px;
}
#col_left ul {
	list-style: none;
	padding:0;
	margin: 0;
}
#col_bigright {
	float:left;
	width: 500px;
}
#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 {
	background-color: #E6E7E7;
	width: 155px;
}
.roundybox a {
	font-weight: bold;
}
.roundybox h3 {
	background: url(../images/roundy_top.png) no-repeat center top;
	height: 33px;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	text-indent: 10px;
	color:#444;
}
.roundybox ul li {
	padding: 5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #FFF;
	list-style: none;
}
.roundybox ul li.first {
	border-top: none;
}
.roundybox ul li.last {
	border-bottom: none;
}
.roundybox p {
	padding-right: 5px;
	padding-left: 5px;
}
td.covers {
    width: 80px;
	vertical-align: top;
	text-align: center;
}
table {
	margin-top: 5px;
	margin-bottom: 5px;
}
h3 {
	font-size: 14px;
}
h3 a {
	color: #003366;
}
td.data {
    vertical-align:top;
}

td.quote {
    width: 50px;
    text-align: right;
    color: #666666;
    vertical-align:top;
}

#footer {
	color: #ffffff;
	background-color: #900;
	font-size: 77%;
	padding: 5px 0 2px 0;
	text-align: center;
	clear: both;
	width: 700px;
	margin: 50px auto 0 auto;
	/*position: fixed;*/
	bottom: 0px;
	position: relative;
	float: center;
	margin-top: 2.5em;
	height: 15px;
}

	
#footer a {
	color: #ffffff;
	padding: 0 15px 0 15px;
}
.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: #900;
}

h2 {
	/*font-size:122%;*/
	font-size: 16px;
	margin: 0 0 10px 0;
	color: #900;
	font-weight: bold;
}

h3 {
	/*font-size:16pt;*/
	font-size: 13px;
	font-weight: bold;
	color: #669900;
}

h4 {
	font-size:107%;
	color: #999999;
	font-weight: bold;
}

p {
	margin: 0 0 10px 0;
}

a {
	color: #900;
	text-decoration: none;
}

a:visited {
	color: #900;
	text-decoration: none;
}

a:hover {
	color: #A00;
	text-decoration: underline;
}

a:active {
	color: #900;
	text-decoration: underline;
}
a.topper {
	color: #fff;
}	
.pad10 {
	padding: 0 10px 0 10px;
}
quote {
	color: #900;
	font-style:italic;
	margin: 0px 30px 0px 30px;
}
.inline {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}
strong {
	font-weight: bold;
	}
em {
	font-style:italic;
}
em.e {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
