@charset "utf-8";
/* CSS Document */
body{
	background-color:#000000;
	background:url(images/home_bg.jpg) repeat;
	margin:0px;
	padding:0px;
	color:#C4C4C4;
	font-family:tahoma;
	font-size:11px;
	}
.txt{
	color:#fffff;
	font-family:tahoma;
	font-size:11px;
	}	
.grayBoldBG{ background:#333333; font-size:11px; color:#CCCCCC; font-weight:bold; padding:5px;}
li{
	list-style:url(images/small_arrow.jpg); 
	}

.input2{
	background:url(images/input_bg.jpg) repeat-x;
	height:18px;
	color:#F2F2F2;
	width:105px;
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	line-height:18px;
	border:#999999 solid 1px;	}	
img{
	border:none;
	outline:none;
	}
a,a:link{
	color:#FF9900;
	text-decoration:none;
	outline:none;
	
	}
a:hover{
	
	text-decoration:underline;
	outline:none;
	}
strong{
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	color:#FF9900;
	font-weight:normal;
	}
b {
	color:#C4C4C4;
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	}					
#header_img{
	background:url(images/new_dreamimg1.jpg) no-repeat;
	width:1000px;
	height:328px;
	}
.header_admin{
	background:url(adminLogin/images/header-admin.jpg) no-repeat;
	width:1000px;
	height:85px;
}
#drem_txt{
	color:#C4C4C4;
	font-family:tahoma;
	font-size:11px;
	}
#login_txt2	{
	color:#C4C4C4;
	font-family:tahoma;
	font-size:11px;
	}
.t_left_bg{
	background:url(images/left.jpg) repeat-y;
	}
.t_right_bg{
	background:url(images/right.jpg) repeat-y;
	}
.top_bg{
	background:url(images/top.jpg) repeat-x;
	}
.bottom_bg{
	background:url(images/bottom.jpg) repeat-x;
	}
.tab_bg{
	background:url(images/tab_bg.jpg) repeat;
	}	
#category_img{
	border:#333333 1px solid;
	padding:5px;
	margin:5px;
	background-color:#000000;
	height:70px;
	width:100px;
	}
h5{
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	color:#ff3e00;
	padding:0px;
	margin:0px;
	}
h3{
	font-family:tahoma;
	font-size:13px;
	font-weight:bold;
	color:#FF3300;
	padding:0px;
	margin:0px;
	}	
span{
	color:#FF9900;
	font-family:tahoma;
	font-size:11px;
	}
#skunk_bg{
	background:url(images/skunk_bg.jpg) repeat-x;
	}
/******************************   TOP MENU START HERE   ******************************/
.nav_left{
	border-left:#34302F solid 2px;
	}
.top_nav_bg{
	background: url(images/nav_bg.jpg) center center repeat-x;
	}
.top_nav_bg a{
	background: url(images/nav_bg.jpg) center center repeat-x;
	color:#FFFFFF;
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	}
.top_nav_bg a:hover{
	background: url(images/nav_bg.jpg) center center repeat-x;
	color:#000000;
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	}					
/******************************  TOP MENU END   ********************************/


/*********************left menu***********************/


.left_menu{
	width: 100%; /*width of menu*/
	margin-left:0px;
}

.left_menu ul{

	list-style-type: none;
	margin: 0;
	padding: 0;
	outline:none;
}
	
.left_menu li a{
	font: bold  10px tahoma;
	color:#C4C4C4;
	outline:none;
	display: block;
	text-transform:uppercase;
    height: 27px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 0px 0 0px 13px;
	line-height: 28px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.left_menu li a:link, .menu_left li a:visited {
	color: #C4C4C4;
	outline:none;
}

.left_menu li a:hover{
	color: #fe3d00;
	outline:none;
	padding-left:13px;
	
	}

	
.left_menu li a.selected{
	color: #fe3d00;
	
    
}	

.left_menu1{
	width: 100%; /*width of menu*/
	margin-left:0px;
}

.left_menu1 ul{

	list-style-type: none;
	margin: 0;
	padding: 0;
	outline:none;
}
	
.left_menu1 li a{
	font: bold  10px tahoma;
	color:#C4C4C4;
	outline:none;
	display: block;
	text-transform:uppercase;
	text-decoration: none;
}	
	

.left_menu1 li a:hover{
	color: #fe3d00;
	outline:none;
	
	}
		
/*********************left menu end***********************/	
/**************************fotter menu****************/
#footer_content2_main{
	width: auto;
	text-align:left;
	border-bottom:#686868 1px solid;
	padding-bottom:3px;
	padding-top:3px;
		
}

#footer_content2_main ul {
	font-family:verdana;
	font-size:10px;
	color:#C4C4C4;
	display:inline;
	text-align:left;
	margin:0;
	padding:0;

}
#footer_content2_main li {
	font-family:verdana;
	font-size:10px;
	color:#C4C4C4;
	display:inline;
	text-align:left;
	margin:0;
	padding:0 0 0 15px;

}
#footer_content2_main a {
	font-family:verdana;
	font-size:10px;
	display:inline;
	text-align:left;
	padding-left:5px;
	border-left:#686868 solid 1px;
	color:#666666;
	text-decoration: none;
}
#footer_content2_main a:hover {
	color: #FF0000;
	text-align:left;
	text-decoration:underline;
}
/*******************************fotter end*********************/
/*****************************BODY CSS************************/
.txt_hed{
	color:#FF9900;
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	padding-left:4px;
}
#wrap{
	margin:0 auto;
	padding:0px;
	width:1000px;
	border: solid #B0B0B0 1px;
	}
#container{
	margin:0 auto;
	padding:0px;
	width:1000px;
	}	
/*****************************BODY CSS************************/	
.footer_text{

border-bottom:#686868 1px solid; padding-right:10px;
	font-family:verdana;
	color:#666666;
	font-weight:bold;
	padding:0px;
	font-size:10px;
	text-decoration:none;}

.footer_text a {
	font-family:verdana;
	color:#999999;
	font-weight:bold;
	text-decoration:none;
	font-size:10px;
}
.footer_text a:hover{
	font-family:verdana;
	color:#000000;
	font-weight:bold;
	color:#FF0000;
	text-decoration:none;
	font-size:10px;
}
#left_content{
	width:auto;}
#right_container{
	width:200px;}
		
.dream_hed{
	background:url(images/small_hed.jpg) no-repeat;
	width:1000px;
	height:239px;
	background-position:center;
	}
.header_blog{
	background:url(images/header-blog.jpg) no-repeat;
	width:1000px;
	height:114px;
}
.header_latest{
	background:url(images/latestDesign.jpg) no-repeat;
	width:1000px;
	height:114px;
}
.tab_bord{
		border-left:#666666 solid 1px;
		border-bottom:#666666 solid 1px;
		padding-left:4px;
	}

.consumer4{
/*border-right:#666666 solid 1px;
border-left:#666666 solid 1px;
border-bottom:#666666 solid 1px;*/
padding-left:5px;
	}
.consumer3{
border-bottom:#666666 solid 1px;
	}		
/************************Specification***********************/
.cat-main-des{ color:#C4C4C4; width:100%; margin:0px; padding:0px; font-family:tahoma;  font-size:11px; }
.cat-main-des1{ color:#FFFFFF; width:90%; margin-left:25px; padding-right:25px;}
.dicription_txt{
	padding:0px;
    margin-left:25px; 
	list-style:disc;}		
.dicription_txt{
	padding:0px;
    margin:0px;
	}
/***********************ADMIN***********************/
/***************************************ADMIN-ADMIN-ADMIN-ADMIN ---MENU*********/
#blockmenu{
border-right:#000000 solid 1px;
border-left:#000000 solid 1px;
border-bottom:#000000 solid 1px;
border-bottom-width: 0;
margin-left:2px;
width: 171px;
}

#blockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font:11px Tahoma;
}


#blockmenu li a{
display: block;
font-family:tahoma;
font-size:12px;
padding: 5px 0;
padding-left: 9px;
width: 155px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;


}
/*#blockmenu li a.selected{
width: 139px;
padding-left:25px; 

}*/

* html #blockmenu li a{ /*IE only */
width: 171px;
border-bottom: 0px solid #000000;

 /*IE 5*/
 /*185px minus all left/right paddings and margins*/
}


#blockmenu li a:hover {
border-left-color: #FF0000;
color:#FF0000;
}
#blockmenu div.menutitle{
color: #FF9900;
width: 171px;
border-bottom: 1px solid #000000;
font:13px Tahoma bold;
padding: 2px 0;
/*background-color: #2F2F2F;*/
}

/*********************admin Top Menu**********************************************/
.Admin_menu{
font: bold  11px tahoma;
float:right;
width: 300px; /*leave this value as is in most cases*/

}

.Admin_menu ul{
margin: 0;
font: bold  11px tahoma;
padding: 0;
float: left;
height:30px;
width: 300px;; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: url(images/nav_bgrep.jpg) center center repeat-x;

}

.Admin_menu ul li{
font: bold  11px tahoma;
display: inline;

}

.Admin_menu ul li a{
float: left;
font: bold  11px tahoma;
color: white; /*text color*/
padding: 9px 5px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.Admin_menu ul li a:visited{
color: white;
}

.Admin_menu ul li a:hover, .Admin_menu ul li .current{
color: #ffffff; !important; /*text color of selected and active item*/
padding-top: 9px; /*shift text down 1px for selected and active item*/
padding-bottom: 7.9px; /*shift text down 1px for selected and active item*/
background-color:#2175BC;
}

/******************ADMIN 2***********************/

.Admin2_menu{
font: bold  11px tahoma;
float:right;
height:32px;
width:330px; /*leave this value as is in most cases*/

}

.Admin2_menu ul{
margin: 0;
font: bold  11px tahoma;
padding: 0;
float: right;
height:32px;
padding-right:10px;
width: 320px; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
background: url(images/nav_bgrep.jpg) center center repeat-x;

}

.Admin2_menu ul li{
font: bold  11px tahoma;
display: inline;

}

.Admin2_menu ul li a{
float: right;
font: bold  11px tahoma;
color: white; /*text color*/
padding: 9px 15px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.Admin2_menu ul li a:visited{
color: white;
}

.Admin2_menu ul li a:hover, .Admin2_menu ul li .current{
color: #ffffff; !important; /*text color of selected and active item*/
padding: 9px 15px; /*shift text down 1px for selected and active item*/
background-color:#2175BC;
text-decoration:none;
font: bold  11px tahoma;
}
/******************ADMIN 3***********************/

.Admin3_menu{
font: bold  11px tahoma;
float:right;
height:32px;
width:150px; /*leave this value as is in most cases*/

}

.Admin3_menu ul{
margin: 0;
font: bold  11px tahoma;
padding: 0;
float: right;
height:32px;
padding-right:50px;
width: 150px;; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
background: url(images/nav_bgrep.jpg) center center repeat-x;

}

.Admin3_menu ul li{
font: bold  11px tahoma;
display: inline;

}

.Admin3_menu ul li a{
float: right;
font: bold  11px tahoma;
color: white; /*text color*/
padding: 9px 15px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.Admin3_menu ul li a:visited{
color: white;
}

.Admin3_menu ul li a:hover, .Admin2_menu ul li .current{
color: #ffffff; !important; /*text color of selected and active item*/
padding: 9px 15px; /*shift text down 1px for selected and active item*/
background-color:#2175BC;
text-decoration:none;
font: bold  11px tahoma;
}		
.comment_input{ background:#999999; color:#FFFFFF; border:1px solid #666666;}
.edmtext{ font-family:tahoma, Helvetica, sans-serif; font-size:11px; color:#999999; padding:5px 5px 5px 10px ; border:#666666 solid 1px;}
.edmtext a{ color:#FF6600; font-size:10px;}
.imaginationDesign{ border:#333333 dotted 1px;}
.tData table{ border-collapse:collapse; background:#333333; margin-top:10px;}
.tData td{ border:1px solid #333333; padding:10px; }
.tData th{ border:1px solid #000; padding:10px; background:#2A2A2A;  }
.borderAround{ border:1px solid #333333;}