/* CSS Document */

body {
	margin:0px;
	background-image:url(../images/page_bg.jpg);
	font-size:12px;
	color:#CAD9DF;
	font-family:Arial, Helvetica, sans-serif;
}

.menu {
	height:98px;
	background-image:url(../images/menu_bar_bg.jpg);
	background-repeat:repeat-x;
	
}

.menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.menu ul li{
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
}
.menu ul .home {
	
}
.menu ul .home a{
	background-image:url(../images/menu_home.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:83px;
	height:49px;
	display:block;
	outline:none;
	text-indent:-999999px;
	
}
.menu ul .home a:hover{

	background-position:bottom;
}
.menu ul .home .selected_home{
	background-image:url(../images/menu_home.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:83px;
	height:49px;
	display:block;
	outline:none;
	text-indent:-999999px;
}

.menu ul .about a{
	background-image:url(../images/menu_about.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:84px;
	height:49px;
	display:block;
	outline:none;
	text-indent:-999999px;
}
.menu ul .about a:hover{

	background-position:bottom;
}
.menu ul .about .selected_about{
	background-image:url(../images/menu_about.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:84px;
	height:49px;
	display:block;
	outline:none;
	text-indent:-999999px;
}

.menu ul .services a{
	background-image:url(../images/menu_services.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:102px;
	height:49px;
	display:block;
	outline:none;
	text-indent:-999999px;
}
.menu ul .services a:hover{

	background-position:bottom;
}
.menu ul .services .selected_services{
	background-image:url(../images/menu_services.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:102px;
	height:49px;
	display:block;
	outline:none;
	text-indent:-999999px;
}

.menu ul .p_type a{
	background-image:url(../images/products_type_no_readymade.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:262px;
	height:49px;
	display:block;
	outline:none;
	text-indent:-999999px;
}
.menu ul .p_type a:hover{

	background-position:bottom;
}
.menu ul .p_type .selected_p_type{
	background-image:url(../images/products_type_no_readymade.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:262px;
	height:49px;
	display:block;
	outline:none;
	text-indent:-999999px;
}


.menu ul .p_suppliers a{
	background-image:url(../images/products_suppiler_no_readymade.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:291px;
	height:49px;
	display:block;
	outline:none;
	text-indent:-999999px;
}
.menu ul .p_suppliers a:hover{

	background-position:bottom;
}
.menu ul .p_suppliers .selected_p_suppliers{
	background-image:url(../images/products_suppiler_no_readymade.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:291px;
	height:49px;
	display:block;
	outline:none;
	text-indent:-999999px;
}


.menu ul .contacts a{
	background-image:url(../images/menu_contacts.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:106px;
	height:49px;
	display:block;
	outline:none;
	text-indent:-999999px;
}
.menu ul .contacts a:hover{

	background-position:bottom;
}
.menu ul .contacts .selected_contacts{
	background-image:url(../images/menu_contacts.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:106px;
	height:49px;
	display:block;
	outline:none;
	text-indent:-999999px;
}

.more {
	font-size:12px;
	color:#94E4FF;
	text-decoration:none;
}
.more:hover {
	font-size:12px;
	color:#FFF;
	text-decoration:none;
}

.caption_text {
	font-size:18px;
	color:#94E4FF;
}

.caption_text1 {
	font-size:14px;
	color:#94E4FF;
}

.footer_test {
	color:#6B7F8C;
	text-decoration: none;
}

.fields {
	background-color:#8C9AA3;
	border:1px solid #A4B2BC;
}

.butt {
	background-color:#16222A;
	color:#FFF;
	border:1px solid #FFFFFF;
	padding:2px 15px;
	cursor:pointer;
}

.suppliers_link {
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
.suppliers_link:hover {
	color:#94E4FF;
	font-size:13px;
	text-decoration:none;
}

.list_style ul {
	margin:3px;
	
}
