*
{
    margin: 0;
    padding: 0;
}

html, body
{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #585858;
    font-size: 13px;
    line-height: 18px;
    background: #880000 url(../img/background_home.png) repeat-y top center; 
    padding: 0;
    margin: 0;
}

img
{
    border: 0;
    outline: none;
}

a,
a:visited
{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: inherit;
    color: #F93;
    font-weight: bold;
    display: inline;
    text-decoration: none;
    border-bottom: 1px solid #c80d00;
}

a:hover {
    color: #ffffc8;
    border-bottom: 1px solid #fa2500;
}

a:focus { outline: none; }

h2
{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 36px;
    color: #FFF;
    line-height: 32px;
    display: inline;
    float: left;
}

h3
{
    font-size: 16px;
    color: #FFF;
    display: block;
    margin: 14px 0 7px 0;
    padding: 0;
}

.breaker { clear: both; overflow: hidden; }

.bar
{
    width: 100%;
    height: 20px;
    background-color: #FFF;
    margin: 0;
}

#mast
{
    width: 1002px;
    margin: 0 auto;
    padding: 10px 0 0 0;
    background: transparent url(../img/bg_top_home.png) no-repeat top center; 
}

#header
{
    width: 972px;
    margin: 40px auto 0 auto;
    padding: 0 20px 0 20px;
    height: 145px;
    background: transparent url(../img/index_logo.png) no-repeat top left;
    text-indent: -99999px;
}

#container
{
    width: 1002px;
    margin: 0 auto;
}

#container_two
{
    width: 1002px;
    margin: 0 auto;
    padding: 50px 0 0 0;
    background: transparent url(../img/bg_middle_home.png) no-repeat top center;     
}

#container a img
{
    border-bottom: none;
    text-decoration: none;
}

#container p { margin-bottom: 10px; }

#description
{
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-align: left;
    width: 1002px;
    padding-bottom: 30px;
    color: #FFF;
    font-size: 26px;
    line-height: 40px;
    letter-spacing: -0.03em;
}

#description p { display: inline; }

#whatsnew
{
    list-style: none;
    display: inline;
    text-align: left;
    list-style-position: inside;
}

.column
{
    float: left;
    width: 236px;
    margin-right: 8px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #FFF;
    display: inline;
    line-height: 20px;
}

.column img { border: 3px solid #FFF; }

.column a,
.column a:hover,
.column a:visited
{
	background: none;
	border: none;
	text-decoration: none;
}

.column p a,
.column p a:visited
{
    text-decoration: none;
    border-bottom: 1px solid #c80d00;
}

.column p a:hover { border-bottom: 1px solid #fa2500; }

.type2
{
    width: 236px;
    margin-left: 8px;
}

#footer
{
    margin-top: 38px;
    margin-bottom: 15px;
    width: 100%;
    min-height: 30px;
    border-top: 1px solid #c80d00;
    padding-top: 15px;
    font-size: 12px;
    color: #FFF;
}

#footer p
{
    margin: 0;
    padding: 0;
    display: block;
    float: left;
}

#footer ul.social
{
    list-style: none;
    float: right;
    display: inline;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

#footer ul.social li { display: inline; }

a.linkedin {
    float: right;
    display: block; 
    width: 16px; 
    height: 16px; 
    background: transparent url(../img/linkedin.png) no-repeat;
    border: none;
    margin-left: 10px;
}

a.linkedin:hover { background-position: 0 -16px; }

a.twitter {
    float: right;
    display: block; 
    width: 16px; 
    height: 16px; 
    background: transparent url(../img/twitter.png) no-repeat;
    border: none;
    margin-left: 10px;
}

a.twitter:hover { background-position: 0 -16px; }

a.youtube {
    float: right;
    display: block; 
    width: 16px; 
    height: 16px; 
    background: transparent url(../img/youtube.png) no-repeat;
    border: none;
    margin-left: 10px;
}

a.youtube:hover { background-position: 0 -16px; }

a.mobileme {
    float: right;
    display: block; 
    width: 16px; 
    height: 16px; 
    background: transparent url(../img/mobileme.png) no-repeat;
    border: none;
    margin-left: 10px;
}

a.mobileme:hover { background-position: 0 -16px; }

a.dribbble {
    float: right;
    display: block; 
    width: 16px; 
    height: 16px; 
    background: transparent url(../img/dribbble.png) no-repeat;
    border: none;
    margin-left: 10px;
}

a.dribbble:hover { background-position: 0 -16px; }


li
{
    padding-bottom: 5px;
    margin-bottom: 20px;
}
