/**************************************/
/*                                    */
/*    MindValue - mindvalue.eu        */
/*                                    */
/*------------------------------------*/
/*    Author:  Andreas Gleerup        */
/*             andreas@gleerup.se     */
/*------------------------------------*/
/*    Version: 1.0                    */
/*    Date:    2008-05-29             */
/**************************************/

body {
	background:#e0dcc8 url(../images/bg_body.jpg) repeat-y center top;
	color:#000;
	margin:0;
	padding:0;
	text-align:left;
}
p {
	padding-top: inherit;
}
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:navy;
	text-decoration:underline
}
h1, h2, h3, h4, h5, h6 {
	margin-top:0px
}

/**************************************/
/**** TABS                         ****/
/**************************************/

#tabsContainer {
	background:#e0dcc8 url(../images/bg_tabs.gif) repeat-y center top;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0 auto;
	padding:0;
	width:755px
}

.tabs_wraper li {
	float:left;
	margin:0;
	padding:0
}
#tabs {
	list-style:none;
	margin:0;
	padding:152px 0 0 37px;
	font-family:'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size:1.2em;
}

/*** the tab ***/
  
#tabs .link {
	color:#FFF;
	display:block;
	float:left;
	font-weight:700;
	padding:0 0 0 10px;
	text-decoration:none;
	width:auto
}
/*
#tabs .label {
	color:#FFF;
	cursor:pointer;
	display:block;
	float:left;
	padding:5px 10px 0 0;
	text-decoration:none;
	width:auto
}
a.tabLink:hover {
	border-bottom:none;
	color:#FFF;
	display:block;
	float:left;
	padding:0 0 0 10px;
	text-decoration:underline;
	width:auto
}
.tabLink:hover .tabText {
	text-decoration:underline
}
*/
/**************************************/
/**** TAB ACTIVE                  ****/
/**************************************/

#tabs ._active .link {
	background:url(../images/tab_active.gif);
	background-position:left -32px;
	background-repeat:no-repeat;
	color:#F9F8F7;
	display:block;
	float:left;
	height:30px;
	padding:0 0 0 10px;
	text-decoration:none;
	width:auto
}
#tabs ._active .link .label {
	background-image:url(../images/tab_active.gif);
	background-position:right -1px;
	background-repeat:no-repeat;
	cursor:pointer;
	display:block;
	float:left;
	font-weight:700;
	height:24px;
	padding:6px 10px 0 0;
	width:auto;
	color: inherit;
}

/**************************************/
/**** MENU                         ****/
/**************************************/

#menu {
	background-image:url(../images/bg_content_top.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	clear:both;
	color:#999;
	font-size:12px;
	height:30px;
	margin:0;
	padding:5px 35px 0;
	text-align:center
}
.tab_menu ul li {
	display:inline;
	padding:.2em 0 .2em .4em
}
.tab_menu ul li a {
	color:#555
}

/**************************************/
/**** CONTENT                     *****/
/**************************************/

.content {
	background:#e0dcc8 url(../images/bg_content.gif) repeat-y center top;
	height:auto;
	margin:0 auto;
	min-height:280px;
	padding:0;
	width:755px
}
.content_wrapper {
	overflow:hidden;
	padding:1px 40px 10px;
	text-align:justify;
	width:690px
}
.content_wrapper a{
	border-bottom: #444 dotted 1px;
}
#elm1 {
	width:695px
}

/**************************************/
/**** FOOTER                      *****/
/**************************************/

.footer {
	background:url(../images/bg_footer.gif) no-repeat center top;
	clear:both;
	color:#333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:80px;
	margin:0 auto;
	padding:0;
	width:755px
}
.footer_text {
	font-size:10px;
	padding-left:35px;
	padding-right:35px;
	padding-top:10px;
}

#attribution {
	margin-top: -10px;
	color: #c0c0c0;
}

