/*** DEFAULTS ***/

html {
	height:100%;
}

body {
	margin:0;
	padding:0;
	width:100%; 
	height:100%;
}

img {
	border: 0;
}

body, p, table, td, div, span, a, a:active, a:hover, a:visited {
	font-family: Gil Sans,Arial,Helvetica,Sans-serif;
	font-size: 12px;
	color: black;
}

input {
	font-family: Gil Sans,Arial,Helvetica,Sans-serif;
	font-size: 12px;
	color: black;
}

h1, h2, h3 {
	font-family: Gil Sans,Arial,Helvetica,Sans-serif;
	font-weight: bold;
	font-style: normal;
	padding: 0;
	margin: 10px 0;
	color: black;
}

h1
{
	font-size: 14px;
	margin-top: 0; 
}

h2 {}

h3 {}

a, 
a:visited,
a:active {
	text-decoration: none;
	color: #5a5758;
}

a:hover {
	color: #5a5758;
	text-decoration: underline;
}

.clear {
	clear:both;
}

/*** MASTER LAYOUT ***/

.masterCenterContainer {
	width: 970px;
	margin: 80px auto 20px auto;
}

.masterLeft 
{
	width: 242px;
	float: left;	
}

.masterRight
{
	width: 728px;
	float: left;	
}

.masterMenu .seperator
{
	float: left;
	margin: 3px 17px !important;
	font-size: 11px;
	
	
}

.masterMenuFirstLine
{
	height: 8px;
}

.masterMenuSecondLine
{
	height: 8px;	
	width: 500px;
	margin-bottom: 4px;
}

.masterPageContainer
{
	margin-top: 25px;
}

.masterBreadcrumb
{
	float: left;	
	font-size: 10px;
}

.masterLanguage
{
	float: right;	
	font-size: 10px;
}

.masterBreadcrumb a,
.masterLanguage a
{
	font-size: 10px;
}

.masterMain {}

.masterAddress {}

/*** ARTICLE LAYOUT ***/

.productGroupItem
{
	width: 166px;
	height: 130px;
	float: left;
	margin-right: 21px;
}

.productGroupItem.column4
{
	margin-right: 0;
}

.productGroupItem a
{
	text-decoration: none;
}

.productGroupItem img
{
	width: 166px;
}

.productNodeLeft
{
	width: 425px;
	float: left;
	padding-right: 28px;
}

.productNodeRight
{
	width: 275px;
	float: left;
	text-align: right;
}

#productImageHolder
{
	position: relative;
	height: 250px;	
}

#productImageHolder img
{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#productImageHolder #image0
{
	display: inline;
}

.productImageThumbnailsHolder
{
	padding-top: 5px;
}

.productImageThumbnailsHolder img
{
	margin: 0;
	cursor: pointer;
	float: left;
}

.productImageThumbnailsHolder img.column1,
.productImageThumbnailsHolder img.column2,
.productImageThumbnailsHolder img.column3
{
	padding: 0 5px 5px 0;
}

.productImageThumbnailsHolder img.column4
{
	padding: 0 0 5px 0;
}

.frontGroups
{
	margin-top: 20px;
}