
/*************  main left ***********************/

#midLeft
{
	float: left; 
	/* since this element is floated, a width must be given */
    width: 20em; 
    height: 600px;
    /* top and bottom padding create visual space within this div */
    padding: 0px 0px; 
	background: 0px 0px url(../_images/pg1-left.jpg) no-repeat;
}

/********************* mainLeft *************************************/
#gotoCat
{ 
    position: relative;
   	left: 30%;
    top: -100px;
}

#gotoCat a
{
    color: #c13b00;
}


#midHdr
{
    position: relative;
    left: 160px;
    margin: 20px 20px;
}

#midHdr h2 
{
	font-weight: normal;
	font-size: 25px;
}

#midHdr h2 em 
{
	font-size: 35px;
	font-family: serif;
}

#midHdr p
{
    position: relative;
    left: 20px;
}

#sweaterPanel 
{
    position: relative;
	margin-left: 340px;
	margin-top: 40px;
}

.sweaterBox 
{
    padding: 0 0 0 0;
	float: left;
	margin-left: 10px;
    border: thin solid #d0a825;
    text-indent: -9999px;/*hides text, which is added for SEO */
}

#homeSwtr1
{
    background-image: url(../_images/swtr-1.jpg);
    display:block;
    width: 160px;
    height: 200px;
}

#homeSwtr2
{
    background-image: url(../_images/swtr-2.jpg);
    display: block;
    width: 160px;
    height: 200px;
}

#homeSwtr3
{
    background-image: url(../_images/swtr-3.jpg);
    display: block;
    width: 160px;
    height: 200px;
}

#homeSwtr4
{
    background-image: url(../_images/swtr-4.jpg);
    display: block;
    width: 160px;
    height: 200px;

}


