@import url('reset.css');

body {
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px 10px 0 45px;
	background-color: #e5e5e5;
	color: #333;
}
a:link {
	color: #666;
}
a:visited {
	color: #666;
}
a:hover {
	color: #333;
}
a:active {
	color: #666;
}

#wrapper {
	min-width: 782px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/* header */
#header {
	min-width: 782px;
	max-width: 1000px;
	height: 111px;
	background-image: url('images/header-bg.jpg');
	background-repeat: repeat-x;
}

#header-left {
	display: block;
	height: 111px;
	width: 319px;
	float: left;
	background-image: url('images/header-left.jpg');
}
#header-left a{
	display:inline-block;
	margin: 25px 0 0 13px;
}
#header-right {
	float: right;
}

/* content */
#content-wrap {
	min-width: 782px;
	max-width: 1000px;
	min-height: 500px;
	margin-left: auto;
	margin-right: auto;

}

#content-wrap-wrap {
	min-width: 750px;
	max-width: 967px;
	min-height: 500px;
	margin-left: 16px;
	margin-right: 15px;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	background-image: url('images/menu-bg.jpg');
	background-repeat: repeat-y;
	background-color: #ffffff;
}

#menu {
	display:block;
	margin-left: -50px;
	width: 235px;
	float: left;
}

#dropmenu li {
	list-style: none;
	font-size: 16px;
}

#dropmenu a:link, #dropmenu a:active, #dropmenu a:visited {
	font-weight: bold;
	color: #777777;
    text-decoration:none;
}

#dropmenu a:hover{
    color: #555555;
}

a.normal {
	width: 200px;
	padding-left: 27px;
	background-image: url('images/icon-off.jpg');
	background-position: left;
	background-repeat: no-repeat;
}
a.normal:hover {
	background-image: url('images/icon-on.jpg');
	background-position: left;
	background-repeat: no-repeat;
}
a.key {
	font-size: 14px;
	padding-left: 27px;
	background-image: url('images/key-off.png');
	background-position: left;
	background-repeat: no-repeat;
}
a.key:hover {
	background-image: url('images/key.png');
	background-position: left;
	background-repeat: no-repeat;
}
a.forms {
	font-size: 14px;
	padding-left: 27px;
	background-image: url('images/script-off.png');
	background-position: left;
	background-repeat: no-repeat;
}
a.forms:hover {
	background-image: url('images/script.png');
	background-position: left;
	background-repeat: no-repeat;
}
a.card {
	font-size: 14px;
	padding-left: 27px;
	background-image: url('images/card-off.png');
	background-position: left;
	background-repeat: no-repeat;
}
a.card:hover {
	background-image: url('images/card.png');
	background-position: left;
	background-repeat: no-repeat;
}
a.cert {
	font-size: 14px;
	padding-left: 27px;
	background-image: url('images/rosette-off.png');
	background-position: left;
	background-repeat: no-repeat;
}
a.cert:hover {
	background-image: url('images/rosette.png');
	background-position: left;
	background-repeat: no-repeat;
}
#dropmenu ul {
    display:none;
}

#dropmenu li{
    margin: 0 0 6px 0;
}

#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul{
    display:none;
}

#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul{
    display:block;
}

#content {
	min-width: 550px;
	max-width: 1180px;
	padding-right: 20px;
}

#imgRight {
	float: right;
	margin: 0 0 5px 5px;
}

.navitems {
	background-color: #f9f9f9;
	position:absolute;
	margin-left: 200px;
	margin-top: -15px;
	padding: 5px 5px 2px 5px;
	background-color: #fff;
	width: 135px;
	border: 1px solid #cccccc;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	font-size: 13px;
}
.navitems li {
	font-size: 13px;
	padding: 0;
    margin: 0 0 3px 0;
}

.navitems a:link, .navitems a:active, .navitems a:visited {
	display:inline-block;
	width:187px;
	font-size: 13px;
	color: #666;
    text-decoration:none;
	font-size: 13px;
}
.navitems a:hover{
    color: #333;
}
/* footer */
#footer {
	min-width: 782px;
	max-width: 1200px;
	height: 78px;
	background-image: url('images/footer-bg.jpg');
	background-repeat: repeat-x;
}

#footer-left {
	float: left;
	height: 78px;
	width: 206px;
	background-image: url('images/footer-left.jpg');
}
#footer-right {
	float: right;
	height: 78px;
	width: 525px;
	background-image: url('images/footer-right.jpg');
}

#copy {
	width: 782px;
	text-align: center;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;	
}

#left-logo{
	position: relative;
	right: 25px;
	top: 235px;
	float: left;
	width: 70px;
	height: 259px;
	background-image: url('images/left-logo.jpg');
}
form label {
	display:inline-block;
	width: 200px;
}

/* headings */
h1, h2 {
	color: #cc0000;
	font-size: 18px;
	padding: 0px 0 5px 0;
}
#inner-content {
	margin: 0 0 0 188px;
	padding: 0 0 20px 0;
}
.clear {
	clear: both;
}
p {
	margin-bottom: 5px;
}
td {
	padding: 3px;
	vertical-align: top;
}
table {
	margin: 0 0 10px 0;
}
.error {
	color: #cc0000;
}
.orderhow {
	
	background-image: url(images/banner_stookolie.jpg);
	display:block;
	width:180px;
	height:250px;
	position: absolute;
	
}
.orderinfo {
	margin: 64px 0 0 15px;
}
ul, li {
	list-style: none;
}

