* {
	margin: 0;
	padding: 0;
}

html, body {
	border: none;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: url('../images/MARS-Web-Back2.jpg');
	color: #333333;
	font-family: Arial;
	font-size: 12px;
}

img {
	border: none;
}

fieldset {
	border: 0;
}

input, textarea, select {
	background: #ffffff;
	border: 1px #bebebe solid;
	color: #000020;
	padding: 2px;
}

input[type=checkbox] {
	margin: 3px;
	padding: 0;
}

input[type=image] {
	background: none;
	border: none;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #023f88;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

h2 {
	font-size: 1.5em;
	margin: .75em 0;
}

h3 {
	font-size: 1.17em;
	margin: .83em 0;
}

h4, p {
	margin: 1.12em 0;
}

a {
	color: #23340d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#background {
	background-image: url('../images/MARS-Web-Back.jpg');
	background-repeat: repeat-x;
}

#container {
	margin: 0 auto;
	width: 1000px;
}

#header {
	background: url('../images/MARS-Web-Head.png');
	height: 170px;
}

#topmenu {
	color: #023f88;
	font-size: 14px;
	height: 30px;
	margin-left: 500px;
	padding-right: 40px;
	width: 460px;
}

#topmenu .moduletable {
	float: left;
	height: 30px;
	line-height: 30px;
}

#topmenu .moduletable form {
	padding: 5px;
}

#topmenu .moduletable input {
	height: 16px;
	width: 160px;
}

#topmenu .menu {
	list-style: none;
	width: 280px;
}

#topmenu .menu li {
	display: inline;
	padding-right: 40px;
}

#topmenu .menu a {
	color: #023f88;
	text-transform: uppercase
}

#login-form {
	background: #e5e5e5;
	border: 1px #aeaeae solid;
	display: none;
	margin-top: 29px;
	padding: 10px 20px;
	position: absolute;
	width: 150px;
	z-index: 89;
}

#login-form ul {
	list-style: none;
	margin: 20px 0 10px 0;
}

#login-form a {
	color: #023f88;
}

#message {
	color: #023f88;
	font-size: 16px;
	font-weight: bold;
	margin: 22px 21px 18px 500px;
	padding: 10px;
}

#message p {
	margin: 0;
}

#menu {
	background: url('../images/MARS-Nav-Back.png');
	height: 30px;
	padding: 0 30px;
}

#menu .ux-menu a {
	font-size: 14px !important;
	text-align: center !important;
	text-decoration: none;
	text-transform: uppercase !important;
}

#menu .ux-menu-link-level-0 {
	color: #ffffff;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}

#menu .ux-menu-link-level-1,
#menu .ux-menu-link-level-2 {
	background: url('../images/MARS-Nav-Sub.png');
	color: #ffffff;
	display: block;
	padding: 10px 0;
	width: 180px;
}

#menu .ux-menu-link-level-1:hover,
#menu .ux-menu-link-level-2:hover {
	color: #ffbbdd;
}

#banner {
	background: url('../images/MARS-BG-Banner.png');
	height: 280px;
	padding: 20px 0;
}

#body {
	background: url('../images/MARS-BG-Body.png');
	min-height: 400px;
	padding: 0 20px;
}

#left, #right {
	float: left;
	width: 200px;
}

#right .moduletable {
	background: #e5e5e5;
	border: 1px #1f54bc solid;
	list-style: none;
	margin-bottom: 10px;
}

#left h3, #right h3 {
	background-color: #206de0;
	background-image: url('../images/MARS-Side-Head.png');
	background-repeat: repeat-x;
	color: #ffffff;
	height: 29px;
	margin: 0;
	line-height: 29px;
	padding: 0 10px;
}

#left h3 {
	border: 1px #1f54bc solid;
}

#right h3 {
	border-bottom: 1px #1f54bc solid;
}

#left ul.menu,
#right ul.menu,
ul.VMmenu {
	border-top: 1px #d8d8d8 solid;
	list-style: none;
	margin-bottom: 10px;
}

ul.VMmenu,
ul.VMmenu ul,
ul.VMmenu li {
	padding: 0;
}

#left ul.menu li a,
#right ul.menu li a,
ul.VMmenu li a {
	background-color: #cad8dd;
	background-image: url('../images/MARS-Side-Off.png');
	background-repeat: repeat-x;
	border: 1px #d8d8d8 solid;
	border-top: 0;
	color: #023f88;
	display: block;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	text-decoration: none;
}

#left ul.menu li a:hover,
#right ul.menu li a:hover,
ul.VMmenu li a:hover {
	background-image: url('../images/MARS-Side-On.png');
}

#left ul.menu li li a:before,
#right ul.menu li li a:before,
ul.VMmenu li li a:before {
	content: "\0020 \0020 \0020 \00BB \0020";
}

span.VmArrowdown {
	display: none;
}

#right .vmCartModule {
	padding: 10px;
}

#right .djslider-loader {
	margin: 10px auto;
}

#right .vmproduct {
	list-style: none;
}

#middle {
	float: left;
	padding: 0 40px;
	width: 480px;
}

#middle ul {
	margin-left: 20px;
}

#middle ul.actions {
	margin:0;
	text-align: right;
	width: 100%;
}

#middle ul.actions li {
	display: inline;
}

#middle ul.actions a {
	text-decoration: none;
}

div.vm-pagination li {
	margin: 0 5px;
}

div.product-short-description, span.vm-img-desc {
	display: none;
}

img.medium-image {
	width: 250px;
}

div.addtocart-bar {
	padding: 0 !important;
}

#body-end {
	background-image: url('../images/MARS-Body-End.png');
	background-repeat: no-repeat;
	color: #023f88;
	height: 120px;
	line-height: 52px;
	padding: 0 40px;
}

#body-end p {
	margin: 0;
}

#footer {
	background-image: url('../images/MARS-BG-Footer.png');
	background-position: top center;
	background-repeat: repeat-x;
	height: 160px;
	padding: 20px 40px;
}

#footer p {
	color: #ffffff;
	font-size: 11px;
	padding-top: 10px;
	text-align: center;
}

#footer p a {
	color: #ffffff;
}

.menu-sitemap, .menu-sitemap li ul {
	border: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
		
.menu-sitemap li {
	color: #ffffff;
	float: left;
	font-weight: bold;
	margin: 0;
	width: 230px;
}

.menu-sitemap li a {
	color: #ffffff !important;
	display: block;
	padding: 0 0 2px 0;
	text-decoration: none;
	width: auto;
}

.menu-sitemap li a:hover {
	text-decoration: underline;
}

.menu-sitemap li li {
	clear: both;
	padding: 0;
	width: 230px;
}

.menu-sitemap li li a {
	color: #cccccc;
	font-weight: normal;
	padding: 0;
}
