* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	background-color: #006891;
	text-align: center;
}

body,p,a {
	font: 13px "Trebuchet MS", Arial;
	color: #ffffff;
}

h1 {
	font: 700 140% "Trebuchet MS", Arial;
	color: #ffffff;
	padding-bottom: 10px;
}

h2 {
	font: 700 130% "Trebuchet MS", Arial;
	color: #ffffff;
	padding-bottom: 10px;
}

h3 {
	font: 700 120% "Trebuchet MS", Arial;
	color: #ffffff;
	padding-bottom: 10px;
}

img {
	border: none;
}

#center { 
	width: 780px;
	margin: 0 auto;
	text-align: left;
	padding-top: 80px;
}

#head {
	height: 200px;
	margin-bottom: 10px;
	background: url('/static/images/head_bg.png') no-repeat;
	position: relative;
}

#head #logo {
	position: absolute;
	top: 80px;
	left: 70px;
}

#logo a {
	font: 17px "Trebuchet MS", Arial;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#head #cart {
	position: absolute;
	top: 90px;
	right: 60px;
	text-align: center;
}

#cart a {
	font: 700 12px "Trebuchet MS", Arial;
	text-decoration: none;
	background: url('/static/images/bord.gif') repeat-y 100% 0;
	padding: 0 10px 0 7px;
}

#cart .nb {
	background:none;
}

#head #users {
	position: absolute;
	bottom: 15px;
	left: 15px;
	text-align: center;
}

#users a {
	font: 700 12px "Trebuchet MS", Arial;
	text-decoration: none;
	background: url('/static/images/bord.gif') repeat-y 100% 0;
	padding: 0 10px 0 7px;
}

#users .nb {
	background:none;
}

#head #search {
	position: absolute;
	top: 30px;
	right: 15px;
	text-align: center;
}

.search_input {
	color: #d1d1d1;
}

#head #menu {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

#menu a {
	font: 700 12px "Trebuchet MS", Arial;
	text-decoration: none;
	background: url('/static/images/bord.gif') repeat-y 100% 0;
	padding: 0 10px 0 7px;
}

#menu .nb {
	background:none;
}

#notification {
	margin-bottom: 10px;
	text-align: center;
}

#block_t {
	height: 6px;
	background: url('/static/images/boxt.png') no-repeat;
	font-size: 0;
}

#block {
	height: auto;
	background: url('/static/images/box_bg.png') repeat-y;
	padding: 20px;
}

#block p {
	font: 13px Arial;
	padding-top: 10px;
	word-spacing: 1px;
	letter-spacing: 0.4px;
	text-align: justify;
}

#block a {
	font: 13px Arial;
}

#block ul {
	padding-left: 25px;
}

#block_b {
	height: 6px;
	background: url('/static/images/boxb.png') no-repeat;
	margin-bottom: 10px;
	font-size: 0;
}

#foot {
	font-size: 12px;
	margin-bottom: 10px;
}

#foot_l {
	float: left;
	padding-left: 20px;
}

#foot_l a {
	font-size: 12px;
	text-decoration: none;
	border-bottom: dotted white 1px;
}

#foot_r {
	float: right;
	padding-right: 20px;
	font-size: 11px;
}

#foot_r a {
	font-size: 11px;
}

.cl {
	clear: both;
}
/*
input[type="submit"] {
	background-color: #000000;
	border-color: #c0c0c0;
	color: #ffffff;
	padding: 3px;
}

.order input[type="text"] {
	width: 60%;
	font-size: 120%;	
}
*/

.breadcrumb {
	text-align: right;
}

.breadcrumb a {
	text-decoration: none;
	border-bottom: dotted white 1px;
}

.sub_pages {
	padding-top: 20px;
}
