/*
PURPOSE:
	[1] Basic cascading stylesheet for ALL browsers
	[2] Contains only resets and global styles
	[3] MEDIA = SCREEN

REVISION HISTORY:
	January 12, 2011. v1.0. Under Construction.

STATUS OF THIS DOCUMENT:
	This is a working draft.

AUTHOR:
	Subodh Maharjan
	info@subodhmaharjan.com.np
	url: http://www.subodhmaharjan.com.np

LEGAL NOTICE:
	Distribution of this document is limited.
	Copyright (C) Ki-Power.
*/

/*
==================================
KILL THE DEFAULTS AND GLOBALIZE
==================================
*/
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, pre, address, caption, cite, code, em, th {
	font-weight : normal;
	font-style : normal;
}
ul, ol, li {
	list-style : none;
	margin:0px;
}
fieldset, img {
	border:none;
	padding:0;
}
caption, th {
	text-align : left;
}
table {
	border-collapse : collapse;
	border-spacing : 0;
}
em {
	font-style : italic;
}
.CL {
	clear:left;
}
.CR {
	clear:right;
}
.CB {
	clear:both;
}

/******************* BODY *********************/
body{
font:12px Arial, Helvetica, sans-serif;
color:#666;
background:url(../images/body-bg.jpg) repeat-x #FFF;
}

br{
	line-height:7px;
}

/******************* wrapper style *********************/
.wrapper{
	width:900px;
	margin:0px auto;
}

/******************* header style *********************/
.header{
	height:147px;
	padding-top:23px;
}

.logo{
	background:url(../images/logo.jpg) no-repeat;
	width:318px;
	height:84px;
	float:left;
}

.search{
	background:url(../images/search-bg.jpg) repeat-x;
	height:30px;
	width:256px;
	border:1px solid #C1C1C1;
	float:right;
	padding:5px;
	margin-top:22px;

}

input.txtfieldStyle{
	width:204px;
	height:28px;
	border:1px solid #CCC;
	float:left;
	line-height:28px;
	color:#999;
	padding:0 5px;
}

input.btnStyle{
	background:url(../images/search-btn.jpg) no-repeat;
	border:0px;
	float:right;
	width:34px;
	height:30px;
	cursor:pointer;
}

.style-btn{
	background:#FF2A00;
	color:#fff;
	width:auto;
	height:25px;
	padding:2px 5px 4px;
	border:0px;
	cursor:pointer;
}


.style-text{
color:#666666;
text-decoration:underline;
}

/******************* main-menu style *********************/
.main-menu{
	height:51px;
	background:url(../images/menu-bg.jpg) repeat-x;
	margin-top:25px;
}

.main-menu ul{

}

.main-menu ul li{
	background:url(../images/menu-sep.jpg) no-repeat right;	
	float:left;
	line-height:50px;
	padding:0 30px;
}

.main-menu ul li a{
	color:#FFF;
	text-decoration:none;
	font-size:17px;
}

.main-menu ul li a:hover{
	color:#FFB4A4;	
}


.feature-list ul{
	padding:0;
	margin:0;
}


.feature-list ul li{
margin-left:10px;
}

/******************* main content wrapper style *********************/
.main-content-wrapper{
	width:900px;
	margin:0px auto;
	padding-bottom:30px;
}

.left-block{
	width:212px;
	float:left;
}

.left-block ul{
	border-top:1px solid #C1C1C1;
}

.left-block ul li{
	border:1px solid #C1C1C1;
	border-top:0px;
	background:url(../images/leftNav-bg.jpg) repeat-x;
	height:37px;
	padding-left:15px;
}

.left-block ul li a{
	font:15px/37px Tahoma, Geneva, sans-serif;
	color:#525252;
	background:url(../images/bull.png) no-repeat left;
	padding:0 15px;
	text-decoration:none;
}

.left-block ul li a:hover{

}

.right-block{
	width:654px;
	float:right;
}

.product{
	
}

.product-hdr{
	
}

.block-hdr{
	font:24px Tahoma, Geneva, sans-serif;
	letter-spacing:-1px;
	color:#FF2A00;
	width:200px;
	float:left;
}

.block-hdr span{
	color:#082368;	
}


.contentTtl{
	font:24px Tahoma, Geneva, sans-serif;
	letter-spacing:-1px;
	color:#FF2A00;
}
.breadcrumb{
	color:#FFF;
	text-transform:lowercase;
	margin-top:-20px;
}

.productType{
	width:395px;
	float:right;
	height:24px;
}

.productType ul{
	
}

.productType ul li{
	float:left;
}

.productType ul li a{
	text-decoration:none;
	font:13px/24px Tahoma, Geneva, sans-serif;
	color:#666;
	padding:4px 15px;
}

.productType ul li a:hover{
	background:url(../images/products/pmenu-bg.jpg) repeat-x;
	color:#FFF;
}

.productContent{
	padding-top:10px;
}
.productContent ul
	{
		
	}

.productContent ul li
	{
		list-style:disc;
		list-style-position:outside;
		margin-left:20px;
	}
	
.productContent ol
	{
	
	}

.productContent ol li
	{
		list-style:decimal;
		list-style-position:outside;
		margin-left:35px;
	}

.box{
	width:141px;
	float:left;
	margin-bottom:20px;
	margin-right:22px;
	height:160px;/*
	border:1px solid #C1C1C1;*/
}

.box-style2{
	padding-right:0px;	
}

.box-style3{
	padding-bottom:0px;	
}

.box-top{
	background-color:#572402;
	height:118px;
	overflow:hidden;
}

.box-top a{
	outline:none;	
}

.box-top img{
	width:130px;
	height:108px;
	padding:5px;
}

.box-content{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;	
	color:#082368;
	padding-top:10px;
}

.compName{
	color:#79911D;
	line-height:25px;
	text-transform:uppercase;
}

.price{
	color:#000;
}

.client{
	background:url(../images/clients-bg.jpg) repeat-x;
	height:70px;
	border:1px solid #CCC;
	padding:14px 0px 6px 23px;
}

.client img{
	padding-right:50px;
	padding-left:20px;
}

.pageInfo{
	background:url(../images/menu-bg.jpg) repeat-x;
	height:51px;
	margin-top:30px;
	line-height:51px;
	padding:0 20px;
	color:#FFF;
	font-size:15px;
}

.pageInfo span{
	text-transform:uppercase;
	font-weight:bold;
}

.footer{
	color:#333;
	text-align:right;
	line-height:16px;
	padding-top:10px;
	padding-bottom:15px;
}

.footer a{
	color:#333;
	text-decoration:none;
	font-weight:bold;
}

.footer a:hover{
	text-decoration:underline;	
}
.pagingPrevious {
	color:#666;
	text-decoration:none;
}
.pagingNext {
	color:#666;
	text-decoration:none;
}

.srchtitle a{
	font-size:15px;
	text-decoration: none;
}
