/*Common part*/

* { margin:0; padding:0}

a {font-size:11px; color:#1A3052; text-decoration:none;}
a:hover{text-decoration:underline;}
a.u{text-decoration:underline;}

ul, li{
    list-style-type: none;
}

body {
    background:#000 url('repeat.jpg') repeat-x;
    font:11px Arial,Helvetica,'MS Sans Serif',sans-serif;
	width:990px;
	margin: 0 auto;
	padding: 0;
}

img {
    border:0px;
}

.tab-title{
    background: url('../images/arrow.jpg') no-repeat; 
    padding-left:40px;
    width:180px;
    height:35px;
}
    .tab-title img{
        margin-top:9px;
    }    

/*Header part*/
.header {
	background: url('header.jpg') no-repeat; 
    width:984px;
    height:165px;
	margin: 0 auto;
 }
 
	.top-menu{
		position:absolute;	
		margin-top: 6.5em;
		margin-left:1.3em;
			
	  	text-transform:uppercase;
	font: bold 20px arial,sans-serif;
		/*	margin: 0 auto;	
		text-align:center;*/
	}
	.top-menu a {color: #fff;margin:0;padding:10px 45px}
	.top-menu a:hover{background: #739daf; padding: 15px 45px}
	.top-menu a:active{background: #739daf}
	
	.home #nav_home a, .free #nav_free a, .premium #nav_premium a, .about #nav_about a, .contact #nav_contact a, .partner #nav_partners a {
	    color:white;
	    font-weight:bold;
		background: #739daf;
		padding: 10px 45px 15px 45px;
	}

.outside-border  {
	background: #739daf;
	width:984px;
	margin: 0 auto;
}
.main-cont {
	background:#fff;
    min-height: 500px;
	width:980px;
	margin: 5px 2px 2px 2px;
  /*  border-left: 5px solid #7595B2; 
    border-right: 5px solid #7595B2;
*/
}

.left-side{
    width:200px;
    margin:0 15px;
    float:left;
}
.right-side{
    margin:0px 15px;
    width:700px;
    margin:auto;
    float:right;
    border-left: 2px solid #7595B2;
    min-height:500px;
}
    .right-side .content{
        width:690px;
        margin:10px auto;
    }
        .right-side .content .body{
            width:688px;
            /*min-height: 1200px;*/
            margin:auto;
            border-left:1px solid #DDDDDD;
            border-right:1px solid #DDDDDD;
        }
    .top-round{
        border-left:1px solid #DDDDDD;
        border-top:1px solid #DDDDDD;
        height:4px;
        font-size:1px;
        position:relative;
    }
    .top-round .right{
        background-image:url(../images/round-corn.jpg);
        background-position:100% 0;
        float:right;
        height:10px;
        margin-top:-1px;
        position:relative;
        width:10px;
    }
    .top-round .left{
        left:-1px;
        background-image:url(../images/round-corn.jpg);
        background-position:0 0;
        float:left;
        height:10px;
        margin-top:-1px;
        position:relative;
        width:10px;
    }
    
    .bt-round{
        border-bottom:1px solid #DDDDDD;
        height:9px;
        font-size:1px;
        position:relative;
    }
    .bt-round .right{
        background-image:url(../images/round-corn.jpg);
        background-position:100% 100%;
        float:right;
        height:10px;
        margin-bottom:-1px;
        position:relative;
        width:10px;
    }
    .bt-round .left{
        
        background-image:url(../images/round-corn.jpg);
        background-position:0 100%;
        float:left;
        height:10px;
        margin-bottom:-1px;
        position:relative;
        width:10px;
    }



.footer{
    width:984px;
    height:36px;
}

    .footer .band{
        width:951px;
        height:25px;
        text-align:center;
 }
 	.footer .band a { padding:10px 20px 0 20px;}
    .footer .band a:hover {color:#fff}

    .footer .copyright{
        text-align:center;
        width:400px;
        font-size:10px;
        color:#666;
        margin:15px auto 0px;
    }
    .footer .copyright a{
        color:#FFAA00;
  
    }

.top-bullet{
    text-align:left;
    margin-top:10px;
}
    .top-bullet ul{
        text-decoration:none;
        list-style-type: none;
    }
    .top-bullet ul li{
        background:url('../images/bullet-point.jpg') no-repeat 0 50%;
        padding:6px 0px 0 48px;
        color:#1A3052;
        min-height:36px;
        
    }

.thumb-panel{
    width:570px;
    margin:auto;
}

    .thumb-panel a{
        color:#1A3051;
        font-size:11px;
    }
.node-view{
    width:190px;
    float:left;
    margin:10px 0px;
}
    .node-view .thumb{
        margin:auto;
        background:url('../images/frame.gif') no-repeat;
        width:178px;
        height:189px;
    }
    .node-view .thumb img{
         padding:13px;
         width:150px;
         height:160px;
         
    }
    .node-view ul{
        text-align:center;
    }
    .node-view ul li{
        display:inline;
        text-align:center;
    }
    .node-view p{
        padding:5px 10px;
        margin:3px 0px;
        color:#666;
        min-height:50px;
    }

div.cls{
    clear:both;
}

        
.left-dot-bar{
    border-left:1px dotted #000;
}
h3{
    font-weight:bold;
    font-size:12px;
}
h3.thumb-title{
    color:#7595B2;
    margin:5px 0 0;
    text-align:center;
}
image.frame{
    width:150px;
    height:160px;
}
ul.category{
    list-style-type: none;
    width:180px;
    margin:auto;
}
ul.category li{
    background: url('../images/cat-arrow.jpg') no-repeat 0 50%;
    padding:5px 20px;
}

.content-panel{
    width:800px;
    margin:auto;
    padding-top:20px;
}
.content-panel p{
    margin:20px auto;
    font-size:14px;
}

h1{
    color:#000000;
    font-family:Georgia;
    font-size:24px;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    letter-spacing:-0.03em;
    line-height:normal;
    margin-top:-3px;
    padding-bottom:15px;
    position:relative;
}