body {
	background: url('page-background.jpg') black;
	background-repeat: repeat-x;
	background-position: top center;
	background-attachment: fixed;
	text-align: center;
	margin: 0;
	padding: 0;
	
}

#page {
	width: 950px;
	background: black;
	margin: 0 auto;
	padding: 35px 10px 50px;
	position: relative;
}

#page-menu {
	text-align: center; 
	margin-bottom: 35px;


	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	padding: 10px;
}


#product-menu {
	position: absolute;
	left: 20px;
	top: 105px;
	width: 220px;
	z-index: 9999;
}

#product-menu h2 {
	border-bottom: 1px solid #888;
	margin-left: 6px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	width: 200px;
}


#header,
#content {
	margin-left: 240px;
	margin-right: 20px;
	position: relative;
}

#content div.sidebar {
	position: absolute;
	left: -220px;
	top: 220px;
	width: 160px;
	border-top: 1px solid;
	padding-top: 12px;
	padding-left: 40px;
}

#header {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background: url('accent-background.jpg');
	position: relative;
	height: 230px;
}

span.alt { display: none; }

#header div.logo {
	background: url('../images/atoc-logo-500x300.jpg') black;
	background-repeat: no-repeat;
	background-position: 50% 70%;
	position: absolute;
	left: 0;
	top: 25px;
	width: 100%;
	height: 180px;
	z-index: 100;
}

#header div.logo a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

#header div.title {
	position: absolute;
	text-align: center;
	top: 142px;
	width: 100%;
	z-index: 200;
}

#header div.title div.divider {
	margin-bottom: 8px;
}

#header div.title h1 {
	margin: 0;
}

#header div.title h1.smaller {
	font-size: 75%; 
	letter-spacing: 0.9em;
	margin-top: 10px;
}

#header div.title h1.smaller.twoline {
	margin-top: -5px;
}

#content {
	min-height: 10em;
}

#footer {
	text-align: center;
	border-top: 1px solid #888;
	margin-top: 10px;
	padding: 10px 0;
	clear: both;
}

ul.menu {

}

ul.menu, ul.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.menu li {
	width: 120px;
	position: relative;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
}

ul.menu.horizonal,
ul.menu.horizontal li {
	display: inline;
}

ul.menu ul {
	display: none;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	margin: 0;
}

ul.menu.vertical ul {
	margin-left: 120px;
}

ul.menu a {
	color: white;
	text-decoration: none;
	padding: 6px;
	background-color: black;
	font-weight: bold;
	margin: 0;
}

ul.menu.vertical a {
	display: block;
}

ul.menu.horizontal a {
	padding: 5px 20px;
}

ul.menu.vertical ul {
	padding-bottom: 5em;
}

ul.menu li:hover > a {
	background-color: rgb(255,51,155);
	text-decoration: none;
}

/* Duplicated for IE 6, which doesn't support either li:hover or '>' */
ul.menu a:hover {
	background-color: rgb(255,51,155);
	text-decoration: none;
}


ul.menu li.divider {
	padding: 0 10px;
	display: relative;
	top: -2px;
}

ul.menu span.divider {
	background-image: url('diamond-18.png');
	background-repeat: no-repeat;
	background-attachment: 50% 50%;
	padding-left: 18px;
	padding-bottom: 5px;
}



a img {
	border: 0;
}
