/* commented backslash hack v2 \*/ 
html, body{height:100%; min-height: 100%;} 
/* end hack */ 
html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
}

body {		
	font-family: verdana, tahoma, arial, hevetica, sans-serif;
	background-color: #ffffff;
	height: 100%;
	min-height: 100%;
}

h2 {
    margin: -33px 0px 0px 440px;
    padding: 0;
    color: #ffffff;
}

p {
    line-height: 20px;
}

a {
    text-decoration: none;
    color: #3e4e99;
}

a:hover {
    text-decoration: underline;
}

.titleBar {
    padding: 5px 0px 15px 0px;
    background: url(images/bgtitlebar.jpg) repeat-x;
    width: 100%;
    margin-top: 0px;
    height: 50px;
}

#titleContents {
    width: 760px;
    margin: 0 auto;
    text-align: left;
    padding-top: 5px;
}
		
*html #container {
    height:83%;
}

#header {
	margin: 10px 0px 5px 0px;
    position: relative;
}


.container {
    margin-left:auto;
	margin-right:auto;
	width: 765px;
	min-height: 100%;
	height: 100%;
	#height: auto;
    position: relative;
	text-align: left;
	background-color: #ffffff;
	font-size: 75%;
    border: 0px solid green;
}

*html .container {
    height: 100%;
}

#content {
	width: 760px;
	padding: 5px 0px 5px 5px;
	border: 0px solid red;
}

.footer	{
	width:100%;
	border: 0px solid green;
	background: url(images/bgfooter.jpg) repeat-x;
	font-size: 75%;
	padding: 12px 0px 0px 0px;
	margin-bottom: 0px;
	color: #ffffff;
	text-align: center;
	position: relative;
	height: 23px;
	bottom: 0;
}

*html .footer {
    margin-bottom: 0px;
    clear: both;
}

.clearFooter {
    clear: both;
    height: 40px;
    border: 0px solid green;
}

#footer p {
    margin: 0;
    padding: 0;
    text-align: center;
}

.menuSpace {
    margin-top: 2px;
}

.menu li {
    height: 22px;
    list-style-type: none;
    background: url(images/menu-short-bar.jpg) no-repeat;
    margin: 0;
    padding: 4px 0px 0px 5px;
    color: #ffffff;
}

ul {
    margin: 2px 0px 0px 0px;
    padding: 0;
}

.menu a {
    color: #ffffff;
}

#headerImg {
    position: absolute;
    margin: 27px 0px 0px 230px;
    padding: 0;
    top: 0;
    border: 1px solid #3e4e99;
    z-index: 1000;
}

.list {
    line-height: 20px;
    margin: 0px 0px 0px 20px;
}

.list li {
     background: url(images/bullet.gif) no-repeat;
     list-style-type: none;
     list-style-position: outside;
     padding: 0px 0px 15px 35px;
}

.address {
    line-height: 10px;
    margin: 0px 0px 0px 0px;
}

.address li {
     list-style-type: none;
     padding: 0px 0px 15px 0px;
}

.selected {
    text-decoration: underline;
}

#stockContent {
	width: 760px;
	padding: 5px 0px 5px 5px;
	margin-left: -5px;
	border: 0px solid red;
	text-align: center;
}

#stockContent h3, p, li {
	text-align: left;
}

.stockMenu {
    list-style-type: none;
    margin: 0px 0px 0px -5px;
    background: url(images/menu-long-bar.jpg) no-repeat;
    height: 30px;
    padding: 3px 0px 0px 30px;
}

.stockMenu li {
    display: inline; 
    padding-right: 60px;
    margin-left: 20px;
}

.stockMenu li a {
    height: 20px;
    display: inline-block;
    color: #ffffff;
}

#productHolder {
	border: 4px solid #2972b6;
	width: 80%;
	height: 170px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 10px;
}
#productHolderX {
	border: 4px solid #2972b6;
	width: 80%;
	clear: both;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 10px;
}

#productLeft {
    float: left;
    width: 40%;
    border: 0px solid green;
}

#productRight {
	float: right;
	width: 50%;
	border: 0px solid purple;
	padding: 10px 10px 10px 10px;
	height: 20px;
}
#productRightX {
	float: right;
	width: 50%;
	border: 0px solid purple;
	padding: 10px 10px 10px 10px;
}

#productLeft2 {
	float: left;
	width: 51%;
	border: 0px solid purple;
	padding: 10px 10px 10px 10px;
	height: 40px;
}

#productRight2 {
    float: right;
    width: auto;
    border: 0px solid green;
}

.footerMenu {
    list-style-type: none;
    font-size: 90%;
}

.footerMenu li {
    display: inline;
    margin: 0px 30px 0px 0px;
    line-height: 20px;
}

.productsTable {
    margin-bottom: -2px;
}

.productsTable td {
    text-align: center;
}

.imgBorder {
    border: 1px solid #3e4e99;
}

.divider1 {
	width:100%;
	height:5px;
	overflow:hidden;
	background:#fff;
	position:relative;
	border-bottom: 1px solid #e6e6e6;
}

.blank , .blank2 {
	position:absolute;
	left:176px;
	width:7px;
	height:0px;
	overflow:hidden;
	border-top:	1px solid #fff;
}
.blank {top:-1px;}
.blank2 {bottom:-1px;border-top:1px solid #fff;
}
