/*----------------------------------------------------*/
/* General structure */
/*----------------------------------------------------*/

#top {
	height: 100px; width: 780px;
	text-align: left;
	vertical-align: bottom;
}
#top h1#main-header {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -350px;
	font-size: 12px;
	font-weight: normal;
}
#top h1#main-header a {
	color: #ff8c47;
}
#top h1#main-header a:hover {
	text-decoration: none;
}

#top img {
	clear: left;
}
#top iframe#topimg {
	float: right;
	width: 486px; height: 100px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: none;
}

#leftside {
	float: left;
	width: 242px;
	text-align: center;
	padding: 0 0 0 10px;
}
#leftside p.moto {
	font-size: 11px;
	font-weight: normal;
	color: #ac5d15;
	padding: 5px 2px;
	margin: 3px 0;
	background-color: White;
	BACKGROUND: url(images/bg_h2.jpg) no-repeat center 50%;
	HEIGHT: 26px;
	line-height: 13px;
	text-align: center;
	text-indent: 0;
}

#content {
	float: right;
	width: 520px;
}
#content ul li {
	color: #664642;
}

/*----------------------------------------------------*/
/* Navigation */
/*----------------------------------------------------*/

#navigation {
	height: 45px;
	background: url(images/bg_navig.jpg) no-repeat top right;
	text-align: right;
	padding: 6px 15px 0 0;
}
#navigation a {
	margin: 0 22px 0 4px;
	text-decoration: none;
	color: #a12819;
	font-weight: bold;
}
#navigation a:hover {
	color: #e66315;
}
#new-names {
	margin: 0 10px 15px 10px;
	line-height: 16px;
	font-size: 8px;
	font-family: Courier, 'Courier New', sans-serif;
	font-weight: normal;
	/*color: #663333;*/
	border: 1px solid #a12819;
	padding: 10px;
	text-align: justify;
}
#new-names hr {
	color: #a12819;
	height: 1px
}
#new-names span {
	FONT-SIZE: 4px;
	line-height: 300%;
}
#new-names p {
	text-align: center;
	FONT-FAMILY: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold
}
#label {
	font-size: 12px;
	font-color: #664642;
}
#label li {
	color: #664642;
	font-size: 12px;
}
/*----------------------------------------------------*/
/* Left side */
/*----------------------------------------------------*/

.leftbox {
	width: 242px;
	clear: left;
	text-align: left;
	background-color: #fffccf;
	// margin: 0 0 11px 0;
	padding-bottom: 5px;
}
.leftbox ul {
	float: left;
	width: 105px;
	background-color: #fffccf;
	padding: 6px 0 8px 16px;
	list-style: none;
	margin: 0 0 11px 0;
}
.leftbox ul li {
	font-size: 14px;
	text-align: left;
	margin: 0;
	padding: 0 0 2px 10px;
	background: url(images/marker.gif) no-repeat left center;
}
.leftbox ul li a {
	color: #ac5d15;
}
.leftbox ul li a:hover {
	color: #ff8136;
}

.leftbox ul.news {
	width: 222px;
	padding: 6px 4px 8px 16px;
}
.leftbox ul.news li {
	font-size: 12px;
	color: #ff9533;
	padding: 4px 0 3px 10px;
	background: url(images/marker.gif) no-repeat 0px 7px
}

/*----------------------------------------------------*/
/* Copyright */
/*----------------------------------------------------*/

#bottom {
	height: 41px; width: 780px;
	clear: both;
	background: url(images/bg_bottom.jpg) no-repeat center right;
	padding-top: 3px;
	border-top: solid 11px White;
}
#bottom p {
	text-align: center;
	font-size: 11px;
	color: #a85c53;
	line-height: 14px;
	padding: 0 0 0 40px;
	margin: 0;
}




.attn-text {
	margin: 7px 30px;
	line-height: 18px;
	font-size: 10px;
	font-family: Courier, 'Courier New', sans-serif;
	font-weight: normal;
	border: 1px solid #a12819;
	padding: 10px;
	text-align: center;
}



/*----------------------------------------------------*/
/* KENT & MARLBORO */
/*----------------------------------------------------*/

.brandbox {
	position: relative;
}
#kent {
	position: absolute;
	top: 0;
	right: 28px;
}
#kent-convertibles {
	width: 580px;
}
#kent-convertibles h5 {
 	font-size: 24px;
	color: #67c9eb;
}

#marlboro {
	position: absolute;
	top: 0;
	right: 28px;
}
#marlboro-ice {
	width: 300px;
}
#marlboro-ice h5 {
 	font-size: 24px;
	color: #3b55bb;
}



body {
	position: relative;
}

#specialtext {
	z-index: 1000000; 
	position: absolute; 
	bottom: 25px; 
	left: 50%;
	width: 757px;
	height: 70px;
	overflow: scroll;
	overflow-x: hidden;
	margin: 0 0 -120px -380px;
	padding: 0 5px 0 0;
}
#specialtext h1,
#specialtext h1 a,
#specialtext h1 a:hover,
#specialtext h2,
#specialtext h2 a,
#specialtext h2 a:hover,
#specialtext h3,
#specialtext h3 a,
#specialtext h3 a:hover {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #efbf51;
	background-image: none;
	padding: 5px 0 3px 0;
	margin: 0;
}
#specialtext p,
#specialtext p a,
#specialtext p a:hover {
	font-size: 11px;
	line-height: 110%;
	text-align: justify;
	text-indent: 0;
	color: #efbf51;
	padding: 0 0 5px 0;
	margin: 0;
}



