﻿html, body 
{
margin: 0;
padding: 0;
}
body
{
    font-family: Trebuchet, Arial, Tahoma, Sans-Serif; 
    text-align: left;
    background: #FFF url(../images/background.jpg) repeat-x;
    color: #5D4497;
	line-height: 1.3em;
}
a
{
    color: #5D4497;
    text-decoration: none;
}
a:hover
{
    color: #C1B5E1;
    text-decoration: none;
}
a.about-subhead:hover
{
    color: #5D4497;
    text-decoration: none;
}
a.title
{
    font-weight: bold;
}
#about
{
    margin-top: 20px;
}
#center
{
    margin-top: 50px;
    text-align: center;
}
/* When running a competition
#competition
{
    text-align: center;
}
.formtop
{
    background: url(../images/compbacktop.gif) no-repeat;
}
.formbottom
{
    background: url(../images/compbackbottom.gif) bottom left no-repeat;
}
.formsides
{
    background: url(../images/compbacksides.gif) repeat-y;
}
#competition form input.send
{
    padding: 5px 0 10px 0;
}
#competition h4
{
    padding: 20px 0 10px 0;
}
#competition p
{
    color: #594496;
    text-align: center;
    margin: 0 5px 2px 15px;
    padding-bottom: 10px;
}
#competition span
{
    font-weight: bold;
}
#competitionside
{
    text-align: center;
    width: 150px;
}
#competitionside .formtop
{
    background: url(../images/sidecomptop.gif) no-repeat;
}
#competitionside .formbottom
{
    background: url(../images/sidecompbottom.gif) bottom left no-repeat;
}
#competitionside .formsides
{
    background: url(../images/sidecompsides.gif) repeat-y;
}
#competitionside form input.send
{
    padding: 5px 0 10px 0;
}
#competitionside h4
{
    padding: 22px 0 2px 0;
}
#competitionside p
{
    color: #594496;
    font-size: 90%;
    margin: 0 5px 2px 5px;
    padding-bottom: 5px;
}*/
#contact
{
    position: absolute;
    left: 110px;
}
#contact .formtop
{
    background: url(../images/formbacktop.gif) no-repeat;
}
#contact .formbottom
{
    background: url(../images/formbackbottom.gif) bottom left no-repeat;
}
#contact .formsides
{
    background: url(../images/formbacksides.gif) repeat-y;
}
#contact form
{
    padding-top: 30px;
    text-align: center;
    width: 450px;
}
#contact form input
{
    width: 14em;
    margin: 0 20px 15px 20px;
}
#contact form input.send
{
    width: 100px;
    margin: 10px 20px 10px 20px;
}
#contact form textarea
{
    width: 18em;
    margin-left: 20px;
}
#contact label
{
    vertical-align: top;
}
#container
{
    width: 900px;
    margin: 0 auto;
}
#content
{
    float: left;
    width: 680px;
    position: relative;
}
#content ul.about li
{
    background: url(../images/teddybullet.gif) no-repeat;
    padding-left: 20px;
}
#content ul.aboutnav
{
    position: absolute;
    right: 0;
}
#content ul.aboutnav li
{
    display: inline;
    text-align: center;
    margin-left: 10px;
    font-weight: bold;
}
#content ul.art
{
    width: inherit;
    margin-left: 60px;
}
#content ul.art li
{
    float: left;
    text-align: center;
    padding: 10px;
    color: #5D4497;
}
#content ul.gallery
{
    width: inherit;
}
#content ul.gallery li
{
    float: left;
    width: 226px;
    text-align: center;
    padding-bottom: 10px;
    color: #5D4497;
}
#content ul.gallery li a:hover
{
    text-decoration: none;
}
#content ul.index
{
    width: inherit;
}
#content ul.index li
{
    float: left;
    width: 170px;
    text-align: center;
    padding: 10px 0;
    color: #5D4497;
}
#footer
{
    clear: both;
    font-size: 70%;
    padding: 5px 5px 0 0;
    text-align: right;
}
#header
{
    width:900px;
    margin: 0 auto;
    margin-top: 35px;
    height: 170px;
    background: url(../images/toptrans.gif) no-repeat;
    position: relative;
}
#header img
{
    margin: 10px 0 0 20px;
}
#header img.teddy
{
    margin-left: 390px;
}
h1
{
    padding: 0px;
    font-size: 105%;
    font-weight: bold;
}
h2
{
    font-size: 105%;
    font-weight: normal;
}
h3
{
    font-weight: normal;
}
h3 a
{
    text-decoration: underline;
}
h4
{
    padding-top: 4px;
    color: #5D4497;
    font: bold 100% arial;
}
img.banner
{
	padding-top: 10px;
}
#mainnav
{
    padding: 5px 5px 0 0;
    position: absolute;
    right: 5px;
    top: 122px;
}
#mainnav ul li
{
    float: left;
    text-align: center;
    font: bold 110% arial;
    width: auto;
}
#mainnav ul li a
{
    display: block;
    width: auto;
    margin: 10px 2px 0 0;
    padding: 5px 20px 0 0;
}
#mainnav ul li a:hover
{
    text-decoration: none;
    color: #C1B5E1;
    background: #FFF url(../images/topnavback.jpg) top right no-repeat;
}
#mainnav ul li a.on
{
    text-decoration: none;
    color: #C1B5E1;
    background: #FFF url(../images/topnavback.jpg) top right no-repeat;
}
#network-links
{
    margin-top: 10px;
}
#network-links ul li.network-links
{
    font-size: 75%;
    line-height: 25px;
}
#network-links ul li.network-links a
{
    padding: 0;
}
#network-links ul li.network-links a:hover
{
    background-image: none;
}
p
{
    margin: 10px 10px 10px 0;
    color: #000;
}
p a
{
    text-decoration: underline;
}
p.enlargeimage
{
    text-align: center;
    color: #5D4497;
}
#paypaloffer
{
    width: 175px;
    margin: 10px 0 0 30px;
}
#productnav
{
    width: 175px;
    margin-left: 20px;
    float: left;
    background: #FFF;
}
#productnav ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#productnav ul li
{
    width: 150px;
    padding: 2px;
    border-bottom: solid 1px #D6CCE7;
}
#productnav ul li a
{
    width: auto;
    display: block;
}
#productnav ul li a:hover
{
    text-decoration: none;
    color: #C1B5E1;
    background: #FFF url(../images/leftnavback.jpg) no-repeat;
}
#productnav ul li a.lnon
{
    text-decoration: none;
    color: #C1B5E1;
    background: #FFF url(../images/leftnavback.jpg) no-repeat;
}
#productnav ul li img
{
    margin-right: 4px;
}
#productnav ul.testimonial-link
{
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
}
#productnav ul.testimonial-link a:hover
{
    background: #FFF;
}
#productfooter
{
    clear: both;
    padding-top: 10px;
}
span.name
{
    font-weight: bold;
    color: #5D4497;
}
/* Testimonial Page
#testform form
{
    padding-left: 27px;
}
#testform h4
{
    padding: 20px 0 5px 0;
    text-align: center;
}
#testform p
{
    color: #594496;
    text-align: left;
    margin: 0 5px 5px 15px;
}
#testform input
{
    margin: 0 8px 8px 8px;
}
#testform label
{
    vertical-align: top;
}
#testform textarea
{
    margin-left: 8px;
}
#testform form input.send
{
    padding: 5px 0 0 250px;
}
#testimonials .test
{
    width: inherit;
    height: 140px;
    border-bottom: solid 1px #C1B5E1;
    padding-bottom: 20px;
    margin: 10px;
    position: relative;
}
#testimonials .test .pic
{
    float: left;
}
#testimonials .test .testinfo
{
    position: absolute;
    bottom: 2px;
    left: 0;
    font-size: 90%;
}
#testimonials .test .words
{
    margin-left: 130px;
    width: 530px;
}
#testlink p
{
    color: #594496;
    font-size: 90%;
    text-align: center;
    margin-right: 17px;
}*/
#thanks
{
    text-align: center;
}
ul
{
    color: #000; 
}
#viewbasket 
{
    margin-left: 2px;
}
#wrapper
{
    width: 900px;
    margin: 0 auto;
    background: #FFF;
}
#yourname
{
    float: left;
    width: 180px;    
}
#youremail
{
    float: left;
    width: 180px;
}
#yourteddyname
{
    float: left;
    width: 180px;
}