﻿
#pt-home #content-top {
	width: 955px;
	float: left;
	background: url(../images/global/home/bg-content-top.png) no-repeat 0 0;
}

#pt-home #content {
	width: 955px;
	background: url(../images/global/home/bg-content-mid.png) repeat-y 0 0;
}

#pt-home #content-bot {
	width: 955px;
	height: 8px;
	float: left;
	background: url(../images/global/home/bg-content-bot.png) no-repeat 0 0;
}

#pt-home h1 
{
    color: #1d1d1f;
}

#pt-home h3 
{
    margin: 0 0 0.8em;
}

#pt-home .col 
{
    float: left;   
    width: 422px;
    margin: 0 6px 0 0;
    padding: 25px 25px 20px;
}

#pt-home .col.last
{
    float: left;   
    width: 422px;
    margin: 0 2px 0 0;
}

#pt-home .item 
{
    text-align: center; 
    /*  i think the style below looks better. if we change remove the shit above and uncomment the width of the img below
    perhaps change to this once there's more latest products
    float: left;
    margin: 3px 10px 10px 0;
    width: 130px;
*/
}

#pt-home .item img
{
    margin: 0 0 6px; 
    /*
    border: 1px solid #1d1d1f;
    width: 120px;  
*/
}