@charset "UTF-8";
/* CSS Document */

body {
	background-color: #A4A4A6;
	background-image: url(images/web_images/backgrounds/body_background.jpg);
}

#parent-container {
	background-color: #212121;
	background-image:url(images/web_images/backgrounds/header_image.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 955px;
	height: 732px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	border: 2px dashed #A4A4A6;
}

#menu {
	background-image: url(images/web_images/backgrounds/menu_background.png);
	background-repeat: no-repeat;
	width: 223px;
	height: 403px;
	margin: 300px 0px 0px 5px;
	float: left;
}

#footer {
	width: 955px;
	height: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #f2f2f2;
	margin: 0px auto 0px auto;
}

a.links {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #f2f2f2;
	text-decoration: underline;
}

a.links2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #212121;
	text-decoration: underline;
}

.linked-content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #212121;
	text-decoration: underline;
}

a img {
	border: 0px;
}

.aibo {
	background-image: url(images/web_images/buttons/aibos.png);
	width: 125px;
	height: 35px;
	margin: 50px 0px 10px 15px;
	list-style-type: none;
}

.aibo:hover { 
	background-image: url(images/web_images/buttons/aibos_hilite.png);
}

.aibo-home {
	background-image: url(images/web_images/buttons/aibos_hilite.png);
	width: 125px;
	height: 35px;
	margin: 50px 0px 10px 15px;
	list-style-type: none;
}

.tutorials {
	background-image: url(images/web_images/buttons/tuts.png);
	width: 125px;
	height: 35px;
	margin: 0px 0px 10px 15px;
	list-style-type: none;
}

.tutorials:hover { 
	background-image: url(images/web_images/buttons/tuts_hilite.png);
}

.tutorials-home {
	background-image: url(images/web_images/buttons/tuts_hilite.png);
	width: 125px;
	height: 35px;
	margin: 0px 0px 10px 15px;
	list-style-type: none;
}

.galleries {
	background-image: url(images/web_images/buttons/galleries.png);
	width: 125px;
	height: 35px;
	margin: 0px 0px 10px 15px;
	list-style-type: none;
}

.galleries:hover { 
	background-image: url(images/web_images/buttons/galleries_hilite.png);
}

.galleries-home {
	background-image: url(images/web_images/buttons/galleries_hilite.png);
	width: 125px;
	height: 35px;
	margin: 0px 0px 10px 15px;
	list-style-type: none;
}

.repairs {
	background-image: url(images/web_images/buttons/repairs.png);
	width: 125px;
	height: 35px;
	margin: 0px 0px 10px 15px;
	list-style-type: none;
}

.repairs:hover { 
	background-image: url(images/web_images/buttons/repairs_hilite.png);
}

.repairs-home {
	background-image: url(images/web_images/buttons/repairs_hilite.png);
	width: 125px;
	height: 35px;
	margin: 0px 0px 10px 15px;
	list-style-type: none;
}

.affiliates {
	background-image: url(images/web_images/buttons/links.png);
	width: 125px;
	height: 35px;
	margin: 0px 0px 10px 15px;
	list-style-type: none;
}

.affiliates:hover { 
	background-image: url(images/web_images/buttons/links_hilite.png);
}

.affiliates-home {
	background-image: url(images/web_images/buttons/links_hilite.png);
	width: 125px;
	height: 35px;
	margin: 0px 0px 10px 15px;
	list-style-type: none;
}

.home {
	background-image: url(images/web_images/buttons/home.png);
	width: 125px;
	height: 35px;
	margin: 0px 0px 10px 15px;
	list-style-type: none;
}

.home:hover { 
	background-image: url(images/web_images/buttons/home_hilite.png);
}


#content {
	width: 705px;
	height: 587px;
	float: right;
	background-color: #f2f2f2;
	overflow: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #212121;
	margin: 125px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}
