/* 
    Document   : block
    Created on : Dec 9, 2008, 2:03:12 PM
    Author     : mafias
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


body {
    background-color:#222222;
    text-align:center;
}


#main{
       width:973px;
       background:#ffffff;
       margin-left:auto;
       margin-right:auto;
       font-size:13px;font-family:"Trebuchet MS" ,"Times New Roman", serif;
       color:#ffffff;
       position:relative;
       text-align:left;
}

#header .top{padding:0px 0 0 0px;height:120px}

h1 {
	font-size: 48px;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

.red {
	color:#ED2C23;
}
.style1 {font-family: "Trebuchet MS"; 	font-size: 10 px; color:#fff; }
.style3 {font-family: "Trebuchet MS"; font-weight: bold; font-size: 10 px; color:#fff; }


.googleMap{display:none;z-index:100;position:absolute;top:20px;left:20px;width:425px;height:365px;border:4px solid #333;background:#fff}


a
{
  outline: none;
  color:#fff
}

#content{
    background:#000 url(../images/bg.jpg) no-repeat;width:973px;position:relative;
    min-height:596px;
    _height:596px; 
}


#content .linkContener{padding:5px 0 0 32px;}
#content .linkContener a{height:39px}
#content .contenText{padding:15px 0 0 35px}
.space{margin-top:10px}
#content  a{color:#fff;text-decoration:none}
#content .el{float:left;padding:0 20px 0 0;width:300px}
#content .elhome{float:left;padding:0 20px 0 0;width:287px}
#content .elstores{float:left;padding-right:25px;padding-bottom:27px;width:250px}
#footer{height:24px;background:#333333;font-size:11px;padding-top:5px}

