/************************************************
*
* MASTER 3 COLUMN PAGE STYLES
*
*
*
*
*
*
*
*
*
*
***********************************************/

div#master-content-wrapper 
{
    padding: 0px;
    margin: 0px;
    width: 340px;
    margin-left: 15px;
}

/************************************************
*
* MAIN CONTENT LAYOUT
*
***********************************************/

/* Change Font ( a A A ) Positioning */  
div#change-font-1col {
    position: absolute;
    margin: 0px;
    padding: 0px;
    margin-top: -30px;
    margin-left: 290px;
    z-index: 98;
}

div#content-corp-content {
	background: url(/images/template/backgrounds/content/corp-content-header.jpg) no-repeat top;
				
    min-height: 200px;
	padding: 70px 0px 0px 0px;
}

div#FeaturedItem
{
    padding-bottom: 10px;
}
    div#FeaturedItem div#ProductDesc 
    {
        width: 185px;
        font-family: tahoma;
	    font-size: 11px;
	    color: #000000;
	    line-height: 12px;
	    padding-left: 5px;
	    padding-bottom: 10px;
	    padding-top: 10px;
    }

    div#FeaturedItem div#ProductLink a
    {
        font-family: tahoma;
	    font-size: 11px;
	    color: #000000;
	    line-height: 12px;
    }

/* Header Background Div */
div#content-corp-main  {
    background: url(/images/template/backgrounds/content/corp-main-header.jpg) no-repeat top;
	min-height: 200px;    
	padding: 35px 15px 0px 20px;

	
}

    /* White Content Title with Red Background */
	div#column-title {
		margin: 0px;
		padding: 0px;
        width: 285px;
       
        position: absolute;
        margin-top: -28px;
                
		font-weight: bold;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #FFFFFF;			
	}
	
		/* Content Div */
		div.content-holder-main {
			margin: 0px 30px 20px 20px;
			background: #FFFFFF;
			z-index: 99;			
		}
    
    div#column-content
    {
        margin: 0px;
        padding: 0px; 
    }

    div#column-content p
    {
        display: block;
    }
    
/* Creates White background for main content area */
.content-main-bg {
	background: url(/images/template/backgrounds/content/bg-content-main.gif) repeat-y top;
}

/* Following 2 Styles used for main column and right column bottom curves */
.content-right-bg {
	background: url(/images/template/backgrounds/content/bg-content-right.gif) top left black;		
	
	margin: 0px;
	padding: 0px;
}

.content-right-bottom-bg {
	background: url(/images/template/backgrounds/content/bg-content-right-bottom.gif) no-repeat top;
}

div#content-main-bottom-bg {
	background: url(/images/template/backgrounds/content/bg-content-main-bottom.gif) no-repeat top right;
	height: 25px;
}

/************************************************
*
* RIGHT COLUMN LAYOUT
*
***********************************************/

/* Sets right column Content Width */
div#content-holder-right 
{
    margin: 0px;
    padding: 0px;
	background: #FFFFFF;
	width: 204px !important;
	padding-left: 12px; 	
}
    /* Sets Right Column Section Titles */
    div#content-holder-right h2.title 
    {
        margin: 0px;
        padding: 0px;
         background: url(/images/template/backgrounds/right-side-nav/right-column-black-header.jpg) top left no-repeat;
         font-size: 12px;
         color: #FFFFFF;
         height: 30px;
         margin-left: -12px;
         padding-top: 7px;
         text-align: center;         
    }
    
    
div.news-item 
{ 
    padding-bottom: 5px;
    width: 310px;
    padding-left: 15px;
    padding-right: 10px;
    background: url(/images/template/backgrounds/product-list-fade-bg.jpg) bottom left no-repeat;
    margin-bottom: 20px;
}