body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #91181c url(../_images/bg.jpg) center top repeat-y;
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial;
    font-size: 14px;
    color: #000;
    line-height: 20px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #ac1d22;
    text-decoration: underline;
}
a:hover, a:active {
    color: #000;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}
input { vertical-align: middle; }

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
.container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top { height: 101px; }
#top img {
	float: left;
	margin: 54px 0 0 0;
	display: inline;
}

/*  MENU */
#menu {
	background: url(../_images/menu.jpg) 0 0 no-repeat;
	width: 372px;
	height: 20px;
	float: right;
	margin: 57px 0 0 0;
	display: inline;
}
#menu span {
	display: none;
}
#menu li, #menu a {
	height: 20px;
	display: block;
}
#menu li {
	float: left;
	list-style: none;
	_display: inline;
}

#menu-01 	{ width: 56px; }
#menu-02 	{ width: 107px; }
#menu-03 	{ width: 71px; }
#menu-04 	{ width: 68px; }
#menu-05	{ width: 70px; }

#menu-01 a:hover	{ background: transparent url(../_images/menu.jpg) 0px -20px no-repeat; }
#menu-02 a:hover	{ background: transparent url(../_images/menu.jpg) -56px -20px no-repeat; }
#menu-03 a:hover	{ background: transparent url(../_images/menu.jpg) -163px -20px no-repeat; }
#menu-04 a:hover	{ background: transparent url(../_images/menu.jpg) -234px -20px no-repeat; }
#menu-05 a:hover	{ background: transparent url(../_images/menu.jpg) -302px -20px no-repeat; }

/* ----------------------------------- */
/* MAIN
/* ----------------------------------- */
#main {
	border-bottom: 8px solid #FFF;
	border-top: 8px solid #FFF;
	background: #efefef;
	margin: 0 0 75px 0;
}
	#main .container { padding: 60px 0; }
	
	/* Home */
	#home #main { height: 455px; }
	#home #main .container {
		background: transparent url(../_images/machine.gif) right 20px no-repeat;
	}

	#welcome {
		margin-right: 400px;
	}
		#welcome h1 {
			height: 55px;
			text-indent: -3000px;
			background: transparent url(../_images/header-welcome.gif) 0 0 no-repeat;
		}
		#welcome p.headline {
			font-size: 18px;
			line-height: 24px;
			color: #777777;
		}
		#welcome p { 
			clear: both; 
		}
		
		a#tour { 
			width: 140px;
			height: 32px;
			display: block;
			float: left;
			text-indent: -3000px;
			margin: 0 20px 25px 0;
			background: transparent url(../_images/button-tour.gif) 0 0 no-repeat;
		}
		a#tour:hover { background-position: 0 -32px; }

		a#signup { 
			width: 151px;
			height: 32px;
			display: block;
			float: left;
			text-indent: -3000px;
			background: transparent url(../_images/button-signup.gif) 0 0 no-repeat;
		}
		a#signup:hover { background-position: 0 -32px; }
		
		#welcome li {
			list-style: none;
			padding: 0 0 10px 10px;
			background: transparent url(../_images/bullet.gif) 0 6px no-repeat;
			color: #757171;
		}
	
	/* Sub pages */
	h1 {
		font-size: 34px;
		line-height: 34px;
		/*text-align: center;*/
		margin-bottom: 30px;
	}
	#content h2 {
		font-size: 20px;
		line-height: 20px;
		color: #ac1d22;
	}
	#content li {
		margin-left: 25px;
	}
	
	#content hr {
		border: 0;
		border-bottom: 1px solid #CCC;
		margin: 35px 0;
	}
	#content td {
		vertical-align: top;
	}
		
	#plan th {
		padding-bottom: 10px;
	}
	#plan td.data {
		background: #e2e2e2;
		padding: 15px 25px;
		font-size: 12px;
	}
		#plan td.data li {
			font-size: 12px;
			list-style: none;
			text-align: center;
			border-bottom: 1px solid #CCC;
			padding-bottom: 4px;
			margin: 0 0 4px 0;
		}
	
	#about td {
		padding-bottom: 40px;
	}
	
	.tour #content {
		width: 600px;
		float: left;
	}
	
	.tour #side {
		width: 200px;
		float: right;
		background: #d7d7d7;
		padding: 20px;
	}
		#side li {
			list-style: none;
			border-bottom: 1px solid #c0c0c0;
			padding: 0 0 5px 0;
			margin: 0 0 5px 0;
		}
		#side a { text-decoration: none; }
		#side li.selected a { font-weight: bold; }
