/*------ lay out ------ */
#body {
background: #ff3494;
margin: 10px;
padding: 0;
}
#container {
width: 97%;
margin-left: 1.5%;
padding: 0;
}
#header {
background-color: #fff;
background: url(bg.jpg) 0 0 repeat;
height: 144px;
border-bottom: 2px solid #ff3494;
}
#clothes {
background-color: #fff;
border-top: 3px solid #ff3494;
border-left: 0px solid #ff3494;
border-right: 0px solid #ff3494;
padding-left: 1em;
padding-top: 2em;
padding-bottom: 1em;
padding-right: 1em;
height: 180px;
position: relative;
}

#product {
width: 20%;
float: left;
top: 40%;
left: 0;
text-align: center;
}
#product1 {
width: 20%;
float: left;
top: 40%;
left: 20%;
text-align: center;
}
#product2 {
width: 20%;
float: left;
top: 50%;
left: 40%;
text-align: center;
}
#product3 {
width: 20%;
float: left;
top: 1%;
left: 60%;
text-align: center;
}
#product4 {
width: 20%;
float: left;
top: 1%;
left: 80%;
text-align: center;
}
#logo {
height: 144px;
position: absolute;
left: 50%;
margin-left: -345px;
top: 10px;
overflow: hidden;
}
#breadcrumb {
background: #fff;
height: 2em;
padding-left: 1em;
}
#top_banner {
background: #fff;
height: 8em;
}
#foot_banner {
background: #fff;
height: 8em;
}
#footer {
background: #ff3494;
margin-top: 1em;
border-top: 1px solid #fff;
}

/*------ typography ------*/
a:link {
background: inherit;
color: #707070;
font-family: verdana,arial,sans-serif;
font-weight: bold;
text-decoration: none;
}
a:visited {
background: inherit;
color: #707070;
font-family: verdana,arial,sans-serif;
font-weight: bold;
text-decoration: none;
}
a:active {
background: inherit;
color: #707070;
font-family: verdana,arial,sans-serif;
font-weight: bold;
text-decoration: none;
}
a:hover {
background: inherit;
color: #707070;
font-family: verdana,arial,sans-serif;
font-weight: bold;
text-decoration: none;
}
.bc {
background: inherit;
color: #707070;
font-family: verdana,arial,sans-serif;
font-weight: bold;
font-size: 0.75em;
line-height:2em;
vertical-align: middle;
}
.pagetitle {
background: inherit;
color: #ff3494;
font-family: verdana,arial,sans-serif;
font-weight: bold;
font-size: 2em;
line-height: 3.5em;
margin: 0;
}
.footer {
background: inherit;
color: #fff;
font-family: verdana,arial,sans-serif;
font-weight: bold;
font-size: 0.75em;
text-align: center;
}
.footer a {
color: #fff;
}

.desc {
background: none;
color: #444;
font-family: verdana,arial,sans-serif;
font-weight: bold;
font-size: 0.75em;
text-align: left;
overflow: none;
padding-right: 10%
}
.proddesc {
background: none;
color: #444;
font-family: verdana,arial,sans-serif;
font-weight: bold;
font-size: 0.65em;
line-height: 1.2em;
text-align: center;
overflow: none;
padding-right: 0;
}