/* 
 GLOBAL 
*/

body, html {
    width: 100%;
    height: 100.08%;
	background: url(../../public/images/bg.png) repeat-x 0 0;
    font: 11px Arial, Helvetica, sans-serif;
	color: #797979;
}

a {
	color: #797979;
}

.clear {
	clear: both;
}

.clean {
    overflow: hidden;
}

.hide {
    display: none;
}

#wrapper {
    position: relative;
    min-height: 100%;
    min-width: 1000px;
    background: url(../../public/images/bg-right.png) no-repeat right top;
}

.wrapper {
    width: 820px;
    margin: 0 auto;
}

#header {
    width: 885px;
    height: 205px;
    margin: 0 auto;
    background: url(../../public/images/logo.gif) no-repeat center top;
}

#language {
    position: absolute;
    left: 50%;
    margin: 154px 0 0 383px;
    z-index: 99;
    border: 2px solid white;
}

    #header h1 {
        padding: 22px 0 50px 0;
    }

        #header h1 a {
            display: block;
            overflow: hidden;
            width: 300px;
            height: 105px;
            margin: 0 auto;
            text-indent: -9999px;
        }

#header ul {
    height: 29px;
}

    #header ul li {
        float: left;
        position: relative;
    }

        #header ul li a {
            display: block;
            width: 117px;
            height: 20px;
            padding: 9px 0 0 0;
            background: url(../../public/images/bg-navigation.png) no-repeat center top;
            text-align: center;
            font-weight: bold;
            text-transform: uppercase;
            text-decoration: none;
            color: #1B1D3D;
        }
            #header ul li a.active,
            #header ul li a:hover {
                background-position: center bottom;
            }
            #header ul li a.two_lines {
                height: 27px;
                padding: 2px 0 0 0;
            }

    #header ul ul {
        position: absolute;
        left: 0;
        top: 29px;
    }


        #header ul ul li {
            border-bottom: 1px solid #96A2AA;
        }
            #header ul ul li.last {
                border: none;
            }

        #header ul ul li a {
            width: 130px;
            height: auto;
            padding: 4px 5px;
            background: #E4E5E5;
            font-weight: normal;
            text-transform: none;
            text-align: left;
            color: #1A1A1A;
        }
            #header ul ul li a:hover {
                background: #BBCAD5;
            }

#content {
    padding: 40px 0 120px 0;
    color: #797979;
}

    #content .h2 {
        padding-bottom: 10px;
        font-size: 14px;
        font-weight: bold;
    }

    #content .h3 {
        padding-bottom: 5px;
        font-size: 14px;
        font-weight: bold;
        color: #E2001A;
    }
        #content #sum.h3 {
            color: #4148A2;
        }

        #content .h3 a {
            color: #E2001A;
        }

        #content .h3 button {
            font-size: 14px;
            color: #E2001A;
            text-transform: uppercase;
            cursor: pointer;
        }

        #content .h3 button.buy,
        #content .h3 button.next {
            padding: 3px 0 3px 28px;
            background: url(../../public/images/buy.png) no-repeat left center;
            border: 0;
        }
            #content .h3 button.buy:hover,
            #content .h3 button.next:hover {
                color: #004375;
            }

        #content .h3 button.next {
            background-image: url(../../public/images/next.png);
        }

#sidebar {
    float: right;
    width: 250px;
    margin: 0 0 10px 20px;
}

    #sidebar a {
        display: block;
        padding-bottom: 10px;
        text-align: center;
        text-decoration: none;
    }

        #sidebar a span {
            display: block;
            text-align: left;
            padding: 5px;
        }

    #sidebar img {
        width: 230px;
        padding: 5px;
        border: 1px solid #CFCFCF;
    }

#footer {
    position: absolute;
    bottom: 0;
    height: 65px;
    width: 100%;
    background: url(../../public/images/bg-footer.png) repeat-x 0 18px;
}

    #footer address {
        float: left;
        overflow: hidden;
        width: 82px;
        height: 48px;
        background: url(../../public/images/australian.png) no-repeat center center;
        text-indent: -9999px;
    }

.files {
    
}

    .files strong {
        display: block;
        font-size: 14px;
    }

    .files ul {
        padding: 5px;
    }

    .files li {
        padding: 1px 0 5px 24px;
        background: url(../../public/images/download.png) no-repeat 0 1px;
    }

        .files li a {
            color: #4148A2;
        }

.images {
    overflow: hidden;
    float: right;
    width: 110px;
}

    .images a {
        display: block;
    }

    .images a img {
        width: 100px;
        padding: 4px;
        margin-bottom: 10px;
        border: 1px solid #CFCFCF;
    }



/* Text boxes */
.text {
    padding-bottom: 10px;
    font-size: 12px;
}

	.text a {
		color: #E2001A;
		text-decoration: underline;
	}
        .text a:hover {
            text-decoration: none;
        }

	.text strong {
		font-weight: bold;
	}

	.text em {
		font-style: italic;
	}

	.text ul,
	.text ol {
		padding: 3px 0 3px 5px;
	}

		.text ol li {
			list-style: decimal;
			list-style-position: inside;
		}

		.text ul li {
			padding: 0 0 3px 13px;
            background: url(../../public/images/bullet_red.png) no-repeat 0 4px;
		}

	.text p {
		padding-bottom: 5px;
	}

	.text h1,
	.text h2,
	.text h3 {
		font-size: 16px;
		padding-bottom: 5px;
        font-weight: bold;
        color: #E2001A;
	}

    .text h2 {
        font-size: 14px;
    }

    .text h3 {
        font-size: 12px;
    }

	.text h4 {
		font-size: 13px;
	}

	.text h5 {
		font-size: 13px;
	}

	.text h6 {
		font-size: 12px;
	}

#dealers {
    
}

#dealers .h2 select {
    font-size: 13px;
    width: 200px;
}

#dealers .empty {
    display: block;
    padding: 20px 0;
    margin: 20px 0;
    text-align: center;
    font-size: 14px;
    background: #CCC;
    color: white;
    font-style: italic;
}

#dealers .list {
    padding-top: 10px;
}

#dealers .files {
    padding-bottom: 10px;
}

#dealers .dealer {
    overflow: hidden;
    padding: 0 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCC;
}

.form {
    
}

    .form legend {
        padding-bottom: 10px;
        font-size: 14px;
        color: #797979;
    }

    .form li {
        overflow: hidden;
        padding: 0 0 5px 5px;
    }

        .form li label {
            float: left;
            width: 150px;
        }

        .form li input,
        .form li textarea {
            float: left;
            width: 200px;
            padding: 2px;
            color: #666;
        }

        .form li textarea {
            height: 100px;
        }

    .form .notify {
        padding: 5px;
        margin-bottom: 10px;
        background: #999;
        color: white;
    }

        .form .buttons em {
            display: block;
            font-style: italic;
            padding: 5px;
        }

    .form button {
        color: #666;
        font-size: 12px;
    }

        .form .code img {
            float: left;
            vertical-align: middle;
        }

        .form .code input {
            width: 40px;
            margin: 8px 0 0 10px;
        }

#to_basket {
    position: absolute;
    width: 150px;
    height: 26px;
    padding: 4px 0 0 0;
    top: 0;
    left: 50%;
    margin-left: 265px;
    
    background: url(../../public/images/to_basket.png) no-repeat center center;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
}
#to_basket:hover {
    text-decoration: underline;
}

#orders, #sum {
    padding-bottom: 10px;
}

    #orders li {
        overflow: hidden;
        line-height: 21px;
        padding-bottom: 10px;
    }

    #orders .add,
    #orders .rem,
    #orders .del {
        padding-left: 20px;
        margin-right: 10px;
        font-size: 14px;
        background: url(../../public/images/add.png) no-repeat left center;
    }

    #orders .rem {
        background-image: url(../../public/images/minus.png);
    }

    #orders .del {
        background-image: url(../../public/images/delete.png);
    }

    #orders img {
        float: left;
        vertical-align: middle;
        width: 60px;
        padding: 5px;
        margin-right: 10px;
        background: #E2E6E3;
        border: 1px solid #CFCFCF;
    }

/* Logos */
#logota {
    display: block;
    clear: both;
    padding-top: 10px;
}

#logota .list_articles {
	position: relative;
	width: 810px;
	height: 113px;
	padding-top: 7px;
}

#logota .jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	width: 798px;
	overflow: hidden;
	position: relative;
}

#logota .jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

#logota .jcarousel-list li,
#logota .jcarousel-item {
	float: left;
	position: relative;
	overflow: hidden;

	width: 133px;
	height: 50px;

	list-style: none;
    text-align: center;
}

#logota .jcarousel-prev,
#logota .jcarousel-next {
    float: left;
    width: 5px;
    height: 50px;
    background: url(../../public/images/links.png) no-repeat 0 18px;
    cursor: pointer;
}
    #logota .jcarousel-prev:hover {
        background-position: -5px 18px;
    }
    
#logota .jcarousel-prev-disabled,
#logota .jcarousel-next-disabled,
#logota .jcarousel-next-disabled:hover,
#logota .jcarousel-prev-disabled:hover {
    cursor: default;
    background-position: -10px 18px;
}

#logota .jcarousel-next {
    float: right;
    background-position: -25px 18px;
}
    #logota .jcarousel-next:hover {
        background-position: -20px 18px;
    }


#logota .jcarousel-next-disabled,
#logota .jcarousel-next-disabled:hover {
    background-position: -15px 18px;
}
