/* General */



/*Reset Common Tags*/



a,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td,img

{
    margin:0px;
    padding:0px;
}

body 
{
    margin:0px auto;
    padding:0px;
    background: url(images/bg.png) repeat;
    font-family: Arial;
}

img
{
    border:0px;
}

p
{
    margin:15px 0px 15px 0px;
    line-height:18px;
}

table
{
    width:758px;
    margin:0px 30px 0px 30px;
}

td
{
    width:325px;
    line-height:25px;
}

/*------------------------layout------------------------*/

#container 
{
    width:1000px;
    margin:0px auto;
}

#wrapper
{
    float:left;
    width: 1000px;
    height: auto;
    padding:0px;
    background: url(images/content_bg.jpg) repeat-y;
}
/*-----------------------header--------------------------*/

#header
{
    width: 1000px;
    height: 180px;
    background-image: url(images/header.jpg);
    margin:0px auto;
}

/*--------------------navigation------------------------*/

#navigation_wrapper
{
    width: 880px;
    height: 40px;
    margin: 0px auto;
    text-align: left;
}
	
#navigation
{
    width:880px;
    height:40px;
    list-style-type:none;
    font-size:20px;
    line-height:40px;
    text-align: center;
}
    
#navigation li
{
    display:inline;
}
    
#navigation ul
{
    list-style-type:none;
}
    
#navigation li a:link,
#navigation li a:visited
{
    color:#FFFFFF;
    background:url(images/button_bg.jpg);
    float:left;
    width:176px;
    height:40px;
    text-decoration: none;
}
    
#navigation li a:hover
{
    background-position:0 -40px;
    float:left;
    width:176px;
    text-decoration: none;
}
    
#navigation li.current a:link,
#navigation li.current a:visited
{
    background-position:0 -80px;
    float:left;
    width:176px;
    text-decoration: none;
}

/*----------------------content------------------------*/

#content_wrapper
{
    float:left;
    width:840px;
    height:auto;
    padding:0px 80px 20px 80px;
    margin:20px 0px 0px 0px;
    }

#content
    {
    float:left;
    width:818px;
    height:auto;
    padding:10px;
    border-width:1px;
    border-style:solid;
    border-color:#000000;
    background-color:#e9f3ef;
    font-size:14px;
    text-align:justify;
}

#content-system
{
    float:left;
    width:778px;
    height:auto;
    padding:10px 30px 20px 30px;
    border-width:1px;
    border-style:solid;
    border-color:#000000;
    background-color:#e9f3ef;
    font-size:14px;
    line-height:25px;
    text-align:justify;
}

#content-main
{
    float:right;
    width:450px;
    margin:10px 10px 0px 0px;
    font-size:18px;
}

#content_left
{
	float:left;
	width:380px;
	text-align:right;
	font-family:Arial;
	font-size:12px;
}

#content_right
{
    float:right;
    width:399px;
    border-left: 1px solid #999;
    padding:0px 0px 0px 30px;
}

#oferta_left
{
    padding-top:20px;
	float:left;
	width:385px;
	text-align:center;
	font-size:20px;
}

#oferta_right
{
    padding-top:20px;
    float:right;
    width:384px;
    border-left: 1px solid #999;
    text-align:center;
    font-size:20px;
}

.textbox
{
	width:370px;
	height:20px;
	border:1px solid #d9d9d9;
}

.oferta
{
    margin:15px 0px 15px 20px;
}

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

table.oferta
{
    width:775px;
    margin-bottom:0px;
    margin-top:0px;
}

td.oferta-image
{
    width:350px;
}

td.oferta-text
{
    width:425px;
}

td.wide
{
    width:775px;
}

.link-left
{
    float:left;
    width:
}

/*---------------------footer------------------*/

#footer
{
    width: 1000px;
    height: 100px;
    margin: 0px auto;
    background:url(images/footer.jpg);
}

#contact_details
{
    clear:both;
    padding:0px;
    width:1000px;
    height:45px;
    font-size:12px;
    color: #333333;
    font-weight: bold;
    background: url(images/content_bg.jpg) repeat-y;
}

#contact_left
{
    width:325px;
    height:45px;
    padding:0px 0px 0px 75px;
    text-align:left;
    float:left;
}
    
#contact_right
{
    width:325px;
    height:45px;
    padding:0px 75px 0px 0px;
    text-align:right;
    float:right;
}

/*-------------------slideshow-------------------*/

#slideshow
{
    float:left;
    width:350px;
    height:280px;
    position:relative;
}
        
#slideshow IMG
{
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active
{
    z-index:10;
}

#slideshow IMG.last-active
{
    z-index:9;
}

