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

body {
	height:100%;
	background: #ECECEC url(../images/back_slice.png) repeat-y center top;
	margin: 0 auto;
	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%;
	padding: 0;
}

* html #holder {
	height: 100%;
}

#supernav {
	height:20px;
	width: 700px;
	line-height: 20px;
	text-align:right;
	font-size: 10px;
	color: #006633;
	background-image: url(../images/super_nav.png);
}

#header {
	background: #2a2a2a url(../images/header_back.png) no-repeat;
	height:79px;
	_height: 78px;
	width: 700px;
	vertical-align: bottom;
	float: left;
}

	#header ul.navbar {
	top: 60px;
	position: relative;
	height: 30px;
	display:block;	
	list-style: none;
	margin-top:-85px;
	
	}
	
	#header ul.navbar  li {
		float: left;
		list-style: none;
	}

	#header ul.navbar a {	
		/*background: url(../images/navtab.png) no-repeat center top;*/
		font-size:95%;
		font-weight: bold;
		text-align: center;
		width: 233px;
		/*height: 25px;*/
		line-height: 12px;
		display: block;
		color: #000000;
		text-decoration: none;
	}
	#header ul.navbar ul li a {
		font-weight: normal;
		color: #FFF;
	}
	#header ul.navbar ul li a:visited {
		color: #FFF;
		}
	#header ul.navbar div {
		padding-top: 7px;
	}
	
	#header ul.navbar a:visited {
		/*background: url(../images/navtab.png) no-repeat center top;*/
		color: #000000;
	}

	#header ul.navbar  a:hover {
		/*background: url(../images/navtab.png) no-repeat left bottom;*/
		color: #006633;
	}
	#header ul.navbar ul li a:hover {
		color: #006633;
	}

	#header ul.navbar  a:active {
		/*background: url(../images/navtab.png) no-repeat left bottom;*/
		color: #0B215F;
	}
	#header ul.navbar  a.live {
		background: url(../images/navtab.png) no-repeat left bottom;
	}
#breadcrumb {
	height: 20px;
	width: 675px;
	text-transform:none;
}

#breadcrumb a {
	font-size: 85%;
	font-weight: bold;
}

#content {
	padding: 20px 11px 50px 10px;
	background: url(../images/cap.png) repeat-x left top;
}
#col_left {
	float: left;
	padding-right: 20px;
	width: 155px;
}
#col_left ul {
	list-style: none;
}
#col_bigright {
	float:left;
	width: 500px;
}
#col_bigright h1 {
	font-size: 22px;
}
#col_bigright h2 {
	font-size: 16px;
}
#col_bigright li {
	margin-left: 20px;
}
#products {
	width: 450px;
	height: auto;
	background: #FFFFBF;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	margin-bottom: 10px;
	}
#products ul {
	margin: 0;
	padding-right: 15px;
}
#products li {
	font-weight: bold;
	list-style: none;
}
#products li a {
	color: #A4472A;
	cursor:pointer;
}
#products li a:hover {
	color: #000;
	text-decoration: none;
}
.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;
}
table {
	margin-top: 5px;
	margin-bottom: 5px;
}
h3 {
	font-size: 14px;
}
h3 a {
	color: #339966;
}
#footer {
	color: #ffffff;
	background-color: #339966;
	font-size: 77%;
	padding: 5px 0 2px 0;
	text-align: center;
	clear: both;
	width: 700px;
	height: 1.3em;
	/*margin: 50px auto 0 auto;*/
	/*position: fixed;*/
	margin-left: auto;
	margin-right: auto;
	bottom: 0px;
	position: relative;
	float: left;
	margin-top: 2.5em;
}

	
#footer a {
	color: #ffffff;
	padding: 0 15px 0 15px;
}
.prop {
    height:500px;
    float:right;
    width:1px;
}
.base {
	height: 1px;
	clear: both;
	overflow: hidden;
/*	width: 100%;
*/	}
	
/* Fonts */
	
h1 {
	/*font-size:136%;*/
	font-size: 22px;
	font-weight: bold;
	color: #33cc99;
}

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

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

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

p {
	margin: 0 0 10px 0;
	color: #000000;
}

a {
	color: #339966;
	text-decoration: none;
}

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

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

a:active {
	color: #33cc99;
	text-decoration: underline;
}
a.topper {
	color: #fff;
}	
.pad10 {
	padding-left:10px;
	padding-right: 10px;
}
quote {
	color: #33cc99;
	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;
}

