
/**********************************
  Global styles
***********************************/

* {
    margin: 0;
    padding: 0;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial;
    color: #49484d;
    line-height: 140%;
}

body, a {
	font-size: 11px;
}

img {
    border: 0;
}

a {
	text-decoration: none;
	outline: none;
}

.floatfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#top_line {
	margin: 0 auto;
	width: 992px;
	height: 10px;
	font-size: 1px;
	background: white url(../img/shdw_site_top.png) no-repeat;
}

#container {
	width: 982px;
	padding: 0 5px 15px 5px;
	min-height: 500px;
	margin: 0 auto;
	background: white url(../img/shdw_site_mid.png) repeat-y;
	overflow: hidden;
}

#frame_content {
	margin-left: 15px;
	margin-top: 10px;
}


/**********************************
  Header
***********************************/

#header {
	position: relative;
	height: 150px;
}

	#header #logo {
		background: white url(../img/ertkon_logo.gif) no-repeat;
		margin-top: 10px;
		width: 162px;
		height: 87px;
		display: block;
		position: absolute;
		right: 10px;
		text-indent: -9999px;
	}
	
	#header #box_pages {
		list-style-type: none;
		position: absolute;
		top: 100px;
		left: 13px;
	}
		#box_pages li {
			float: left;
			padding-right: 20px;
			text-transform: uppercase;
		}
		
	#header #mainNav {
		position: absolute;
		top: 120px;
		width: 100%;
	}
		
/**********************************
  Main body
***********************************/

#rotating_headlines {
	background: #95c927;
	position: relative;
}

#rotating_line_top {
	background: white url("../img/shdw_rotate_top.png") no-repeat;
	height: 5px;
	margin-top: 10px;
	font-size: 1px;
}

#rotating_line_bottom {
	clear: left;
	background: white url("../img/shdw_rotate_bot.png") no-repeat;
	height: 5px;
}

#about {
	width: 620px;
	border-right: 1px solid black;
	padding-right: 30px;
	padding-left: 15px;
	margin-right: 20px;
	float: left;
	line-height: 150%;
	min-height: 180px;
}

	#about h2, #news h2 {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 15px;
		line-height: 150%;
	}

#review_box {
	margin-top: 20px;
}

#friend {
	float: left;
	margin-left: 10px;
	width: 450px;
}

#newsletter {
	float: left;
	width: 330px;
}

	#friend h3, #newsletter h3, #box_search h3 {
		margin-bottom: 5px;
	}
	
	#friend input, #newsletter input, #box_search input {
		background: url(../img/input_bg.png);
	}
	
#box_breadcrumb {
	margin: 10px 0;
	margin-left: 15px;
}

	#box_breadcrumb a {
		color: green;
	}
	
#pagination {
	clear: left;
	margin-left: 15px;
}

.pagination {
	display: block;
	float: right;
	margin-right: 50px;
}

.pagination a {
	color: #95c927;
}
	
/**********************************
  Category
***********************************/

#category h1 {
	font-size: 20px;
	color: black;
	font-weight: bold;
	display: block;
	padding-left: 15px;
	padding-bottom: 20px;
}

.category_item {
	width: 450px;
	padding-bottom: 30px;
	margin-right: 20px;
	margin-left: 15px;
	float: left;
	background: url(../img/dotted.png) repeat-x 0 90%;
}

.category_item img {
	display: block;
	float: left;
	margin-right: 9px;
	border: 4px solid #b5b5b5;
}

.category_item img:hover {
	border: 4px solid #95c927;
}

.category_item h3 a {
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
}

.category_item a.link {
	color: #95c927;
	font-weight: bold;
}

.category_item ul {
	clear: left;
	padding-top: 5px;
}

.category_item li {
	list-style-type: none;
	display: block;
	padding-left: 22px;
	padding-bottom: 3px;
	margin: 5px 0;
	height: 16px;
	width: 420px;
	background: url(../img/bullet.png) no-repeat;
	border-bottom: 1px dotted #dfdfdf;
}
	
/**********************************
  Footer
***********************************/

#footer {
	background: white url("../img/shdw_site_bot.png") no-repeat;
	width: 992px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
	font-size: 9px;
	color: #828282;
	clear: left;
	overflow: auto;
} 

#footer a {
	font-size: 9px;
	color: #828282;
}

#footer a:hover {
	color: #95c927;
}

.contactform {
	width: 440px;
}

#friend h3, #newsletter h3, #box_search {
	font-size: 11px;
}

#download {
	float: left;
}
/* Styles for forms */

form { /******* Used for all forms in Vivvo *********/
	padding: 0px;
	margin: 0px;
}

input, select, textarea { }

select  {}

textarea  {border: 1px solid #7F9DB9;}

.form_line {
	margin-bottom: 6px;
	padding-bottom: 6px;
	width: 100%;
	overflow: hidden; /* if used, needs to be hidden because of Opera */
}

*:first-child+html .form_line {margin-bottom: 0px; padding-bottom: 6px;}


input.text, textarea.text {border: 1px solid #999; 
	font-size: 11px; 
	height: 19px; 	
	background: url(../img/input_bg.gif) repeat-x;}

select.options { border: 1px solid #7F9DB9;}



input.submit_button, button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.formElement p { margin-top: 0;}

/***************** Box forms *******************/

#dynamic_box_right .form_line label {}

#dynamic_box_right .form_line div.submit { text-align: right;}

#dynamic_box_right .form_line div.submit a { float: left; padding-top: 3px; color: #b28e1d;}

/*************** CONTENT FORMS *******************************************************************************************************************/
/******************************************************************************************************************************************************/

#dynamic_box_center div.form_line label {
	text-align: right;
	padding: 3px 0px 3px 3px;
	display: block;
	float: left;
	width: 30%;
	font-size: 12px;
	color: #666666;
}

#dynamic_box_center div.formElement {float: left; margin-left: 6px; display: inline; z-index: auto;}

#dynamic_box_center div.formElement label {
	padding: 0px;
	width: auto;
	text-align: left;
	float: none;
	display: block;
	font-weight: normal;
}

/******************************************************
	submit box
******************************************************/

.submit_box {
	background: gray;
	color: white;
	cursor: pointer;
	position: relative;
	top: -2px;
	padding: 2px 5px 2px 5px;
}
.menu, .menu ul { /* remove all list stylings */
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}

.menu{ padding-left:5px;}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	      /* move all main list items into one row, by floating them */
	position: relative;	  /* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		      /* thus we need to apply explicit z-index here... */
	list-style: none;
}

.menu li:hover {
	z-index: 10000;	      /* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;  /* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							 see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;		 /* items of the nested menus are kept on separate lines */
	position:relative !important;
}

.menu li li a {
	line-height: 30px;
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	       /* while hidden, always keep them at the top left corner, */
	top: 0;		       /* to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	            /* 1st level go below their parent item */
}

.menu li li:hover>ul {	    /* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear -- force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {/* IE7 float clear: */min-height: 0;}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(../img/empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: 0 0 0 -10px;
}
/* -- sticky.submenu.END -- */



/************************************************************************************/
/*************************** DHTML_menu styles **************************************/
#mainNav {
    background: #4d4847;
    border-top: 1px solid #666;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
	padding-top: 2px;
}

* html #mainNav
{
    display: inline;
}

#mainNav a
{
    font-weight: bold;
    color: #FFF;
    letter-spacing: 1px;
}

#mainNav a:hover
{
    color: #FFF;
}

#mainNav
{
    height: 22px;
    padding-top: 7px;
}

#mainNav li
{
    height: 15px;
}

#mainNav li li
{
    border: 0;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    border-top: 1px solid #FFF;
    height: auto;
}

#mainNav li ul {
    border-bottom: 1px solid #FFF;
}

#mainNav li li a
{
    border: 0;
    height: auto;
}

#mainNav li a
{
    height: 15px;
    line-height: 15px;
}

/* Hides from IE5-mac \*/
* html #mainNav { float: left;}
/* End hide from IE5-mac */

.menu ul {
	font-size:90%;
}

.menu ul li {
    margin:0;
    float:none;
    border:none;
  }
.menu ul li ul {
	font-size:100%;
}

.menu ul {
	width: 22em;
	margin:0;
	padding:0;
}

.menu li:hover {

}

/* Link styles */
.menu li a{
	display:block;
	height:30px;
	line-height:30px;
	padding:0 8px;
}

.menu li a:link,
.menu li a:visited,
.menu li a:hover {
	color: #FFF;
    font-weight:normal;
    text-decoration:none;
}

.menu li a:hover {
	color: #FFF;
}

.menu ul li {
	background:#4d4847; /* Level 1 sub - MD */
}

.menu ul li:hover {
	background:#95c927;
}

.menu ul li a:link,
.menu ul li a:visited,
.menu ul li a:hover {
	text-decoration: none;
	display: block;
	float:none;
	position: relative;
	border:none;
	height:auto;
	line-height:100%;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:4px;
	background:transparent;
	border-bottom:1px solid #947515;
	color: #FFF;
	text-transform: none;
}

.menu ul li a:hover {
	background: #95c927;  /* Level 1 sub MouseOver - MD */
	color: #333;
}

.menu ul li ul li a:link,
.menu ul li ul li a:visited,
.menu ul li ul li a:hover {
	background:#947515;
}

.menu li ul li ul li a:hover {
	background: #bfbfbf;
	color: #C90404;
}

.menu a:hover, .menu li:hover>a {}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	background:#333333;
	padding:0;
}
/********************************************************************************************/
/**************************** Internet Explorer only styles ********************************/

/* Hides from IE5-mac \*/
* html #mainNav a {float:left;}

* html .menu, * html .menu ul {zoom: 1;}

* html .menu li.adxmhover {z-index: 10000;}

* html .menu .adxmhoverUL {visibility: visible;}

* html .menu .adxmhoverUL {top: 100%; left: 0;}

* html .menu .adxmhoverUL .adxmhoverUL {top: 0; left: 100%;}

* html .menu ul a {zoom: 1;}

* html .menu ul li {display:inline !important;}

* html .menu ul li a:link,
* html .menu ul li a:visited,
* html .menu ul li a:hover {text-decoration: none; display:inline-block; display:block;}

* html #mainNav .menu li ul li {margin:0; padding:0;}

* html .menu li li {width:100%; margin:0; padding:0;}

* html #mainNav .menu ul li a:link,
* html #mainNav .menu ul li a:visited,
* html #mainNav .menu ul li a:hover {float:none;}

* html .menu ul ul {padding:0;}
/* End hide from IE5-mac */
.box_headline {}

.box_headline h1 { padding:10px; padding-left: 0;}

.box_headline h1 a { font-size: 18px; color: white}

.box_headline h1 a:hover { text-decoration: none; color: #49484D; }

.headline_article_holder { width: 100%; overflow:hidden;}

.headline_image {
	width: 500px;
	height: 320px;
	position: relative;
	display: block;
}

.headline_image div.image_caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 288px;
	text-align: left;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
	padding: 3px;
	z-index: 999;
	opacity: .60;               /* Standard style for transparency */
	-moz-opacity: .60;          /* Transparency for older Mozillas */
	filter: alpha(opacity=60);  /* Transparency for IE */
}

.headline_bdy { padding: 6px 0px; color: #49484d; font-size: 12px; font-family: Arial, "Times New Roman", Times, serif; line-height: 1.6em;}

.headline_link { text-align: left; font-weight: bold;}

.rotating_headlines_article {
	float: right; 
	width: 300px; 
}

.player {
	margin:6px 0px;
	padding:10px 10px 15px;
	position:absolute;
	top:265px;
	left:680px;
	width:290px;
	text-align: center;
}

#green_tone {
	position: absolute;
	top: 0px;
	left: 556px;
	width: 109px;
	height: 320px;
	border-right: 1px solid white;
	background: url(../img/green_tone.png) repeat-y;
}

.player ul { padding-top: 6px;}

.player li {display: inline;}

.player a {padding: 2px 6px;}

.player a:link, .player a:visited {
	color: #fff;
	background-color: #ababab;
	text-decoration: none;
}

.player a:hover {
	color: #FFF;
	background-color: #4d4847;
	text-decoration: none;
}

.player a.active, .player a:visited.active {
	background-color: #4d4847;
	color: #FFFFFF;
	font-weight: bold;
}


.box_stripes {
	width: 100%;
	height: 120px;
	overflow: hidden;
	margin: 0px 10px;
	margin-bottom: 5px;
	width: 960px;
	background: url(../img/dotted.png) repeat-x 0px 114px;
}

#review {
    position: relative;
}

.controls {
	bottom:185px;
	left:10px;
	top: 10px;
	padding:5px;
	position:absolute;
	right:10px;
	z-index: 0;
}

/* Hides from IE5-mac \*/
* html .controls { bottom: 45px; left: 10px; padding: 5px; position: absolute; right: -5px; }
/* End hide from IE5-mac */

.controls a { color: #A5A5A5;}

.controls img { vertical-align: middle;}

.controls span.section_next { float: right;}

.scroller {
	height:155px;
	width:860px;
	margin: 0px 50px;
	overflow:hidden;
}

.section {
	width:856px;
	height:155px;
	overflow:hidden;
	float:left;
	padding-left: 4px;
	padding-top: 20px;
	background: url(../img/tpl4022_stripe_separator.gif) left 50% no-repeat;

}

.box_stripes div.image {
	float: none;
	text-align: center;
	margin-bottom: 4px;
}

.box_stripes div.stripe_summary_holder {
	width: 149px;
	height:72px;
	float: left;
	margin: 0px 6px 0px 6px;
	background: url(../img/tpl4022_stripe_separator.gif) right 50% no-repeat;
	border: 4px solid #dfdfdf;
	text-align: center;
	z-index: 10;
	position: relative;
}

.box_stripes div.stripe_summary_text_holder h3 a {
	color: #2a1c18;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

.short_holder .summary {
	display: block;
	margin-top: 10px;
	margin-right: 10px;
}

.short_holder .article_link {
	font-weight: bold;
}

