#all {
	width:1200px;
}

#wrapper {
	width:1000px;
    padding:0;
    border-width:0px 0px 0px 0px;
    border-style:solid;
    border-color:#dadada;
}

#navigation {
	width:1000px;
}

#header {}

#contentarea {}

#content {
	width:706px;
    padding:15px 15px 60px 15px;
    margin:20px 0px 10px 10px;
    min-height:400px;
    border-width:1px 1px 1px 1px;
    border-style:solid;
    border-color:#dadada;
}

.nosidebar #content {
	width:968px;
    margin:20px 0px 10px 0px;
}

#sidebar {
	width:200px;
    padding:10px 20px 10px 20px;
    margin:20px 10px 10px 0px;
    border-width:1px 1px 1px 1px;
    border-style:solid;
    border-color:#dadada;    
}

#sidebar.left {}

#sidebar.right {}

#frontend-content {}


#top-boxes {}

#top-boxes-first {}

#top-boxes-first .box-a,
#top-boxes-first .box-b {
	padding:20px;
    background:#fff;
    float:left;
    height:280px;
    border-width:1px;
    border-style:solid;
    border-color:#dadada;
}


#top-boxes-first .box-a {
	width:704px;
    margin:10px 10px 10px 0;
}

#top-boxes-first .box-b {
	width:202px;
    margin:10px 0 10px 0;    
}

#top-boxes-first .box-a div.container {
	overflow:hidden;
}

#top-boxes-second {}

#top-boxes-second .box-a,
#top-boxes-second .box-b,
#top-boxes-second .box-c,
#top-boxes-second .box-d {
	padding:20px;
    float:left;
    background:#fff;
    border-width:1px;
    border-style:solid;
    border-color:#dadada;    
}

#top-boxes-second .box-a {
	width:200px;
    margin:0 10px 10px 0;
}
#top-boxes-second .box-b {
	width:200px;
    margin:0 10px 10px 0;    
}
#top-boxes-second .box-c {
	width:200px;
    margin:0 10px 10px 0;    
}
#top-boxes-second .box-d {
	width:202px;
    margin0 0 10px 0;    
}


#frontend-content ul.items {}

#frontend-content ul.items li {
	float:left;
    width:165px;
    height:297px;    
    overflow:hidden;
    margin:0px 15px 40px 0px;
    position:relative;
}

#frontend-content ul.items li:hover {}

#frontend-content ul.items li.first {
	clear:both;  
}
#frontend-content ul.items li.last {
    margin:0px 0px 40px 0px;
}

#frontend-content ul.items li .frontend-image {
    height:165px;
}

#frontend-content ul.items li .frontend-image img {
    max-width:165px;
    max-height:165px;
    display:block;
    margin:0 auto;
}

#frontend-content ul.items li a {
	position:absolute;
    width:165px;
    height:297px;
    top:0;
    left:0;
    text-indent:-9999px;
    background:url(../images/background/spacer.gif) repeat scroll 0 0 transparent;
    z-index:999;
}

#frontend-content ul.items li .frontend-btn {
	position:absolute;
    width:165px;
    height:30px;
    bottom:0;
    left:0;
    background:#666;
    z-index:999;
    text-align:center;
    line-height:30px;
    color:#fff;
}

#frontend-content ul.items li:hover .frontend-btn {
    background:#009999;
}

