﻿html
{
    overflow-y: scroll; 
}

body
{
    background-color:White;
    background-image: url('../images/design/BackgroundMainGradient.png'); 
	background-repeat: repeat-x;
	background-position:top;
	
	padding:0px;
	margin:0px;
	
	font-family:Verdana;
	font-size:11px;
	color:#6b6b6b;
}

a
{
	text-decoration:none;
}

h1 
{ 
    display: inline; 
} 

img
{
    border-style:none;
    border-width:0px;
}

/*
DESIGN ID ELEMENTS
*/

#ContentMain
{
    width:940px;
    margin-left:auto;
    margin-right:auto;
}

#ContentTop
{
    height:109px;
    overflow:hidden;
}

#ContentTopRight
{
	width:704px;

    margin-right:0px; 
    margin-left:auto;
}

#ContentSuppliers
{	
	width:704px;
	height:50px;
    line-height:50px;
    margin-top:15px;
    overflow:hidden;
    
    background-image: url('../images/design/BackgroundSuppliersGradient.png'); 
	background-repeat: repeat-y;
	background-position:center;
}

#ContentShoppingCart
{
	width:310px;
	margin-left:auto; 
	margin-right:0px;
}

#ContentMiddle
{
    width:940px;
    padding-top:5px;
    background-image: url('../images/design/BackgroundCanvas.png'); 
	background-repeat: repeat-y;
	background-position:center;
}

#ContentMenu
{
    width:930px;
    height:28px;
    line-height:28px;
    margin-top:0px;
    margin-left:auto;
    margin-right:auto;
    
    text-transform:uppercase;

    background-image: url('../images/design/BackgroundMenuGradient.png'); 
	background-repeat: repeat-x;
	background-position:top;
}

#ContentContent
{
    width:930px;
    margin-top:5px;
    margin-left:auto;
    margin-right:auto;
}

#ContentBottom
{
    width:930px;
    height:33px;
    line-height:33px;
    margin-top:0px;
    margin-left:auto;
    margin-right:auto;
    
    background-image: url('../images/design/BackgroundBottom.png'); 
	background-repeat: no-repeat;
	background-position:center;
}
    
#ContentProductCategory
{
    width:240px;
    
    background-image: url('../images/design/BackgroundProductCategory.png'); 
	background-repeat: no-repeat;
	background-position: left top;
    background-color:White;
}

#ContentWrapper
{
    background-image: url('../images/design/BackgroundWebShop.png'); 
	background-repeat: repeat-y;
	background-position: right top;
    background-color:Transparent;
    width:930px;
    
    overflow:auto;
}

#ContentDynamicTop
{
    width:686px;
    background-image: url('../images/design/BackgroundMainContentTop.png'); 
	background-repeat: no-repeat;
	background-position: left top;
}

#ContentDynamicMiddle
{
    width:686px;
    margin-left:auto;
    margin-right:auto;
    background-image: url('../images/design/BackgroundMainContentMiddle.png'); 
	background-repeat: repeat-y;
	background-position: left top;
}

#ContentDynamicBottom
{
    width:686px;
    margin-left:auto;
    margin-right:auto;
    background-image: url('../images/design/BackgroundMainContentBottom.png'); 
	background-repeat: no-repeat;
	background-position: left top;
}


#ContentDynamicLargeTop
{
    width:686px;
    background-image: url('../images/design/BackgroundMainContentTop.png'); 
	background-repeat: no-repeat;
	background-position: left top;
}

#ContentDynamicLargeMiddle
{
    width:686px;
    margin-left:auto;
    margin-right:auto;
    background-image: url('../images/design/BackgroundMainContentMiddle.png'); 
	background-repeat: repeat-y;
	background-position: left top;
}

#ContentDynamicLargeBottom
{
    width:686px;
    margin-left:auto;
    margin-right:auto;
    background-image: url('../images/design/BackgroundMainContentBottom.png'); 
	background-repeat: no-repeat;
	background-position: left top;
}

/*
DESIGN CLASSES
*/

.DynamicMenuStyle
{
    background-image: url('../images/design/BackgroundDynamicMenuGradient.png'); 
	background-repeat: repeat-x;
	background-position: left top;
    
    border-style:solid;
    border-width:1px;
    border-color:#898888;
    width:200px;
    z-index: 100;
}


.DynamicMenuItemStyle
{
    color:#474444;
    text-transform:capitalize;
    font-family:Arial;
    font-size:12px;
    padding-left:5px;
}


/*
TEXT DESIGN
*/