/*
Theme Name: NetCiber Theme
Theme URL: http://www.netciber.com/
Description: NetCiber Wordpress Theme
Author: NetCiber
Author URI: http://www.netciber.com/
Version: 1.0
*/

html {
	font-family: Verdana, Geneva, sans-serif;
	color:#222;
	font-size:11px
}
img {
	border:0;
}
a:link, a:hover, a:visited{
	color:#FF3300;
	text-decoration:underline;
}
.nav a:link, .nav a:visited, h2 a:link, h2 a:visited{
	color:#000;
	text-decoration:none;
}
.nav a:hover, h2 a:hover{
	color:#000;
	text-decoration:underline;
}
.hl {
	color:#F30;
}
.mainBox {
	width:974px;
	margin:25px auto 30px auto;
}
.header {
	height:64px;
	margin-bottom:12px;
}
.logo {
	width:192px;
	height:64px;
	background:#FFF url(images/logo_header.gif) no-repeat;
	float:left
}
.nav {
	float:right;
	margin-top:40px;
}
.nav li {
	float:right;
	margin-left:40px;
	padding-right:12px;
	list-style-type:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#FFF url(images/arrow_nav.gif) no-repeat center right;
}
.bodyBox {
}
.mainBanner {
	width:974px;
	height:317px;
	margin-bottom:24px;
	background:url(images/banner.gif) no-repeat;
}
.mainBanner .content {
	font-size:22px;
	color:#FFF;
	width:440px;
	float:right;
	margin:48px 40px 0;
	font-family: "Myriad Pro", Verdana, Geneva, sans-serif
}
.mainBanner .content img {
	float:right;
	margin:10px 30px 0;
}
.mainBanner .content h2 {
	margin:0 0 25px 0;
	display:block;
	font-size:42px;
	font-weight:normal;
	font-family: "Myriad Pro", Verdana, Geneva, sans-serif
}
.content {
	clear:both;
}
.leftBox {
	float:left;
	background:#FFF url(images/leftTitle.gif) no-repeat top center;
	width:252px;
}
.leftBox .content {
	margin-top:50px;
	background:#FFF url(images/leftBG.gif) repeat-y;
}
.leftBox .content .box {
	clear:both;
	margin:10px auto;
	width:231px;
	height:214px;
	background:#FFF url(images/roundCornerBox.gif) no-repeat;
}
.leftBox .content .innerBox {
	padding:20px;
}
.innerBox img {
	padding:8px;
	float:left;
	overflow:hidden;
}
.leftBox .content .footer {
	width:252px;
	height:4px;
	background:#FFF url(images/leftFooter.gif) no-repeat;
}
.middleBox {
	float:left;
	width:426px;
	padding:0 30px 0 30px;
}
#downloadPage .middleBox, #manualPage .middleBox, #caraPage .middleBox, #blogPage .middleBox {
	width:678px;
}
.middleBox .content {
	width:100%;
}
.middleBox .content .box {
	width:100%;
	padding:20px 0 20px 0;
}
#downloadPage .middleBox .content .box, #manualPage .middleBox .content .box, #caraPage .middleBox .content .box, #blogPage .middleBox .content .box {
	width:100%;
	padding:20px 0 50px 0;
}
.hr {
	width:100%;
	height:1px;
	border-bottom:1px #E2E2E2 solid;
}
.middleBox .content .box h2 {
	margin:0 0 15px 0;
	line-height:90%;
	display:block;
	font-size:26px;
	font-weight:normal;
	font-family: "Myriad Pro", Verdana, Geneva, sans-serif
}
.middleBox .content .box h2 img {
	margin-bottom:-3px
}
.middleBox .content .box .subtitle {
	font-style:italic;
	font-weight:bold;
}

#downloadPage .subtitle, #manualPage .subtitle, #caraPage .subtitle {
	font-size:12px;
	line-height:200%
}
#blogPage .subtitle {
	font-style:normal;
	font-size:16px
}

.middleBox .content .box p {
	min-height:100px;
}
.middleBox .content .box .p1 {
	padding-right:90px;
	background:url(images/icon1.gif) no-repeat top right;
}
#downloadPage .middleBox .content .box .p1 {
	padding-right:200px;
	background:url(images/download_screenshot_1.gif) no-repeat top right;
}
.middleBox .content .box .p2 {
	padding-left:90px;
	background:url(images/icon2.gif) no-repeat top left;
}
.middleBox .content .box .p3 {
	padding-right:90px;
	background:url(images/icon3.gif) no-repeat top right;
}
.rightBox {
	float:left;
	width:236px;
	background:#FFF url(images/rightTitle.gif) no-repeat center top;
}
.rightBox .content {
	margin-top:50px;
	background:#FFF url(images/rightBG.gif) repeat-y;
}
.rightBox .content .box {
	min-height:180px;
	padding-bottom:10px;
}
.rightBox .content .footer {
	padding:0;
	clear:both;
	width:236px;
	height:4px;
	background:#FFF url(images/rightFooter.gif) no-repeat;
}
.box ul {
	padding:0 13px 0 28px;
}
.box ul li {
	padding-bottom:10px;
}
.addition {
	padding:20px 10px;
	text-align:center;
}
.footer {
	clear:both;
	margin:0 auto;
	padding:25px;
	height:60px;
	background:#F0F1ED url(images/footerBG.gif) repeat-x;
}
.footerMenu {
	float:left;
	width:700px;
}
.ainfo {
	float:left;
	text-align:right;
	width:200px;
}
.screenshot {
	padding:10px 20px 10px 0
}
#blogPage .bloginfo{
	font-size:10px;
	color:#999;
	display:block;
	margin-bottom:8px;
}
#blogPage .hl{
	margin-top:10px;
	display:block;
}


.alignleft { float:left; }
.alignright { float:right; }