body
{
background-color : #FFFF;
/*min-width: 600 px;*/
font-size: 1.4rem;
}

.container
{
background-color : #FFFFFF;
}

#dl-menu
{
z-index : 10;
height : 100%;
display : none;
overflow : auto ;
overflow-y: auto;
background-color: #2e7bac;
margin-left : 0px;
margin-top : -10px;
}

#dl-trigger2
{
z-index : 11;
position: relative;
}

#dl-trigger1
{
position: fixed;
}

#search_row
{
z-index:10;
/*position : fixed;*/
background-color : #14547d;
height : 60px ;
padding : 10px 0px;

/*margin-top : -10px;*/
}

#search_row form
{

}

#popup_contacts_button
{
z-index: 13;
bottom : 20px;
position: fixed;
right:0px;
float : right;
width : 70px;
height : 70px;
cursor : pointer;
}
#popup_contacts_button img
{
width : 70px;
height : 70px;
}
#popup_contacts_window
{
z-index : 12;
display : none;
bottom : 0px;
position: fixed;
overflow : auto ;
overflow-y: auto;
right:10px;
float : right;
width : 300px;
height : 300px;
}
#logo
{
margin-top : 15px;
height : 80px;
}
#logo img
{
/*width : 220px;*/
height : 90px;
}
#body
{
/*padding : 10px 10px 10px 10px ;*/
}
@media screen and (max-width: 440px)
{

	#head_contact_info
	{
	display : none;
	}
	
}
.footer
{
background-color : #505050;
}
.footer-row
{
padding-top : 10px;
padding-bottom : 10px;
}
.img_change_src
{
cursor : pointer;
}
.alert
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

.alert2
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e87e00;
	font-weight: bold;
}

.alert3
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #e87e00;
	font-weight: bold;
}

.both
{
clear : both ;
}

.prodict_list_item_border
{
width:180px; height:380px; margin:10px; float:left; background-image:url('/images/productlist_item_backgound.gif');
}
.prodict_list_item
{
width:160px; min-height:360px; float:center;background-color:white; margin:10px;
}
.prodict_list_item:hover
{
border:1px solid red;
}
.prodict_list_item_content
{
width:140px;margin:10px;padding-top:10px;
}

.prodict_list_item_content a:hover
{
color:red;
}