@import "../site.css";

/**
 * FLASH
 */

#flash {
    width: 940px;
    height: 350px;
	padding: 0 20px;
	background-color: #fff;
}

/**
 * HOME
 */

#home {
	padding-top: 5px;
	padding-bottom: 16px;
	background-color: #fff;
}

#home td {
	padding-left: 20px;
}

#home h2 {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #323232;
}

#home h2 img {
	display: inline;
}

#home td.brands {
	width: 350px;
}

#home td.news {
	width: 350px;
}

#home td.notice {
	width: 200px;
}

/**
 * FLASH
 */

#flash p {
    font-size: 11px;
    color: #999;
    margin: 100px auto 0 auto;
    text-align: center;
}

#flash p a {
    color: #004682;
    text-decoration: none;
}

/**
 * BRANDS
 */

#brands {
	width: 340px;
	height: 145px;
	padding: 5px;
	background-color: #0b4d87;
	background-image: url(../../Images/pages/carousel_background.png);
}

ul.carousel {
    display: none;
}

#brands div.screen {
    width: 340px;
    height: 109px;
    margin-bottom: 8px;
    cursor: pointer;
    position: relative;
}

#brands div.screen img {
    display: inline;
}

#brands div.screen img.arrow {
    margin-left: 12px;
}

#brands div.screen table.item td {
    vertical-align: middle;
    padding: 0;
}

#brands div.screen table.item td.promo {
    width: 230px;
}

#brands div.screen table.item td.promo a {
    margin-left: 10px;
    color: #fff;
    text-decoration: none;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

#brands div.screen table.item td.promo a.link {
    display: none;
}

#brands table.remote {
    width: 100%;
    height: 28px;
}

#brands table.remote td {
    padding: 0;
}

#brands table.remote td.button {
    width: 16px;
    vertical-align: middle;
}

#brands table.remote td.left {
    text-align: left;
}

#brands table.remote td.right {
    text-align: right;
}

#brands table.remote td.button a {
    display: block;
    width: 16px;
    height: 15px;
}

#brands table.remote td.title {
    color: #fff;
    font-size: 11px;
    padding: 0 10px;
    text-align: center;
}

/**
 * NEWS
 */

#news {
	width: 330px;
	height: 135px;
	padding: 10px;
	background-color: #fe8000;
	background-image: url(../../Images/home/news_background.gif);
}

#news ul {
	list-style-type: none;
}

#news li {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
}

#news li a {
    color: #000;
    font-weight: normal;
    text-decoration: none;
}

#news li a:hover {
    text-decoration: underline;
}

#news li a.link {
    color: #fff;
}

#news li a.link img {
    display: inline;
}

/**
 * NOTICE
 */

#notice {
	width: 180px;
	height: 135px;
	padding: 10px;
	background-color: #7ba714;
	background-image: url(../../Images/home/notice_background.jpg);
	background-position: bottom;
}

#notice.little {
    height: 50px;
}

#notice.little p {
    display: none;
}

#notice select {
	width: 180px;
	height: 18px;
	color: #787878;
	font-size: 1.1em;
	border-top: 1px solid #6b6b6b;
	border-left: 1px solid #6b6b6b;
	border-bottom: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
}

#notice p {
	color: #323232;
	margin-top: 5px;
	font-size: 1.1em;
}

#newsletter {
	width: 180px;
	height: 50px;
	padding: 10px;
	background-color: #C7C6C6;
	background-image: url(../../Images/home/newsletter_background.jpg);
}

#newsletter input {
    width: 175px;
    height: 16px;
    padding-left: 5px;
    border: 1px solid #BDBDBD;
    font-size: 11px;
    color: #787878;
}

#newsletter input.error {
    width: 173px;
    height: 14px;
    border: 2px solid #f00;
}

#newsletter a {
    color: #fff;
    text-decoration: none;
}

#newsletter a img {
    display: inline;
}