/*

	style.css

	CSS Style Sheet for Press-Seal.com

*/

/* Global Effects*/


/* Site does not appear to use this.  CAS 5/28/2009
page {

	background-color: #FFFFFF;

}
*/



/* Set background color for all pages */
body
{
	background-color: #000;
	
	font-family: Tahoma, Geneva, sans-serif;

}


/* Header Effects*/

#header {

	width: 1000px;

	margin-left: auto;

	margin-right: auto;

}



#logo {

	float: left;

	background-color: #FFF;

}

#logo p {

	margin-top: 0px;		/*Firefox: move the logo to the top*/

	margin-bottom: 0px;/*Firefox: Size the banner around the image*/

	padding: 12px 9px 7px 5px; /*Make the Logo Takeup the entire area*/

}

#logo img {

	border-style: none;

}



#banner {

	float: right;

	background-color: #333;

}

#banner p {

	margin-top: 0em; 	/*Firefox: Size the banner around the image*/

	margin-bottom: 0em;/*Firefox: Size the banner around the image*/

}


/* Search bar style */
#searchbar {

	padding-top: 3px;

	background-color: #CCC;

	font-family: Tahoma, Geneva, sans-serif;

	font-size: 12px;
}

#searchbar form {

	border-bottom: thin solid black;

	margin-top: 0px; 		 /*IE: Force the size to be zero*/

	margin-bottom: 0px;  /*IE: Force the size to be zero*/

	padding-bottom: 10px;/*IE: Force the bottom down by 5px*/

}

#searchbar .left {

	float: left;

	margin-left: 10px;

}

#searchbar .right {

	text-align: right;

	margin-bottom: 4px;

	margin-right: 10px;
	margin-top: 5px;

}


/* Center menu items */
#menu {

	text-align: center;

	clear: both;

}

/*  Site does not appear to use this.  CAS 5/29/2009
menubar {

	background: #FF0000;

	}

	

    body {

	margin-top: 0px;

	margin-bottom: 0px;

	background-color: #FFFFFF;

	background-image: url();

	margin-left: 0px;

}
*/


.style1 {

	font-family: Tahoma, Geneva, sans-serif;

	font-size: 12px;

}

    .style2 {

	font-family: Tahoma, Geneva, sans-serif;

	font-weight: bold;

	font-size: 12px;

}

    .title {

	font-family: Tahoma, Geneva, sans-serif;
	
	font-weight: bold;

	font-size: 18px;



}

    h1 {

	font-family: Tahoma, Geneva, sans-serif;

	font-weight: bold;

	font-size: 20px;



}

.titlesub {

	font-family: Tahoma, Geneva, sans-serif;

	font-weight: bold;

	font-size: 18px;

	color:#FFFFFF;



}

.bread {

	font-family: Tahoma, Geneva, sans-serif;

	font-weight: bold;

	font-size: 12px;



}

#option a{

    text-decoration: none;

}

.bottom {

	font-family: Tahoma, Geneva, sans-serif;

	color:#CCCCCC;

	font-size: 12px;

}

.para {

	font-family: Tahoma, Geneva, sans-serif;

	font-size: 12px;

	line-height: 20px;

}

.parasearch {

	font-family: Tahoma, Geneva, sans-serif;

	font-size: 12px;

	line-height: 20px;

	margin-left:20px;

	margin-right:20px;

}

.subtext {

font-family: Tahoma, Geneva, sans-serif;

font-size:12px;

font-variant:italic;

color:#000000;

}





/*---------------------------------------------------------------------------------------------*/

/*Non-Product Page Efects*/

#displayarea {

	width: 1000px;

	margin-left: auto;

	margin-right: auto;

	background-color: #FFF;

}

#displayarea h1 {

	margin: 0px;

	padding-left: 20px;

	color: #FFF;

	background-color: #06F;

}

#displayarea .body {

	border-top: 1px solid #FFF; /*Firefox & IE, Odd isuse of the top margin*/

	margin-left: 240px;

	margin-bottom: 0px;

	padding: 10px 20px;

	/*

	padding-left: 20px;

	padding-right: 10px;

	padding-bottom: 10px;

	*/

	border-left: 1px solid #000; /*Firefox & IE interpret thin diffrently*/

	background-color: #FFF;

}


#displayarea .body h3 {

	margin-left: 15px;

}

#displayarea .body img {

	float: left;

	margin-right: 10px;

}

#displayarea .body .readmore {

	text-align: right;
}


#displayarea .bodyonecolumn {

	border-top: 1px solid #FFF; /*Firefox & IE, Odd isuse of the top margin*/

	margin-left: 0px;

	margin-bottom: 0px;

	padding: 10px 20px;
	overflow: auto;

	/*

	padding-left: 20px;

	padding-right: 10px;

	padding-bottom: 10px;

	*/

	border-left: none;

	background-color: #FFF;

}

#displayarea .bodyonecolumn h3 {

	margin-left: 15px;

}

#displayarea .bodyonecolumn img {

	float: left;

	margin-right: 10px;

}

#displayarea .bodyonecolumn .readmore {

	text-align: right;
}

.sidebar {

	float: left;

	width: 240px;

	text-align: center;

	background-color: #FFFFFF;

}

.sidebar #image {

	background-color: #FFFFFF;

}

.sidebar #image img {

	margin: 10px 0px;

}



/*Footer*/

#footer {

	width: 1000px;

	margin-left: auto;

	margin-right: auto;

	margin-top: -10px;

	background-color: #333;

}

#footer h3 {

	padding-left: 3em;

	color: #FFF;

}

#footer p {

	text-align: center;

	font-weight: bold;

}

#footer #iso {

	padding-left: 3em;

	font-style: italic;

	color: #FFF;

}

.videoplayer {
	float: left;
	position: relative;
	width: 700px;
}

.videoplayertext {
	float: right;
	position: relative;
	width: 290px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}