html {
	background: #dbdcdd url(../images/abooma-html-bg.gif) repeat-x;
}

body {
	margin: 0 auto;
	padding: 70px 0 0 0;
	width: 900px;
	background: transparent url(../images/abooma-body-bg.gif) center -70px no-repeat;
	font-size: 62.5%;
}

h1 {
	margin: 0;
	padding: 0;
	margin: 0 auto 32px auto;
	width: 300px;
	position: relative;
	height: 80px;
}

h1 a {
	display: block;
	width: 300px;
	height: 80px;
}
h1 a em {
	display: none;
}

ul#navigation {
	margin: 0 0 0 148px;
	padding: 0;
	list-style: none;
	width: 615px;
	height: 55px;
	overflow: hidden;
}

ul#navigation li {
	float: left;
	height: 55px;
	width: 153px;
	margin-right: 0;
	position: relative;
	background: url(../images/abooma-body-bg.gif) -175px 100px no-repeat;
}

ul#navigation li a {
	display: block;
	width: 153px;
	height: 55px;
	background: url(../images/abooma-body-bg.gif) -175px 100px no-repeat;
}
ul#navigation #advertising.selected a,
ul#navigation li a:hover {
	background-position: -175px -10px;
}

ul#navigation #about.selected a,
ul#navigation #about a:hover {
	background-position: -327px -10px;
}

ul#navigation #news {
	width: 156px;
}
ul#navigation #news a {
	width: 156px;
}
ul#navigation #news.selected a,
ul#navigation #news a:hover {
	background-position: -480px -10px;
}

ul#navigation #contact.selected a,
ul#navigation #contact a:hover {
	background-position: -636px -10px;
}


ul#navigation li a em {
	display: none;
}

#main-product-buttons {
	clear: both;
	height: 280px
}

#content {
	width: 615px;
	margin-left: 148px;
}

#abooma-sports {
	width: 306px;
	height: 266px;
	background: url(../images/abooma-links.jpg) no-repeat;
	float: left;
}
#abooma-sports a:hover {
	background: url(../images/abooma-links.jpg) 0 -266px no-repeat;	
}

#abooma-sports a {
	display: block;
	width: 306px;
	height: 266px;
}

#abooma-sports a em {
	display: none;
}

#abooma-web {
	width: 308px;
	height: 266px;
	background: url(../images/abooma-links.jpg) -306px 0 no-repeat;
	float: left;
}
#abooma-web a:hover {
	background: url(../images/abooma-links.jpg) -306px -266px no-repeat;	
}

#abooma-web a {
	display: block;
	width: 308px;
	height: 266px;
}

#abooma-web a em {
	display: none;
}

#footer {
	clear: both;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	color: #777;
}

#footer a {
	color: #777;
}

#footer a:hover {
	color: #000;
}


.secondary #content {
	width: 614px;
	margin-left: 147px;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	background: #e6e7e8 url(../images/abooma-content-bg.gif) 0 -170px repeat-x ;
	border-top: solid 2px #ccc;
}

#content-wrapper {
	padding: 20px;
}

#content h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 2em;
	letter-spacing: -1px;
	color: #084976;
	margin: 0;
	padding: 0;
}

#content p {
	margin: 5px 20px 10px 30px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em ;
	color: #444;
}

#content dl {
	margin: 5px 20px 10px 30px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.4em;
	line-height: 1.5em ;
	color: #444;
}


#content dl dt,
#content dl dd {
	margin: 0;
	padding: 0;

}

#content dl dt {
	width: 100px;
	text-align: right;
	margin-right: 10px;
	font-size: .8em;
	font-weight: bold;
	float: left;
	clear: both;
	text-transform: uppercase;
	color: #777;
}

#content dl dd {
	width: 350px;
	float: left;
			margin-bottom: 20px;
}

#content dl table th {
	text-align: left;
	padding: 0 40px 0 0;
	border-bottom: dotted 1px #aaa;
}
#content dl table td {
	border-bottom: dotted 1px #aaa;
}


#content ul {
	margin: 0 150px 20px 50px;
	padding: 0 0 0 10px;
}

#content li {

	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em ;
	color: #444;
}


#footer-bar {
	width: 628px;
	margin-left: 139px;
	clear: both;
	height: 40px;
	background: url(../images/abooma-footer-bar.gif) no-repeat;
}


.clear {
	display: block;
	clear: both;
}