body {
	background: #e10019;
	margin: 0;
	padding: 0;
	color: #003885;
	font-family: 'lucida grande', arial, sans-serif;
	font-size: 12px;
	text-align: center;
}

h2 {
	margin: 0;
	padding: 50px 0 0 115px;
	height: 65px;
	color: #fff;
	font-size: 21px;
	font-weight: normal;
}

h3 {
	margin: 0 0 25px;
	padding: 0;
	color: #e10019;
	font-size: 18px;
}

h4 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 14px;
}

p {
	margin: 0 0 10px;
	padding: 0;
	line-height: 130%;
}

blockquote {
	background: url(/images/site_design/bg_bq.png) left top no-repeat;
	margin: 0 0 25px 0;
	padding: 15px 100px 15px 50px;
	min-height: 50px;
	font-size: 14px;
	font-style: italic;
	line-height: 130%;
}

html>body blockquote { margin: 0 0 25px -25px; }

blockquote p { margin: 0; padding: 0; color: #002670; }

ul {
	margin-top: 0;
	margin-bottom: 10px;
}

a:link, a:visited { color: #e10019; text-decoration: none; }
a:hover { color: #003885; text-decoration: underline; }

img { border: 0; }


/* home page image */

body#hom #leftbar a:link,
body#hom #leftbar a:visited {
	display: block;
	background: url(/images/uploads/sb_home_club.png) left top no-repeat;
	margin: 0;
	padding: 0;
	width: 320px;
	height: 335px;
	text-decoration: none;
}

body#hom #leftbar a:hover {
	background: url(/images/uploads/sb_home_club_.png) left top no-repeat;
	text-decoration: none;
}

#preload { display: none; }


#header {
	position: relative;
	background: #003885 url(/images/site_design/logo.png) 0 10px no-repeat;
}

#login {
	position: absolute;
	right: 20px;
	top: 10px;
}

#login p {
	margin: 0;
	padding: 0;
	color: #b5dff3;
	font-size: 10px;
}

#login a:link, #login a:visited { color: #b5dff3; text-decoration: none; }
#login a:hover { color: #fff; text-decoration: underline; }

#tetrapak {
	position: absolute;
	right: 15px;
	top: 35px;
	width: 90px;
	height: 90px;
}

#tp {
	background: url(/images/site_design/bg_header.png) right bottom no-repeat;
	margin: 0 auto;
	padding: 115px 0 0;
}

#tabs {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 25px;
	text-align: left;
}

#tabs ul {
	margin: 0;
	padding: 0;
}

#tabs li {
	margin: 0; 
	padding: 0;
	border: none;
	display: inline;
	list-style: none;
}

#tabs ul#maintabs { }

div#tabs a:link,
div#tabs a:visited {
	background: #002670;
	color: #fff;
	text-decoration: none;
}

div#tabs a:hover {
	background: #66bee7;
	color: #003885;
	text-decoration: none;
}

#tabs ul#maintabs a:link, #tabs ul#maintabs a:visited {
	float: left; /* for IE6 */
	margin: 0 5px 0 0;
	padding: 4px 10px 6px 10px;
	font-family: 'lucida grande', arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: lowercase;
}

#tabs ul#maintabs a:link.current,
#tabs ul#maintabs a:visited.current {
	background: #c9e7f6 url(/images/site_design/bg_tab.png) bottom repeat-x;
	margin: 0 4px 0 0;
	border-bottom: 1px solid #c9e7f6;
	color: #002670;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
}

#wrapper {
	margin: 0;
	padding: 35px 0 25px;
	background: #c9e7f6 url(/images/site_design/bg_wrapper.png) right top no-repeat;
	color: #003885;
}

#container {
	margin: 0 auto;
	padding: 0 0 15px;
	width: 800px;
	text-align: left;
}

#leftbar {
	clear: left;
	float: left;
	margin: 0 40px 0 0;
	padding: 0;
	width: 200px;
	text-align: right;
}

#leftbar p {
	margin: 0;
	padding: 0;
}

body#hom #leftbar { width: 320px; }

#content {
	float: left;
	margin: 0;
	padding: 0;
	width: 560px;
}

#content h3 { font-size: 21px; }

#content h4 { font-size: 16px; }

#content p, #content li { font-size: 14px; }

#content blockquote p { font-size: 16px; }

body#hom #content { width: 440px; }

#clearing {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
}

#footer {
	margin: 15px auto;
	width: 800px;
	height: 100px;
	color: #fff;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	text-transform: lowercase;
	text-align: left;
}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer ul, #footer li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#footer li { margin-right: 15px; }

#analytics { display: none; }

form { margin: 0; padding: 0; }

input.club, textarea.club {
	padding: 2px;
	width: 90%;
	color: #666;
	font-size: 16px;
	font-family: 'lucida grande', arial, sans-serif;
}

input:focus.club, textarea:focus.club { color: #000; }

select.club {
	width: 90%;
	font-size: 16px;
	font-family: 'lucida grande', arial, sans-serif;
}

input.submit {
	padding: 2px;
	font-size: 16px;
	font-family: 'lucida grande', arial, sans-serif;
}

#kitmodule input.text, #kitmodule textarea, #kitmodule select {
	width: 90%;
	font-size: 12px;
	font-family: 'lucida grande', arial, sans-serif;
}


/*-- forms layout --*/

#box {
	background: #c9e7f6;
	margin: 15px auto 0;
	padding: 0 0 15px;
	border: 5px solid #a1c8e3;
	width: 790px;
}

#box h4, h4#log_res {
	background: #a1c8e3;
	margin: 0 0 20px 0;
	padding: 3px 20px 1px;
	min-height: 25px;
	color: #003885;
	font-size: 16px;
}

#box h5 {
	margin: 15px 0 15px;
	padding: 0 20px 7px;
	border-bottom: 1px solid #a1c8e3;	
	color: #003885;
	font-size: 14px;
}

#box table {
	margin: 0;
	padding: 0 20px 0;
}

#box td {
	font-size: 12px;
	vertical-align: top;
}


/* surveys */

#box table.surv { padding: 0; }

#box table.surv tr { background: #d4ecf8; margin: 0; padding: 0; }

#box table.surv tr.alt { background-color: transparent; }

#box table.surv th {
	margin: 0;
	padding: 10px 0 10px 20px;
	border-bottom: 1px solid #a1c8e3;
	font-weight: normal;
	vertical-align: top;
}

#box table.surv td {
	margin: 0;
	padding: 10px 20px 10px 0;
	border-bottom: 1px solid #a1c8e3;	
}

#box table.surv th.last, #box table.surv td.last { border: none; }

#box table.surv th p, #box table.surv td p {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#box p { color: #003885; line-height: 120%; }

#kitmodule {
	background: #b5dff3;
	margin: 15px auto 0;
	padding: 15px 15px;
	width: 800px;
}

#kitmodule table {
	margin: 0;
	padding: 15px 0 0;
	border-top: 1px dotted #003885;
}

#kitmodule td {
	font-size: 12px;
	vertical-align: top;
}

#kitmodule td.small {
	padding-right: 25px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #003885;
	font-size: 12px;
}

#kitmodule p { line-height: 120%; }

#kitmodule p.privacy {
	margin-bottom: 5px;
	font-size: 10px;
	line-height: 120%;
}

table#kit {
	margin: 0 0 15px;
	padding: 0;
	width: 100%;
}

table#kit th, table#kit td {
	padding: 10px;
	border-bottom: 1px dotted #003885;
	font-size: 14px;
	vertical-align: top;
}

table#kit th { text-align: center; }

table#kit th.last, table#kit td.last { border: none; }

table#kit th a img {
	border: 1px solid #003885;
}

div#kitmodule input.file {
	padding: 2px;
	font-size: 14px;
	font-family: 'lucida grande', arial, sans-serif;
}

div#kitmodule input.pswd { width: 45%; }

.red { color: #e10019; }

.spinner { color: #e10019; }

h4#log_res { overflow: auto; }

h4#log_res.ajax-loading { background: #a1c8e3 url(http://www.ecorikit.it/images/site_design/spinner_3.gif) 655px 5px no-repeat; }


/* photogallery */

table.gallery td { margin: 0; padding: 10px 20px; }

td#history { margin: 0; padding: 0; }

div.gallery { float: left; margin: 0 0 0 5px; width: 525px; }

p.gallery {
	float: left;
	margin: 5px 0 0;
	padding: 0;
	width: 240px;
	text-align: right;
}

p.gallery b { font-size: 14px; padding-top: 5px; display: block; }

div.image {
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	border: 1px solid #fff;
	width: 93px;
	height: 93px;
}

img.image { border: 1px solid #fff; }

div.ghost {	border: 1px dashed #fff; }

tr#pagination { background-color: #a1c8e3; padding: 0 20px; text-align: right; }