/*
 * CLICKTOSPEAK HOME THEME
 * @copyright: dbSolutions
 **/
				
		
/** HOME MAIN CONTENTS **/
#main-banner { 
	width:501px;
	height:347px;
	float:left;
	background:url('../img/main-banner.gif') no-repeat bottom left; 
	}

#special-offer-banner { 
	position:absolute;
	top:15px;
	left:460px;
	}
	#special-offer-banner a, 
	#special-offer-banner a:link,
	#special-offer-banenr a:active,
	#special-offer-banner a:hover,
	#special-offer-banner a:visited {
		display:block;
		width:120px;
		height:110px;
		overflow:hidden;
		zoom:1;
		background:url('../img/icon-discount.png') no-repeat;
		text-indent:-500px;
		}


/** BOXES **/		  
#pop-wrapper {
	width: 294px;
	float: right;
	background:url('../img/main-banner-prova.png') no-repeat 0 22px;
	padding-top:52px;
	}
	
	/** DEMO CLICKTOSPEAK **/
		#pop-demo {
			position:relative;
			height:95px;
			background:url('../img/main-box-prova.png') no-repeat;
			margin-bottom:4px;
			}
			#pop-demo div {
				position:absolute;
				top:27px;
				left:57px;
				}
			a.demo-popup {
			  display:block;
			  overflow:hidden;
			  height:95px;
			  text-indent:-500px;
			}
											
 		#pop-assistenza {
			height:95px;
			background:url('../img/main-box-default.png') no-repeat;
			margin-bottom:2px;
	    }					
		
		#pop-info {
			height:95px;
			background:url(../img/main-box-contacts.jpg) no-repeat 0 3px;
			}
			#pop-info a,
	    	#pop-info a:link,
	    	#pop-info a:visited,
	    	#pop-info a:hover {
	    		width:100%;
	    		height:95px;
	    		display:block;
	    		height:inherit;
	    		overflow:hidden;
	    		text-indent:-500em;
	    	}			  

/** CONTENTS **/
#contents {
	width:900px;
	overflow: hidden;
	margin:0 auto;
	padding:10px 0;
	}				  
	#contents-wrapper {
		width: 708px;
		float:right;
		padding-left:12px;
		color:#DFED52;
		}
		#contents-wrapper p {
			padding-top: 11px;
			color: #FFFFFF;
			font-size: 12px;
			}
			
#menu ul, #menu li { float:left; }
