@IMPORT url("menu.css");
@IMPORT url("content.css");
@IMPORT url("slider.css");

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: "Segoe UI","Lucida Sans Unicode",Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	background: #fff url("../img/body-bg.gif") repeat-x;
}

.wrapper {
	margin: 0 auto;
	width: 960px;
	padding: 0 10px;
	background: url("../img/wrapper-bg.png") repeat-y;
}

.header 
{
    display: inline-block;
	color: #333;
	width: 960px;
	height: 100px;
	position: relative;
	background: #fff url("../img/header.jpg") no-repeat;
}
.header a.logo 
{
    position: absolute;
    display: block;
    width: 280px;
    height: 55px;
    top: 20px;
    left: 60px;
    outline: none;
    text-indent: -900000px;    
}

.navigation 
{
    position: absolute;
    right: 10px;
    bottom: 30px;
	padding: 1px 0;
	height: 38px;
	line-height: 38px;
}

.main {
	width: 960px;
	display: inline-block;
	background: url("../img/main-bg.jpg") repeat-y;
}
.leftColumn {
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 10px 0;
	width: 300px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	float: left;
}
.leftColumn .content,
.footer-wrapper .content 
{
    display: block;
}
.leftColumn h4 
{
    font-family: "Seoge UI", Tahoma, Arial;
	color: #716966;
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
	padding: 0 15px 15px 15px;
    background: url("../img/leftcolumn-h4.gif") 0 bottom no-repeat;
}
.rightColumn {
	float: right;
	margin: 0px 0px 0px 0px;
	width: 660px;
	display: inline;
	position: relative;
}
.categoryList 
{
    margin-left: -10px;
    width: 650px;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0px 0px 10px 10px;
    background: url("../img/categoryList-bg.jpg") 0 bottom repeat-x;   
}
.footer {
	min-height: 110px;
	height: auto !important;
	height: 110px;
	clear: both;
	color: #888;
	background: #fff url("../img/footer-bg-.jpg") 0 0 repeat-x;
	padding: 0;
	color: #ccc;
}
.footer .footer-wrapper 
{
    background: #fff url("../img/footer-bg-2.jpg") 1px 0 repeat-x;
    width: 980px;
    padding: 60px 0 20px 0;
	display: block;
	margin: 0 auto;
}