/* CSS: style.css */
h1, h2, h3, h4, pre, body, html {
    margin: 0;
    padding: 0;
}

p {
    margin-top: 0;
    padding-top: 0;
}

a img, : link img, : visited img {
    border: none;
}

ul {
}
/**********************************************/
/* HEADINGS */
td, div {
	text-align:justify;
    font-family: Tahoma;
    font-weight: normal;
    font-size: 12px;
    color: #000;
}

a,a:hover {
	font-weight:bolder;
	font-size:12px;
	color:#000;
	text-decoration:none;
}

/******************************************************
 CONTENT BOXES
 ******************************************************/
html, body {
    text-align: center;
    height: 100%;
	background: #E4E4E4 url(../../../graphics/bg.gif) repeat-x;
	
}

body {
    margin: 0;
    padding: 0;
    background:url(../../../graphics/line.gif) 900px 411px no-repeat;
}

#a1 {
	
    width: 900px;
    min-height: 100%;
    margin: auto;
    text-align: left;
    position: relative;
    z-index: 1;
}



#banner {
    height: 280px;
	width:900px;
/* 	background:url(../../../graphics/banner.gif) no-repeat; */
}

#category{
	width:875px;
	height:100px;
	background:url(../../../graphics/bgCategory.gif) no-repeat;
	padding-left:25px;
	padding-top:10px;
}


#menu{
	float:left;
	width:240px;
	overflow:hidden;
}
#content{
	width:400px;
	float:left;
	overflow:hidden;
}


#footer{
	width:100%;
	background:#5292D9 url(../../../graphics/bgFoot.gif) repeat-x;
}


#footer div{
	margin:auto;
	width:320px;
	height:70px;
	background:url(../../../graphics/footer.gif) center top no-repeat;
	padding-top:28px;
	padding-left:160px;
}

#footer div a,#footer div{
	font-size:10px;
	font-family:Arial;
	font-weight:normal;

}

#footer div a:hover{
	text-decoration:underline;
}

.menu{
	display:block;
	background:url(../../../graphics/point.gif) 20px 28px no-repeat;
	padding-left:45px;
	padding-top:25px;
}

.news {
	display:block;
	color:#2F5498;
	background:url(../../../graphics/pointBlue.gif) 50px 19px no-repeat;
	width:60px;
	padding:15px 0px;
	float:right;
}

.pTitle{
	display:block;
	color:#2f5498;
	font-weight:bold;
	padding-bottom:15px;
}

#right{
	width:211px;
	float:right;
	overflow:hidden;
	display:block;
	background:#E4E4E4 url(../../../graphics/bgNews.gif) top right no-repeat;	
	padding-top:60px;
}

.newsTitle
{
	color:#FF0000;
	font-weight:bold;
	font-size:18px;
	padding-bottom:20px;
}

#middle{
	background:#E4E4E4;
}


.pImage{
	width:140px;
	float:left;
	overflow:hidden;
}
.pContent{
	width:240px;
	float:right;
	
}
.pDiv{ 
	border-bottom:1px solid #2f5498;
	padding-top:25px;
	padding-bottom:15px;
	}
	
.form .form_label{
	display:block;
}

.form input, .form #content{
	width:300px;
}

.form #content{
	height:50px;
	}
.form{
	padding:5px 0px;
	width:300px;
}

.form button{
	font-weight:bold;
	bordeR:none;
	background:none;
	float:right;
	padding-top:10px;
}



