/* Absolute Position of 3 Resize Letters (a A A) */
div#change-font-1col {
	position: absolute;
	margin: 0px;
	padding: 0px;
	margin-top: 6px;
	margin-left: 530px;
	z-index: 98;
}

    div#change-font-1col a {
	    color: #FFFFFF;
    }


/************************************************
*
* CONTENT LAYOUT SYLTES
*
***********************************************/
div#content-corp-content,
div#content-corp-forum
{    
    margin: 0px;
    padding: 0px;
   
    padding-top: 50px;
    margin-left: -8px;

	min-height: 200px;

	background: url(/images/template/backgrounds/content/corp-content-header.jpg) no-repeat top;
}

	div#content-corp-forum
	{
		margin-left: 0px;
		background: url(/images/template/backgrounds/content/bg-content-main-forum-header.gif) no-repeat top;
	}
	
	
    /* Main Content Section Title (Has Red Background Image) */
	div#column-title 
	{
		display: block;
    	margin: 0px;
		height: 20px;
		padding-bottom: 15px;
		
        width: 495px;
        position: relative;
        margin-top: -43px;        
        margin-left: 30px;       
        
		font-weight: bold;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #FFFFFF;	
	}

	div#column-title-forum
	{
    	margin: 0px;
		padding: 0px;
        width: 775px;
        
        position: absolute;
        margin-top: -43px;        
        left: 10px;       
		font-weight: bold;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #FFFFFF;	
	}
	
	/* Main Content Wrapper */
	div#content-holder-main 
	{
	    margin: 0px;
	    padding: 0px;
		margin-left: 30px;
		width: 550px;
		background: #FFFFFF;
		z-index: 99;	
	}
	
		div#content-holder-main h1.content-title 
        {
            
            font-family: tahoma;
	        font-size: 14px;
	        color: #bd0020;
        }
 
/* Background Image for Whole Content Area (Behind Title, and Content Section) */
.content-main-bg-1col 
{    
	background: url(/images/template/backgrounds/content/bg-content-main-1col.gif) repeat-y top;
}

.content-main-bg-forum 
{    
	background: url(/images/template/backgrounds/content/bg-content-main-forum.gif) repeat-y top;
}

div.product-item 
{ 
    padding-bottom: 5px;
    width: 520px;
    padding-left: 15px;
    padding-right: 10px;
    background: url(/images/template/backgrounds/product-list-fade-bg.jpg) bottom left no-repeat;
    margin-bottom: 20px;
}c

div.country-flags 
{
    float: right;   
}

div.product-title 
{
    float: left;   
}

div.news-item 
{ 
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 10px;
    background: url(/images/template/backgrounds/product-list-fade-bg.jpg) bottom left no-repeat;
    margin-bottom: 20px;
}

/************************************************
*
* SEARCH PAGE LAYOUT SYLTES
*
* File Associated: search-results.aspx
*
***********************************************/

a.searchLink
{
    font-weight: bold;
    font-size: 16px !important;
    line-height: 18px;
    text-transform: capitalize !important;;
}

div.searchDesc
{
    text-transform: lowercase;
}

/************************************************
*
* Featured Products Page Layout
*
* File Associated: /products/featured-products.aspx
*
***********************************************/

.featured-product-item
{
	padding-bottom: 5px;
    width: 520px;
    padding-left: 15px;
    padding-right: 10px;
    background: url(/images/template/backgrounds/product-list-fade-bg.jpg) bottom left no-repeat;
    margin-bottom: 20px;
}

.featured-product-item p
{
	width: 220px;
	margin-right: 30px;
	float: left;
}

.featured-product-item #ProductLink
{	
	width: 220px;
	margin-top: -30px;
	margin-bottom: 15px;	
}
