@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*Body wrapper style*/

a {
	font-size: 15px;
	text-decoration:none;
	color: #fff;
}

#menu li a{
	font-family:"Courier New", Courier, monospace;
	font-weight:700;
	font-size:15px;
	list-style:none;
	text-decoration:none;
	color:#666;
	}
	
#menu li a:hover{
	color:#fff;
	}

h1, h2{
	font-size:36px;
	font-weight:bold;
	}
h2 {
	padding: 35px 0 0 0;
}
h4{
	font-size:16px;
	font-weight:bold;
	}

body{
	background-color:#1e1c1d;
	background-image:url(bg_rosa.png);
	background-repeat:repeat-x;
	}

#wrapper{
	width:960px;
	margin: 0 auto;
	}

#header{
	width:960px;
	margin-top:55px;
	float:left;
}

#header img{	
	float:left;
	}
	
#logo{
	width:120px;
	float:left;
	margin-left:27px;
	padding-top:29px;
	}

#menu{
	float:right;
	padding-top:59px;
	margin-right:30px;
	}
#menu li{
	float:left;
	margin-left:25px;
	font-size: 14px;
	}


#slider{
	width:948px;
	float:left;
	margin-top:65px;
	}
	
#footer{
	width:960px;
	}	
.art_thumb img{
	float:left;
	padding-right:30px;
	padding-left:29px;
	padding-top:85px;
	padding-bottom:60px;
	}
.art_thumb2 img{
	float:right;
	padding-top:85px;
	padding-bottom:60px;
	padding-right:30px;
	}
#contact_form{
	margin-top:35px;
	}
.contact_name{
	margin:25px 0 15px 0;
	}
.contact_field{
	margin-bottom:15px;
	margin-top:5px;
	}
#txt{
	float:left;
	width:300px;
	margin-top:35px;
	padding-left:28px;
	font-size:14px;
	}	
#contact_div{
	float:right;
	width:433px;
	}