@charset "utf-8";

html {
	overflow:scroll;	
	min-height: 100%;
	margin-bottom: 1px;	
	overflow-x:hidden;
}

body {
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	background: #000000 top center url(images/younker_background.jpg) no-repeat;
	background-attachment:fixed;
	margin: 0;
	padding: 0;
}



img, a img {
	border:none;
	outline: none;
}

a {
	color: #fe0000;
	text-decoration:none;
}

a:hover {
	color: #fe0000;
	text-decoration:underline;
}

::selection {
	background: #a2a2a2; /* Safari */
	color:#FFFFFF;
	}
::-moz-selection {
	background: #a2a2a2; /* Firefox */
	color:#FFFFFF;
}

a:active
{
  outline: none;
  border:none;
}

a:focus
{
-moz-outline-style: none;
}

.pre-load-image {
	display: none;
	visibility: hidden;
}

.clear {
	width: 100%;
	clear: both;
}

#container{
	width:732px;
	z-index:10;
	text-align: left;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
}

#header_logo{
	width:702px;
	position:relative;
	z-index:12;
	margin-top:28px;
	margin-left:3px;
	height:65px;
	margin-bottom:5px;
	background:transparent;
	text-align:left;
}

#header_flash{
	width:550px;
	height:110px;
	position:absolute;
	top:-42px;
	left:-54px;
}

#slideshow_border{
	width:702px;
	z-index:100;
	position:relative;
	margin-left:3px;
	background:url(images/slideshow_border.png);
	height:245px;
}

#slideshow_main{
	width:694px;
	z-index:14;
	position:absolute;
	margin-left:5px;
	background:#000000;
	height:240px;
	margin-top:-242px
}

#top_nav{
	width:708px;
	position:relative;
	z-index:20px;
	height:40px;
}

#top_nav-ie6{
	visibility:hidden;
	display:none;
}

#body{
	width:732px;
	position:relative;
	z-index:25px;
	padding-top:27px;
	padding-bottom:15px;
}

#body_left{
	z-index:30;
	width:350px;
	float:left;
	margin-left:3px;
}

#small_slideshow{
	z-index:35px;
	width:350px;
	height:224px;
	margin-bottom:2px;
	background:#ffffff;
}

#icons{
	z-index:37px;
	width:350px;
	height:51px;
	float:left;
	padding-top:14px;
}

#icons_interior{
	z-index:39px;
	width:250px;
	height:50px;
	float:left;
	padding-top:18px;
}

#icons-ie{
	display:none;
	visibility:hidden;
}

#icons-ie2{
	display:none;
	visibility:hidden;
}

#icons_interior-ie{
	display:none;
	visibility:hidden;
}

#icons_interior-ie2{
	display:none;
	visibility:hidden;
}

#body_right{
	z-index:40;
	width:314px;
	float:right;
	margin-right:27px;
}

#home_text_area{
	width:314px;
	z-index:42;
	height:226px;
	background:url(images/home_text.png) no-repeat;
}

#home_text_interior{
	width:273px;
	z-index:43;
	padding-left:20px;
	padding-top:50px;
}

#hoverlinks{
	width:314px;
	z-index:45;
	margin-top:31px;
}

#hoverlinks-ie{
	display:none;
	visibility:hidden;
}

#nav_controll_container{
	width:340px;
	height:30px;
	position:absolute;
	margin-top:188px;
	margin-left:5px;
	background:#000000;
	z-index:999;
	filter: alpha(opacity=50); 
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); 
	-moz-opacity: 0.50; 
	opacity:0.50;
}


/*  ----------------------------------------- Nav Bar -------------------------------------------------------  */

#navigation {
  list-style: none;
}

#navigation li {
  float: left;
}

#navigation a * {
  display: none;
}

#navigation a,
#navigation a .hover {
    height: 40px;
	position: relative;
	display: block;
}

/* individual navigation items */
#navigation a.outside {
	background: url(images/nav_bar_full.png) no-repeat;
  	background-position: 0 0;
  	width: 126px;
}

#navigation .highlight a.outside:hover,
#navigation a.outside .hover {
	background: url(images/nav_bar_full.png) no-repeat;
    background-position: 0 -40px;
    width: 126px;

}

#navigation a.inside {
	background: url(images/nav_bar_full.png) no-repeat;
  	background-position: -126px 0;
  	width: 116px;
  	left:101px;
}

#navigation .highlight a.inside:hover,
#navigation a.inside .hover {
	background: url(images/nav_bar_full.png) no-repeat;
	background-position: -126px -40px;
	width: 116px;
}

#navigation a.announcements {
	background: url(images/nav_bar_full.png) no-repeat;
	background-position: -242px 0;
	width: 196px;
	left:192px;
}

#navigation .highlight a.announcements:hover,
#navigation a.announcements .hover {
	background: url(images/nav_bar_full.png) no-repeat;
	background-position: -242px -40px;
}

#navigation a.calendar {
	background: url(images/nav_bar_full.png) no-repeat;
	background-position: -438px 0;
	width: 141px;
	left:363px;
}

#navigation .highlight a.calendar:hover,
#navigation a.calendar .hover {
	background: url(images/nav_bar_full.png) no-repeat;
	background-position: -438px -40px;
}

#navigation a.contact {
	background: url(images/nav_bar_full.png) no-repeat;
	background-position: -579px 0;
	width: 129px;
	left:479px;
}

#navigation .highlight a.contact:hover,
#navigation a.contact .hover {
	background: url(images/nav_bar_full.png) no-repeat;
	background-position: -579px -40px;
}


/*  ----------------------------------------- Icons -------------------------------------------------------  */

#icons {
  	list-style: none;
}

#icons li {
  	float: left;
}

#icons a * {
  	display: none;
}

#icons a,
#icons a .hover {
  	height: 51px;
	width:351px;
	position: relative;
	display: block;
}

/* individual icons items */
#icons a.newsletter {
  	background-position: 0 0;
  	background: url(images/icon_newsletter_full.png) 0 0 no-repeat;
}

#icons .highlight a.newsletter:hover,
#icons a.newsletter .hover {
  	background: url(images/icon_newsletter_full.png) 0 0 no-repeat;
  	background-position: 0 -51px;
}

#icons a.artwork {
  	background-position: 0 0;
  	background: url(images/icon_artwork_full.png) 0 0 no-repeat;
}

#icons .highlight a.artwork:hover,
#icons a.artwork .hover {
  	background: url(images/icon_artwork_full.png) 0 0 no-repeat;
	background-position: 0 -51px;
}

#icons a.calendar {
  	background-position: 0 0;
  	background: url(images/icon_calendar_full.png) 0 0 no-repeat;
}

#icons .highlight a.calendar:hover,
#icons a.calendar .hover {
  	background: url(images/icon_calendar_full.png) 0 0 no-repeat;
  	background-position: 0 -51px;
}

/*  -----------------------------------------Interior Icons -------------------------------------------------------  */

#icons_interior {
  	list-style: none;
}

#icons_interior li {
  	float: left;
}

#icons_interior a * {
  	display: none;
}

#icons_interior a,
#icons_interior a .hover {
  	height:50px;
	width:250px;
	position: relative;
	display: block;
}

/* individual icons_interior items */
#icons_interior a.newsletter {
  	background-position: 0 0;
  	background: url(images/icon_interior_newsletter_full.png) 0 0 no-repeat;
}

#icons_interior .highlight a.newsletter:hover,
#icons_interior a.newsletter .hover {
  	background: url(images/icon_interior_newsletter_full.png) 0 0 no-repeat;
  	background-position: 0 -50px;
}

#icons_interior a.artwork {
  	background-position: 0 0;
  	background: url(images/icon_interior_artwork_full.png) 0 0 no-repeat;
}

#icons_interior .highlight a.artwork:hover,
#icons_interior a.artwork .hover {
  	background: url(images/icon_interior_artwork_full.png) 0 0 no-repeat;
	background-position: 0 -50px;
}

#icons_interior a.calendar {
  	background-position: 0 0;
  	background: url(images/icon_interior_calendar_full.png) 0 0 no-repeat;
}

#icons_interior .highlight a.calendar:hover,
#icons_interior a.calendar .hover {
  	background: url(images/icon_interior_calendar_full.png) 0 0 no-repeat;
  	background-position: 0 -50px;
}

#icons_interior a.media {
  	background-position: 0 0;
  	background: url(images/icon_interior_media_full.png) 0 0 no-repeat;
}

#icons_interior .highlight a.media:hover,
#icons_interior a.media .hover {
  	background: url(images/icon_interior_media_full.png) 0 0 no-repeat;
  	background-position: 0 -50px;
}

/*  -----------------------------------------Interior Large Icons -------------------------------------------------------  */

#icons_larger {
  	list-style: none;
}

#icons_larger li {
  	float: left;
}

#icons_larger a * {
  	display: none;
}

#icons_larger a,
#icons_larger a .hover {
  	height:130px;
	width:248px;
	position: relative;
	display: block;
	margin-top:40px;
}

#icons_larger2 a,
#icons_larger2 a .hover {
  	height:125px;
	width:248px;
	position: relative;
	display: block;
	margin-top:170px;
	left:-25px;
}

/* individual icons_interior items */
#icons_larger a.mobile {
  	background-position: 0 0;
  	background: url(images/mobile_advantages.jpg) 0 0 no-repeat;
}

#icons_larger .highlight a.mobile:hover,
#icons_larger a.mobile .hover {
  	background: url(images/mobile_advantages.jpg) 0 0 no-repeat;
  	background-position: 0 -130px;
}

#icons_larger2 a.design {
  	background-position: 0 0;
  	background: url(images/design_services-inside.jpg) 0 0 no-repeat;
}

#icons_larger2 .highlight a.design:hover,
#icons_larger2 a.design .hover {
	left:0px;
  	background: url(images/design_services-inside.jpg) 0 0 no-repeat;
	background-position: 0 -125px;
}


/*  ----------------------------------------- Hoverlinks -------------------------------------------------------  */


#hoverlinks {
  	list-style: none;
}

#hoverlinks li {
  	float: left;
}

#hoverlinks a * {
  	display: none;
}

#hoverlinks a,
#hoverlinks a .hover {
  	height: 180px;
	width:157px;
	position: relative;
	display: block;
}

/* individual hoverlinks items */
#hoverlinks a.visibility {
  	background-position: 0 0;
  	background: url(images/hoverlink_visibility_full.png) 0 0 no-repeat;
}

#hoverlinks .highlight a.visibility:hover,
#hoverlinks a.visibility .hover {
  	background: url(images/hoverlink_visibility_full.png) 0 0 no-repeat;
  	background-position: 0 -180px;
}

#hoverlinks a.design {
	left:132px;
  	background-position: 0 0;
  	background: url(images/hoverlink_design_full.png) 0 0 no-repeat;
}

#hoverlinks .highlight a.design:hover,
#hoverlinks a.design .hover {
  	background: url(images/hoverlink_design_full.png) 0 0 no-repeat;
	background-position: 0 -180px;
}


/*  ----------------------------------------- Interior Pages -------------------------------------------------------  */

#interior_body_left{
	z-index:60;
	float:left;
	margin-left:3px;
	width:418px;
}

#interior_text_push img, img a{
	padding:5px;
	background:#FFFFFF;
}


#interior_text_outside{
	width:418px;
	float:left;
	background:url(images/text_background_outside.png) no-repeat;
}

#interior_text_inside{
	width:418px;
	float:left;
	background:url(images/text_background_inside.png) no-repeat;
}

#interior_text_about{
	width:418px;
	float:left;
	background:url(images/text_background_about.png) no-repeat;
}

#interior_text_calendar{
	width:418px;
	float:left;
	background:url(images/text_background_calendar.png) no-repeat;
}

#interior_text_contact{
	width:418px;
	float:left;
	background:url(images/text_background_contact.png) no-repeat;
}

#interior_text_announcements{
	width:418px;
	float:left;
	background:url(images/text_background_announcements.png) no-repeat;
}

#interior_text_artwork{
	width:418px;
	float:left;
	background:url(images/text_background_artwork.png) no-repeat;
}

#interior_text_visibility{
	width:418px;
	float:left;
	background:url(images/text_background_visibility.png) no-repeat;
}

#interior_text_design{
	width:418px;
	float:left;
	background:url(images/text_background_design.png) no-repeat;
}

#interior_text_push{
	margin-top:53px;
	padding-bottom:20px;
	width:370px;
	margin-left:22px;
}

#interior_body_right{
	z-index:70;
	width:271px;
	float:right;
	margin-right:3px;
}

#interior_lightbox{
	width:271px;
	height:172px;
	z-index:72;
}

#footer{
	width:702px;
	margin-top:20px;
	z-index:97px;
	float:left;
	margin-left:3px;
	margin-bottom:20px;
	color:#ffffff;
	font-size:11px;
	text-align:left;
}

#footer a{
	color:#ffffff;
}

#footer a:hover{
	color:#fe0000;
}

/*  ----------------------------------------- Calendar -------------------------------------------------------  */

#calendar_body{
	z-index:60;
	float:left;
	margin-left:3px;
	width:702px;
	background:url(images/calendar.png) no-repeat;
}

#calendar_body_inside{
	z-index:62;
	float:left;
	width:658px;
	margin-top:53px;
	margin-left:22px;
}

/*  ----------------------------------------- Hoverlinks -------------------------------------------------------  */

#footer_icon{
	width:24px;
	height:27px;
	z-index:98px;
	list-style: none;
}

#footer_icon li {
  	float: right;
}

#footer_icon a * {
  	display: none;
}

#footer_icon a,
#footer_icon a .hover {
  	height: 27px;
	width:24px;
	position: relative;
	display: block;
}

/* individual footer_icon items */
#footer_icon a.icon {
  	background-position: 0 0;
  	background: url(images/oneten_footer_full.png) 0 0 no-repeat;
}

#footer_icon .highlight a.icon:hover,
#footer_icon a.icon .hover {
  	background: url(images/oneten_footer_full.png) 0 0 no-repeat;
  	background-position: 0 -27px;
}

/*  ----------------------------------------- Headers -------------------------------------------------------  */

.header{
	font-weight:bold;
	font-size:13px;
}

.header-sub{
	color:#666666;
	font-weight:bold;
	font-size:13px;
}