html {
	overflow-y: scroll;
}
html, body {
	margin: 0;
	padding: 0;
}
body {
	background: #e1e1e1 url('../gfx/body_bg.jpg') no-repeat;
	background-position: top center;
}
html, body, div, td, input, select {
	font-family: verdana;
	font-size: 11px;
	color: #535353;
}

h1 {
	font-size: 24px;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	margin: 0;
}

a {
	color: #b03247;
}
a.noline {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

hr {
	height: 1px;
	color: #535e64;
	background: #535e64;
	border: none;
	margin-top: 15px;
	margin-bottom: 15px;
}

.inputHelp {
	color: #bfbfbf;
	font-style: italic;
}

form {
	margin: 0;
	padding: 0;
}

form label {
	display: block;
	float: left;
	width: 70px;
	margin: 0;
	font-weight: bold;
	padding-top: 6px;
}
form div {
	clear: both;
}

input {
	margin-bottom: 5px;
}
input.defaultText {
	width: 155px;
	height: 20px;
	float: right;
	border: 1px solid #9f9f9f;
	font-size: 13px;
	padding-top: 3px;
	padding-left: 5px;
}

.clearer {
	height: 0px;
	clear: both;
	font-size: 0px;
}

#topbar {
	height: 40px;
	border-bottom: 1px solid #fff;
	background: #34424a;
	line-height: 40px;
}
#topbarContent {
	width: 950px;
	margin: auto;
	color: #fff;
}
#topbarContent a,#topbarContent * {
	color: #fff;
	text-decoration: none;
}
#topbarContent a:hover {
	text-decoration: underline;
}

#search {
	height: 40px;
}
#search .field {
	height: 20px;
	color: #34424a;
	margin: 0;
	padding: 0;
	font-size: 12px;
	border: 1px solid #000;
	margin-right: 5px;
}
#search option {
	color: #34424a;
}
#search td {
	vertical-align: middle;
}

#container {
	position: relative;
	width: 960px;
	margin: auto;
	margin-top: 23px;
	background: #fff url('../gfx/container_bg.jpg') no-repeat;
}

#bgContainer {
	background: #fff url('../gfx/border_bg.gif') repeat-y 0 0px;
}

#header {
	background-image: url('../gfx/header_bg.jpg');
	height: 96px;
}

#menu {
	float: right;
	margin-top: 17px;
	padding-right: 18px;
}
#menu img {
	float: left;
	border: none;
}
#menu div {
	float: left;
	position: relative;
}

#menu .submenuContainer {
	position: absolute;
	left: 0;
	top: 0;
}
#menu .submenu {
	position: absolute;
	width: 180px;
	left: 0;
	top: 79px;
	background: #842c3e url('../gfx/submenu_bg.jpg') repeat-x;
	color: #fff;
	border: 2px solid #000;
	border-top: none;
	padding-top: 15px;

}
#menu .submenu a {
	display: block;
	margin-left: 17px;
	padding-left: 8px;
	margin-bottom: 8px;
	color: #fff;
	text-decoration: none;
	background: url('../gfx/submenu_bullet.gif') no-repeat 0px 5px;
}
#menu .submenu a:hover {
	font-weight: bold;
}

#breadcrum {
	width: 903px;
	height: 25px;
	margin-left: 18px;
	background-image: url('../gfx/breadcrum_bg.jpg');
	font-size: 10px;
	color: #525252;
	padding-left: 21px;
	line-height: 25px;
}
#breadcrum a {
	color: #535353;;
}
#breadcrum b {
	margin-right: 5px;
}

#content {
	padding: 20px 40px 20px 40px;
}

#rightClm {
	width: 252px;
	float: right;
}

.box {
	margin-bottom: 20px;
}
.box .boxHeader {
	height: 21px;
	line-height: 21px;
	color: #fff;
	padding-left: 10px;
	background-image: url('../gfx/box_header.jpg');
}
.box .boxContent {
	background: #eeefef;
	border-left: 1px solid #535e64;
	border-right: 1px solid #535e64;
	border-bottom: 1px solid #535e64;
	padding: 10px;
}

#bottom {
	width: 960px;
	height: 21px;
	background-image: url('../gfx/container_bottom.jpg');
}

#footer {
	padding: 20px;
	padding-top: 40px;
	width: 600px;
	margin: auto;
	text-align: center;
	color: #918b84;
}

#pricelist tr th {
	text-align: left;
	color: #fff;
	font-size: 11px;
}
#pricelist .tr2 {
	background: #f7f7f7;
}
#pricelist td {
	border-bottom: 1px solid #eeeeee;
}
