/*

CSS Stylesheet by Mars
This file contains the site element structure, it's purely for layout and not presentation

*/

/* commented backslash hack v2 \*/ 
html, body{height:100%; } 
/* end hack */ 
html>body #siteWrapper
{
	height: auto;

} /*for mozilla as IE treats height as min-height anyway*/



* {
	margin: 0;
	padding: 0;
	}

#siteWrapper {
	width: 740px;
	margin: 0 auto;
	padding: 0;

	/* Footer Clearing Code */
	
	height: auto;
	margin-bottom: -70px;
	height: 100%;
	min-height: 100%;
	
	}
	
	#blockHeader {
		display: block;
		width: 740px;
		height: 348px;
		top: 0;
		left: 0;
		background: transparent top left no-repeat url(../images/header_bg.png);
		clear: both;
		}
		
		#headerImage {
			display: block;
			width: 699px;
			height: 221px;
			position: relative;
			top: 31px;
			left: 21px;
			clear: both;
			}
			
		#headerImage a.svsLink {
			position: absolute;
			top: 60px;
			left: 20px;
			width: 180px;
			height: 116px;
			display: block;
			}

			
		#headerHome {
			display: block;
			width: 699px;
			height: 61px;
			position: relative;
			top: 35px;
			left: 21px;
			zvisibility: hidden;
			background:#FF0000;
			}
			

			
		#headerNav {
			display: block;
			width: 715px;
			height: 20px;
			position: relative;
			top: 39px;
			left: 13px;
			z-index: 10;
			background: 476px bottom no-repeat url(../images/phrase.png) transparent;
			border-top:1px solid #CCCCCC;
			}					
			
	#blockBody {
		position: relative;
		width: 740px;
		height: auto;
		top: 0;
		left: 0;
		}
		
		#bodyContent {
			position: relative;
			width: 723px;
			top: 0px;
			left: 9px;
			background: white center top repeat-y url(../images/bodycontent_mid.png);
			margin-bottom: 4px;
			}
			
			.contentLeftCol {
				float: left;
				display: block;
				width: 406px;
				padding-left: 11px;
				margin-bottom: 6px;
				}
				
			.contentRightCol {
				float: right;
				display: block;
				width: 287px;
				padding-right: 11px;
				}
				
			.contentOneCol {
				float: left;
				display: block;
				width: 699px;
				padding-left: 11px;
				}
				
			.contentBlock {
				width: 100%;
				float: left;
				display: inline;
				background: transparent bottom left no-repeat url(../images/inner01_bg.jpg); 
				border: 1px solid #DBDBDB;
				}
				
				.contentWideBlock {
					width: 100%;
					border: 1px solid #DBDBDB;
					background: transparent bottom left no-repeat url(../images/big_inner.jpg); 
					position: relative;
					clear: both;
					}
									
				.rightContentBlock {
					width: 265px;
					float: left;
					display: inline;
					zbackground: transparent bottom left no-repeat url(../images/rightcol_bg.jpg);  
					background: #6D6E68;
					border: 1px solid #DBDBDB;
					padding: 10px;
					margin-bottom: 6px;
					}
					
				table.threeCol {
					position: relative;
					top: 10px;
					left: 7px;
					}
					
				table.twoCol {
					position: relative;
					top: 15px;
					}
					
				table.twoCol td {
					vertical-align: top;
					padding-left:35px;
					padding-bottom: 10px;
					}
					
				table.threeCol td {
					width: 192px;
					margin-right: 20px !important;
					margin-bottom: 25px;
					vertical-align:top;
					}
				
			.inner01, .inner02  {
				padding: 25px 25px 15px 25px;
				margin-bottom: 1px;
				}
				
				.inner03 {
					padding: 10px 5px 10px 5px;
					margin-bottom: 1px;
					}
					
				
				.inner02 {
					border: 1px solid #DBDBDB;
					position: relative;
					margin-bottom: 6px;
					}
					
				.inner04 {
					padding: 5px 5px 10px 5px;
					}
							
				.pageTrail {
					padding: 8px 0 8px 8px;
					width: 691px;
					border: 1px solid #DBDBDB;
					margin-left: 11px;
					margin-bottom: 6px;
					color: #666666;
					}
			
			#interact {
				margin: 0 auto;
				width:200px;
				height: 300px;
				clear: both;
				}
				
			.header {
				padding-bottom: 5px;
				}
				
		table.detail {
			width: 95%;
			margin:0 auto;
			}
				
		table.detail, table.specs {
			margin-top: 2em;
			}
				
		table.detail td, table.detailLinks td {
			vertical-align: top;
			}
			
table td {
	color: #666666;
	}
				
#bodyBottom {
	position:relative;
	width: 723px;
	height: 13px;
	background: transparent top left no-repeat url(../images/bodycontent_bottom.png);
	}

.border { border: 1px solid #DBDBDB; }

#siteFooter {
	width: 723px;
	height: 70px;
	margin: 0 auto;
	background: top left no-repeat scroll url(../images/bg_footer.png) #FFFFFF;
	}

#footerMenu {
	display: block;
	width: 714px;
	height: 17px;
	position: relative;
	top: 4px;
	left: 4px;
	z-index: 10;
	}

#footerMeta {
	display: block;
	position: relative;
	width: 700px;
	text-align: right;
	padding-right: 15px;
	height: 20px;
	line-height: 20px;
	top: 14px;
	left: 4px;
	z-index: 10;
	color: #989898;
	text-transform: uppercase;
	font-size: 10px;
	}

#footerMeta a {
	text-decoration: none;
	color: inherit;
	}

.leftPic {
	position: relative;
	float: left;
	margin-right: 12px;
	}
	
.rightPic {
	position: relative;
	float: right;
	margin-left: 12px;
	}

.floatR { float: right; }
.floatL { float: left; }
.margR { margin-right: 5px; }

* html #siteFooter {/*only ie gets this style*/
	\height:70px;/* for ie5 */
	he\ight:70px;/* for ie6 */
}
#clearBottom {
	clear: both;
	height: 70px;
}/*needed to make room for footer*/

* > html #clearBottom {float:left; width: 100%;}/* ie mac styles */		
