/*
   __              __                                             
  /\ \  __        /\ \                                            
  \_\ \/\_\    ___\ \ \/'\     ___ ___      __      ___     ____  
  /'_` \/\ \  /'___\ \ , <   /' __` __`\  /'__`\  /' _ `\  /',__\ 
 /\ \L\ \ \ \/\ \__/\ \ \\`\ /\ \/\ \/\ \/\ \L\.\_/\ \/\ \/\__, `\
 \ \___,_\ \_\ \____\\ \_\ \_\ \_\ \_\ \_\ \__/.\_\ \_\ \_\/\____/
  \/__,_ /\/_/\/____/ \/_/\/_/\/_/\/_/\/_/\/__/\/_/\/_/\/_/\/___/ design.com
  
   / GENERAL
   / BASE
   / HEADER
   / CONTENT
   / FOOTER
   / #HOME

*/

/* ################################## HOME ################################## */
#home {
	margin:0 14px 0 13px;
	padding:0;
	background:url(images/bg-climinax.gif) repeat-y;
}

#home .box1{
	position:relative;
	width:753px;
	height:263px;
	background:url(images/home-bx1-bg.jpg);
}

#home .box1 .imgs{
	position:absolute;
	top:37px;
	left:261px;
}
#home .box1 .imgs a:hover img{filter:alpha(opacity=70); -moz-opacity:.7; opacity:.7;}

#home .left{
	width:245px;
	background:#EEEEEE;
	border-bottom:5px solid #CECECE;
}

#home .left .order-phone {
	width:100%;
	position:relative;
	}
#home .left .order-phone p {
	position:absolute;
	left:56px;
	top:54px;
	padding:0;
	}	
	
#home .left .security ul{
	padding:10px 0 10px 4px;
	list-style:none;
}
#home .left .security li{
	float:left;
	width:120px;
	text-align:center;
}
#home .left .doctor{
	position:relative;
	height:211px;
	background:url(images/home-doctor-bg.jpg) no-repeat;
}

#home .left .doctor p{
	position:absolute;
	top:3px;
	left:10px;
	width:125px;
	font-size:11px;
}
#home .left .doctor .but{
	position:absolute;
	top:170px;
	left:18px;
}
#home .left .doctor a.but:hover img{filter:alpha(opacity=70); -moz-opacity:.7; opacity:.7;}


#home .left .whatdo ul{
	list-style:none;
}
#home .left .whatdo li{
	margin:5px 0;
	padding:0 0 0 15px;
	background:url(images/arrow-green.gif) no-repeat 5px 5px;
}
#home .left p.text{
	padding:10px;
}

#home .right{
	width:508px;
}
#home .right ul{
	list-style:none;
	padding:10px;
}
#home .right li{
	padding:5px;
}
#home .right .text{
	padding:10px;
}
#home .right .text p{
	padding:5px;
}
#home .right .text p.address{
	margin:0 0 0 150px;
}
#home .right .reasons li{
	margin:5px;
	padding:0 0 0 15px;
	background:url(images/arrow-blue.gif) no-repeat 5px 5px;
}
#home .right .link-order{
	padding:0 10px 0 0;
	text-align:right;
	height:170px;
}










