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: 13px;
    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;
}

/*  TOP-MENU */
#top-menu {
	width: 428px;
	height: 20px;
	float: right;
	margin: 57px 0 0 0;
	display: inline;
}
#top-menu span {
	display: none;
}
#top-menu li, #top-menu a {
	height: 20px;
	display: block;
}
#top-menu li {
	float: right;
	list-style: none;
	margin: 0 0 0 25px;
}

#top-menu a:link, #top a:visited {
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
		padding: 0 0 0 0;
		display: block;
	}
#top-menu a:hover, #top a:active, #top li.selected a {
		text-decoration: underline;
	}
	
/* ----------------------------------- */
/* BAR
/* ----------------------------------- */
#main-top {
	background: #000000;
	margin: 0 0 0 0;
}

	#main-top .container { padding: 0 0; }

	#home #main-top { 
	height: 40px;
	}
	
	
	/*  MENU */
	#menu {
		background: url(../_images/menu.gif) 0 0 no-repeat;
		width: 900px;		/* Width of entire image */ 
		height: 40px;		/* Height of buttons */
		margin: 0 0 0 0;
	}
	#menu span {
		display: none;
	}
	#menu li, #menu a {
		height: 40px;		/* Each button must have the same height, define it here */ 
		display: block;
	}
	#menu li {
		float: left;
		list-style: none;
		_display: inline;		/* fixes IE/Win double margin float bug (safe) */
	}

	/* margin-left - you will need to adjust this value to "center" your nav, if needed */ 
	/* width - width of each button, they will each most likely be unique */ 
	#menu-01 	{ width: 220px; }
	#menu-02 	{ width: 115px; }
	#menu-03 	{ width: 120px; }
	#menu-04 	{ width: 135px; }
	#menu-05	{ width: 95px; }
	#menu-06	{ width: 215px; }


	/* Changed values should match sum of "width" numbers specified above */ 
	#menu-01 a:hover, .taketour #menu-01			{ background: transparent url(../_images/menu.gif) 0px -36px no-repeat; }
	#menu-02 a:hover, .pricing #menu-02			{ background: transparent url(../_images/menu.gif) -220px -36px no-repeat; }
	#menu-03 a:hover, .demo #menu-03	{ background: transparent url(../_images/menu.gif) -335px -36px no-repeat; }
	#menu-04 a:hover, .about #menu-03	{ background: transparent url(../_images/menu.gif) -455px -36px no-repeat; }
	#menu-05 a:hover, .blog #menu-04		{ background: transparent url(../_images/menu.gif) -590px -36px no-repeat; }
	#menu-06 a:hover, .contact #menu-05			{ background: transparent url(../_images/menu.gif) -685px -36px no-repeat; }

	
/* ----------------------------------- */
/* MAIN
/* ----------------------------------- */
#main {
	border-bottom: 8px solid #FFF;
	border-top: 8px solid #FFF;
	background: #FFFFFF;
	margin: 0 0 75px 0;
}
	#main .container { padding: 60px 0; }
	
	/* Home */
	#home #main { height: 525px; }
	#home #main .container {
		background: transparent url(../_images/machine.gif) right 35px 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: #a3130c;
		}
		#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 5px 10px;
			background: transparent url(../_images/bullet.gif) 0 6px no-repeat;
		}
	
	/* 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 10px;
		font-size: 12px;
	}
		#plan td.data li {
			font-size: 12px;
			list-style: none;
			border-bottom: 1px solid #CCC;
			padding-bottom: 4px;
			margin: 0 0 4px 10px;
		}
	
	#comparison tr.break {
		background: #91181c;
	}
	#comparison th {
		text-align: center;
		font-size: 14px;
	}
	#comparison th.cat {
		text-align: left;
	}
	#comparison td.cat {
		text-align: left;
	}
	#comparison td.section {
		padding-top: 10px;
		text-align: left;
		font-style: italic;
		font-weight: bold;
	}
	#comparison td {
		text-align: center;
	}

	#about td {
		padding-bottom: 20px;
	}
	
	.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; }
		
	span.entity {
		font-family: courier new;
		color: #a3130c;
	}

