@import '../reset.css';

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	background-color: #ebebeb;
}
h2 {
	color: #f00;
	font-size: 1.7em;
	font-family: Georgia;
	font-weight: normal;
	float: left;
}
a {
	color: #f00;
	text-decoration: none;
}
a.learn_more {
	background: transparent url(/images/btn_arrow.gif) 0px 52% no-repeat;
	text-indent: 15px;
	padding: 7px 0;
	display: block;
	font-size: .85em;
}
a.learn_more:hover {
	color:#000;
	background: transparent url(/images/btn_arrow_on.gif) 0px 52% no-repeat;
}
a.view_all {
	background: transparent url(/images/btn_arrow-large.gif) 20px 50% no-repeat;
	display: block;
	float: right;
	width: 85px;
	padding: 3px 0;
	text-indent: 40px;
	font-size: 1.1em;
}
a.view_all:hover {
	background: transparent url(/images/btn_arrow-large_on.gif) 20px 50% no-repeat;
	color:#000;
}

#container_wrapper {
    background: #fff;
	
}
#container_main {
    margin: 0px auto;
    width: 920px;
}

#container_search,
#container_brand,
#container_footer,
#content {
    margin: 0px auto;
    width: 786px;
}
#content {
    padding: 10px 0 20px 0;
}
/*
 * -----------------------------------------------------------------------------
 * SEARCH
 * -----------------------------------------------------------------------------
 */

#container_search {
	height: 37px;
	padding: 16px 0 0 0;
	text-align: right;
}
#search input.text {
	background: #ebebeb;
	border: 1px solid #dcdcdc;
	color: #666;
	font-size: 1em;
	height: 16px;
	padding: 3px 0 0 2px;
	width: 208px;
	float: right;
}
input.button_search {
	float: right;
	padding: 0 0 0 5px;
}
/**
 * -----------------------------------------------------------------------------
 * BRANDING
 * -----------------------------------------------------------------------------
 */
h1 {
    float: left;
}
#container_branding {
	background-image: url(../images/logo150.gif);
	background-position: 42px 15px;
	background-repeat:no-repeat;
	}
#container_branding h1 a {
	background: transparent url(/images/logo.gif) 3px 0px no-repeat;
	display: block;
	height: 40px;
	text-indent: -9999px;
	width: 214px;
}
/**
 * -----------------------------------------------------------------------------
 * MOVIE AREA 
 * -----------------------------------------------------------------------------
 */
#container_movie {
    width: 920px;
    overflow: hidden;
    font-size: 1.5em;
    padding: 10px 0;
	background-image: url(/images/starkhome.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	margin-bottom:10px;
}
/**
 * -----------------------------------------------------------------------------
 * NAVIGATION MAIN
 * -----------------------------------------------------------------------------
 */
#navigation_main {
	float: right;
	width: 438px;
    
}
#navigation_main li {
	float: left;
    padding: 17px 0 0 0;
}
#navigation_main li#home_navigation a {
	width: 80px;
}
#navigation_main li#lifestyle_navigation a {
	width: 130px;
}
#navigation_main li#products_navigation a {
	width: 98px;
}
#navigation_main li#visit_navigation a {
	width: 76px;
}
#navigation_main li#contact_navigation a {
    width: 54px;
}
#navigation_main li a {
	color: #000;
	display: block;
	font-size: 1.4em;
	text-decoration: none;
}
#navigation_main li a:hover {
    color: #f00;
    font-weight: bold;   
}
#navigation_main li a.selected {
	font-weight: bold;
}
#navigation_main li a.selected:hover {
    color: #000;
	font-weight: bold;
}

#navigation_main li ul {
	width: 200px;
	height: 50px;
	background: transparent url(/images/navi_shwa.gif) 0px 0px no-repeat;
	color: #fff;
	position: absolute;
}
#navigation_main li ul li {
	background: #f00;
	width: 190px;
    padding: 0;
    margin: 0;
}
#navigation_main li ul li:first-child,
* html #navigation_main li ul li.first {
	margin: 12px 0 0 0;
}
#navigation_main li ul li a {
	color: #fff;
	display: block;
	font-size: 1.2em;
    width: 170px !important;
	font-weight: normal;
	padding: 5px 0 5px 16px;
}
#navigation_main li ul li a:hover {
	font-weight: bold;
    color: #fff;
}
#navigation_main li ul li:first-child  a{
	padding: 20px 0 5px 16px;
}
#navigation_main li ul li:last-child a {
	padding: 5px 0 15px 16px;
}
/**
 * -----------------------------------------------------------------------------
 * CONTENT ROTATOR
 * -----------------------------------------------------------------------------
 */
a.btn_left {
	width: 13px;
	height: 14px;
	float: left;
	display: block;
	text-indent: -9999px;
}
a.btn_right {
	width: 13px;
	height: 14px;
	float: left;
	display: block;
	text-indent: -9999px;
}
#update_bar {
	float: left;
	width: 290px;
	height: 15px;
}
#update_bar div#dongle {
	width: 15px;
	height: 15px;
	background: #a91c2a;
	text-indent: -9999px;
	position: relative;
}
#container_rotator {
	float: left;
	width: 322px;
	padding: 0 10px 0 0;
	overflow: hidden;
	position: relative;
}
#rotator_content {
	background: transparent url(/images/background_scroller.gif) 0px 0px no-repeat;
	width: 740px;
}
#rotator_content dl {
	float: left;
	padding: 5px 0 0 0;
	width: 115px;
	position: relative;
}
#container_rotator dl dd p a {
	background: transparent url(/images/btn_carrot.gif) 0px 50% no-repeat;
	color: #f00;
	text-indent: 10px;
	display: block;
}
#container_rotator dl dd p a:hover {
	background: transparent url(/images/btn_carrot_on.gif) 0px 50% no-repeat;
	color: #000;
}
#container_rotator dl dd p {
	color: #666;
	width: 90px;
}

/**
 * -----------------------------------------------------------------------------
 * CONTENT CALLOUTS
 * -----------------------------------------------------------------------------
 */
#container_callouts dl {
	width: 110px;
	padding: 0 0 0 3px;
	float: left;
}
#container_callouts dl dt {
	color: #de1b1b;
	font-family: Georgia;
	font-size: 1.5em;
	line-height: 1em;
	padding: 0 10px 7px 10px;
}
#container_callouts dl dd {
	color: #9c9c9c;
	padding: 0px 10px;
	font-size: 1.3em;
	line-height:1.2em;
}



/**
 * -----------------------------------------------------------------------------
 * CONTENT ANCILLARY
 * -----------------------------------------------------------------------------
 */
#container_footer ul {
	padding: 30px 0 5px 0;
}
#container_footer ul li {
	color: #8c8c8c;
	display: inline;
}
#container_footer ul li a {
	color: #8c8c8c;
	font-size: 1.2em;
}
#container_footer ul.secondary {
	padding: 0 0 10px 0;
}
#container_footer ul.secondary li {
	color: #b2b2b2;
	display: inline;
}
#container_footer ul.secondary li a {
	color: #b2b2b2;
	font-size: .95em;
}

