/* netbay */

.frame {
    width:868px;
}

.header {
    float:left;
    background:url('images/h_bg.jpg') repeat-x;
width:868px;
height:100px;
margin-top:4px;
margin-bottom:4px;
}

.headerMenu {
    padding-bottom:3px;
}

.headerCart {
    float:left;
    width:628px;
	padding-left:20px;
	padding-top:10px;
}

.headerSearch {
	width:224px;
	float:left;
	padding-top:10px;
}

html>body .headerSearch {
	width:204px;
	float:left;
	padding-top:10px;
}

.headerLeft {
    float:left;
    background:url('images/h_left.jpg') no-repeat;
    width:10px;
height:100px;
}

.headerRight {
    float:left;
    background:url('images/h_right.jpg') no-repeat;
    width:6px;
height:100px;
}

.headerSearch A {
	color:#000;
}

.menuLeft {
    float:left;
    background:url('images/m_middle.jpg') repeat-y;
    width:165px;
    padding:10px;
}

.menuLeftTop {
    float:left;
    background:url('images/m_top.jpg') no-repeat;
    width:185px;
    margin: -10px;
    display: inline;
}

.menuLeftBottom {
    float:left;
    background:url('images/m_bottom.jpg') bottom no-repeat;
    width:185px;
	margin:-10px;
	height:30px;
    display: inline;
}

.menuLeft h2 {
	color:#005b42;
	font-size:13px;
}

.menuLeft A {
	color:#000000;
	text-decoration:none;
}

.menuLeft A:hover {
	color:#000000;
	text-decoration:underline;
}

.header h2 {
	color:#005b42;
	font-size:13px;
	margin:2px;
}

.pageRight {
    float:left;
    width:630px;
    padding:10px;
}

A {
    color:#000;
	text-decoration:none;
}

A:hover {
    color:#000;
	text-decoration:underline;
}

body {
    font-size:11px;
    font-family:Verdana;
	line-height:1.5em;
}

td {
	font-size:11px;
	line-height:1.5em;
}

.pageHeading {
	font-size:15px;
	font-weight:bold;
}


