/********************************************
	AUTHOR:  			Ravi Kandel
	COMPANY:			Nepal Media Network
	URL:				http://www.nepalmedia.com
	TEMPLATE NAME:		Clothing Nepal
	VERSION:			1.0
	UPDATED:			09 Sep 2007
 *******************************************/

* { 
	margin:0; 
	padding: 0; 
}

body {
	background-color: #3A3A3A;
	background: url(images/background.gif);
 	color: #303030; 
 	font: 12px  Verdana, Arial, Sans-serif;
 	text-align: center; 
 	margin: 0px 0px 10px 0px;
}


td {
 	font: 12px  Verdana, Arial, Sans-serif;
 	color: #303030; 
}

/* links */
a	{ 
	color: #0000CC;
	background: inherit;
	text-decoration: none;
}

a:hover { 
	color: #006699;
	background: inherit; 	 
}
/***** LAYOUT *****/


#topwrap {
	margin: auto ;
	padding: 0px;	
	padding-top: 5px;
	text-align: left;
	background: url(images/headerbg.png) repeat-x 0 0;   
}

#toplayer {
	position: inherit;
	margin: auto;
	margin-left: 5px; 
	margin-right: 5px;
	margin: auto;
	width: expression(document.body.clientWidth < 757? "755px" : document.body.clientWidth > 902? "900px" : "auto");
	min-width:755px;
	max-width:900px;
}

#menu-wrap {
	clear:both;
	text-align: left;	
	margin:auto; 
	background: #FFFFFF url(images/contentbg.jpg) repeat;	
	position: relative;
	padding-left: 5px;
	padding-right: 5px;	
}

/*** Middle menu wrap ends ***/



#content-wrap {
	clear:both;
	text-align: left;	
	margin:auto; 
	background: #FFFFFF url(images/contentbg.jpg) repeat;	
	position: relative;
	padding: 0px;
}

#content {
	margin: 0px 5px 0px 5px;;
	padding: 0px;
	padding-bottom: 10px;
}


#content h1{
	font-family: Arial, Verdana, Helvetica;
	font-size:16px;
}

#content2 {
	margin: 0px 5px 0px 5px;;
	padding: 5px;
	padding-bottom: 10px;
}


#bottombox {
	clear: both;
	margin: 0px auto;
	background: #DDDDDD;
	height: 90px;
	width: expression(document.body.clientWidth < 757? "755px" : document.body.clientWidth > 902? "900px" : "auto");
	min-width:755px;
	max-width:900px;		
}



#footer {
	clear: both;
	margin: 0px auto;
	background: #809677;
	height: 50px;
	padding-top: 5px;
	width: expression(document.body.clientWidth < 757? "755px" : document.body.clientWidth > 902? "900px" : "auto");
	min-width:755px;
	max-width:900px;		
}

#footer #left{
	margin: 0px;
	float: left;
	width: 350px;
	text-align:left;
	background: #809677;
	padding: 2px 5px 5px 10px;	
	font-size: 11px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}

#footer #right{
	float: right;
	width: 350px;
	margin: 0px;
	text-align:right;
	background: #809677;
	padding: 2px 10px 5px 5px;
	font-size: 11px;
	font-family:Arial, Verdana, Helvetica, sans-serif;	
}


/*** Top box ***/
.topbox { background: #FFFFFF url(images/top-bkg.gif) repeat-x top; padding: 5px 0px 0px 0px; }
.topboxtop { background: #FFFFFF url(images/top-right.gif) no-repeat top right; }
.topboxtop div { height: 10px; background: url(images/top-left.gif) no-repeat top left; }
.topboxcontent { padding: 0px 10px 0px 10px; }


/*** top menu ***/
#promo {
	position: relative;
	top: 1px;
	left: 0;
	clear:left;
	width: 100%;
	height: 27px; 
	margin: 0; padding: 0;
	}

	#promo #promo-text {
	position:absolute;
	top:1px;
	left: 3px;
 	font: 95%/1.5 Tahoma, Verdana, Arial;
	float: left;
	}
			/* top tab menu */

				#promo #promo-tabs {
					position: absolute;
					width: 100%;
					height: 25px;
					font: bold 1.1em Verdana, Tahoma, 'Trebuchet MS',  Sans-serif;  
					} 

				#promo-tabs ul {		
					margin:0;
					padding:0px 0px 7px 2px;
					list-style:none;
					}

				#promo-tabs li {
					display:inline;
					margin:0;
					padding:0;
					}

				#promo-tabs a {
					float:right;
					background: url("images/tableft.gif") no-repeat left top;
					margin:0;
					padding:0px 1px 0px 2px;
					text-decoration:none;
					}

				#promo-tabs a span {
					float:right;
					display:block;
					background: url("images/tabright.gif") no-repeat right top;
					padding:5px 5px 4px 5px;
					color: #CCC;
					}

				/* Commented Backslash Hack hides rule from IE5-Mac \*/
				#promo-tabs a span {float:none;}
				/* End IE5-Mac hack */

				#promo-tabs a:hover span {	color:#FFF;	}
				#promo-tabs a:hover { background-position:0% -42px; }
				#promo-tabs a:hover span { background-position: 100% -42px;}
				#promo-tabs #current a { background-position:0% -42px; }
				#promo-tabs #current a span { background-position:100% -42px; color: #FFF;}

/* top tab menu ends */
/*** top menu end ***/



/*** Logo Box  ***/

#searchbox { 
	margin: 0px;
	position: relative;
	width: expression(document.body.clientWidth < 757? "755px" : document.body.clientWidth > 902? "900px" : "auto");
	min-width:755px;
	max-width:900px;
	height: 32px;
	background: #EFEFEF;
}

#searchbox #left {
	float: left;
	text-align: left;
	margin: 0; 
	padding-left: 5px;
	padding-top: 7px;
	vertical-align: bottom;
}

#searchbox #right {
	float: right;
	text-align: right;
	margin: 0; 
	padding-top: 5px;
	padding-right: 10px;
}


/* Mid Menu box background */

#midmenubox { 
	clear: both;
	background: url(images/top-background.jpg) repeat-x top left;
	height: 102px;

}

#midmenubox #midmenubox-left {
	width: 30%;
	float: left;
	text-align: left;
	margin: 0; 
	padding-left: 10px;
}
#midmenubox #midmenubox-right {
	width: 60%;
	float: right;
	text-align: right;
	margin: 0; 
	vertical-align: bottom;
	padding-right: 10px;	
}


/* Middle Menu tabs */

#midmenutabs{
	padding-top: 71px;
	padding-right: 10px;
	width: 100%;
	float: left;
	position: relative;
}

#midmenutabs ul{
	font: bold 12px Arial, Verdana, Tahoma;
	margin:0;
	padding:0;
	list-style:none;
}

#midmenutabs li{
	display:inline;
	margin:0 5px 0 0;
	padding:0;
	text-transform:normal;
}


#midmenutabs a{
	text-align: left;
	float:right;
	color: #0024A7;
	background: #efefef url(images/color_tabs_left.gif) no-repeat left top;
	margin:0 5px 2px 0;
	padding:0 0 5px 5px;
	text-decoration:none;
	bottom: 0px;
}

#midmenutabs a span{
	float:left;
	display:block;
	background: transparent url(images/color_tabs_right.gif) no-repeat right top;
	padding:4px 9px 5px 6px;
	vertical-align: bottom;
}

#midmenutabs a span{
	float:none;
}

#midmenutabs a:hover{
	background-color: #679d27;
	color: #FFFFFF;
	text-decoration:underline;
}

#midmenutabs a:hover span{
	background-color: #679d27;
}

#midmenutabs #current a, #midmenutabs #current span{ /*currently selected tab*/
	background-color: #e7e7e7;
}



/** Bottom Menu Tabs **/
#menutabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#menutabs ul{
font: bold 12px Arial;
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#menutabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:normal;
}

#menutabs a{
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 7px 5px;
text-decoration: none;
letter-spacing: 0px;
background-color: #4059A7; /*Default menu color*/
}

#menutabs a:hover{
background-color: #FFFFFF; /*Menu hover bgcolor*/
color: #308200;
text-decoration:underline;
}


#seals { /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
padding: 0;
margin-right: 10px;
}



/* Round cornor */
.rbroundbox { background: url(images/nt.gif) repeat-x; }
.rbtop div { background: url(images/tl.gif) no-repeat top left; }
.rbtop { background: url(images/tr.gif) no-repeat top right; }
.rbbot div { background: url(images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(images/br.gif) no-repeat bottom right; }


.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 10px;
font-size: 1px;
}
.rbcontent { 
margin: 0 7px; 
font-family: Tahoma, Verdana, Arial, Helvetica;
color: #000000;
font-size:11px;
}
.rbroundbox { width: 100%; margin: 0px auto; }


/*** My Styles ***/

.offerbox { 
	margin: 0px;
	background: #DDDDDD url(images/offerboxbkg.gif) repeat-x bottom left;
	padding: 0px;
}

.textbox { 
	margin: 0px;
	background: url(images/textboxbkg.gif) repeat-x bottom left;
	padding: 5px;
}

.cartbox { 
	margin: 0px;
	background:  url(images/cartboxbkg.gif) repeat-x bottom left;
}

.smalltext {
font-family: Tahoma, Verdana, Arial, Helvetica;
color: #000000;
font-size:11px;
}


.categorytitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #b27e00;
	color:#FFFFFF;
	height: 25px;
	padding-left: 10px;
}

.categorybox {
	border: 1px solid #CCCCCC;
	padding: 2px;
	height: 80px;
	vertical-align:bottom;
	text-align: right;
	font-family:  Tahoma, Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.borderbottom {
	border-bottom: 1px solid #DDDDDD;
	height: 10px;
}

.loginbox {
	border: 1px solid #e0bb87;
	padding: 5px;
	background: #F5ECDA;
}

#productbox {
	border: 1px solid #cccccc;
	background: #f9f2e7;
	padding: 6px 3px 3px 3px;
	width: 120px;
	text-align:center;
}

#pricebox {
	background: #cccccc;
	border: 1px solid #cccccc;
	padding: 3px;
	width: 120px;
}

#buybox {
	border: 1px solid #009367;
	background: #009367;
	padding: 3px;
	width: 120px;
}

/*** NAVLINK ***/

.navlink {
	float: left;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	vertical-align:bottom;
	text-align: left;
	background: #c4c9aa url(images/navlinkleft.gif) no-repeat top left;
}


.navlink a {
	display: block;
	text-align: left;
	padding: 0 0 0 15px;
	height:100%;
	background: #C4C9AA url(images/navlinkleft.gif) no-repeat top left;
	vertical-align: bottom;
	line-height: 25px;
	
}

.navlink a:visited {
	background: #C98927 url(images/navlinkleft.gif) no-repeat top left;
	vertical-align: bottom;
	color: #FFFFFF;
}


.navlink a:hover {
	background: #DDDDDD url(images/navlinkleft.gif) no-repeat top left;
	color: #3F7E00;
	text-decoration: underline;
}

.navlink a:active {
	color: #ffffff;
	background: #9EAF57 url(images/navlinkleft.gif) no-repeat top left;	
}

/*** Login ***/
.loginhead {
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	vertical-align: middle;
	height: 30px;
	background: url(images/loginboxbkg.gif) no-repeat top left;
}

/*** Product box ***/

.productcontainer{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
width: 99%;
}

.productcontainer .box{
height: 90px;
width: 100%;
vertical-align:bottom;
text-align: right;
font-family:  Tahoma, Arial, Verdana, Helvetica;
font-size: 7px;
color: #C1C2D7;
bottom: 2px;
}

.productcontainer .innerdiv{
background: transparent url(images/brcorner.gif) bottom right no-repeat;
left: 2px;
top: 2px;
padding: 4px 5px 7px 5px;
text-align:left;
}

.titletext{
font-family:  Arial, Helvetica, Verdana;
font-size: 14px;
color: #000264;
}

