/*****framework ****/
body {
	font-family: verdana,arial,helvetica,Sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 1.5em;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color:#101010;
   }
h3{
   padding:0px;
   margin:0px;
}
form {
	margin: 0;
	padding: 0;
}
img{
    border:0;
}
/* Common */
div#template_holder,div#template_container{
	margin-left: auto;
	margin-right: auto;
	padding:0;
}
div#template_container{
	background: url('../images/template-bg.png') repeat-y;
}
div#template_top,div#template_menu,div#template_footer{
    float:left;
    clear:both;
	padding:0;
    overflow:hidden;
    width:950px;
}
div#template_content,div#template_module{
    float:left;
    position:relative;
	padding:0;
    min-height:600px;
    overflow:hidden;
    margin-top:10px;
    margin-bottom:10px;
    text-align:left;
}
/* Body Template */
div#template_holder{
	padding-top:20px;
}
div#template_container{
    width:950px;
    border:5px solid #ff9900;
    min-height:700px;
	background-color:#fff;
    overflow:hidden;
}
div#template_menu{
	background: url('../images/template-menu.png') repeat-x;
    height:46px;
    color:#fff;
}
div#template_content{
    width:585px;
    margin-left:15px;
}
div#template_module{
    margin-left:10px;
    width:320px;
}
div#template_footer{
	background-color:#ff9900;
    min-height:302px;
    color:#000;
    border-top:5px solid #ff9900;
}
div#template_analytic{
   clear:both;
   height:1px;
   width:1px;
   overflow:hidden;
}
/* Menu Template */
div#template_menu ul{
   float:left;
   margin:0;
   padding:0;
   list-style:none;
   margin-left:30px;
   margin-top:13px;
   border-left:1px solid #ccc;
}
div#template_menu ul li{
    float:left;
    border-right:1px solid #ccc;
}
div#template_menu ul li a{
    float:left;
    color:#fff;
    font-weight:bold;
    text-decoration:none;
    font-size:12px;
    margin-right:10px;
    margin-left:10px;
	font-family: arial,Helvetica,Sans-serif;
}
div#template_menu ul li a:hover{
    color:#f7c106;
}
