 /*************************** 
 *                          * 
 * Main CSS Layout by sLIDe * 
 * janis.burvis@gmail.com   * 
 *                          * 
 ***************************/ 

html, body {
    margin: 0px;
    padding: 0px;
}

body {
    background: white;
    font-family: Tahoma;
    font-size: 9pt;
    color: black;
}

#header {
    width: 890px;
    height: 120px;
    margin: 0px auto;
    position: relative;
}

#logo {
    width: 165px;
    height: 109px;
    background: url('../images/logo.png');
    position: absolute;
    top: 5px;
    left: 10px;
}

#search-language-bar {
    width: 400px;
    height: 44px;
    position: absolute;
    top: 3px;
    right: 5px;
}

.lang {
    height: 44px;
    padding: 0px 5px;
    float: right;
    display: block;
    line-height: 44px;
    font-size: 9pt;
    color: #7a7272;
    text-decoration: none;
}

.lang-split {
    height: 44px;
    float: right;
    display: block;
    line-height: 44px;
    font-size: 9pt;
    color: #7a7272;
    font-weight: bold;
}

.lang-active {
    background: url('../images/active-language.png') no-repeat center center;
    font-weight: bold;
}

.search-split {
    width: 4px;
    height: 44px;
    background: url('../images/search-splitter.png');
    margin: 0px 5px 0px 10px;
    float: right;
}

.search-bar {
    width: 157px;
    height: 20px;
    background: url('../images/search.png');
    margin: 8px 0px;
    padding: 4px 30px 4px 8px;
    border: 0px;
    float: right;
    color: #888;
}

#our-contacts {
    height: 20px;
    position: absolute;
    bottom: 10px;
    right: 10px; 
    font-family: Arial;
    font-size: 11pt;
    color: #7a7272;
    text-decoration: none;
}

#navigation {
    width: 888px;
    height: 52px;
    margin: 1px auto 0px;
    position: relative;
}

.navigation-split {
    width: 2px;
    height: 52px;
    background: #b6b3b3;
    position: absolute;
    bottom: 0px;
}

.navigation-split-1 {
    left: 176px;
}

.navigation-split-2 {
    left: 354px;
}

.navigation-split-3 {
    left: 532px;
}

.navigation-split-4 {
    left: 710px;
}

.link {
    width: 176px;
    height: 52px;
    display: block;
    position: absolute;
    bottom: 0px;
    line-height: 52px;
    text-align: center;
    text-decoration: none;
    color: white;
    font-family: Arial;
    font-size: 11pt;
    font-weight: bold;
}

.link-1 {
    background: url('../images/navigation.png') no-repeat 0px 0px;
    left: 0px;
}

.link-2 {
    background: url('../images/navigation.png') no-repeat 0px -52px;
    left: 178px;
}

.link-3 {
    background: url('../images/navigation.png') no-repeat 0px -52px;
    left: 356px;
}

.link-4 {
    background: url('../images/navigation.png') no-repeat 0px -52px;
    left: 534px;
}

.link-5 {
    background: url('../images/navigation.png') no-repeat 0px -104px;
    left: 712px;
}

.link:hover {
    color: #dbf619;
}

.link-1-active {
    background: url('../images/link-1-hover.png') no-repeat;
    padding-top: 10px;
    padding-left: 4px;
    padding-bottom: 9px;
    padding-right: 14px;
    left: -4px;
    bottom: -9px;
    z-index: 2;
}

.link-2-active {
    background: url('../images/link-other-hover.png') no-repeat;
    padding-top: 14px;
    padding-left: 3px;
    padding-bottom: 7px;
    padding-right: 14px;
    left: 175px;
    bottom: -7px;
    z-index: 2;
}

.link-3-active {
    background: url('../images/link-other-hover.png') no-repeat;
    padding-top: 14px;
    padding-left: 3px;
    padding-bottom: 7px;
    padding-right: 14px;
    left: 353px;
    bottom: -7px;
    z-index: 2;
}

.link-4-active {
    background: url('../images/link-other-hover.png') no-repeat;
    padding-top: 14px;
    padding-left: 3px;
    padding-bottom: 7px;
    padding-right: 14px;
    left: 531px;
    bottom: -7px;
    z-index: 2;
}

.link-5-active {
    background: url('../images/link-5-hover.png') no-repeat 0px 0px;
    padding-top: 10px;
    padding-left: 4px;
    padding-bottom: 11px;
    padding-right: 13px;
    left: 708px;
    bottom: -11px;
    z-index: 2;
}

#main-content-top {
    width: 906px;
    height: 9px;
    background: url('../images/main-content-top.png') no-repeat;
    margin: 0px auto;
}

#green-line {
    width: 890px;
    height: 9px;
    background: url('../images/green-line.png') no-repeat;
    margin: 0px auto;
}
#main-content p
{
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#main-content {
    width: 890px;
    background: url('../images/main-content.png') repeat-y;
    margin: 0px auto;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 400px;
}

#main_box{
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 650px;
	border: 2px solid #999;
	margin-left: 10px;
	float: left;

	border-radius: 50px 20px 20px 20px;
	
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright : 20px;
	-moz-border-radius-bottomleft: 20px;
	
	-moz-webkit-radius-topleft: 50px;
	-moz-webkit-radius-topright: 20px;
	-moz-webkit-radius-bottomright : 20px;
	-moz-webkit-radius-bottomleft: 20px;
	
	-moz-khtml-radius-topleft: 50px;
	-moz-khtml-radius-topright: 20px;
	-moz-khtml-radius-bottomright : 20px;
	-moz-khtml-radius-bottomleft: 20px;
	
}

#login_box
{
	width: 190px;
	float: right;
}

#login_box input[type="text"], #login_box input[type="password"]
{
	background: url('../images/input_background.jpg');
	border: 2px solid #ccc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
	outline:none;
	padding-bottom: 8px;
	width: 147px;
	margin-bottom: 5px;
	font-size: 15px;
}

#login_box input[type="button"]
{
	background: url('../images/login_button.png');
	outline: none;
	width: 21px;
	height: 21px;
	border: 0;
}

#main-content-bottom {
    width: 906px;
    height: 8px;
    background: url('../images/main-content-bottom.png');
    margin: 0px auto;
}

#bottom-content {
    width: 907px;
    height: 270px;
    background: url('../images/bottom.png') no-repeat bottom left;
    margin: 0px auto;
    position: relative;
}

.bottom-title {
    text-align: center;
    line-height: 34px;
    color: #948e8e;
    font-size: 11pt;
    font-family: Arial;
    font-weight: bold;
}

#specials-title {
    width: 288px;
    height: 33px;
    position: absolute;
    top: 10px;
    left: 12px;
}

#specials-content {
    width: 288px;
    height: 213px;
    position: absolute;
    top: 47px;
    left: 12px;
	padding-left: 10px;
}

#ads-title {
    width: 288px;
    height: 33px;
    position: absolute;
    top: 10px;
    left: 310px;

}

#ads-content {
    width: 288px;
    height: 213px;
    position: absolute;
    top: 47px;
    left: 310px;
	padding-left: 10px;
}



#news-title {
    width: 288px;
    height: 33px;
    position: absolute;
    top: 10px;
    left: 608px;
}

#news-content {
    width: 288px;
    height: 213px;
    position: absolute;
    top: 47px;
    left: 608px;
	padding-left: 10px;
}