@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}

img {
	border:none;
	}



#bighead{
  width:100%;
  height:268px;
  background-image:url(../images/big-head-bg.jpg);
  margin:auto;
  padding:0px;
  }



#head{
  width:971px;
  height:147px;
  *height:268px;
  _height:147px;
  background-image:url(../images/header-bg.jpg);
  margin:auto;
  padding-top:121px;
  }
  

#buy{
	float:right;
	width:180px;
	margin-top:-80px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:14px;
	text-align:center;
	margin-right:75px;
}

  
#menu{
  width:770px;
  height:70px;
  padding:0px;
  margin:0px;
  margin-left:198px;
}



#menu ul {
list-style: none;
width:770px;
margin: 0px;
padding: 0px;

}

#menu ul li {
list-style:none;
float:left;
margin-left:0px;
margin-right:0px;
}

#menu li:hover div, #menu a:hover div, #menu .current{
background-position:top;
}


/*SDUBEMNU*/
#menu .submenu
{
position:absolute;
width:365px;
background-image:url(../images/sub-bg.jpg);
background-repeat:repeat;
background:#B0070E;
border:2px solid #5b5b5b;
border-top:none;
display:none;
z-index:50;
margin:0px;
margin-top:0px;
margin-left:0px;
*margin-left:0px;
overflow:hidden;
}

#menu. submenu ul{
margin-top:90px;
}

#menu .submenu li{
width:100%;
padding:3px 8px;
text-align:left;
height:20px;
background-image:url(../images/sub-bg.jpg);
background-repeat:repeat;
}
#menu .submenu li a{
font-family:Tahoma;
font-size:12px;
color:#e8e8c4;
text-decoration:none;
text-align:left;
width:100%;
font-weight:bold;
background:none;
}
#menu .submenu li a:hover{
font-weight:bold;
color:#FFF;
background:none;
}

/*
*/

.homemenu a {
	width:66px;
	height:70px;
	background-image:url(../images/home-top.jpg);
	background-position:bottom;
	display:block;
	}
	
.homemenu a:hover, .homemenu-active a {
width:66px;
	height:70px;
	background-image:url(../images/home-top.jpg);
	background-position:top;
	display:block;
	}

.meetmenu a {
	width:125px;
	height:70px;
	background-image:url(../images/meet-top.jpg);
	background-position:bottom;
	display:block;
	}
	
.meetmenu a:hover, .meetmenu-active a {
	width:125px;
	height:70px;
	background-image:url(../images/meet-top.jpg);
	background-position:top;
	display:block;
	}

.howmenu a {
	width:140px;
	height:70px;
	background-image:url(../images/how-top.jpg);
	background-position:bottom;
	display:block;
	}
	
.howmenu a:hover, .howmenu-active a {
	width:140px;
	height:70px;
	background-image:url(../images/how-top.jpg);
	background-position:top;
	display:block;
	}


.faqmenu a {
	width:53px;
	height:70px;
	background-image:url(../images/faq-top.jpg);
	background-position:bottom;
	display:block;
	}
	
.faqmenu a:hover, .faqmenu-active a {
	width:53px;
	height:70px;
	background-image:url(../images/faq-top.jpg);
	background-position:top;
	display:block;
	}

.articlesmenu a {
	width:133px;
	height:70px;
	background-image:url(../images/article-top.jpg);
	background-position:bottom;
	display:block;
	}
	
.articlesmenu a:hover, .articlesmenu-active a {
	width:133px;
	height:70px;
	background-image:url(../images/article-top.jpg);
	background-position:top;
	display:block;
	}

.resourcesmenu a {
	width:92px;
	height:70px;
	background-image:url(../images/resources-top.jpg);
	background-position:bottom;
	display:block;
	}
	
.resourcesmenu a:hover, .resourcesmenu-active a {
	width:92px;
	height:70px;
	background-image:url(../images/resources-top.jpg);
	background-position:top;
	display:block;
	}

.contactmenu a {
	width:161px;
	height:70px;
	background-image:url(../images/contact-top.jpg);
	background-position:bottom;
	display:block;
	}
	
.contactmenu a:hover, .contactmenu-active a {
	width:161px;
	height:70px;
	background-image:url(../images/contact-top.jpg);
	background-position:top;
	display:block;
	}




#bigcenter{
  width:100%;
  background-image:url(../images/big-center-bg.jpg);
  margin:auto;
  padding:0px;
  display:table;
  }



#center{
  width:971px;
  margin:auto;
  background-color:#fff;
  display:table;
  background-image:url(../images/center-bg.gif);
  background-position:right;
  background-repeat:repeat-y;
  }
  
#main{
	width:962px;
	background-color:#FFF;
	margin:0px;
	padding:0px;
	float:left;
	padding-left:9px;
	padding-top:15px;
	padding-bottom:10px;
}

#main h2{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
	color:#686868;
	margin-left:45px;
	margin-right:70px;

}

#main h3{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#686868;
	margin-left:45px;
	margin-right:70px;
	font-weight: bold;

}


#main p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#444444;
	margin-left:45px;
	margin-right:70px;
}


#main ol{
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	margin-left:45px;
	margin-right:70px;
	font-size:14px;
}

#main ol li{
	margin-top:5px;
	margin-bottom:5px;
}

#main a{
	color:#940000;
	font-weight:bold;
}


#main .home{
	width:626px;
}



#right{
	width:336px;
	height:100%;
	background-color:#f9f1df;
	float:left;
	padding:0px;
	margin:0px;
	padding-top:7px;
	display:table;
}

#right .section{
	padding-bottom:20px;

}

#right .section p{
	width:228px;
	margin:auto;
	font-size:12px;

}

 
 #bigfooter{
width:100%;
height:81px;
background-color:#B00909;
margin:auto;
}
 
 
  
#footer{
width:971px;
height:81px;
background-color:#B00909;
margin:auto;
color:#e9e5c4;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}  
  
#footmenu ul{
list-style:none;
padding:0px;
margin:0px;
padding-top:19px;
width:680px;
margin-left:25px;

}
#footmenu ul li{

display:inline;
margin-left:9px;
margin-right:9px;
}

#footmenu ul li a{
color:#FFFFFF;
text-decoration:none;
}

#footmenu ul li a:hover, #footmenu ul li .active{
color:#FFFFFF;
text-decoration:underline;
}

#footer p{
width:390px;
float:left;
font-family:Tahoma;
font-size:11px;
color:#000000;
margin-left:68px;
margin-top:25px;
}

#register{
width:76px;
margin-left:45px;
margin-top:-20px;
float:right;
}


#register img{
text-decoration:none;
border:none;
float:right;
margin-top:1px;
*margin-top:0px;
margin-right:10px;
*margin-right:6px;

}
