/* @group reset */

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,
b, u, i, center,
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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background: #ffffff url(../img/bg.jpg) repeat-x top left;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end reset */

/* @group layout */

#wrap {
	width: 955px;
	margin: 0 auto;
	background: transparent url(../img/bgwrap.gif) repeat-y top left;
	text-align: left;
}

#head {
	width: 100%;
	height: 223px;
}

#head h1 {
	width: 248px;
	height: 223px;
	text-indent: -9999px;
	background: transparent url(../img/easyfit.jpg) no-repeat top left;
	float: left;
}

#head h1 a {
	display: block;
	height: 223px;
}

#head #flash {
	width: 707px;
	height: 190px;
	background: transparent url(../img/flash.jpg) no-repeat top left;
	float: left;
}

#head #menu {
	width: 707px;
	height: 33px;
	float: left;
	background: #f78c48;
}

#head #menu li {
	margin: 10px;
	float: left;
}

#nav {
	width: 218px;
	float: left;
	margin-left: 30px;
	border-top: 2px solid #0157ac;
	
}

#nav #umenu {
	background: transparent url(../img/bgnav.jpg) repeat-y bottom left;
	width: 218px;
	padding: 20px 0 60px 0;
}

#nav #umenu li {
	margin-left: 28px;
	padding-left: 10px;
	height: 20px;
	background: transparent url(../img/li.jpg) no-repeat 1px left;
}

#nav #kmenu {
	width: 218px;
	padding: 20px 0;
	text-align: center;
}

#nav p#adress {
	margin: 20px 0;
	font-size: 14px;
	color: #333333;
	text-align: center;
}

#content {
	width: 667px;
	padding: 20px;
	border-top: 2px solid #0157ac;
	line-height: 1.3em;
	float: left;
}

.clear {
	clear: both;
}

/* @group links */


#head #menu li a {
	color: #00407b;
	text-decoration: none;
	font-weight: bold;
}

#head #menu li a:hover {
	text-decoration: underline;
	}

#nav #umenu li a {
	color: #00407b;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#nav #umenu li a:hover {
	text-decoration: underline;
	}

#nav #kmenu li a {
	color: #0760a4;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#nav #kmenu li a:hover {
	color: #000000;
}

#nav #news {
	color: #f2790e;
	font-weight: bold;
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 24px;
}

#nav #slimbelly {
	color: #0b71bb;
	font-weight: bold;
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
}

/* @end links */

/* @end layout */

/* @group content */

#content {
     color:#5e5e5e;
}

#content p,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content hr,
#content ul {
     margin-bottom:15px;
}

#content ul li ul {
     margin-bottom:0px;
}

#content h1,
#content h2 {
     font-size:18px;
}

#content h3,
#content h4 {
     font-size:14px;
}

#content h5,
#content h6 {
     font-size:12px;
     font-weight:bold;
}

#content h2, #content h4, #content h6 {
     color:#005fa9;
}

#content ul {
     margin-left:20px;
}

#content ul li {
     list-style:disc;
}

a, a:link, a:active, a:visited {
  color:#f2790e;
  text-decoration:none;
  }

a:hover {
  text-decoration:underline;
  }

/* @end content */
