/* @group MAIN SITE COLOURS */

/* @group Framework */

.header-container {
	background: url(images/bg-headergrad.gif) no-repeat left top;
}

.maincontent-container {

}

.main-container {
/*ev*/
background: url(images/bg-content.gif) no-repeat left bottom;
	margin-bottom: 0;
}

div.container.site-container {
	
}

div.container.site-container {
	background: url(images/bg-container.gif) repeat-y center top;
}

/* @group Header */

.header-left {

}

.header-right {

}

.header-nav {
/*ev*/
background: #8c6cd0 url(images/bg-navigation-main.gif) repeat-y center bottom;
}

/* @end */

/* @group Main content area */

.comment {
border-bottom: 2px solid #b0b6b8;
}

.uploader {
border-bottom: 2px solid #b0b6b8;
border-top: 2px solid #b0b6b8;
}

/* @end */

/* @group Sidebar */

.main-fp-sidebar {
/*ev*/
border-left: 2px dotted #dcccff;
margin-left: 10px;
padding-left: 28px;
}

.sidebox-focus, .bodybox-focus, .faq-focus {
background-color: #ede5ff;
border: 2px dotted #dcccff;
}

.main-content {
border-left: 2px dotted #dcccff;
margin-left: 10px;
padding-left: 26px;	
}

.main-sidebar {
width: 210px;
padding-right: 22px;
}

/* @end */

/* @group Footer */

.footer-main {
background: #e8e8e8 url(images/bg-footergrad.gif) repeat-x left top;
}

.footer-content {
background: url(images/bg-footer-bottom.gif) no-repeat center bottom;
}

/* @end */

/* @end */

/* @group Typography */

p, h1, h4, h5, h6 {
/*ev*/
color: #6b6e70;
}

h2 {
color: #868a8c;
}

h3 {
color: #7157a6;
}

p.secondary.text {
/*ev*/
color: #fff;
}

#content div.span-15.comment p.comment-author {
color: #8c6cd0;
}

h1.feature-number {
color: #8c6cd0;
}

h1.feature-title {
color: #a0a5a8;
}

h2.highlight-text {
color: #7157a6;
}

/* @end */

/* @group Links */

/* @group General */

a, a:visited {
color: #8c6cd0;
}

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

a:active {
color: #8c6cd0;
}

/* @end */

/* @group Lists */

li.sb-links, li.sb-links-last {
list-style-image: url(images/button-add.gif);
}

li.sb-links {
margin-bottom: 6px;
border-bottom: 2px solid #b0b6b8;
padding-bottom: 5px;
}

ul.header-links-main li {
/*ev*/
color: #dcccff;
}

ul.footer-links-main li {
/*ev*/
color: #8c6cd0;
}

.header-nav-right {
/*ev*/
/*border-left: 1px solid #fff;*/
/*margin-left: -1px;*/
}

ul.header-links-main li a, ul.header-links-main li a:active, ul.header-links-main li a:visited {
/*ev*/
color: #fff;
}

ul.header-links-main li a:hover {
/*ev*/
color: #dcccff;
}

/* @end */

/* @end */

/* defaults for all examples */  
.kwicks {  
    list-style: none;  
    position: relative;  
    margin: 0;  
    padding: 0;  
}  
.kwicks li{  
    display: block;  
    overflow: hidden;  
    padding: 0;  
    cursor: pointer;  
}  

.kwicks li{
	float: left;
	width: 215px;
	height: 100px;
	margin-right: 5px;
}

#kwick1 {
background: url('images/homepage-focus.gif') no-repeat left top;
}

#kwick2 {
background: url('images/homepage-focus.gif') no-repeat left -100px;
}

#kwick3 {
background: url('images/homepage-focus.gif') no-repeat left -200px;
}

#kwick4 { 
background: url('images/homepage-focus.gif') no-repeat left -300px;
margin-right: none;
}

#kwick1 a, #kwick2 a, #kwick3 a, #kwick4 a {
display: block;
width: 215px;
height: 100px;
}
 */