/* 
Title:     InternetStartUp.it templates styles
Author:    Fabrizio Ferrari
Updated:   08/2007
*/

/* ----------------------- structure ----------------------- */

html, body {
	margin: 0;
	padding: 5px 0 0 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 95%;
	line-height: 1.5em;
	text-align: center;
	color: #333333;
	background-color: #f3f1e9;
	background-image: url(bg-top.gif);
	background-position: top left;
	background-repeat: repeat-x;
	}

body a:link {
	color: #FF8F59;
	text-decoration: none;
}

body a:visited {
	text-decoration: none;
	color: #FF8F59;
}

body a:hover {
	text-decoration: none;
	color: #FDCB57;
}

body a:active {
	text-decoration: none;
	color: #FF8F59;
}

#main-body {
	font-size: 95%;
	line-height: 1.5em;
	width: 800px;
	margin: 30px auto 30px auto;
	text-align: left;
	background-color: #f3f1e9;
	}
	
#content {
	font-size: 95%;
	line-height: 1.5em;
	width: 460px;
	float: left;
	background-color: #f3f1e9;
	color: #666666;
	padding-right: 40px;
	text-align: justify;
	}

#sidebar {
	font-size: 95%;
	line-height: 1.5em;
	width: 270px;
	float: right;
	background-color: #f3f1e9;
	color: #666666;
	background-repeat: repeat-y;
	background-image: url(main-bg.gif);
	background-position: top left;
	padding-left: 30px;
	}

/* ----------------------- header ----------------------- */

#header {
	font-size: 95%;
	line-height: 1.5em;
	border-top: 1px solid #464a52;
	border-bottom: 1px solid #FFFFFF;
	background-color: #31363e;
	height: 70px;
	color: #FFFFFF;
	}

#header a:link {
	color: #8CDAFF;
	text-decoration: none;
}

#header a:visited {
	text-decoration: none;
	color: #8CDAFF;
}

#header a:hover {
	text-decoration: none;
	color: #FF9D3C;
}

#header a:active {
	text-decoration: none;
	color: #8CDAFF;
}

#header-main-body {
	font-size: 95%;
	line-height: 1.5em;
	width: 800px;
	margin: 10px auto 0px auto;
	text-align: left;
	background-color: #31363e;
	color: #FFFFFF;
	}
	
#header-content {
	font-size: 95%;
	line-height: 1.5em;
	width: 500px;
	float: left;
	background-color: #31363e;
	color: #FFFFFF;
	height: 50px;
	background-image: url(logo-g-48.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}

#header-sidebar {
	font-size: 95%;
	line-height: 1.5em;
	width: 270px;
	float: right;
	background-color: #31363e;
	color: #FFFFFF;
	height: 50px;
	padding-left: 30px;
	background-image: url(email.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}

/* ----------------------- extra ----------------------- */

#extra {
	font-size: 95%;
	line-height: 1.5em;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #dbd5c5;
	background-color: #e6e3d7;
	background-image: url(form-bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	}
	
#extra-main-body {
	font-size: 95%;
	line-height: 1.5em;
	width: 800px;
	margin: 10px auto 0px auto;
	text-align: left;
	background-color: #e6e3d7;
	color: #666666;
	}
	
#extra-content {
	font-size: 95%;
	line-height: 1.5em;
	width: 500px;
	float: left;
	background-color: #e6e3d7;
	color: #666666;
	}

#extra-sidebar {
	font-size: 95%;
	line-height: 1.5em;
	width: 270px;
	float: right;
	background-color: #e6e3d7;
	color: #666666;
	padding-left: 30px;
	}
	
/* ----------------------- footer ----------------------- */
	
#footer {
	font-size: 95%;
	line-height: 1.5em;
	margin: 0px 0px 0px 0px;
	padding: 5px 0 30px 0;
	text-align: left;
	background-color: #383d44;
	height: 50px;
	}
	
#footer a:link {
	color: #8CDAFF;
	text-decoration: none;
}

#footer a:visited {
	text-decoration: none;
	color: #8CDAFF;
}

#footer a:hover {
	text-decoration: none;
	color: #FF9D3C;
}

#footer a:active {
	text-decoration: none;
	color: #8CDAFF;
}

#footer-main-body {
	font-size: 95%;
	line-height: 1.5em;
	width: 800px;
	margin: 10px auto 0px auto;
	text-align: left;
	background-color: #383d44;
	color: #FFFFFF;
	}
	
#footer-content {
	font-size: 95%;
	line-height: 1.5em;
	width: 500px;
	float: left;
	background-color: #383d44;
	color: #FFFFFF;
	}

#footer-sidebar {
	font-size: 95%;
	line-height: 1.5em;
	width: 270px;
	float: right;
	background-color: #383d44;
	color: #FFFFFF;
	padding-left: 30px;
	}

/* ----------------------- other ----------------------- */

#main-body:after,
#header:after,
#extra:after,
#divScreenshots:after,
#footer:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div#feedbackForm
{
  margin: 0px 0px 0px 0px;
  display: none;
}

div#menu
{
	float: left;
	margin-bottom: 10px;
	clear: right;
}

#customerSays
{
	background-color: #C1E3E8;
	border: dashed #FFCC99 1px;
	clear: right;
}

div#blog-article
{
	clear: both;
	background-color: #E9E4DA;
	padding: 5px;
}


