body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1{color: #a8b8bf; font-weight: normal;}
h2{color: #a8b8bf;}
h3{color: #a8b8bf;}
h4{}

a {
	color: #184674;
	font-weight: bold;	
}

div.top-left {
	width: 3px;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
}

div.bottom-left {
	width: 3px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
}

div.top-right {
	width: 3px;
	height: 3px;
	position: absolute;
	top: 0;
	right: 0;
}

div.bottom-right {
	width: 3px;
	height: 3px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.thrColFixHdr {
	background-image: url(Images/backgrounds/marco_body.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #fff;
}

#container {
	width: 936px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	padding: 0px 30px 20px 30px;
	/*text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}
#header {
	overflow: hidden;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(Images/backgrounds/marco_header.jpg);
	background-repeat: no-repeat;
	background-position: 250px 0px;
	min-height: 82px;
}
#logo {
	margin-top: 18px;
}

#language {
	padding: 10px 0 20px 0;
	overflow: hidden;
}

#login {
	clear: right;
}

#language a {
	display: block;
	float: left;
	margin-left: 4px;
}

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* --< Main menu >-- */
#menu-wrapper {
	color: #fff;
	background-image: url(Images/backgrounds/marco-menu.gif);
	background-repeat: repeat-x;
	background-color: #1f4c79;
	overflow: hidden;
	position: relative;
}
#menu-wrapper div.top-right {
	background-image: url(Images/backgrounds/marco-menu-top-right.gif);
	background-repeat: no-repeat;
}
#menu-wrapper div.bottom-right {
	background-image: url(Images/backgrounds/marco-menu-bottom-right.gif);
	background-repeat: no-repeat;
}

#menu-wrapper a {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	padding: 8px 20px 8px 20px;
	text-decoration: none;
	display: block;
	background-image: url(Images/backgrounds/marco-menu-button.gif);
	background-repeat: repeat-y;
	background-position: top right;
}
#main-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
}
#main-menu li {
	float: left;
	overflow: hidden;
}

#main-menu li.start {
	position: relative;
}

#main-menu li.start div.top-left {
	background-image: url(Images/backgrounds/marco-menu-top-left.gif);
	background-repeat: no-repeat;
}

#main-menu li.start div.bottom-left {
	background-image: url(Images/backgrounds/marco-menu-bottom-left.gif);
	background-repeat: no-repeat;
}

#main-menu li.active a {
	color: #FFF200;
	font-weight: bold;
}
/* --</ Main menu >-- */

#mainContent {
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	margin-top: 20px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow: hidden;
}
#footer {
	padding: 0px 30px 30px 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #fff;
	width: 936px;
	margin: 0 auto;
}

div.footer-content {
	background-image: url(Images/backgrounds/marco-footer.gif);
	background-repeat: repeat-x;
	background-color: #1f4c79;
	padding: 10px 10px 10px 40px;
	color: #fff200;
	position: relative;
}

div.footer-content div.top-left {
	background-image: url(Images/backgrounds/marco-footer-top-left.gif);
	background-repeat: no-repeat;
}

div.footer-content div.bottom-left {
	background-image: url(Images/backgrounds/marco-footer-bottom-left.gif);
	background-repeat: no-repeat;
}

div.footer-content div.top-right {
	background-image: url(Images/backgrounds/marco-footer-top-right.gif);
	background-repeat: no-repeat;
}

div.footer-content div.bottom-right {
	background-image: url(Images/backgrounds/marco-footer-bottom-right.gif);
	background-repeat: no-repeat;
}

#footer a {
	font-weight: normal;
	color: #fff200;
}
/*.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/*padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
/*}*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.column {
	float: left;
	overflow: hidden;
}

.row {
	clear: both;
	float: none;
	overflow: hidden;
}

.left {
	float: left;
	overflow: hidden;
	margin-right: 20px;
}

.right {
	float: right;
	overflow: hidden;
	margin-left: 20px;
}

.dotted-line {
	height: 1px;
	background-image: url(Images/backgrounds/dotted-row-line.gif);
	margin: 3px 0 3px 0;
}

img.right {
	margin-left: 10px;
	margin-bottom: 10px;
}

img.left {
	margin-right: 10px;
	margin-bottom: 10px;
}

/*  --< Startpage >-- */
div#exposure-area-wrapper {
	min-height: 388px;
	background-image: url(Images/backgrounds/marco-exposure-area-wrapper.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #d5d4d4;
}

div#text1 {
	width: 240px;
	color: #fff;
	padding: 60px 30px 30px 30px;
}

div#text1 h2 {
	color: #a8b8bf;
	font-size: 20px;
	font-weight: normal;
}

div#text2 {
	width: 750px;
	padding: 25px 0 15px 0;
}

div.start-3column-wrapper {
	width: 936px;
	margin-top: 20px;
	overflow: hidden;
	background-image: url(Images/backgrounds/marco-3columns-line.gif);
	background-repeat: no-repeat;
}

div.start-3column-wrapper div.left-column {
	float: left;
	width: 287px;
	overflow: hidden;
	padding: 0 25px 0 0;
}
div.start-3column-wrapper div.center-column {
	float: left;
	width: 262px;
	overflow: hidden;
	padding: 0 25px 0 25px;
}
div.start-3column-wrapper div.right-column {
	float: left;
	width: 287px;
	overflow: hidden;
	padding: 0 0 0 25px;
	background-image: url(Images/backgrounds/marco-subscription.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

/* < News column > */
div.news-wrapper {
	overflow: hidden;
	margin-bottom: 20px;
}
div.news-image {
	float: left;
	width: 85px;
}
div.news-content {
	float: left;
	width: 200px;
}
div.news-content div {
	margin-bottom: 3px;
}

div.news-date,
div.news-header {
	font-weight: bold;
}
/* </ News column > */

/* < Subscription column > */
div.subscription-content {
	min-height: 170px;
}

div.subscription-content p {
	width: 160px;
}

div.text-field-button-wrapper {
	background-color: #9b9b9b;
	position: relative;
	min-height: 100px;
	padding: 20px 20px 20px 20px;
	background-repeat: no-repeat;
}

div.subscription-header {
    overflow: hidden;
}

div.subscription-header h2 {
    float: left;
    margin-right: 10px;
    font-weight: normal;
    color: #fff;
}

div.subscription-header img {
    float: left;    
}

div.text-field-button-wrapper div.top-left {
	background-image: url(Images/backgrounds/marco-subscription-top-left.gif);
}

div.text-field-button-wrapper div.bottom-left {
	background-image: url(Images/backgrounds/marco-subscription-bottom-left.gif);
}

div.text-field-button-wrapper div.top-right {
	background-image: url(Images/backgrounds/marco-subscription-top-right.gif);
}

div.text-field-button-wrapper div.bottom-right {
	background-image: url(Images/backgrounds/marco-subscription-bottom-right.gif);
}

div.text-field-button-wrapper label {
    color: #fff;
}


div.text-field-button-wrapper br {
	display: none;
}

div.text-field-button-wrapper select {
	width: 240px;
}

div.text-field-button-wrapper label {
	font-size: 11px;
	position: absolute;
	top: 80px;
	left: 22px;
}

div.text-field-button-wrapper input[type=text] {
	width: 130px;
	position: absolute;
	top: 94px;
	left: 20px;
}

div.text-field-button-wrapper input[type=submit] {
	position: absolute;
	top: 92px;
	left: 159px;
}

/* </ Subscription column > */

/*  --</ Startpage >-- */

/*  --< Template - 3 column page >--  */
h3.right-header {
	background-image: url(Images/backgrounds/marco-right-column-header-top.gif);
	background-repeat: no-repeat;
	margin: 0;
	font-size: 1em;
	color: #fff;
	font-weight: normal;
	min-height: 19px;
	padding-left: 20px;
	padding-top: 4px;
}

div#three-columns-wrapper {
	overflow: hidden;
}

div#left-column,
div#center-column,
div#right-column {
	float: left;
}

div#left-column {
	width: 200px;
}

div#left-column-layout {
	padding-top: 23px;	
	background-image: url(Images/backgrounds/marco-navigation-tree-top.gif);
	background-repeat: no-repeat;
}

div#right-column {
	width: 200px;
}

div.right-column-layout {
	border: 1px solid #e6e6e6;
	border-top: none;
	background-color: #fbfbfb;
	margin: 0;
	padding: 0;
	padding-top: 20px;
}

div#right-column table td {
	padding: 0px 20px 20px 20px;
	margin: 0px;
}

div#right-column table td a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

div#left-column ul,
div#right-column ul {
	border: 1px solid #e6e6e6;
	border-top: none;
	background-color: #fbfbfb;
	margin: 0;
	padding: 0;
	padding: 10px;
	list-style-type: none;
}

div#left-column ul li ul.submenu {
	border: none;
	padding: 0;
}

div#left-column ul li {
	padding: 6px 10px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

div#left-column ul li.active > a,
div#left-column ul li.active > span {
	font-weight: bold;
}

div#left-column ul li ul.submenu li {
	border-bottom: none;
	padding: 2px 10px;
	font-weight: normal;
}

div#left-column ul li ul.submenu li.active a {
	font-weight: bold;
}

div#right-column ul li {
	padding: 6px 10px;
	margin: 0px;
}

div#left-column ul li a,
div#right-column ul li a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

div#left-column ul li a.active {
	font-weight: bold;
}

div#center-column {
	margin: 0px 20px;
	width: 496px;
	overflow: hidden;
}


/*  --</ Template - 3 column page >--  */

/*  --< Template - 2 column page >--  */
div#two-columns-wrapper {
	overflow: hidden;
}

div#full-right-column {
	float: left;
	margin: 0 0 0 20px;
	width: 716px;
}

div#full-right-column ul {
	margin: 0;
	padding: 0;
}

/*  --</ Template - 2 column page >--  */


/*  --< Distributors page >-- */
div.distributor-divisions-wrapper {
	padding: 20px;
	background-color: #fcfcfc;
	border: 1px solid #ececec;
	position: relative;
}

div.distributor-divisions-wrapper div.top-left {
	background-image: url(Images/backgrounds/marco-distributor-top-left.gif);
	top: -1px;
	left: -1px;
}

div.distributor-divisions-wrapper div.bottom-left {
	background-image: url(Images/backgrounds/marco-distributor-bottom-left.gif);
	bottom: -1px;
	left: -1px;
}

div.distributor-divisions-wrapper div.top-right {
	background-image: url(Images/backgrounds/marco-distributor-top-right.gif);
	top: -1px;
	right: -1px;
}

div.distributor-divisions-wrapper div.bottom-right {
	background-image: url(Images/backgrounds/marco-distributor-bottom-right.gif);
	bottom: -1px;
	right: -1px;
}

div.distributor-divisions {
	margin-bottom: 20px;
}

div.distributor-divisions h3 a {
	color: #000;
	text-decoration: none;
}

div.distributor-divisions div.column {
	width: 250px;
	padding: 0 20px 0 0 ;
}

ul.distributor-divisions {
	list-style-type: none;
	overflow: hidden;
	width: 716px;
}

ul.distributor-divisions li {
	float: left;
	margin-right: 23px;
	min-height: 90px;
	text-align: center;
	width: 55px;
}

ul.distributor-divisions li a {
	text-decoration: none;
	color: #000;
	font-size: 0.9em;
}

/*  --</ Distributors page >-- */

/*  --< Product page >-- */
div.product-wrapper {
	margin-top: 20px;
}

div.product-wrapper div.column {
	width: 235px;
}

div.gallery-wrapper {
	
}

div#gallery-image {
	text-align: center;
	margin-bottom: 10px;
}

div.gallery-wrapper div.column,
div.icon-text-wrapper div.column {
	width: auto;
}

div.icon-text-wrapper {
	margin-bottom: 10px;
}

div.icon-text-wrapper div.text {
	padding-left: 5px;
}

div.icon-text-wrapper div.text a {
	font-size: 0.9em;
	text-decoration: none;
	color: #000;
}

ul.gallery-more {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin-bottom: 15px;
}

ul.gallery-more li {
	float: left;
	text-align: center;
	width: 70px;
	height: 64px;
	border: 1px solid #ccc;
	margin-right: 5px;
}

.contact-button {
	display: block;
	margin-top: 15px;	
}

div.accessory-info {
	margin: 35px;
}

div.accessory-info div.column {
	margin-right: 20px;
	margin-bottom: 15px;
}

div.accessory-info div.row {
	/*padding-top: 15px;*/
}

/*  --< Product page >-- */
#productinfo
{
	float: left;
	width: 495px;
}
#productinfo .productnavitem
{
	padding-top: 30px;
}
#productinfo .productImage
{
	float: left;
	width: 202px;
	margin-bottom: 10px;
}
#productinfo .productImage ul.thumbnails
{
	list-style-type: none !important;
	list-style-position: outside !important;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
#productinfo .productImage ul.thumbnails li
{
	float: left;
	margin: 3px 3px 0 0;
}
#productinfo .productImage ul.thumbnails li a
{
	margin: 0;
	padding: 0;
}
#productinfo .productText
{
	margin-left: 212px;
}
#productinfo .productText #propertyTable
{
	margin-top: 15px;
}
#productinfo .productText .propertyDesc
{
	font-weight: bold;
	padding-right: 5px;
}


/*  <  Search result page  >  */
div.items-wrapper {
	overflow: hidden;
}

div.group-container {
	overflow: hidden;
}

div.item-container {
	float: left;
	overflow: hidden;
}

div.clear {clear:both}

/*  </  Search result page  >  */

/*  --</ Product page >-- */


