@import "typography.css";
@import "layout.css";
@import "extras.css";
@import "wireframe.css"; /* ### DO NOT INCLUDE INTO LIVE SITE ### */

/* !Generals */
#content{
width: 980px;
margin: 0 auto;
overflow: hidden;
}
#header{
background: #000;
padding: 10px 20px;
}
#branding{
margin: 0;
overflow: hidden;
}
#branding h1{
color: #fff;
font-family: "Trebuchet MS";
font-size: 4em;
font-weight: normal;
margin: 0;
line-height: 100%;
letter-spacing: -2px;
}
#branding span{
color: #fff;
font-size: 1.2em;
letter-spacing: -1px;
margin: 0;
}
#primary{
background: url(../images/layout/home_page_mobile_illustration.png) 0 0 no-repeat;
overflow: hidden;
margin: 40px 0 0 0;
}
.primCont{
width: 625px;
padding: 0 0 0 20px;
float: right;
border-left: 1px solid #ccc;
}
.primCont h3{
font-size: 2.5em;;
font-family: "Trebuchet MS";
font-weight: normal;
margin: 0;
line-height: 100%;
}
#inner .primCont h3{
margin-left:20px;
}
.primCont span{
font-size: 3em;
line-height: 100%;
font-weight: bold;
font-family: Tahoma;
color: #cc0000;
}
#inner .primCont span{
margin-left:20px;
}
.eighteen{
display: block;
background: url(../images/layout/18_banner.png) 0 100% no-repeat;
width: 361px;
height: 84px;
text-indent: -9999px;
}
#inner .eighteen{
margin-left:20px;
}
.primCont h4{
font-family: Tahoma;
font-weight: normal;
margin: 10px 0 0 0;
font-size: 1.6em;
}
.primCont p{
margin: 0;
}
.primCont ul{
overflow: hidden;
margin: 5px 0 35px 0;
}
.primCont ul li{
display: block;
width: 285px;
float: left;
background: url(../images/layout/list_bulletin.png) 0 50% no-repeat;
padding: 0 0 0 25px;
margin: 0 0 10px 0;
}
.primCont ul li{
color: #444;
text-decoration: none;
font-size: .9em;
}
.caller{
clear: both;
overflow: hidden;
display: block;
width: 100%;
line-height: 101px;
text-align: center;
color: #ffcc00;
text-shadow: 2px 2px 0 #000;
font-size: 4em;
text-transform: uppercase;
font-family: Tahoma;
background: url(../images/layout/seller_gradient.png) 0 0 repeat-x;
}
#secondary{
overflow: hidden;
margin: 10px 0 0 0;
}
#secondary h3{
font-family: Tahoma;
font-size: 2em;
font-weight: normal;
margin: 0;
}
#secondary h3 a{
color:#343434;
text-decoration:underline;
}
#secondary p{
margin: 0 0 20px 0;
}
#inner #secondary p{
margin:20px 0 10px;
}
#footer{
background: #000;
padding: 10px 20px;
}
#footer h3{
color: #fff;
font-family: Tahoma;
letter-spacing: -1px;
margin: 0;
line-height: 100%;
font-size: 2em;
font-weight: normal;
}
#footer h3 a{
color:#fff;
text-decoration:none;
}
#footer ul{
margin: 5px 0;
overflow: hidden;
}
#footer ul li{
display: inline;
color: #fff;
}
#footer ul li a{
font-size: .9em;
color: #fff;
text-decoration: none;
line-height: 120%;
}
#inner #primary{
background: url(../images/layout/inner_illustration.png) 0 0 no-repeat;
min-height: 220px;
}
#inner .primCont{
border: none;
}
#inner #secondary{
margin: 0;
}
#inner #secondary h3{
background: url(../images/layout/inner_h3_bg.png) 0 0 repeat-x;
line-height: 61px;
margin: 0;
padding: 0 20px;
}

.topLeft {
float:left;
}
.topRight {
float:right;
font-size:1.4em;
text-align:center;
}
