html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
table {
	border: 0px;
	text-align: left;
	border-spacing: 0px;
}
tr {vertical-align: top;}
ol,ul {list-style: none;}
:focus {outline: 0;}
body {
	background: #999 url('img/bg.jpg');
	color: #fff;
	font-family: verdana, tahoma;
	font-size: 14px;
	line-height: 25px;
	word-wrap: break-word;
}

#header {
	background: url('img/header.jpg') no-repeat center;
	position: relative;
	height: 233px;
	width: 100%;
	top: 0;
	margin: 0 auto;
}
#menu {
	position: relative;
	width: 600px;
	margin: 5px auto 0;
	float: none;
}
#content {
	position: relative;
	width: 971px;
	float: none;
	clear: both;
	margin: 0 auto;
	padding: 20px 0 0
}
#sidebar {
	background: #819da8 url('img/sb.jpg') top;
	position: relative;
	height: 410px;
	width: 248px;
	float: left;
}
#sb-top {
	background: url('img/sb-corners.jpg') top;
	position: absolute;
	height: 10px;
	width: 248px;
	top: 0;
}
#sb-bottom {
	background: url('img/sb-corners.jpg') bottom;
	position: absolute;
	height: 6px;
	width: 248px;
	bottom: 0;
}
#main-content {
	background: #7b7b7b url('img/cnt.jpg');
	position: relative;
	width: 688px;
	float: right;
	margin-left: 35px;
}
#price-content {
	background: #7b7b7b url('img/ftr.jpg');
	position: relative;
	width: 971px;
	float: none;
	clear: both;
	margin: 0 auto;
}
#main-content .layout, #price-content .layout {
	margin: 15px 55px;
}
#price-content .layout {
	padding: 15px 0;
}
#sidebar .layout, #footer .layout {
	margin: 15px 30px;
}
#footer .layout {
	margin: 0 30px;
	padding: 15px 0;
}
#cnt-top {
	background: url('img/cnt-corners.jpg') top;
	position: absolute;
	height: 11px;
	width: 688px;
	top: 0;
}
#cnt-bottom {
	background: url('img/cnt-corners.jpg') bottom;
	position: absolute;
	height: 11px;
	width: 688px;
	bottom: 0;
}
#footer {
	background: #7b7b7b url('img/ftr.jpg');
	position: relative;
	width: 971px;
	float: none;
	clear: both;
	margin: 0 auto 100px;
	top: 40px;
}
#ftr-top, .cnt-top {
	background: url('img/ftr-corners.jpg') top;
	position: absolute;
	height: 10px;
	width: 971px;
	top: 0;
}
#ftr-bottom, .cnt-bottom {
	background: url('img/ftr-corners.jpg') bottom;
	position: absolute;
	height: 10px;
	width: 971px;
	bottom: 0;
}
  /*Menu */
#about {
	background: url('img/about.jpg');
	display: block;
	position: relative;
	height: 34px;
	width: 99px;
	float: left;
	margin-right: 40px;
	
}
#serv {
	background: url('img/serv.jpg');
	display: block;
	position: relative;
	height: 34px;
	width: 120px;
	float: left;
	margin-right: 40px;
	
}
#price {
	background: url('img/price.jpg');
	display: block;
	position: relative;
	height: 34px;
	width: 97px;
	float: left;
	margin-right: 40px;
	
}
.pftr {
	background: #8b8b8b;
	font-weight: bold;
}
.pstd {
	background: #C2BEB0;
}
#cont {
	background: url('img/cont.jpg');
	display: block;
	position: relative;
	height: 34px;
	width: 163px;
	float: left;
	
}
  /*jQuery Menu */
ul.sb-menu {padding:0;margin:10px 0;}
ul.sb-menu li {padding:2px 0;margin:0;list-style:none;}
ul.sb-menu li ul {padding:0;margin:0 0 0 15px;}
ul#sb-menu a {padding-left:10px;}
ul#sb-menu ul li a {padding-left:10px;font-size: 12px;}
ul#sb-menu a.collapsed {background:url('img/collapsed.gif') left no-repeat;}
ul#sb-menu a.expanded {background:url('img/expanded.gif') left no-repeat;}
  /*A */
a:link, a:visited, a:hover, a:active {text-decoration:underline; color:#fff;}
a:hover, a:active {text-decoration:none;}
  /*H */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  clear: both;
}
h1 {
  font-size: 140%;
}

h2 {
  font-size: 120%;
  display: block;
  background: url('img/cnt-h2.jpg');
  color: #3e3e3e;
  height: 27px;
  width: 187px;
  text-align: center;
}
#sidebar h2 {
  background: url('img/sb-h2.jpg');
}
#price-content h2 {
  background: none;
  color: #fff;
  height: auto;
  width: auto;
  margin: 50px 0 15px;
  text-align: left;
}
#price-content h2:first-child  {
  margin: 0 0 15px;
}

h3 {
  font-size: 110%;
}

h4 {
  font-size: 120%;
}

h5 {
  font-size: 110%;
}

h6 {
  font-size: 105%;
}