@charset "utf-8";
/* CSS Document */

body { font-family:Arial, Helvetica, sans-serif; }
h1, h2, h3, h4, h5 { margin: 1px 1px 3px 0px; }
h1 { font-size: 22px; }
h2 { font-size: 18px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
p { margin:5px 10px 15px 10px; font-size:12px; line-height:16px; }
table { font-size: 12px; }
img { border: 0px; padding: 15px; }
ul { font-size: 12px; margin:0px; padding: 0px; }
li { line-height: 18px; margin: 2px 10px 2px 40px; }
.Accessory { clear:both; }

.main {
	background-image:url('../images/background.jpg');
	background-repeat:repeat-y;
	width:959px;
	text-align:left;
	position:relative;
	}

.below_header {
	position:relative;
	top:0px;
	left:0px;
	width:959px;
	height:inherit;
	}

.header {
	background-image:url('../images/header.jpg');
	background-repeat:no-repeat;
	width:959px;
	height:117px;
	position:relative;
	top:0px;
	left:0px;
	cursor:pointer;
	}
	
.footer { 
	background-image: url('../images/footer.jpg');
	background-repeat:no-repeat;
	width: 959px;
	height: 42px;
	clear:both;
}

.body_container {
	background-image:url('../images/body_background.jpg');
	background-repeat:no-repeat;
	position:relative;
	top:0px;
	width:649px;
	float:left;
	}

.body_content {
	position:relative;
	padding:10px;
}

.left_menu {
	width:133px;
	position:relative;
	top:0px;
	left:0px;
	float:left;
}

.right_container {
	background-image:url('../images/right_container.jpg');
	background-repeat:no-repeat;
	position:relative;
	top:0px;
	width:177px;
	height: 500px;
	float:left;
	}

.right_content {
	padding:30px 15px 5px 5px;
	color:#FFFFFF;
}

a.menu {
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 133px;
	height: 32px;
	text-decoration: none;
	display: block;
	float: left;
	text-indent: -5000px;
}
a.menu:hover {
	background-position: 0 -32px;
}

a.HomeMenu {
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 100px;
	height: 349px;
	text-decoration: none;
	display: block;
	float: left;
	text-indent: -5000px;
	margin:1px;
}
a.HomeMenu:hover {
	background-position: -100px 0px;
}