﻿/* for UK Open house event june 2011 */

.pgContent-left
{
    margin-top: 248px; 
    margin-left: 20px; 
    margin-bottom: 15px; 
    color: #ffffff; 
    width: 403px; 
    font-size: 12px;
    font-family: Verdana; 
    float: left;
}

.pgContent-left p
{
    margin: 0; 
    width: 180px; 
    float: left; 
    font-size: 10px;
    min-height: 46px;
    font-weight: bold;
}
.pgContent-left p span
{
    color: #ff5901;
    font-weight: normal;    
}
.pgContent-right
{
   float: left; 
   width: 343px; 
   padding: 25px 0 0 60px; 
}

/*** for Experience more page ***/
#prodLinks
{
    padding: 0 0 0 0px;
    float: left;
    width: 400px;
    margin: 60px 0 0px 0;
}
#prodLinks a
{
    float: left;
}
#prodLinks a .links
{
    width: 195px;
    height: 150px;

}
#prodLinks .contact-mazak
{
    padding-left: 5px;
    height:45px;
    
}
#prodLinks .contact-mazak a img
{
    padding-right: 10px;
}

.boldIntro
{
    margin: 120px 0 0 0;
    padding:0 0 0 0;
    float: left;
    
}



.boldIntro p
{
    color: #636466;
    line-height: 17px;
    margin: 0;
   padding: 10px 0 25px 0;
    width: 395px;
    font-size: 12px;
    letter-spacing: -1px;
}
.prizes
{
    margin-top: 20px;
    height: 115px;
}
.prizes ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.prizes ul li
{
    float: left;
}
.prizes ul li a img
{
    border: none;
}
.prizes p.tandc
{
    padding: 30px 0 0 0;
    margin: 0px 0 0 0;
    color: #636466;
    font-size: 10px;
    line-height: normal;
}
.prizes p.tandc a
{
    color: #ff5901;
    text-decoration: none;
}
.prizes p.tandc a:hover
{
    text-decoration: underline;
}
.small
{
    color: #636466;
    padding: 0px 0 0 110px;
    font-size: 10px;
    letter-spacing: -1px;
}
/**********************************/
.smaller
{
    font-size: 12px;
    color: #636466;
    font-weight: normal;
}


*html .boldIntro, *html #prodLinks .contact-mazak, *html .small /* ie6 fix */
{
    position: relative;
    left: -20px;
}

/* for hover over images */
.ddimgtooltip{
box-shadow: 3px 3px 5px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 3px 3px 5px #818181;
-moz-box-shadow: 3px 3px 5px #818181;
display:none;
position:absolute;
background:white;
z-index:2000;
padding: 0;
left: 30px;
color: #636466;
}
