/********** Page Header || Start **********/

#header
	{
	font-size: 11px;
	text-align: center;
	color: #555555;
	}

#bookmark
	{
	font-size: 11px;
	text-align: right;
	background-color: #eeeeee;
	}

#logo
	{	
	float: left;
	height: 60px;
	margin-top: 10px;
	width: 200px;
	}


#minicart
	{
	float: right;
	height: 60px;
	margin: 15px 0 0 0;
	width: 250px;
	text-align: right;
	}
	
#welcomeuser
	{
	height: 60px;
	margin: 10px 0 10px 0;
	text-align: center;
	vertical-align:middle;
	}


/********** Search || Start **********/
#search
	{
	font-size:10px;
	text-align:right;
	margin 0 10px 0 0;
	
	
	background-image:url('../images/titlebg.gif');
	height: 20px;
	font-weight: bold;


	}

.search_input
	{
	height: 15px;
	margin: 1px;
	font-size: 9px;
	}
	
.search_button
	{
		background:url('../images/titlebg.gif');
	width:30px;
	height: 20px;
	font-size:11px;
	font-weight: bold;
	background-color:#E0E0E0;
	}