@charset "utf-8";
/* CSS Document */


body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: 0;
}

#container {
	margin: 0 auto;
	width: 974px;
	padding-left: 4px;
}

#barTop {
	float: left;
	width: 100%;
	height: 20px;
	background: url(images/barBackground.jpg) repeat-x;
}

.barTopLeft {
	float: left;
}

.barTopRight {
	float: right;
	color: #FFF;
	font-size: 9px;
}

.barTopRightLinks {
	float: left;
	padding-right: 3px;
	padding-top: 5px;
}

.barTopRightLinks a {
	color: #FF0;
	text-decoration: none;
}

.barTopRightLinks a:hover {
	color: #FFF;
	text-decoration: none;
}

.barTopRightTextField {
	float: left;
}

.barTopRightTextField input {
	width: 90px;
	height: 20px;
	border: 0;
	background: url(images/textField.jpg) no-repeat;
	padding-left: 5px;
	padding-top: 4px;
	font-size: 9px;
}

.barTopRightSubmitButton {
	float: left;
}

#barMiddle {
	float: left;
	width: 100%;
	height: 125px;
	background: #49317b;
}

.barMiddleLeft {
	float: left;
	width: 690px;
	height: 125px;
}

.barMiddleLeftLogo {
	float: left;
	height: 92px;
}

.barMiddleLeftSlogan {
	float: right;
	height: 92px;
}

.barMiddleLeftButtons {
	clear: both;
	float: left;
	width: 100%;
	height: 33px;
}

.barMiddleRight {
	float: left;
	width: 260px;
	height: 125px;
}

#barBottom {
	float: left;
	width: 100%;
	height: 20px;
	background: url(images/barBackground.jpg) repeat-x;
	color: #FF0;
}

.barBottomLinks {
	float: left;
	padding-right: 3px;
	padding-top: 2px;
}

.barBottomRight {
	float: right;
}

#button1 {
	float: left;
}

#button1 a {
	float: left;
	width: 178px;
	height: 33px;
	background: url(images/button1.gif) no-repeat;
}

#button1 a:hover {
	background-position: 0 -33px;
}


#button2 {
	float: left;
}

#button2 a {
	float: left;
	width: 178px;
	height: 33px;
	background: url(images/button2.gif) no-repeat;
}

#button2 a:hover {
	background-position: 0 -33px;
}

#button3 {
	float: left;
}

#button3 a {
	float: left;
	width: 178px;
	height: 33px;
	background: url(images/button3.gif) no-repeat;
}

#button3 a:hover {
	background-position: 0 -33px;
}

.activation {
	float: left;
}

.barBottomLinks a {
	color: #CCC;
	text-decoration: none;
}

.barBottomLinks a:hover {
	color: #FFF;
	text-decoration: none;
}

.barBottomSearchIon {
	float: left;
}

.yellow {
	color: #FF0;
}

#menu {	
	float: left;
	margin: 0;
	padding: 0;
	z-index: 30;
}

#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#menu li a {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	color: #CCC;
	text-align: left;
	text-decoration: none
}

#menu li a:hover {
	color: #FFF;
}

#menu div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	margin-top: 3px;
	padding: 0;
}

#menu div a {
	position: relative;
	display: block;
	margin: 0;
	width: 120px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #595A5C;
	color: #FFF;
	padding: 2px;
}

#menu div a:hover {	
	background: #CCC;
	color: #5D5E60;
}


