/**

 * @author ( Angie Radtke )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2009 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */

/* not ready */

*
{
        margin: 0;
        padding: 0;
}

body
{
    font-size: 100%;
    padding: 0;
    text-align: center;
    position:relative;
	background: #fff;
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	min-width:1014px;
	overflow-y: scroll;
	background:url(../images/Bottom_texture.jpg) repeat-x top #FFF;
}

/* ###################### general ###################### */
p{
	margin:10px 0 10px 0;
	font-size:14px;
	text-align:left;
	color:#292929;
}
#all{
	width:1014px;
	margin:5px auto 0 auto;
	text-align: left;
	padding:0;
}
#header-before {
	margin:0;
	padding:0;
	height:33px;
	background: url(../images/sheet_t.png) no-repeat top;
}
#header {
	display: block;
	position:relative;
    padding:0;
	margin:0;
	height:206px;
	background: url(../images/sheet.png) repeat-y;
}
.logoheader {
        margin:0;
        padding:0 5px;
        text-align:left;
        font-weight:normal;
        height:192px;
		width:1000px;
		position:relative;
		z-index:1000;
		left:7px;
		top:7px;
		background:url(../images/header.png) no-repeat;
}

#nav {
	margin: 0;
	z-index:8;
	position:absolute;
	width:1000px;
	height:40px;
	padding:0;
	text-align:left;	
	top:166px;
	left:7px;
	background:url(../images/nav.png) no-repeat;
}
#pillmenu {
	margin: 0;
	text-align: center;
	padding: 0;
	
}
#pillmenu ul.menu {
	right:0px;
	top:0px;
	z-index:10;
	margin: 0;
	padding: 0;
	list-style: none;
	position:relative;
	font-size:13px;
	font-weight:normal;
	float: left;
}
#pillmenu li {
	padding:0 1px 0 0;
	margin:0;
	float: left;
	list-style-type : none;
	display: block;
	background:url(../images/menuseparator.png) right no-repeat;
}
#pillmenu li.item-130 {
	padding:0;
	margin:0;
	float: left;
	list-style-type : none;
	display: block;
	height:40px;
	background:none;
}
#pillmenu li a {
	padding: 0 15px;
	margin:0px;
	display: block;
	float:left;
	color: #575757;
	text-decoration: none;
	font-weight:bold;
	font-size:13px;
	line-height:40px;
	cursor:pointer;
}

#pillmenu li:hover a {
	text-decoration: none;
	background:#d4d4d4;
}

#pillmenu ul li ul {
	display:none;
	font-weight:normal;
}
#pillmenu ul li:hover ul {
	display:block;
	width:230px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:12px;
	font-weight:normal !important;
	z-index:10;
	position:absolute;
	top:40px;
	background: #c2c2c2;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
#pillmenu ul li ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type : none;
	display:  block;
	text-align:left;
	border-top: 1px solid #000;
	width:230px;
}
#pillmenu ul li ul li a, #pillmenu ul li.active ul li a, #pillmenu li:hover ul li a  {
	float: left;
	line-height: 25px;
	display: block;
	padding: 0 10px;
	text-decoration: none;
	font-weight:normal !important;
	color: #000;
	font-size:12px;
	border-right: none;
	border-top: none;
	border-left: none;
	width:210px;
	background: #c2c2c2;
}
#pillmenu ul li ul li a:hover {
	background: #d4d4d4!important;
	text-decoration: none;
}
#pillmenu ul li ul li.active a {
	background: #d4d4d4!important;
	text-decoration: none;
}

#contentareawrapper{
	background: url(../images/sheet.png) repeat-y;
	padding:0 15px 0 25px;
	width:974px;
	float:left;
}

#slideshow {
	width:715px;
	height:300px;
	padding:0;
	margin:18px 0 0 0;
	text-align:left;
	overflow:hidden;
	float:left;
}

#right{
	float:right;
	margin:0 0 0 15px;
	padding:0;
	width:230px;
}
#hometext{
	background-color:#f1f1f1;
	width:980px;
	padding:20px 10px;
	margin:0 auto 0 auto;
	text-align:left;	
}
#main h1, #homesummary h1
{
        padding: 0!important;
        font-size:22px;
        line-height:20px;
        font-weight:normal;
        margin:15px 0 15px 0!important;
		color:#015fad;	
		font-family: Arial, Helvetica, sans-serif;
}

.item-separator{
	height:15px;
	clear:both;
}
#footerwrapper {
	float:left;
    padding:0;
	margin:0 0 10px 0;
	height:57px;
	background: url(../images/sheet_b.png) no-repeat bottom;
}
#footer-before {
    display: block;
	position:relative;
    padding:0;
	margin:0;
	height:24px;
	background: url(../images/sheet.png) repeat-y;
	float:left;
	width:1014px;
}
#footer {
	margin:0;
	padding:0 5px;
	text-align:left;
	font-weight:normal;
	height:50px;
	width:1000px;
	position:relative;
	z-index:1000;
	left:7px;
	top:0px;
	background:url(../images/footer_b.png) no-repeat;
}

#footlinks{
	width:580px; 
	margin:15px 0 5px 15px;
	float:left;
}
#footright{
	width:400px;
	height:25px;
	margin:0 auto 5px auto;
	clear:both;
}

#footright p {
	font-size:11px;
	color:#595959;
	text-align:center;
}
#footlinks p{
	font-size:11px;
	color:#000;
	font-style:italic;
}
#footer a {
	color: #999;
	text-decoration:none;
	font-size:11px;
}
#contentarea,
#contentarea2 {
    padding:0;
    margin:0;
	text-align:left;	
	width:725px;
}
#wrapper1 .item-page {
	width:720px;
	padding:0 0 20px 0;
	margin:0 0 0 5px;
}
#main {
   padding:0;
	float:left;
}
a:link,
a:visited {
	color:#015fad;
}

a:hover,
a:active,
a:focus {
	text-decoration:underline;
}


.unseen,
.hidelabeltxt
{
    display: inline;
    height: 0px;
    left: -3000px;
    position: absolute;
    top: -2000px;
    width: 0px;
}


.wrap
{
    border: 0;
    clear: both;
    float: none;
    font-size: 1px;
    height: 0;
    line-height: 1px;
    margin: 0;
    padding: 0;
    visibility: hidden;
}


/* ###################### main ###################### */

img { border: 0 none; }

fieldset
{
        margin:10px 0 ;
        padding:15px 0px;
        border:none;
}
legend{
	display:none;
}


/* ##########################  main  ########################### */

/* ++++++++++++++  main general  ++++++++++++++ */


table{
	border-collapse:collapse;
}

table td{
	border:1px  solid #CCC; 
	padding:5px;
}
span.wf_caption span{
	font-size:11px;
}
#main h2
{
        padding: 0!important;
        font-size:18px;
        line-height:20px;
        font-weight:normal;
        margin:20px 0 10px 0!important;
		color:#015fad;
		border-bottom: 1px solid #CCC;
}
#main h2 a
{
        text-decoration:none;
}

h3
{
        font-size:13px;
        font-weight:bold;
        margin:0;
}

h4
{
        font-size:1em;
}

.item
{
        padding:0px 5px 10px 5px;
        display:block
}

.item h2
{
        margin:0 0px 10px 0px
}

.item-page
{
        padding:0;
        display:block;
        overflow:hidden;
}

/* ++++++++++++++  Error Message contact form  ++++++++++++++ */
p.error
{
        padding:10px;
}

#contentareawrapper ul{
	list-style-position:outside;
	list-style-type:disc;
	padding:0 0 0 15px;
	margin:-5px 0 10px 0!important;
	font-size:14px;
	text-align:left;
	color:#292929;
	overflow: auto;
}


#contentareawrapper ul li,
#contentareawrapper ol li{
        padding:0;
        line-height:22px;
        margin: 0 0 0 20px;
}
#right ul{
	list-style-position:outside;
	list-style-type:disc;
	padding:0;
	margin:0 0 10px 0!important;
	font-size:14px;
	text-align:left;
	color:#292929;
}

#right ul li{
        padding:0;
        line-height:22px;
        margin: 0 0 8px 15px;
}

#right h3{
	color: #000000;
    font-size: 18px;
    font-weight: normal;
    line-height: 42px;
    margin: 0 0 15px 0;
    padding: 0;
}
.moduletable-search{
	margin:10px 0 15px 0;
	padding:0 10px 10px 10px;
	border:1px solid #015fad;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
 	border-radius: 7px;
	position:relative;
}
.moduletable-search label{
	display:none;
}    
.moduletable-search input.inputbox-search{
	display: block;
    margin: 0;
    padding-right: 16px;
    width: 189px;
	height:16px;
}
.moduletable-search input.button-search{
	background: url(../images/search.png) no-repeat;
    border: medium none;
    display: block;
	right:0;
	top:-18px;
	position:relative;
	float:right;
    margin: 0;
    padding: 0;
    width: 16px;
	height:16px;
	cursor:pointer;
}
/* System Messages */

.error
{
        padding:0px;
        margin-bottom: 20px;
}

.error h2
{
        color:#000 !important;
        font-size:1.4em !important;
        text-transform:uppercase;
        padding:0 0 0 0px !important
}

#system-message
{
                margin:10px 0 20px 0;
                border-left:0;
                border-right:0;
}

#system-message dt
{
	font-weight: bold;
}
#system-message dd
{
	margin: 0 0 15px 0;
	font-weight: bold;
	text-indent: 0px;
	padding:0
}
#system-message dd ul
{
	color: #000;
	list-style: none;
	padding: 0px;
}
#system-message dd ul li
{
	line-height:1.5em
}

/* System Standard Messages */
#system-message dt.message
{
	position:absolute;
	top:-2000px;
	left:-3000px;
}

#system-message dd.message  ul
{
	background: #fff  url(../images/system/notice-info.png) no-repeat;
	padding-left:40px;
	padding: 10px 10px 10px 40px;
	border-top: 2px solid #90B203;
	border-bottom: 2px solid #90B203;
}

#system-message dd.message ul li{background:none !important}

/* System Error Messages */
#system-message dt.error
{
	position:absolute;
	top:-2000px;
	left:-3000px;
}

#system-message dd.error ul
{
	background:#fff url(../images/system/notice-alert.png) no-repeat ;
	padding-left:40px;
 	padding: 10px 10px 10px 40px;
    border-top: 2px solid #990000;
    border-bottom: 2px solid #990000;
}



/* System Notice Messages */
#system-message dt.notice
{
	position:absolute;
	top:-2000px;
	left:-3000px;
}

#system-message dd.notice  ul
{
		background:#fff url(../images/system/notice-note.png) no-repeat ;
		padding-left:40px;
	    padding: 10px 10px 10px 40px;
	    border-top: 2px solid #FAA528;
	    border-bottom: 2px solid #FAA528;
}
#system-message dd.notice ul { color: #000;margin:10px 0 }

#system-message
{
    margin-bottom: 0px;
    padding: 0;
}

#system-message dt
{
    font-weight: bold;
}

#system-message dd
{
    font-weight: bold;
    padding: 0;
}

.search label{
	text-transform:lowercase;
}





/* #################### footer ############################ */



.breadcrumbs {
	margin:0 0 20px 0;
}

table.pricelist td{
	font-size:13px;
	line-height:25px;
	color:#000;
	font-weight:normal;	
	border-bottom:#999 solid 1px;
}
.price {
	font-size:16px!important;
	color:#00215c!important;
	font-weight:bold!important;
	line-height:35px!important;
}
.oldprice {
	font-size:16px;
	color:#000;
	font-weight: normal;
	text-decoration:line-through;
}
.list{
	font-size:16px;
	color:#000;
	font-weight:bold;	
}

td.list, td.price, td.oldprice{
	border:0 none;
	border-bottom:#999 solid 1px;
}

