table.mtab {
	border-collapse: collapse;
	border-spacing: 0;
	height: 100%;
	width: 100%;
	}

/************************************/
/*-------------- HEAD --------------*/
/************************************/

#header {
	background: url(../images/top_bckg.jpg) repeat-x;
	height: 200px;
	margin: 0px;
	padding: 0px;
	}

/* Basket */
#basket {
	background: url(../images/top_bckg2.jpg) no-repeat right;
	width: 380px;
	color: #FFFFFF;
	}
	
	#basket h4 {
		background: url(../images/basket.jpg) no-repeat;
		margin: 20px 0px 0px 0px;
		padding: 14px 0px 14px 58px;
		font-size: 20px;
		font-weight: bold;
		}
		
		#basket h4 a {color: #ffffff; text-decoration: underline;}
		#basket h4 a:hover {color: #ffffff; text-decoration: none;}
		
		#basket .goods {
			padding: 0px 0px 0px 58px;
			margin-top: -3px;
			}
			
		#basket .order {
			font-size: 11px;
			padding: 4px 0px 0px 58px;
			} 
			
			#basket .order a {color: #FFFFFF; text-decoration: underline;}
			#basket .order a:hover {color: #FFFFFF; text-decoration: none;}
			
		#basket .phones {
			font-size: 15px;
			padding: 18px 0px 0px 58px;
			line-height: 22px;
			} 

/* Logo */
#logo {
	font-family: "Myriad Pro";
	color:#FFFFFF;
	width: 250px;
	padding: 45px 0px 0px 15px;
	}

	#logo h1 {
		font-size: 12px;
		margin: 0px; padding: 0px;
		color:#FFFFFF;
		font-weight: bold;
		padding-left: 2px; padding-top: 5px;
		line-height: 18px;
		}

	#logo h2 {
		font-size: 13px;
		text-indent: -9999px;
		margin: 0px; padding: 0px;
		background: url(../images/logo.gif) no-repeat;
		height: 36px;
		}

/* Search */
#search {
	padding: 20px 0px 0px 0px;
	}
	
	#search .fld {
		border: 1px solid #3e75a7;
		margin-right: 5px;
		width: 172px;
		font-size: 11px;
		height: 14px;
		padding: 2px;
		}

	#search .sbtn {
		border: 0px;
		font-size: 12px;
		background: url(../images/button.jpg) no-repeat;
		width: 54px;
		color: #FFFFFF;
		padding: 1px 0px 4px;
		}


/************************************/
/*-------------- MENU --------------*/
/************************************/

#menu {
	font-weight: bold;
	padding: 10px 0px 20px;}

	#menu a {padding-right: 35px;}

	#menu a.sel {
		color: #000000;
		text-decoration: none;}
		
	#menu a.sel:hover {
		color: #000000;
		text-decoration: underline;}


/************************************/
/*-------------- LEFT --------------*/
/************************************/

#left {
	width: 265px;
	padding: 10px 0px 15px 15px;
	}

	#left .title {
		font-size: 16px;
		color: #333333;
		font-weight: bold;
		}
	
	#left ul.ls {margin: 0px; padding: 0px; padding-bottom: 15px;}
	#left ul.ls li {list-style-type: none;}
	
	#left a.sel {
		color: #000000;
		text-decoration: none;}
		
	#left a.sel:hover {
		color: #000000;
		text-decoration: underline;}

			
/************************************/
/*------------- CENTER -------------*/
/************************************/

td #center {
	color: #696969;
	vertical-align: top;
	padding-bottom: 25px;
	}

	.map {border: 1px solid #c6cad1;}

/************************************/
/*------------- RIGHT --------------*/
/************************************/

#right {
	width: 228px;
	padding: 0px 35px 15px 17px;
	}
	
	#right .title {
		font-size: 16px;
		color: #333333;
		font-weight: bold;
		padding-bottom: 25px;
		}


/************************************/
/*------------- FOOTER -------------*/
/************************************/

#footer {
	background:url(../images/bottom_bckg.jpg) repeat-x;
	color: #eeefef;
	font-size: 10px;
	padding: 17px 0px 12px 280px;
	}

	#footer a {color: #eeefef; text-decoration: none;}
	#footer a:hover {color: #eeefef; text-decoration: underline;}
