@import url("slimbox2.css");

*    {
        font-size: 15px;
        line-height: 1.5em;
        font-family: "trebuchet ms";
        margin: 0;
        padding: 0;
}

body {
        background: url("../images/bg.gif") no-repeat right 60px;
        background-color: #fff;
        margin: 0;
        color: #000;
        min-width: 776px;
}

ul {
   padding: 0 0 0 20px;
}

.default {
   padding: 0;
}

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

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


/******************************************/
#shortcuts {
	position: absolute;
	top: 70px;
	right: 200px;
}

#shortcuts a {
	padding-right: 30px;
}


#logo {
	position: absolute;
	top: 20px;
	left: 20px;
}

#content {
	width: 100%;
	padding: 160px 0 0 0;
}

#content-left {
	float: left;
	width: 300px;
}

#content-main {
	position: relative;
	margin: 0 260px 0 320px;
	padding-left: 20px;
}

#content-main h2 {
	position: relative;
	left: -20px;
	font-size: 1.4em;
	font-weight: normal;
	color: #666;	
}

#content-main h1 {
	position: relative;
	left: -20px;
	font-size: 1.8em;
	font-family: georgia;
	font-weight: normal;
	color: #000;
}

#content-main table {
	width: 98%;
}

#content-main td {
	padding: 5px;
	vertical-align: top;
	background: #edf4f0;
}

#content-right {
	float: right;
	width: 200px;
}

.menu {
	width: 300px;
}

.menu ul {
	list-style: none;
    padding: 0;	
}

.mainmenu1 a {
	padding-left: 30px;	
	padding-top: 6px;
	display: block;
	font-family: georgia;		
}

.mainmenu1opened a, .mainmenu1opened a:hover {
	padding-left: 30px;	
	color: #fff;
	padding-top: 6px;
	display: block;
	font-weight: bold;
	font-family: georgia;	
}

.mainmenu1 {
	width: 280px;
	height: 40px;
}

.mainmenu1opened {
    background: url("../images/menu.gif") no-repeat;
	width: 280px;
	height: 40px;
}

#footer {
	clear: both;
	position: relative;
	padding: 30px;
}

.language {
	position: absolute;
	right: 50px;
	top: 70px;
}

.language select {
	width: 140px;
	border: 0;
	background: #eee;
}

/******************************************/

.default_input {
     border: 1px solid #ddd;
     padding: 2px;
}

.dizainas {
    float: left;
    padding: 5px;
    height: 250px;
}

