
* {
    margin: 0;
    padding: 0;
}

a img {
    border: none;
}

.printonly {
    display: none;
}

html, body {
    height: 100%;
}

html {
    overflow: auto;
}

body, td {
    font-family: arial;
    font-size: 15px;
}

body {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

#wrapper {
	/*
	width: 800px;
	*/
	/*
	width: 1024px;
	*/
    margin:auto;
    text-align: left;
    position: relative;
}

body.not-found,
body.default-index {
    padding-left: 0;
    padding-right: 0;
}

body.not-found #wrapper,
body.default-index #wrapper {
	width: 1020px;
	/*
	width: 1024px;
	*/
    background: url(../img/office-1024-2-85.jpg) no-repeat bottom;
    /*
    background-color: yellow;
    */
    height: 100%;
}

#titles {
    background-color: white;
}

#forms {
	/*
	padding-top: 17em;
	*/
	position: absolute;
	bottom: 3em;
}

h1 {
	font-size: 30px;
}

h1 a {
    color: black;
    text-decoration: none;
    outline:0;
}

h1 a:hover {
    text-decoration: underline;
}

#wrapper h1 {
    text-align: center;
}


#wrapper h2 {
	color: #658e01;
    text-align: center;
}

body.not-found #wrapper h1,
body.default-index #wrapper h1 {
    /*
    padding-top: 2.5em;
    margin-right: 2.5em;
    */
}

body.not-found #wrapper h2,
body.default-index #wrapper h2 {
    /*
    padding-top: 1.5em;
    */
    margin-right: 1.5em;
}

body.product-index #wrapper,
body.catalog-index #wrapper {
    padding-bottom: 1em;
}

body.product-index #contents,
body.catalog-index #contents {
    border: 2px solid #658e01;
    
}

body.product-index #contents {
    /*
    position: relative;
    */
}

body.catalog-index h3 {
    margin-left: 3px;
}

#wrapper h2.tagline {
    text-align: center;
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
}


h2 {
    font-size: 22px;
}

label {
    /*
    width: 24em;
    */
    width: 14em;
    display: block;
    float: left;
    padding-right: 1em;
    padding-top: 5px;
    text-align: right;
   
    color: white;
    /*
    color: #4a6305;
    */
    font-weight: bold;
}


#forms input {
    position: absolute;
    width: 6em;
}

#forms input.submit {
    top: -3px;
    margin-left: 120px;
    width: 3em;
    font-family: arial; 
}

#forms form div {
    position: relative;
}

#forms #form-product-search {
    clear:left;
    padding-top:4px;
}

label, input {
    font-size: 18px;
}

#contents {
	/*
    background: url(../img/office-800.jpg) no-repeat;
    height: 466px;
    */
    /*
    background: url(../img/office-1024.jpg) no-repeat;
    height: 530px;
    */
}

#separator {
	display: none;
    font-weight: bold;
    text-align:center;
    height: 1em;
    text-indent: -999em;
}

a img {
    border: none;
}

body.not-found #contents h2 {
	color: #f00;
    font-size: 30px;
}

.categories {
    text-align: center;
    font-weight: bold;
    
}

.categories a:visited,
.categories a {
    text-decoration: none;
    color: 658e01;
}

.categories a:hover {
    text-decoration: underline;
}

.pls-ad-print-icon {
    border : none;
    display : block;
    padding-left: 40px;
    height: 30px;
    /*
    position: absolute;
    */
    
    left: 10px;
    /*
    top: -25px;
    */
    line-height: 30px;
    background: url(../img/print1.png) no-repeat;
}

