/* 
 -- layout.css --
 layout styles
 */

/* @group main */

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td {  
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: none;
} 

body {
	font-size: 100%;
	line-height: 1;
	font-family: Trebuchet MS;
	background: #676767;
	color: #555;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

ul, ol {
	list-style: none;
}

img {
	border: 0;
}

a {
	color: #b6245e;
	text-decoration: none;
}

a:hover {
	color: #EB1940;
	text-decoration: none;
}

.clear {
	clear: both;
}


/* @end */

/* @group Layout */

#zb {

	padding: 10px;
	background-color: #000;
	color: #fff;
	text-align: center;
}


#wrapper {
	width:990px;
	margin:auto;
}

/* @group header */

#header {
	height: 166px;
	padding: 15px 15px 0 15px;
	background-image: url(../img/header.jpg);
}

#head {
	width: 253px;
	height: 166px;
	float: left;
	background: #b6245e url(../img/head.jpg) no-repeat;
}

/* @group logo */

#logo {
	width: 707px;
	height: 166px;
	float: right;
	background: #fff url(../img/col.jpg) repeat-y left;
}

#logo .krokusLogo {
	margin: 20px 30px 0 0;
	float: right;
}

#logo .slogan {
	margin: 20px 0 0 30px;
}

/* @end */

/* @end */

/* @group main */

#main {
	padding: 0 15px;
	background: #676767 url(../img/main.jpg);
}

#columns {
	background: #fff url(../img/main.jpg) -15px;
}

/* @group sidebar */

#sidebar {
	width: 253px;
	padding: 110px 0 0 0;
	float: left;
	background: #b6245e url(../img/head2.jpg) no-repeat 0 top;
}

#mainNavigation {
	padding: 0 20px 20px 20px;
	/*font-size: 82.5%;*/
	color: #fff;
}

#mainNavigation li img {
	height: 33px;
}
#mainNavigation li a {
	color: #fff;
}

#mainNavigation li.active, #mainNavigation a.active, #mainNavigation a:hover {
	color:#F2EB8E;
	text-decoration: none;
}

#mainNavigation li ul {
	padding: 0 0 0 20px;
}

/* @end */

/* @group content */

#content {
	width: 667px;
	line-height: 1.5;
	min-height: 200px;
	float: right;
	padding: 0px 20px 345px 20px;
	background: url(../img/content.jpg) no-repeat left bottom;
}

#content ul {
	list-style: disc;
	padding: 0px 0 10px 30px;
}

/* @group news */

#content .news {
	padding: 0;
}

#content .news li {
	padding: 0 0 10px 0;
	list-style: none;
}

#content .news li.left {
	float: left;
	width: 310px;
}

#content .news li.right {
	
}

#content .newsImg {
	width: 148px;
	height: 98px;
	padding: 13px 0 0 13px;
	float: left;
	background-image: url(../img/imgFrame.jpg);
}
#content .newsContent {
	padding-top: 8px;
	line-height: 1.5;
}

#content .newsContent ul li{
	list-style: disc;
	padding: 0;
	
}
#content .newsContent h2 {
	
}

/* @end */

/* @group gallery */

.galleryImg {
	width: 148px;
	height: 98px;
	padding: 13px 0 0 13px;
	margin: 0 5px 0 0px;
	float: left;
	background-image: url(../img/imgFrame.jpg);
}

/* @end */

/* @end */


/* @end */

/* @group toolbox */

#toolbox {
	height: 136px; /* 144px */
	padding: 0 15px 15px 15px;
	background-image: url(../img/toolbox.jpg);
}

#address {
	width: 213px;
	height: 139px;
	line-height: 1.3;
	color: #fff;
	padding: 5px 20px 0 20px;
	float: left;
	background-color: #b6245e;
}

#address a {
	color: #F2EB8E;
}

#address a:hover {
	color: #EB1940;
}

#favs {
	width: 705px;
	height: 113px;
	padding: 31px 0 0 2px;
	float: right;
	background: #fff url(../img/favs.jpg) no-repeat;
}

#favs li {
	float: left;
	margin: 0 5px 0 30px;
}

/* @end */

/* @group footer */

#footer {
	height: 24px;
}

#footer #copyrights {
	color: #eee;
	padding-left: 15px;
	float: left;
}

#footer #webdesign {
	color: #eee;
	padding-right: 15px;
	float: right;
}
.highslide-caption {
	background: #fff;
}

/* @end */



/* @end */

#galleryImg td {
	border: 0;
}
