/* Text Layout */
a, a:visited {
text-decoration:none;
color: #00F;
outline:none;
}

a:hover {
text-decoration:underline;
color: #00F;
outline:none;
}

.basketSpacer{
text-align:right;
margin-top:8px;
}

#copyrightText {
font-size: 10px;
height:50px;
padding-top:30px;
clear:both;
}

.navTitle {
font-size: 20px;
font-weight: bolder;
padding-bottom:-10px;
margin-bottom:-10px;
}

.categoryTitle {
font-size: 22px;
font-weight: bolder;
color:Black;
padding-bottom:10px;
}

.frontPageItem {
font-size: 18px;
font-weight: bolder;
color:Black;
padding-bottom:10px;
}

.frontPageItem a:link, .frontPageItem a:visited {
text-decoration:none;
color:Black;
outline:none;
}

.frontPageItem a:hover {
text-decoration:underline;
color:Black;
outline:none;
}

.accountTitle {
padding-bottom: 8px;
padding-top: 20px;
font-size: 22px;
font-weight: bolder;
font-style: italic;
}

.accountCat {
font-size: 20px;
font-weight: bolder;
}

h2{
color: #000000;
font-size: 24px;
font-weight: bolder;
}

.loginText{
font-size:18px;
}

.loginText a:link, .loginText a:visited {
text-decoration:none;
color:#191970;
outline:none;
}

.loginText a:hover {
text-decoration:underline;
color:#191970;
outline:none;
}

ul {
padding-left: 10px;
margin-left: 10px; 
}

.formMessage{
color:#F00;
}

.breadcrumb{
font-size:12px;	
}

/* Layout */
/* Top Nav */
#topNav {
text-align:left;
height: 100px;
background: url(images/topNav.gif) repeat-x 0px;
}

#logo {
padding-left:25px;
padding-top:22px;
}

#login {
position: absolute;
top: 38px;
right: 0px;
padding-right: 25px;
}


/* Side Nav */
#holder {
width: 200px;
vertical-align:top;
float: left;
margin-top:20px;
text-align:left;
}

#holder .sideNavTop{
display:block;
background: url(images/sideNavTop.gif) no-repeat;
/*height:50px;*/
padding-top:48px;
}

#holder .sideNavMid{
display:block;
background: url(images/sideNavMid.gif) repeat-y;
}

#holder .sideNavBot{
display:block;
height:60px;
background: url(images/sideNavBot.gif) no-repeat;
margin-top: -20px;
}

#sideNavContent{
padding-left:12px;
width: 184px;
}


/* Main Page */
#mainPage {
float:right;
margin-top: 20px;
margin-left: 20px;
text-align:left;
width:750px;
}

#wrapAll{
margin-left: auto;
margin-right: auto;
width: 970px;
position:relative;
height:auto;
}

body{
text-align: center;
}