/* -------------------------------------------
project:	Max
date:		2009
------------------------------------------- */

/* reset css */
* {font-size:100.01%}
html,body,div,span,h1,h2,h3,h4,h5,h6,p,a,em,img,strong,sub,sup,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,tbody,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
ol,ul{list-style:none}
table{border-collapse:collapse;border-spacing:0}
img {display:block;}

/* clearfix */
.clearfix:after { content: ".";  display: block;  clear: both;   visibility: hidden;  line-height: 0;  height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix {    height: 1%; }

body { color:#444; font-size:12px; background:#030E45 url(../img/bg.gif) repeat-x top center; font-family:Arial,Helvetica,sans-serif; line-height:18px; }
a {color:#3399cc; text-decoration:underline;}
a:hover {color:#0066ff; text-decoration:underline;}
hr {display:none;}
textarea, input, select, option, button{ font: 1em Arial,Helvetica,sans-serif; }


h2{color:#cc0000; font-weight:bold; font-size:20px; padding-bottom:10px; margin-bottom:10px; border-bottom:1px solid #eee;}

.bottom_holder{background:#fff;}
#wrap {width:780px; margin:0 auto; position:relative;} 

#top{height:238px;}

#logo{position:absolute; top:0; left:0; width:191px;}

#nav{ float:left; width:140px;   background:#f4f4f4 url(../img/bg_menu.gif) repeat-x bottom center; padding:10px 10px 80px 10px; 
border-bottom-right-radius: 16px;
-moz-border-radius-bottomright : 16px; 
-webkit-border-bottom-right-radius: 16px;
}

#nav li{  line-height:20px;  clear:both; 
border-radius: 10px;
-moz-border-radius : 10px; 
-webkit-border-radius: 10px;
border:1px solid #cc0000;
margin:5px 0px;

 }
#nav li a{font-weight:bold; display:block; text-decoration:none; color:#030E45; padding:5px 0; text-align:center; font-size:14px;
border-radius: 10px;
-moz-border-radius : 10px; 
-webkit-border-radius: 10px;
 }
#nav li a:hover{ color:#fff; background:#cc0000; }

.imgflr{float:right; margin:0 0 10px 10px;}
#content{padding:20px 20px 20px 0px; float:right; width:590px; background:#fff;}
#content p{padding-bottom:20px;}

.refer{}
.refer img{border:10px solid #f7f7f7; margin:10px 20px 10px 120px;} 

/* DEFAULT STYLES 4 TABLES & LISTS ========================================== */
#content ul{ margin-left:30px; list-style-type:disc; }
#content ul li ul { margin-left:30px; list-style-type:circle; }
#content ul li ul li ul { margin-left:30px; list-style-type:square; }
#content ul li { padding-left:0px; }
#content ol{ margin-left:30px; list-style-type:decimal; }
#content ol li { padding-left:0px; }
/* ////////////////////////////////////////////////////////////////////////// */


#footer{ padding:20px; font-size:11px; clear:both; color:#fff;}
#footer span{float:right;}

