﻿@import url(front.css);
@import url(subpage.css);
@import url(productpage.css);
@import url(editor.css);

html, body 
{
	min-height: 100%;
}
body {
	padding: 0 0 20px;
	margin: 0;
	background-image: url(/system/images/bg_front.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	background-position:left bottom;
}
body.flash {
	background-image: url(/system/images/bg_front.jpg);
	background-color: #000;
	background-repeat:repeat-x;
	background-position: left top;
	padding: 0;
}
body.page div#menu {padding: 30px 0;}

body.
a img {
	border: none;
}
a {
	text-decoration: none;
	color: #839D42;
}
#wrap {
	width: 925px;
	margin: 0 auto;
	text-align: center;
}
#frontImg{float: left;}
#menu {float: left; margin-top: 20px;}
#menu #flagholder{float: right; margin-right: 50px;}
#menu ul{clear: right; margin: 0; padding: 0; float: left; height: 94px; width: 940px;}
#menu ul li{display: block; float: left; padding-top: 25px;}
#menu ul li#logo{margin-top: -30px;}
#menu img {
	vertical-align: middle;
}
#menu .logo {
	margin-top: 5px;
}
#copyright {
	font-family: Arial, helvetica, Sans-Serif;
	font-size: 10px;
	color: #787878;
	float: right;
	margin-right: 50px;
}
#copyright img{margin: 0 2px;}
input, textarea, select {
	font-family: Verdana, Arial, helvetica, Sans-Serif;
	font-size: 10px;
}

div.edit {
	border: 1px red dashed;
	height: 15px;
}
a img{border: 0px;}
.floatleft{float: left;}
ul#productlist{text-align: left; margin: 0; padding: 0; width: 400px;}
ul#productlist li{float: left; margin: 30px 20px 0 10px; list-style: none; width: 150px;}
ul#productlist li.odd{margin-left: 50px;}
ul#productlist li.last{clear: left;}
ul#productlist li a{color: #839D42; font-size:12px; font-weight:bold; padding-left: 4px;}

h1{font-family: Verdana; font-weight: normal;}
.red{color: Red;}

div.printdiv { text-align:right;}
.subpage div.printdiv { float:right; padding:10px 50px 0 0;}
a.printlink {}

/* sIFR-related */
  .sIFR-flash {visibility: visible !important; margin: 0; padding: 0; width:100%}
  
  .sIFR-replaced, .sIFR-ignore {visibility: visible !important; padding-left: 10px;}
  
  .sIFR-alternate{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus{
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }

/*
=CLEARFIX
*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */