﻿#contentContainer {
    background: #F0F0F0 url(/Assets/Design/Images/HomeContentAreaBackground.png) bottom left no-repeat;
}

#mainContent div.break {
	width: 675px;
}

#header
{
    width: 370px;
    height: 125px;
    margin: 15px 0;
    background: transparent url(/Assets/Design/Images/Fiery/Home/hero_grey.jpg) no-repeat;
    padding: 85px 305px 0 0;
    text-align: right;
    color: #000;
    float: left;
    cursor: pointer;
}
#header:hover {
    background: transparent url(/Assets/Design/Images/Fiery/Home/hero_orange.jpg) no-repeat;
}

#header h1 {
    font-size: 25px;
    margin: 0;
    font-weight: bold;
    letter-spacing: -0.01em;
    font-family: "Univers LT Std 65", "Univers LT Std", Univers;
    text-shadow: 1px 1px White;
}

#header h1 em {
    font-size: 33px;
    color: #0096db;
    font-style: normal;
}

#header h2 {
    font-size: 25px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    color: #000;
}

#header a {
	display: block;
    font-size: 11px;
    color: #000;
    margin: 0;
}

#header a cufontext {
	text-indent: -9999px !important;
}

.box {
    width: 184px;
    height: 327px;
    float: left;
    background: transparent url(/Assets/Design/Images/Fiery/Home/homepage_box.jpg) no-repeat;
    margin: 0 16px 15px 0;
    padding: 18px 15px 0 15px;
    /*position: relative;*/
    display: block;
    text-decoration: none;
}

.box:hover {
    background: transparent url(/Assets/Design/Images/Fiery/Home/homepage_box_orange.jpg) no-repeat;
}

#mainContent .box:hover .p {
    color: #fff;
}

.box.last {
    margin: 0 0 0 1px;
}

.box .h2 {
    font-size: 15px;
    margin: 0;
    color: #fff;
    font-weight: bold;
}

.box img {
    margin: 15px 0 12px -3px;
    border: 0 solid;
}

#mainContent .box .p {
    color: #4d4e53;
    font-size: 12px;
    margin: 0;
}

#mainContent .box .p span {
    text-decoration: underline;
}

.box .efistore {
    height: 27px;
    width: 113px;
    text-indent: -9999px;
    background: transparent url(/Assets/Design/Images/Fiery/Home/efistore.png) no-repeat;
    margin: 10px 0 0 35px;
}
