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

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

.bookmark
	{
	background-color: #009900;
	color: #eeeeee;
	text-align: right;
	}
.bookmark a
	{
	color: #efefef;
	}
.bookmark a:visited

	{
	color: #fefefe;
	}
	
.bookmark a:hover
	{
	color: #00bb00;
	}
.logo
	{	
	float: left;
	height: 60px;
	margin-top: 10px;
	width: 200px;
	}


.minicart
	{
	float: right;
	height: 60px;
	margin: 20px 0 0 0;
	width: 250px;
	text-align: right;
	font-size: 11px;
	}
	
.welcomeuser
	{
	height: 60px;
	margin: 10px 0 10px 0;
	text-align: center;
	vertical-align:middle;
	}


/********** Main Menu **********/
.main_menu
	{
	background-color: #009900;
	color: #eeeeee;
	height: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	font-weight: bold;
	}
.main_menu a 
	{
	color: #efefef;
	}
.main_menu a:visited
	{
	color: #fefefe;
	}

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

.search_input
	{
	height: 17px;
	margin: 1px;
	font-size: 10px;
	}
	
.search_button
	{
	height: 20px;
	font-size:11px;
	font-weight: bold;
	}
