@charset "utf-8";
/*
Design by Simone&Michele
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #666666;
}

a {
	color: #29A3E1;
}

a:hover {
	text-decoration: none;
	color: #E16629;
}

/* Header */

#header {
	width: 800px;
	height: 135px;
	margin: 0 auto;
	background: url(img/head_bg_idea.jpg) no-repeat 100%;; 
}

/* Logo */

#logo {
	float: left;
	width: 300px;
	height: 105px;
	text-align: center;
}


#logo h1 {
	display: block;
	float: left;
	width: 100px;
	height: 85px;
	border-right: 1px solid #666666;
	padding-left: 20px;
	margin-top: 10px;
	font: bold 36px Georgia, "Times New Roman", Times, serif;
}

#logo h2 {
	display: block;
	float: left;
	height: 90px;
	padding-top: 15px;
	padding-left: 10px;
	text-align: left;
	font: bold 28px "Trebuchet MS";
	line-height: 26px;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Menu */

#menu {
	float: right;
	width: 760px;
	height: 14px;
	background: url(img/menu_bg.jpg);
	margin: 5px 20px 0 0;
	border-top: solid 3px #FFFFFF;
	border-bottom: solid 3px #FFFFFF;
}

#menu ul {
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 95px;
	height: 14px;
	text-decoration: none;
	font: bold 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
}

#menu a:hover {
	background: #FFFFFF;
	color: #000000;
}

/* page */

#page {
	width: 770px;
	margin: 0 auto 0 auto;
	padding: 10px 0 0 30px;
	background: url(img/pattern_bg_idea.gif);
}

#page h3 {
	display: block;
	width: 246px;
	padding-left: 10px;
	margin-bottom: 10px;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	color: #000000;
}

/* box */

#box {
	float: left;
	width: 750px;
	min-height: 395px;
	padding-bottom: 10px;
	background: url(img/side_img_idea.gif) no-repeat right bottom;
}

/* Content */

#content-sx {
	float: left;
	display: block;
	width: 522px; 
	margin-bottom: 10PX;
}

#content-sx p {
	display: block;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 10px 10px 10px 10px;
	background: #FFFFFF;
}

#content-dx {
	float: left;
	display: block;
	background: #FFFFFF;
	width: 256px;
	margin-top: 10px;
	margin-left: 10px;
}

#content-dx p {
	display: block;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 10px 10px 10px 10px;
}

#content-dx ul {
	list-style: disc;
	padding: 0 10px 0 25px;
}

#content-dx li {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

img {
	float: left;
	margin-right: 5px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	height: 435px;
	background: url(img/side_img.gif) no-repeat bottom;
	margin-right: 20px;
}

#form1 {
	margin-bottom: 5px;
}

#form2 {
	margin-bottom: 5px;
}

label {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.bottom {
	height: 0px;
}

/** FOOTER */

#footer {
	clear: left;
	width: 760px;
	height: 50px;
	margin: 0 auto 0 auto;
	padding: 0 20px 0 20px;
	background: url(img/footer_bg_idea.jpg) no-repeat;
}

#footer p {
	float: right;
	margin-top: 15px;
}

#credit p {
	margin: 0px 0px 0px 0px;
	padding: .2em 0 0 0;
	text-align: center;
	font: bold x-small Arial, Helvetica, sans-serif;
	color:#666666;
}
