/**
 * HTML Entities
 */
 
body {
	background:#162c42 url(../img/bkg_body.gif) 0 0 repeat-x;
	text-align:center;
	font: 76%/1em Verdana, sans-serif;
}

h2 {
	background:url('../img/bkg_heading.png') no-repeat;
	padding-left: 20px;
	color:#666666;
	text-align:left;
}

a {
	color:#888888;
	text-decoration:none;
	font-weight: bold; 
}

blockquote {
	width: 420px;
	background: #F6F9FB;
	border: 1px solid #E1E1E1;
	padding:10px 10px 10px 10px;
	width:500px;
} 	

/**
 * Top Bar
 */
 
.top {
	background-color:#000000;
	color:#FFFFFF;
}


/** 
 * Main Container
 */
 
.main {
	width:960px;
	margin:0px auto;

}

/** 
 * Login and Log section 
 */
 
.main .headarea {
	width:960px;
	height:100px;
}

.headarea  .login {
	float:right;
	width:400px;
	height:75px;
    /*height:85px;*/
	background: url('../img/search_box.gif') 0 0 no-repeat;
	text-align:left;
	padding-top:10px;
	padding-left:10px;
	
}

/** 
 * Container
 */
 
.main .container {
	width:960px;
	background: url('../img/bkg_top.gif') 0 0 no-repeat;
	/*height:472px;*/
	padding-left:5px;
	padding-top:6px;

/*
    border-width:2px;
    border-style:solid;
*/
}

/****
 * Top nav 
 */

.nav_box {
	width:950px;
	height:30px;
	background: url('../img/nav_bg.png') 0 0 no-repeat;
	padding-top:2px;

/*
    border-width:2px;
    border-style:solid;
*/
}

.nav_box a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	color: #000000;
	text-align:center;
	display: inline-block;
/*	float: center;*/
	white-space: nowrap;
	width:75px; /* 50px */
	height:25px;
	line-height:25px;

/*
    border-width:2px;
    border-style:solid;
*/
}


.nav_box a:hover {
	/* filter:alpha(opacity=70);
	opacity: .6;
	-moz-opacity: .6;
	*/
	background-color:#66CCFF;
	color: #000000;
	text-align:center;
	display: inline-block;
	/*float: center;*/
	white-space: nowrap;
	width:75px; /* 50px; */
	line-height: 25px;
	height:25px;
}

.nav_box ul {
    list-style: none;
	float:right;
    margin: 0; 
	width:100%;
 }

.nav_box li {
	display: block; 
	white-space: nowrap;
	height: 25px;
}


/**
 * Package container
 */
 
.no_bg {
	width:950px;
	height:175px;
	padding-left:25px;
} 


.no_bg .package {
	position:relative;
	float:left;
	width:165px;
	height:175px;
	background: url('../img/computer.png') no-repeat;
	font-size:10px;
	padding-left:10px;
	padding-right:5px;
	text-align:left;
}

.package h3 {
	font-size:10px;
	color:#111111;
	text-align:left;
}

.package a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color:#000000;
    font: 86%/1.1em Verdana, sans-serif;
    font-size: 10px;
}


/**
 * Content container
 */
 

.content {
	/*width:950px;*/
    width:940px;
	height:300px;
	padding-left:5px;
	padding-right:5px;
    /*background:url('../img/bkg_content.png') 0 0;*/
	/*background:url('../img/bkg_content.png') 0 0 no-repeat;*/
    background: #ffffff;
	padding-top:5px;

/*
    border-width:2px;
    border-style:solid;
*/
}
.content_top {
    background: url('../img/bkg_content_top.png') 0 0 no-repeat;
    width: 950px;
    height: 16px;
    padding-left:5px;
    padding-right:5px;

/*
    border-width:2px;
    border-style:solid;
*/
}
.content_bottom {
    background: url('../img/bkg_content_bottom.png') 0 0 no-repeat;
    width: 950px;
    height: 14px;
    padding-left:5px;
    padding-right:5px;

/*
    border-width:2px;
    border-style:solid;
*/
}

.content .box {
	/*height:270px;*/
    height:100%;
	border-right:1px solid #42515E;
	width:316px;
    text-align: left;
	float:left;
}

.content .box .ul {
    line-height: 18px;
}

.content .box2 {
    height: 100%;
	/*height:270px;*/
	/*width:620px;*/
    width: 610px;
	padding-left:9px;
	float:right;
}

/** 
 *	Footer
 */
 
.main .footer  {
/*    float: clear;*/
    clear: both;
    overflow: auto;
	color:#333333;
	text-align:center;
	font-size:10px;
	width:950px;
	height:13px;
}

/*.main .copyright {*/
.main .copyright {
    float: right;
    color:#FFFFFF;
	/*color:#333333;*/
	height:11px;
	font-size:10px;
	width:950px;
	text-align:right;
/*    margin-right: 15px;*/
/*
    border-width:2px;
    border-style:solid;
*/
}
	
	

