html{
	height: 100%;
}
body {
	width: :100%;
	height: 100%;
	background-image: url('images/backgr_02.png');
	background-repeat: repeat-x;
	background-color:#e0dede;
	margin: 0px;
	padding: 0px;
	font-size: 62.5%;
	font-family: Arial;
}
.right{
	float: right;
}

a{
	outline: none;
}

.center{
	text-align: center;
}

#main{
	width: 960px;
	height: 100%;
	margin:0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;
	background-color: #FFFFFF;
}
#top{
	width: 960px;
	height: 150px;
	background-image:url("images/top_04.jpg");
	background-repeat: no-repeat;; 
}
#menu{ float: left; margin:102px 0px 0px 0px; height: 48px;}

/* Menu Css */
ul#topnav {
    width: 960px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul#topnav li { display: inline; }

ul#topnav li a {
    display: block; float: left; height: 48px;
    background-image: url('images/menu.jpg'); text-indent: -9999px;
}

    ul#topnav li a.buta {
        width:73px; background-position: 0 0;
    }

    ul#topnav li a.butb {
        width: 72px; background-position: -73px 0;
    }

    ul#topnav li a.butc{
        width: 131px; background-position: -145px 0;
    }

    ul#topnav li a.butd {
        width: 133px; background-position: -276px 0;
    }

    ul#topnav li a.bute{
        width: 125px; background-position: -409px 0;
    }

    ul#topnav li a.butf {
        width: 124px; background-position: -534px 0;
    }
    ul#topnav li a.butg {
        width: 116px; background-position: -658px 0;
    }
    ul#topnav li a.buth{
        width: 111px; background-position: -774px 0;
    }
    ul#topnav li a.buti{
        width: 75px; background-position: -885px 0;
    }


    ul#topnav li a.buta:hover, ul#topnav li a.buta:focus {
        background-position: 0 -48px;
    }

    ul#topnav li a.butb:hover, ul#topnav li a.butb:focus {
        background-position: -73px -48px;
    }

    ul#topnav li a.butc:hover, ul#topnav li a.butc:focus {
        background-position: -145px -48px;
    }

    ul#topnav li a.butd:hover, ul#topnav li a.butd:focus {
        background-position: -276px -48px;
    }

    ul#topnav li a.bute:hover, ul#topnav li a.bute:focus {
        background-position: -409px -48px;
    }
    ul#topnav li a.butf:hover, ul#topnav li a.butf:focus {
        background-position: -534px -48px;
    }
    ul#topnav li a.butg:hover, ul#topnav li a.butg:focus {
        background-position: -658px -48px;
    }
    ul#topnav li a.buth:hover, ul#topnav li a.buth:focus {
        background-position: -774px -48px;
    }
    ul#topnav li a.buti:hover, ul#topnav li a.buti:focus {
        background-position: -885px -48px;
    } 
	
#content {
		width: 960px;
		min-height: 600px;
		float: left;
		margin-bottom:50px;
	
	
}
#content h1{
	font-size: 1.8em;
	font-style: italic;
	color:#000;
	font-weight: normal;
}
.bigbox{clear: both;width:929px;margin:15px 0px 0px 15px;}
.bigboxhead{
	width: 929px;
	height: 24px;
	background-image: url('images/bigbox_03.jpg');
	background-repeat: no-repeat;
}
.bigboxcontent{
	width: 709px;
	min-height: 100px;
	background-image: url('images/bigboxback_05.jpg');
	background-repeat: repeat-y;
	padding: 0px 200px 0px 20px;
	font-family: Arial;
	font-size: 1.1em;
	line-height: 1.8em;
	color:#000;
}
#content .bigboxcontent h1{
	
	font-style: italic;
	color:#8d1a9c;
	font-weight: normal;
	margin:0px 0px 10px 0px;
}
.bigboxfoot{
	width: 929px;
	height: 24px;
	background-position:0 -24px;
	background-image: url('images/bigbox_03.jpg');
	background-repeat: no-repeat;
}
#banercon{
	width: 960px;
	height: 250px;
	background-image: url('images/banercontent_08.jpg');
	float: left;
}
.slogan{

	float: right;
	width: 354px;
	height: 57px;
	
}
.slogan img{
	position: relative;
	top:100px;
	left:10px;
}
#cols{
	width: 960px;
	min-height: 277px;
	background-image: url('images/backcontent_11.jpg');
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 15px;
}
#leftcol{
	width:200px;
	margin:40px 0px 0px 20px;
	font-family: Arial;
	font-size: 1.2em;
	font-weight: bold;
	float: left;
}
#leftcol ul{
	padding: 0px;
	margin: 0px 0px 20px 0px;
	list-style: none;
}
#leftcol ul li{
	min-height: 20px;
	border-bottom: 1px dashed #a8a8a8;
	margin: 5px 0px 0px 0px ;
}
#leftcol ul li a{
	color:#000;
	text-decoration: none;
}
#leftcol ul li a:hover{
	color:#6aa91e;
	text-decoration: none;
}
#leftcol ul li ul{
	margin:5px 0px 5px 20px;
	display: block;
	list-style: disc;
	
	
}
#leftcol ul li ul li{
	border: 0px;
	font-weight: normal;
	color:#8d1a9c;
	
	
}
#leftcol ul li ul li a{
	color:#848484;
	text-decoration: none;
}
#leftcol ul li ul li a:hover{
	color:#000;
	text-decoration: none;
}
#leftcol ul li ul li ul{
	margin:5px 0px 5px 25px;
	display: block;
	list-style: disc;
	
}

#leftcol ul li ul li ul li{
	
	color: #6aa91e;
}
.conbox{width:206px;margin:15px 0px 0px 0px;}
.conboxhead{
	width: 206px;
	height: 12px;
	background-image: url('images/conbox_03.jpg');
	background-repeat: no-repeat;
}
.conboxcontent{
	width: 186px;
	min-height: 100px;
	background-image: url('images/conbox_05.jpg');
	background-repeat: repeat-y;
	padding: 10px;
	font-family: Arial;
	font-size: 1.1em;
	line-height: 1.8em;
	color:#848484;
}
#content .conboxcontent h1{
	
	font-style: italic;
	color:#000;
	font-weight: normal;
	margin:0px 0px 10px 0px;
}
.conboxfoot{
	width: 206px;
	height: 12px;
	background-position:0 -12px;
	background-image: url('images/conbox_03.jpg');
	background-repeat: no-repeat;
}

#rightcol{
	width:690px;
	float: right;
	margin-top:40px;
	margin-right:20px;
	font-family: Arial;
	font-size: 1.1em;
	line-height: 1.8em;
	color:#565a5e;
}
.boxs{
	width: 690px;
	float: left;
	margin-bottom: 50px;
}
.box{
	width: 215px;
	margin-right:10px;
	float:left;
	padding-right: 5px;
}
.probox{
	width: 215px;
	margin-right:10px;
	float:left;
	padding:0px  5px 0px 0px;;
}
.probox img {
	width: 200px;
	height: 256px; 
}
.probox h3{
	font-size: 1.1em;
	font-style: italic;
	color:#8d1a9c;
	font-weight: bold;
	margin: 10px 0px 0px 5px;
}
.promimg{
	width: 200px;
	padding:5px;
	border: 1px solid #cfcfcf;
}
.probox a{
	float:right;
	text-align: right;
	margin-right: 5px;
	margin-top: 5px;
	color: #fff;
	text-decoration: none;
	padding: 5px;
	background-color: #000;
}
.probox a:hover{

	margin-right: 5px;
	margin-top: 5px;
	color: #8EDD34;
	text-decoration: underline;
	
}

.promimg img{
	border:0px solid #000;
}
 .push {
 	height:40px;
    clear: both;
    }

#foot{
	height:28px;
	width: 924px;
	margin: 0 auto;
	background-color: #000000;
	clear: both;
	color: #fff;
	padding:12px 18px 0px 18px;
	font-size: 1.2em;
	
}

a{
	color: #0d8002;
	text-decoration: none;
}

.tb table {
	border-collapse: collapse; 
	border: #000000 1px solid; 
	background-color: #cbcbcb; 
	color: #000; 
	font-weight: bold;
}
.tb table > td{
	background-color: black; 
	color: #8edd34; 
	font-size: 1.2em; 
	text-align: center
}
.footer td {
	color: red; 
	background-color: #000;
}
.tb p{
	display: inline;	
}

.tb{
	background-color: #cbcbcb; 
	color: #000; 
	font-weight: bold;
	text-align: center;
	min-width: 450px;
	border: #000000 1px solid; 	
	border-spacing: 0px;
}
.header {
	background-color: black; 
	color: #8edd34; 
	font-size: 1.2em; 
	text-align: center
}
.tb td{
	font-size: 1em; 
	text-align: center;
	border: #000000 1px solid; 
	border-collapse: collapse;
	padding-left: 3px; 
	padding-right: 3px;
}
.right2 td{
	font-size: 1em; 
	text-align: center;
	border: #000000 1px solid; 
	border-collapse: collapse;
	text-align: right; 
}
.left2 td{
	font-size: 1em; 
	text-align: center;
	border: #000000 1px solid; 
	border-collapse: collapse;
	text-align: left; 
}
.footer td {
	color: red; 
	background-color: #000;
	text-align: center
}
.text {
	text-align: left;
}
 
