/*
Theme Name: RePlus
Theme URI: http://www.replus.it/
Description:
Version: 1.0
Author: Menexa
Tags: 

*/

/* queste sono le classi indispensabili, aggiungete pure tutto il resto sotto di esse */
body {
	background-image:url(http://www.replus.it/site/wp-content/themes/RePlus/images/pattern.gif);
	background-repeat:repeat-y;
	background-position:center;
	background-color: #2d3b42;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
}
.clear{clear:both;}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}
.alignright {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
.wp-caption-text {
	text-transform:uppercase;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0px;
	color:#fff;
	text-align: center;
}
#contenitore {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:black;
	overflow:hidden;
}
#colonna_sx {
	width:270px;
	float:left;
	padding-left:30px;
	padding-right:30px;
}
#colonna_dx {
	width:509px;
	float:right;
	border-left: 1px #ff6000 dashed;
	padding-left:30px;
	padding-right:30px;
}
#immagine {
	width:900px;
	height:300px;
}
#testata {
	width:900px;
	height:135px;
	background-image:url(http://www.replus.it/site/wp-content/themes/RePlus/images/testata.gif);
	background-repeat:no-repeat;
}
#logo {
	width:140px;
	height:135px;
	margin-left:120px;
	float:left;
}
#menu {
	width:515px;
	height:45px;
	float:left;
	margin-left:20px;
	margin-top:40px;
	color:#ff6000;
	border-bottom: 1px #ff6000 dashed;
	padding-left:5px;
}
#menu_ul {
	width:200px;
	height:45px;
	float:left;
}
#lingua {
	width:50px;
	float:right;
	margin-top:10px;
	color:#ff6000;
	padding-left:5px;
}
#piede {
	width:900px;
	text-align:center;
	font-size:9px;
	color:#FFFFFF;
	bottom:0px;
	position:fixed;
	background-color:#000000;
	padding-top:10px;
}
a {
	color: #ff6000;
	text-decoration:none;
}
a img {
	border: none;
}
a:hover {
	color: #fff;
}
p {
	color:#fff;
	line-height:18px;
	text-align:justify;
}
ul li {
	color:#fff;
	line-height:18px;
	text-align:left;
}
h1 {
	color:#ff6000;
	line-height:18px;
	text-align:justify;
	font-size:18px;
	text-transform:uppercase;
	#padding-top:10px;
}
h2 {
	color:#ff6000;
	line-height:16px;
	text-align:justify;
	font-size:16px;
	text-transform:uppercase;
}
h3 {
	color:#ff6000;
	line-height:14px;
	text-align:left;
	font-size:14px;
	text-transform:uppercase;
}
#colonna_sx img {
	margin-right:10px;
}
/*menu orizzontale*/
#menu ul{
	padding:0px;
	position: relative;
	display: block;
	width: 400px;
	margin:0px;
	text-transform:uppercase;
}
#menu li{
	list-style: none;
	float: left;
	margin-right:10px;
	/*#width:50px;*/
}
#menu ul ul{
	position: absolute;
	height: 20px;
	top: 20px;
	left: 0;
	visibility: hidden;
}
#menu li a{
	height: 30px;
	display: block;
	line-height: 30px;
	text-decoration:none;
	} 
#menu ul li:hover ul{
	visibility:visible;
	z-index:2;
}
#menu li li a{
	height: 20px;
	line-height: 30px;
}
#lingua li ul{
	#width:50px;
}
#lingua li ul li{
	margin:0px 7px 0px 0px;
	#padding:0px;
	/*width:10px;*/
}