/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: justify;
	background: #08194D;
	color: #E3E0D2;
}
a {border: none;}
img {border: none;}
#wrapper {
	width: 1002px;
	margin: 0 auto;
}
#header {
	width: 1004px;
	height: 118px;
	background: transparent url(images/header_bg.jpg) top left repeat-x;
}
#logo {
	width: 174px;
	height: 96px;
	float: left;
	margin: 5px 0 0 50px;
	overflow: hidden;
}
a {color: #08194D; text-decoration: none;}
.link {
float: left;
font-family: Arial, Helvetica, sans-serif;
margin: 90px 0 0 70px;
display: block;
color: #08194D;
font-size: 11px;
}
#menu {
	float: right;
	width: 570px;
	margin-top: 50px;
}
#mainMenu {
	width: 530px;
	clear: both;
	color: #011267;
	font-weight: lighter;
	display: block;
}
#mainMenu li {
	float: left;
	color: #011267;
	list-style: none;
	margin-right: 15px;
	padding: 5px;
	text-transform: uppercase;
}
#mainMenu li a {
	color: #011267;
	font-size: 12px;
	text-decoration: none;
}
#mainMenu li a:hover {
	background: #E3DFD2;
}
#catalogMenu {
	width: 570px;
	clear: both;
	color: #333;
	font-weight: lighter;
	display: block;
}
#catalogMenu li {
	float: left;
	color: #333;
	list-style: none;
	margin-right: 12px;
	text-transform: uppercase;
}
#catalogMenu li a {
	color: #333;
	font-size: 11px;
	text-decoration: none;
}
#catalogMenu li a:hover {
	text-decoration: underline;
}

