/* Start of CMSMS style sheet 'phoschek-layout' */
#container {
	width: 930px;
	margin: 0 auto;
}
#header {
	height: 135px;
}
#top-nav {
	height: 29px;
}
#top-nav ul {
	margin: 0;
	padding: 0;
	text-align: right;
	list-style: none none;
	padding-left: 50px;
}
#top-nav li {
	display: inline;
}
#top-nav a {
	float: left;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 8px 20px 0;
	font-size: 11px;
	font-weight: bold;
}
#fast-find {
	margin: 0;
	padding: 0;
	text-align: right;
}
#fast-find select {
	width: 300px;
	background-color: #222;
	color: #ccc;
	font-weight: bold;
	margin-top: 6px;
	border: 1px solid #999;
	font-size: 12px;
}
#nav {
	height: 105px;
}
#nav h1, #nav h2 {
	margin: 0;
	padding: 0;
}
#nav h1 a {
	float: left;
	background: transparent url(images/phoschek/logo.gif) no-repeat;
	width: 280px;
	height: 70px;
	margin: 15px 62px 0 40px;
}
#nav h1 span {
	display: none;
}
#nav h2 {
	font-family: "arial black", arial, sans-serif;
	text-transform: uppercase;
	font-size: 18px;
}
#nav h2 a {
	float: right;
	width: 173px;
	text-align: center;
	padding: 39px 0;
	height: 22px;
	margin: 0;
	text-decoration: none;
}
#header>#nav h2 a {
	padding: 41px 0;
}
#nav h2.retardant a {
	background: transparent url(images/phoschek/button-retardant.jpg) no-repeat;
}
#nav h2.foam a {
	background: transparent url(images/phoschek/button-foam.jpg) no-repeat;
}
#nav h2.gel a {
	background: transparent url(images/phoschek/button-gel.jpg) no-repeat;
}
#nav h2 a:link, #nav h2 a:visited, #nav h2 a:active {
	color: #efefef;
	background-position: 0 0;
}
#nav h2 a:hover {
	color: #fff;
	background-position:  0 -105px;
}
#banner {
	display: block;
	width: 930px;
	height: 216px;
	background: #000 url(images/phoschek/banner-home.jpg) no-repeat top;
}
.foam #banner {
	background: #000 url(images/phoschek/banner-foam.jpg) no-repeat top;
}
.gel #banner {
	background: #000 url(images/phoschek/banner-gel.jpg) no-repeat top;
}

.gallery #banner,
.msds #banner  {
        display: none;
}
#wrapper {
	background-color: #fff;
	margin-top: -1px;
}
#column {
	float: left;
	width: 400px;
	background-color: #000;
	color: #fff;
	font-size: 14px;
	padding: 0;
	margin-right: 20px;
}
#column-content {
	margin: 30px;
}
#column>#column-content {
	margin-top: 40px;
}
#content {
	float: left;
	width: 930px;	
	background: #fff url(images/phoschek/content-bg01.jpg) no-repeat top right;
	border: 1px solid #ccc;
	border-top-width: 0;
	border-bottom-width: 5px;
}
#maincontent {
	padding: 20px 40px;
	min-height:230px;
	height:auto !important;
	height:230px;
	
}
.home #maincontent {
	width:890px;	
	background-color: #000;
	color: #fff;
	font-size: 14px;
	padding: 20px;
}
.home #maincontent h2 {
	display: none;
}
#news {
	padding: 10px 20px;
}
#footer {
	text-align: right;
	color: #999;
	font-size: 11px;
	padding: 5px 10px;
}
#footer ul {
	margin: 0;
	padding: 0;
	text-align: right;
	list-style: none none;
}
#footer li {
	display: inline;
}
/* End of 'phoschek-layout' */

/* Start of CMSMS style sheet 'Module: News' */
#homeNews {
	width: 250px;
	float: right;
	margin: 20px;
	border: 1px solid #555;
	background-color: #333;
	padding: 20px;
}
#homeNews h3 {
	color: #fff;
	font-size: 14px;
}
#homeNews a {
	color: #ccc;
	font-size: 12px;	
}
#homeNews a:hover {
	color: #fff;
}

#homepodcasts {
	width: 420px;
	margin: 20px;
	border: 1px solid #999;
	background-color: #2c5363;
	background-image: url(images/phoschek/icon-podcast.jpg);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 78px;
}
#homepodcasts h3 {
	color: #fff;
	font-size: 14px;
}
#homepodcasts a {
	color: #e7cf6a;
	font-size: 15px;
	text-decoration: underline;
	line-height: 100%;
}
#homepodcasts a:hover {
	color: #fff;
	text-decoration: none;
}


div#news {
	margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
}

div#news h2 {
	line-height: 2em;
	background: #fff;
}

.NewsSummary {
	padding: 0.5em 0.5em 1em; /* padding for the news article summary */
	margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
}

.NewsSummaryPostdate {
	font-size: 11px;
	color: #888;
	text-transform:uppercase;
 }

.NewsSummaryLink {
	font-weight: bold;
	padding: 0 0 0.2em;
	font-size: 18px;
	color: #D4732D;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.NewsSummaryLink a:link,
.NewsSummaryLink a:visited {
	color: #D4732D;	
	border-bottom: 1px solid #800;
}
.NewsSummaryLink a:active,
.NewsSummaryLink a:hover {
	color: #800;
}
.NewsSummaryCategory {
	font-style: italic;
	margin: 5px 0;
}
.NewsSummaryAuthor {
	display: none;
	font-style: italic;
	padding-bottom: 0.5em;
}
.NewsSummarySummary {
	margin-bottom: 0;
	padding-bottom: 0;
}
.NewsSummarySummary, 
.NewsSummaryContent {
	line-height: 140%;
 }
.NewsSummaryMorelink {
	text-align:right;
  	padding-top: 0;
	margin-top: 0;
}
#NewsPostDetailDate {
	font-size: 11px;
	color: #888;
	text-transform:uppercase;
}
#NewsPostDetailSummary p {
	color: #444;
   	border: 1px solid #ccc;
   	background-color: #e7e7e7;
   	padding: 5px 10px;
   	margin: 10px 0;
   	font-size: 14px;
   	line-height: 150%;
}
h3#NewsPostDetailTitle {
	font-weight: bold;
	padding: 0 0 0.2em;
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #D4732D;
}
#NewsPostDetailCategory {
	display: none;
	font-style: italic;
	border-top: 1px solid #ccc;
	margin-top: 0.5em;
	padding: 0.2em 0;
}
#NewsPostDetailContent {
	margin-bottom: 15px;
	line-height: 150%;
	padding: 10px;
}
#NewsPostDetailAuthor {
	display: none;
	padding-bottom: 1.5em;
	font-style: italic;
}
#NewsPostDetailPrintLink {
	float: right;
	background: transparent url(images/phoschek/icon-print.gif) no-repeat left;
	padding-left: 30px;
}
#NewsPostDetailReturnLink {
	float: left;
	background: transparent url(images/phoschek/icon-return.gif) no-repeat left;
	padding-left: 30px;
}
#NewsSummaryPagination {
	float: right;
	background-color: #fff;
	font-size: 11px;
	border: 2px solid #efefef;
	padding: 1px 5px;
}



/* End of 'Module: News' */

