body {
background: #2A8BBE url(/images/back.jpg) repeat fixed;
font-family: "Helvetica Neue", Arial, sans-serif;
text-align: center;
padding: 0;
margin: 0;
}

ul, li {
padding: 0;
margin: 0;
}

img {
border: 0;
}

#body {
width: 698px;
margin: 15px auto;
}

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

#cont {
text-align: left;
}

#tl {
background-image: url(/images/tl.png);
background-position: top left;
background-repeat: no-repeat;
float: left;
width: 14px;
height: 23px;
}

#tr {
background-image: url(/images/tr.png);
background-position: top right;
background-repeat: no-repeat;
height: 23px;
overflow: hidden;
}

#bl {
background-image: url(/images/bl.png);
background-position: top left;
background-repeat: no-repeat;
float: left;
width: 14px;
height: 14px;
}

#br {
background-image: url(/images/br.png);
background-position: top right;
background-repeat: no-repeat;
margin-left: 14px;
}

#breadcrumbs {
width: 300px;
height: 23px;
text-align: center;
background: #A3A3A3 url(/images/nav.png) repeat-x;
font-size: 0.9em;
position: relative;
top: -23px;
left: 20px;
}

#breadcrumbs ul {
height: 23px;
padding-top: 2px;
}

#breadcrumbs ul li {
list-style-image: none;
list-style-type: none;
padding-right: 20px;
display: inline;
}

#breadcrumbs a {
height: 23px;
color: #000;
font-weight: 700;
text-decoration: none;
}

#breadcrumbs a:visited {
color: #000;
font-weight: 700;
text-decoration: none;
}

#breadcrumbs a:hover {
height: 23px;
color: #2A8BBE;
font-weight: 700;
text-decoration: none;
/*background: #A3A3A3 url(/images/nav-hover.png) repeat-x;*/
}

#content {
margin-top: -23px;
padding: 5px 20px 5px 20px;
background-color: #FFF;
}

#back {
font-size: 0.8em;
}

h2, h3 {
padding: 0;
margin: 0;
}

h2 {
margin-left: -5px;
margin-bottom: 10px;
}

#products {
text-align: center;
}

.product {
text-align: center;
float: left;
margin: 10px;
}

a {
color: #5192AF;
text-decoration: none;
}
a:visited {
color: #5192AF;
text-decoration: none;
}
a:hover {
color: #000;
}

#order {
margin-top: 10px;
}
