@charset "utf-8";

/******************************************** 
* Styles for the Index page
*********************************************/

html, body{
color:#cccccc;
}

h1{
font-size:21px;
margin:0 0 25px 0;
}

p a, p a:hover, p a:active, p a:visited{
color:#cccccc;
text-decoration:underline;
}

p a:hover, p a:active{
color:#cccccc;
}

.content{
height:280px;
overflow:hidden;
}

.content-row{
background-color:#000000;
border:0;
padding:0;
}

.lcopy{
width:610px;
padding-left:5px;
margin:50px 0 50px 0;
}

.rcopy{
border-left:1px solid #4d503f;
position:static;
padding:42px 0 100% 20px;
width:272px;
}

.content-row2{
width:100%;
background-image: url(../images/bg.png);
background-repeat: repeat;
border-bottom:1px solid #4d503f;
padding:0 0 50px 0;
border-top:1px solid #313131;
}

.brand{
background-image:url(../images/home-img.png);
background-repeat:no-repeat;
width:912px;
height:283px;
margin:0 auto;
}

.tag{
background-image:url(../images/bg-trans.png);
background-repeat:repeat;
width:867px;
height:62px;
margin:188px 0 0 0;
padding:18px 0 0 45px;
position:absolute;
}

.brand p{
margin:0;
}
