body { background-color: #182983; margin: 20px; margin-top: 0px;}
#header { margin-top: 25px; }
#logo { height: 100px; background: url('../images/logo.jpg') no-repeat 0 0 #FFF; }
#menu { 
	background: #fff;
	margin-left: 10px;
	margin-right: 10px;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	height: 20px;
}

#menu li a {
	color: #7D7D7D;
	font-size: 11px;
	font-weight: normal;
	display: inline;
}

#menu li a.select, #menu li a:hover {
	color: #E95D0E;
	background: none;
	font-size: 11px;
	font-weight: normal;
}

.greybar { background-color: #F2F2F2; }
#content_pos, #column2_wrap, #column2 li.select { border-color: #eac574; }

.categories li.select { background-color: #E95D0E; }
.categories a:hover { background-color: #E95D0E; }
.basket thead { background-color: #F2F2F2; }

div#wrapper {
	background: #fff;
	max-width: 950px;
	min-width: 950px;
}

div#service {
	top: -23px;
}

form.form legend { background-color: #F2F2F2; color: #E95D0E; margin-top: 5px; }
form.form fieldset { background-color: #F2F2F2; }

div#service li { border: 0; }
div#service a { color: #fff; line-height: 24px; }
div#service select { background-color: #5665AE; color: #fff; font-family: Arial; }

span#highlight { color: #E95D0E; }

/* Buttons */

div.item_insert input.item_submit, .greybar input.search_submit, button, input[type="submit"], input.basket_button, a.basket_button {
	background-color: #E95D0E;
}

