﻿* { margin: 0px; }
html { height: 100%; }
body { height: 100%;  font-family: verdana; font-size: 14px; line-height: 16px; color: #000; background: #bdbdbd url(../img/background.jpg) repeat-x; }
h2 { display: inline; font-size: 16px; }

#wrapper { min-height: 100%; position: relative; margin: auto; }

#header { background-color: #fff; }
#header .wrap { height: 36px; width: 950px; margin: auto; }
#header .logo { float: left; }
#header .logout { float: right; color: #696969; line-height: 36px; margin-right: 50px; font-weight: bold; }
#header .logout a { text-decoration: none; color: #696969; }
#header .changepassword { float: right; color: #696969; line-height: 36px; margin-right: 15px; font-weight: bold; }
#header .changepassword a { text-decoration: none; color: #696969; }

.error { color: Red; }

#content { padding: 50px 50px 200px 50px; height: 100%; width: 950px; margin: auto; }

#content .login { width: 400px; margin: auto; margin-top: 50px; }

input[type=text], input[type=password], select, textarea { margin: 3px 0px 10px 0px; width: 400px; height: 50px; text-indent: 10px; color: #fff; font-family: verdana; font-size: 18px; width: 400px; height: 50px; background-color: #508d94; border: 0px; border-radius: 0px;  }
textarea { resize: none; height: 100px;  text-indent: 0px; width: 390px; padding-left: 10px; }

input[type=submit] {height: 50px; width: 402px; margin-top: 5px; text-transform: uppercase; font-weight: bold; cursor: pointer; height: 52px; color: #fff; font-family: verdana; font-size: 18px; background-color: #508d94; border: 0px; border-radius: 0px; }

.buttonSmall { float: right; text-transform: uppercase; font-weight: bold; cursor: pointer; padding: 2px; margin-bottom: 0px; height: 16px; color: #fff; font-family: verdana; font-size: 12px; background-color: #508d94; border: 0px; border-radius: 0px; }

.main { float: left; width: 700px; margin-left: 50px; }
.main .buttonBig { margin: auto; width: 400px; cursor: pointer; text-align: center; height: 100px; line-height: 100px; text-transform: uppercase; font-weight: bold; color: #fff; font-family: verdana; font-size: 20px; background-color: #508d94; border: 0px; border-radius: 0px; }
.main .buttonBig a { text-decoration: none; color: #fff;  }

.subcontent { width: 400px; margin: auto; }

.menu { text-indent: 5px; margin-top: 2px; float: left; font-size: 12px; line-height: 16px; width: 200px; }
.menu a { text-decoration: none; color: #000; }

.shop { text-indent: 15px; margin-top: 2px; }
.shop a { text-decoration: none; color: #000; }

.email { text-indent: 15px; margin-top: 2px; }
.email a { text-decoration: none; color: #000; }

#footerWrap { position: absolute; bottom: 0; width: 100%; height: 200px; }
#footer { position: absolute; bottom: 0; width: 100%; background-color: #fff; height: 110px; }
#footer .img { position: absolute; margin-top: -86px; right: 0px; }

a:hover { text-decoration: underline; }
.floatLeft { float: left; }
img { border: 0px; }
.clr { clear: both; }