/* HTML BODY */
html, body {
margin-top: -10px;
padding: 0;
height: 100%;
min-height: 100%;
font-family: verdana;
font-size: 12px;
color: #000000;
text-align: center;
line-height: 17px;
}

/* FONTS */
h1 {
font-family: verdana;
font-size: 13px;
font-weight: bold;
color: #000000;
margin-bottom: 10px;
}

h2 {
font-family: verdana;
font-size: 12px;
font-weight: bold;
color: #000000;
margin: 0;
}

/* DIVS */
#container {
position: relative;
clear: both;
text-align: left;
margin: -100px auto 0 auto;
padding: 0;
width: 902px;
min-height: 100%;
}

#header {
position: absolute;
top: 100px;
left: 0px;
width: 902px;
height: 172px;
background: url(../backs/header.jpg) no-repeat;
}

#menu {
position: absolute;
top: 280px;
left: 0px;
width: 902px;
height: 25px;
background: #e5007d;
}

#sidebar_left {
position: relative;
float: left;
width: 195px;
margin: 320px 0 20px 0px;
}

#content {
position: relative;
float: left;
margin: 320px 0 20px 0;
width: 508px;
}

#product_cats {
position: relative;
float: left;
width: 700px;
}

#sidebar_right {
position: relative;
float: left;
margin: 320px 0 20px 40px;
}

#footer {
position: relative;
clear: both;
margin: 0 auto 0 auto;
width: 902px;
height: 45px;
font-size: 11px;
color: #ffffff;
background: #e5007d;
}

#footer_description {
position: relative;
clear: both;
margin: 5px auto 0 auto;
padding-bottom: 10px;
width: 902px;
height: 45px;
font-size: 10px;
line-height: 14px;
color: #bdbdbd;
}

#product_image {
width: 512px;
height: 345px;
margin-bottom: 20px;
text-align: center;
background: url(../backs/product_image.jpg) no-repeat;
}

#product_content {
text-align: justify;
}

.box1 {
position: relative;
float: left;
width: 245px;
height: 110px;
margin: 0 5px 5px 0;
padding-top: 5px;
border: 1px solid #e5007d;
}

.box1_image {
position: relative;
float: left;
width: 120px;
height: 100px;
margin-right: 10px;
overflow: hidden;
}

/* PARAGRAPHS */
p {
margin: 0 0 20px 0;
padding: 0;
}

#footer_left {
position: absolute;
top: 2px;
left: 5px;
width: 500px;
text-align: left;
}

#footer_right {
position: absolute;
top: 0px;
right: 5px;
text-align: right;
}

/* IMAGES */
img {
border: 0px solid #000000;
}

#product_image img {
padding-top: 5px;
max-height: 320px;
}

.box1_image img {
display: block;
margin: 0 auto 0 auto;
height: 100px;
}

/* TABLES */
td {
font-family: verdana;
font-size: 12px;
line-height: 20px;
}

td.descr {
padding-right: 20px;
}

/* FORMS */
form {
margin: 20px 0 0 0;
}

fieldset {
padding: 10px 0 10px 10px;
border: 1px solid #e5007d;
}

input, textarea {
font-family: verdana;
font-size: 12px;
border: 1px solid #bdbdbd;
}

/* LINKS */
a {
text-decoration: none;
color: #000000;
}

a:hover {
color: #000000;
}

/* LISTS */
ul {
margin: 0 0 0 15px;
padding: 0;
}

/* LISTS MENU */
#menu ul {
margin: 4px 0 0 92px;
padding: 0;
list-style: none;
}

#menu ul li {
float: left;
margin-right: 55px;
}

#menu ul li a {
text-decoration: none;
font-size: 13px;
font-weight: bold;
color: #ffffff;
}

#menu ul li a:hover {
text-decoration: underline;
}

/* LISTS FOOTER */
#footer ul {
margin: 4px 0 0 50px;
padding: 0;
list-style: none;
}

#footer ul li {
float: left;
}

#footer ul li a {
text-decoration: none;
color: #ffffff;
}

#footer ul li a:hover {
text-decoration: underline;
}
