html {
margin : 0;
padding : 0;
}
body{
text-align:center;
font-size: 12px;
padding:0;
color:white;
background-image:url(../images/intro/intro_background.png);
background-repeat:repeat-x;
background-color:#fff;
margin:0;

}
A
{
color:#fff;
font-size:12px;
}
A:link {
text-decoration: none
}
A:visited {
text-decoration: none;
}
A:active {
text-decoration: none;
}
A:hover {
text-decoration: none;
color: #ee0000;
}

#container
{
width:965px;
margin: 0 auto;
background-image:url(../images/intro/intro_background.png);
background-repeat:repeat-x;
background-color:#fff;
}

#header a
{
display:block;
background-image:url(../images/intro/intro_headerlogo.png);
background-position:0px 188px;
width:791px;
height:188px;
margin-top:0;
margin-left:65px;
}
#header a:hover{
background-position:0px 0px;
}

#content
{
width:965px;
margin:0;
margin-left:25px;
}

#side1
{
width:195px;
height:190px;
float:left;
background-image:url(../images/intro/intro_side1.png);
background-repeat:no-repeat;
}

#mid
{
width:526px;
height:190px;
float:left;
background-image:url(../images/intro/intro_mid.png);
background-repeat:no-repeat;
}

#mid p
{
font-size:12px;
font-family:Verdana;
padding:10px 15px 0 15px;
color:#11404f;
text-align:justify;
}


#side2
{
width:195px;
height:190px;
float:left;
background-image:url(../images/intro/intro_side2.png);
background-repeat:no-repeat;
}

#undermiddle
{
width:915px;
height:190px;
float:left;
background-image:url(../images/intro/intro_undermiddle.png);
background-repeat:no-repeat;
margin-bottom:10px;
}

.shopcartcontent{
height:85px;
}

#footer
{
width:965px;
height:43px;
background-image:url(../images/intro/intro_footer.png);
}

#footer p
{
font-size:11px;
font-family:Verdana;
padding:5px 15px 0 15px;
color:#838383;
text-align:left;
}

#footer a
{
font-size:11px;
font-family:Verdana;
color:#838383;
text-align:left;
padding:0px 0px 0 5px;
}

#footer a:hover
{
color:#4fc0e2;
}
.clear
{
clear:both;
}


