﻿
#introText
{
    margin: 0 20px 30px 30px;
}
#introText p
{
    color: #cacdcf;
    font-size: 12px;
    text-align: justify;
    line-height: 20px;
}
#logoText
{
    padding: 5px 3px;
}
#logoText p
{
    text-align: right;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px;
}
#mainImage
{
    height: 430px;
    width: 420px;
    vertical-align: bottom;
}

.mainpage-list > li
{
    margin: 10px 0;
}

.main-signup-button
{
    cursor: pointer;
    display: block;
    background-image: url(/Images/Style/Login/signup-button.png);
    width: 93px;
    height: 49px;
    position: relative; /*text-align:center;*/
}
.main-signup-button-inner
{
    position: absolute;
    top: 10px;
    left: 15px;
    font-weight: bold;
    font-size: 16px;
    font-family: Arial, Verdana, Sans;
}
a.main-signup-button-link
{
    color: #fff;
}
a.main-signup-button-link:hover
{
    text-decoration: none;
}


.module-download > .input_text
{
    position: absolute;
    width: 133px;
}


.module-download > .download-button
{
    border: none;
    background-image: url(/Images/Style/Login/download-button.png);
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    padding: 7px 0 12px 0;
    position: absolute;
    top: 35px;
    right: 0px;
    width: 79px;
    cursor: pointer;
    text-align: center;
}

/*  CSS za sliite sto rotiraat */

.slideshow
{
    height: 355px;
    margin: auto;
    width: 960px;
}

.slideshow img
{
    background-color: Blue;
}

#nav
{
    background-color: #FFFFFF;
    height: 50;
    width: 960;
    left: 0px;
}

#nav li
{
    float: left;
    margin-left: 5px;
}

#nav li img
{
    border: none;
}

.hideElement
{
    display: none;
}



.competitor
{
    margin-left:10px;
    float: left;
    width: 180px;
    height: 35px;
    clear: both;
}
.competitor-image
{
    text-align: right;
    float: left;
    width: 30px;
    height: 30px;
    overflow:hidden;
}
.competitor-name
{
    float: left;
    margin: 5px;
}
.loginHolder
{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-top: -10px;
    padding: 30px 50px 10px 50px;
    background-color: rgba(0, 0, 0, 0.33);
	width: 205px;
	height: 190px;
}
.input_text
{
	width: 	160px;
	height: 20px;
}