body {
	margin : 0px;
	background-image : url("layout/bodyBkg.gif");
	background-position : top left;
	background-repeat : repeat-x;
	background-color : #EBEBEB;
}

body, p, td, th, li {
	font-family : Myriad Pro, Myriad, Arial, Verdana, Helvetica;
	font-size : 12px;
}

h1 {
	font-family : Arial Narrow, Arial, Helvetica, Sans-serif;
	font-size : 25px;
	font-weight : bold;
	color : #B30017;
}

h1 a:link,
h1 a:active,
h1 a:visited {
	color : #B30017;
	text-decoration : none;
}

h1 a:hover {
	color : #666666;
	text-decoration : underline;
}

h2 {
	font-size : 18px;
	color : #666666;
	font-weight : bold;
}

#Layout {
	width : 900px;
	margin : 0px auto;
}

#TopBar {
	height : 164px;
}

#ContentSpace {
	vertical-align : top;
}

#ContentTable {
	margin : 0px 6px 0px 19px;
}

#NavBar {
	width : 197px;
	background-image : url("layout/navBarBkg.gif");
	background-repeat : repeat-y;
	vertical-align : top;
}

#NavBarTable {
	height : 100%;
}

#NavBarTop {
	height : 10px;
}

#NavBarMain {
	vertical-align : top;
}

#NavBarMain img {
	display : block;
	margin : 10px auto 0px auto;
}

#NavBarMain a:link,
#NavBarMain a:active,
#NavBarMain a:visited {
	display : block;
	margin : 11px 36px;
	color : #666666;
	text-decoration : none;
	text-transform : uppercase;
}

#NavBarMain a:hover {
	color : #99001D;
}

#NavBarMain div {
	height : 36px;
}

#NavBarBottom {
	height : 9px;
}

#HomePageImage {
	height : 226px;
	margin : 0px;
}

#ContentTop {
	height : 10px;
}

#Content {
	background-image : url("layout/contentBkg.gif");
	background-repeat : repeat-y;
	vertical-align : top;
	width : 678px;
}

#ContentMainTable {
	width : 638px;
	margin : 0px 20px;
}

#ContentBottom {
	height : 9px;
}

#NewProductTable {
	width : 677px;
}

#NewProductsHeader {
	height : 46px;
}

#NewProductsSpace {
	height : 196px;
	background-image : url("layout/contentBkg.gif");
	background-repeat : repeat-y;
}

#BottomBar {
	height : 60px;
	background-image : url("layout/pageBottom.jpg");
	background-repeat : no-repeat;
}

#BottomBarTable {
	margin-top : 5px;
	width : 900px;
}

#NLSignupTable {
	margin : 0px 28px 0px 40px;
}

.nlSignupField {
	width : 112px;
	height : 19px;
	border : 1px #666666 solid;
	color : #666666;
	text-align : center;
}

#AddressSpace {
	height : 45px;
	width : 490px;
	border-left : 1px #000000 solid;
	color : #666666;
	font-weight : bold;
	text-align : center;
	vertical-align : middle;
	font-size : 13px;
}

.newItemLink {
}

.newItemLink span {
	font-size : 75%;
}

.prodLink {
	display : block;
	height : 30px;
	vertical-align : top;
}

#ContactForm tr:first-child {
	display : none;
}