/* CSS Document */
body {
	background-color:#367854;
}

div#header_right{
	background-image:url(../images/contact/header_right_bg.jpg);
	background-repeat:no-repeat;
}

div#main{
	background-image:url(../images/contact/bg.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}

div#footer{
	background-image:url(../images/contact/main_footer_bg.jpg);
	background-color:#367854;
	background-repeat:repeat-x;
	background-position:left top;
}

div#main_space{
	background-image:url(../images/contact/main_spacer_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#main_catalog .catalog_sort{
	background-image:url(../images/contact/catalog_sort.jpg);
	background-repeat:no-repeat;
}

#catalog_list_container{
	background-image:url(../images/contact/catalog_list_bg.jpg);
	background-repeat:repeat-y;
	background-position:left;
}

#scroll_catalog_up{
	background-image:url(../images/contact/scroll_catalog_up.jpg);
	background-repeat: no-repeat;
	border:0px;
}

#scroll_catalog_down{
	background-image:url(../images/contact/scroll_catalog_down.jpg);
	background-repeat: no-repeat;
	border:0px;
}

.catalog_item .title a{
	text-decoration:none;
	color:#0d3c3c;
}

div#main_menu{
	background-image:url(../images/contact/main_menu_bg.jpg);
	background-repeat:no-repeat;
}

.header_input{
	border:1px solid #184B2F;
	background-image:url(../images/contact/header_input_bg.jpg);
	background-repeat:repeat-x;
}

div#main_content{
}

#main_content .left{
	background-image:url(../images/contact/content_left_bg.jpg);
	background-repeat:no-repeat;
}

#main_content .right{
	background-image:url(../images/contact/content_right_bg.jpg);
	background-repeat:no-repeat;
}

#header_logo{
	width:280px;
	height:162px;
	padding:0px;
	margin:0px;
	background-image:url(../images/contact/logo.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
	*cursor:hand;
}

div#categoryContainer{
	background-image:url(../images/contact/leftSpacer.jpg);
	background-repeat:no-repeat;
}

    .notification{
        padding-top:50px;
        background-color:#ffffff;
        height:400px;
    }
    
    .notification #checked{
    	background-image: url(../images/common/checked.png);
       	background-repeat:no-repeat;
        width:43px;
        height:43px;
    	*background-image:none;
    	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/common/checked.png');
    }
    
    .notification #exclamation{
    	background-image: url(../images/common/exclamation.png);
       	background-repeat:no-repeat;
        width:43px;
        height:43px;
    	*background-image:none;
    	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/common/exclamation.png');
    }
    
    .notification .note{
        font-size:16px;
    	line-height:20px;
        color:#367854;
        font-weight:bold;
    }
