body {
	background-color:#000000;
	width:100%;
	height:100%;
}
img {
	display:block;	
	border:none;
	
}
.inline {
	display:inline;	
}
#centeringTag {	
	position: relative;
	margin: 0 auto;
	width:950px;
	background-color:#000000;
}
#contentPane {	
	position: relative;
	float:left;
	margin: 0 auto;
	width:950px;
	background-color:#FFFFFF;
	overflow:visible;
}
#header {
	background-color:#004FA2;
	width:950px;
	height:25px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
#topImage {
	float:right;
}
#headerBase {
	width:950px;
	height:3px;
	background-color:#FFFFFF;
}
#logo {
	position:relative;
	background-color: #FFFFFF;
	background-image: url(/images/common/logo.gif);
	background-position: top left;

	background-repeat: no-repeat;
	width:950px;
	height:92px;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	text-align:right;
	color:#FFFFFF;
}
#leftColumn {
	width:201px;
	float:left;
	overflow:visible;
}
#contentShell {
	width:738px;
	float:left;
	padding-top:4px;
	background-color:#FFFFFF;
	border-left:1px solid #999999;
}
#content {
	width:726px;
	clear:both;
	background-color:#FFF;
	background-image: url(/images/common/blueprint.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin-left:5px;
        height:100%;
}
#content span.test {color:red;}
#singleColumn {
	width:707px;
	float:left;
	height:100%;
	padding-top:17px;
	padding-left:19px;
	overflow:visible;
}
#column {
	padding-top:17px;
	padding-left:19px;
	overflow:visible;
}
#centerColumn {
	width:381px;
	float:left;
	height:100%;
	padding-top:17px;
	padding-left:19px;
	overflow:visible;
}
*>#centerColumn {
	min-height:319px;
	height:auto;
}
#interiorLeft {
	float:left;
	width:172px;
	padding-right:5px;
}
#interiorRight {
	float:left;
	width:172px;
}
.stockItemTitle {
	float:left;
	text-decoration:underline;
}
.stockItemPrice {
	float:right;
	text-align:right;
	margin-right:22px;
}
.stockItemDesc {
	clear:both;
	width:720px;
	padding-bottom:15px;
}
#rightColumn {
	width:281px;
	float:left;
	padding-top:17px;
        padding-bottom:17px;
	margin-left:10px;
	padding-left:15px;
	background-repeat: no-repeat;
	background-position: center left;
}
#footer {
padding-top:3px;
	clear:both;
	height:22px;
	background-color:#666666;
	text-align:left;
	padding-left:23px;
}
div.toutHeader {
	padding:3px;
	border-bottom:2px solid #FFF;
	background-color:#004FA2;
	width:244px;
	color:#FFFFFF;
}
.button {
	width:123px;
	background-color:#004FA2;
	color:#FFFFFF;
	border-bottom:2px solid #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.7em;
}
#navContainer {
	position:relative;
	background-color:#FFFFFF;
	padding-top: 4px;
	width:201px;
}
.navElement {	
	position:relative;
	display:block;
	width:201px;
	height:auto;
	background-color:#D1D1D1;
	border-bottom:2px solid #FFFFFF;		
}
.address {	
	position:relative;
	display:block;
	width:201px;
	height:auto;
	background-color:#D1D1D1;
}
.secondLevelNavElement {	
	width:156px;
	height:auto;
	background-color:#D1D1D1;
	margin-left: 7px;
}

