body {
	text-align: center;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../grf/user_bak.png);
	background-repeat: repeat-x;

  	 
/*	 background-image: url(../video/grf/metal.png); */
	font-size: small;
	color: #eee;
	margin:0;
	padding: 0;
	padding-bottom: 35px;
	border-top: 4px solid black;

	/* background-image: url(../grff/vector.png); */
}
a {
  outline: none;
}
a:hover {
	color: red;
}

img {
	border: none;
}
#wrapper {
	width: 85%;
	min-width: 600px;
	max-width: 1300px;
	margin: auto;
	margin-left: 8%;
	margin-right: 7%;
	border: 0px dashed #eee;
	margin-top: 45px;
}
#menu {
	width: 100%;
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
	margin: auto;
	padding-bottom: 0px;
	margin-top: 9px;
	display: table;
}
#menu li {
	display: block;
	float: left;
	margin: 0 2px;

}
#menu li:first-child {
	margin-left: 10px;
}
#menu li a:link,#menu li a:visited {
	/*
background-image: url(../grf/menu_tab_bak.png);
	background-position: top left;
	background-repeat: repeat-x;
*/
	background-color: #008080;
	display: block;
	float: left;
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px;
	border: 2px solid #008080;
	border-bottom-width: 0px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}
#menu li a:hover {
	/* 
	background-image: url(../grf/menu_tab_bak_hover.png);*/
	background-color: #D2691E;
	border-color: #D2691E; 
	color: white;
}
#menu .sel {
	border-color: #fff !important;
	background-image:none !important;
	background-color: #fff !important;
	color: #000 !important;
}
#contact {
	display: block;
	position: fixed;
	left:-15px;
	top:40px;
}

#logo {
	display: block;
	position: fixed;
	z-index: 999;
	left:0px;
	top:0px;
	/*
background-image: url(../grf/menu_tab_bak.png);
	background-position: top left;
	background-repeat: repeat-x;
*/
	background-color: #333;
	width: 100%;
	border-top: 2px solid black;
	border-bottom: 1px solid #fff;
	text-align: center;
	padding: 2px 0;
	color: #eee;
	font-size: small;
}
#logo table {
	margin: auto;
}
#logo table td:first-child {
	padding-right: 20px;
}
#logo img, #logo p {
/*
	display: block;
	float: left;
	padding-left: 15px;
*/
}
img {
	display: block;
	margin: auto;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.white {
	background-color: white;
	color: #333;
/* 	min-height:1000px; */
}

.black {
	background-color: #008080;
	border-color: #008080 !important;
	color: #fff;
		
  /*background: -webkit-gradient(linear, 0 0, 0 3, from(#999), to(#333));
      background: -moz-linear-gradient(top,  #999,  #333);

         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff0000, ... */
}
.black a:link {
	color: #FFD700;
}
.black a:visited {
	color: #FFA500;
}
.black a:hover {
	color: #fff;
}
.black h1 {
	color: #eee;
	font-size:  large;
	border-bottom: 1px dashed #fff;
	margin-bottom: 7px;
}
.black h2 {
	color: #fff;
	font-size: medium;
	margin-bottom: 6px !important;
}
.black img {
	width: 100%;
	border: 1px solid #999;
}
.black ol, .black ul {
	padding-right: 8%;
}

.round {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
/*
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 0px rgba(0,0,0,0.5);
*/

}
.borderbottom {
	border-bottom: 2px solid black;
}
.box {
	border: 1px solid #fff;
	text-align: left;
	overflow: hidden;
}
.scale {
	width: 100%;
	display: block;
	margin-bottom: 15px;
	margin-top:15px;
}
.scale2 {
	width: 50%;
	display: block;
	float: left;
	margin-right: 7px !important;
	margin-bottom: 5px;
	border: 1px solid #333;
}
.scale3 {
	width: 25%;
	display: block;
	float: left;
	margin-right: 7px !important;
	margin-bottom: 5px;
	border: 1px solid #333;
}

.big {
	width: 62%;
	padding: 3%;

}
.big h4 {
	margin: 0;
	padding: 0;
	font-size: medium;
}
.big hr {
	margin: 5px 0;
	padding: 0;
	color: #eee;
	background-color: #eee;
	height: 1px;
}
.big i {
	display: block;
	text-align: right;
	font-size: x-small;
	color: gray;
}
.big ol {
	width: 70%;
}
.big .ingress {
	font-weight: bold;
/*	border-bottom: 1px solid #000;
 	border-top: 1px solid #ccc; */
	padding: 10px 0 0 0;
	margin-bottom: 10px;
	color: #333;
	line-height: 140%;
	font-size: small;
	
}
.big h1 {
/* 	border-bottom: 3px solid black; */
	padding: 0px;
	padding-top: 0;
}
.big li {
	padding-bottom: 7px;
}
.big .imgleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 7px;
}
.big .product {
	width: 100%;
	border-bottom: 2px solid black;
	border-top: 2px solid black;
	padding: 4px 0;
	margin: 8px 0;
	background-color: #FFFFE0;
	padding-left: 6px;
	
}
.small {
	width: 27%;
	padding: 2%;
	padding-bottom: 4%;
}
.small img:first-child {
	display: block;
	margin: auto;
	margin-bottom: 15px;
}
.small h3 {
	color: white;
	margin: 0;
	padding: 0;
	font-size: large;
	margin-bottom: 7px;
}
#previewlinks {
	text-align: left;
	width: 100%;
	margin-bottom: 30px;
	margin-top: -25px !important;
}
#previewlinks a {
	display: block;
	float: left;
	font-size: x-small;
	padding-right: 7px;
	padding-top: 10px;
	
}
#previewlinks .current {
	background-image: url(../grf/peker.png);
	background-position: top center;
	background-repeat: no-repeat;
	text-decoration: none !important;
	color: gray !important;
	font-weight: bold;
}
#previewlinks a:link, #previewlinks a:visited {
	color: navy;
}
#previewlinks a:hover {
	color: red;
}
#previewlinks a:last-child {
	padding-right: 0;
}
h1,p {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 7px;
}
hr {
	margin: 30px 0;
}
#previews {
	width: 100%;
	border-top: 1px solid #ccc;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	background-image: url(../grf/prevbak.png);
	background-position: top left;
	background-repeat: repeat-x;
}
#previews .preview {
	width:32%;
	float: left;
	margin: auto;
	margin-left: 1%;
	background-color: #fff;
	cursor: pointer;
}
#previews .preview div {
	border: 1px solid #ccc;
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}
#previews .preview div:hover {
	border: 1px solid red;
	-moz-box-shadow: 0px 0px 3px rgba(255,0,0,0.8);
	-webkit-box-shadow: 0px 0px 3px rgba(255,0,0,0.8);
	box-shadow: 0px 0px 3px rgba(255,0,0,0.8);
}
#previews .preview p {
	font-family: "Arial Narrow", Arial, sans-serif;
	position: relative;
	text-align: center;
	background-color: transparent !important;
	background-image: url(../grf/preview_bak.png);
	color: white;
	font-weight: bolder;
	font-size: small;
	text-transform: uppercase;
	margin: 0;
	padding: 3px 10px;
	width: inherit;
	
}
h1 {
	color: black;
	font-size: x-large;
	/*
border-top: 2px solid black;
	border-bottom: 2px solid black;
*/
	padding: 5px 0;
}
.sepline, .sepline2 {
	border-bottom: 1px solid black;
	border-top: 1px solid #777;
	margin: 30px 0 !important;
}
.sepline2 {
	margin: 10px 0 !important;
	border-bottom: 0px solid black;
}
.sepline3 {
	border-bottom: 1px solid #999;
	border-top: 1px solid #eee;
	margin: 10px 0 !important;
	width:100%;
}
.sepline4 {
	border-bottom: 1px solid #999;
	border-top: 1px solid #eee;
	margin-top:40px !important;
	margin-bottom:30px !important;
	width:100%;
}
#contact_footer {
	text-align: center;
	color: gray;
	margin-top: 8px;
}
#contacts {
	margin: auto;
	margin-top: 30px;
}
#contacts img {
	border: 1px solid #8B4513;
}
#contacts caption {
	font-size: large;
	font-weight: bold;
	padding-bottom: 6px;
	color: #000;
	border-bottom: 1px dotted #8B4513;
	margin-bottom: 9px;
}
#contacts td {
	padding-bottom: 10px;
}
.salesarg {
	list-style-type: square;
/* 	list-style-image: url(../video/grf/star_yellow.png); */
	font-size: small;
	width: 70% !important;
	margin-left: 6%;
	margin-top: 35px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.salesarg li {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 2%;
	padding: 0;
	padding-bottom: 1%;
}
.maindiv {
/* 	border: 2px dashed red; */
	margin-top: 0 !important;
}
.filelist {
	background-color: #eee;
	border-color: #ccc !important;
	margin-top: 7px;
	clear: right !important;
}

.filelist * {
	color: #333;
}
.filelist h1 {
	background-color: #ccc;
	color: black;
	margin: -7%;
	text-align: center;
	margin-bottom: 10px;
	font-size: medium;
	padding: 10px 0;
	border: none;
}
.filelist a:link {
	color: blue !important;
}
.filelist a:visited {
	color: maroon !important;
}
.filelist a:hover {
	color: red !important;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
.newshead {
	margin: 0;
	margin-top: 15px;
	border: 1px solid #ccc;
	border-width:0px 0;
	padding: 1px 0px;
	background-color: #ccc;
		
}
.newsart {
	margin-bottom: 30px;
	padding-bottom: 20px;
	margin-top: 30px;
	border-bottom: 1px dotted #ccc;
}

.newsart h1 {
	font-size: large;
}
#newsblock {
	margin-top: 20px;
	width: 100%;
}
#newsblock h1 {
	font-size: medium;
	margin-bottom: 6px;
}
#newsblock td {
	padding-bottom: 20px;
}
#newsblock .spc {
	padding-right: 16px
}
/* form style */
#myform {
	background:#eee;
	background-position: bottom left;	
	padding:15px 20px; 
	color:#333;
	width:90%;
	margin:0 auto;
	margin-top: 40px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
/*
	background-image: url(../video/grf/form_bak.png);
	background-repeat: no-repeat;
	background-position: bottom right;
*/
	border: 2px solid #ccc;	
} 

/* nested fieldset */
#myform fieldset {
	border:0;
	margin:0;
	padding:0;
	
}

/* typography */
#myform h3 	{ color:#333; margin-top:0px; font-size: large; text-align: center; }
#myform p 	{ font-size:11px; }


/* input field */
#myform input, #myform textarea {
	width: 99%;
	border:1px solid #999;
	background-color:#fff;
	padding:5px;
	color:#333;
	font-size:medium;
	
	/* CSS3 spicing */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	/* text-shadow:1px 1px 1px #000; */
}

#myform input:focus,#myform textarea:focus 		{ color:#666; background-color:#FFFFE0; }
#myform input:active,#myform textarea:active 	{ background-color:#FAFAD2; }
#myform textarea {
	height: 100px;
	max-width:100%;
}

/* button */
#myform button {
	outline:0;
	border:1px solid #666;	
}
#myform i {
	color:#666;
}
#myform span {
	color: red;
}

/* error message */
.error {
	height:15px;
	background-color:#FFFE36;
	font-size:11px;
	border:1px solid #E1E16D;
	padding:4px 10px;
	color:#000;
	margin-left:-2px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px; 
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;	
	-webkit-border-bottom-left-radius:0; 
	-webkit-border-top-left-radius:0;
	
	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;	
}
.picholder {
	padding-top: 0px;
    margin-top: -10px;
}
.picholder_left {
	width: 50%;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
	float: left;
}
.picholder_right {
	width: 50%;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
	float: right;
}
.picholder_left img,.picholder_right img {
	margin: 0;
}
.picholder_left p,.picholder_right p {
	color: gray;
	font-size: x-small;
	margin: 0;
	padding: 0;
	padding-top: 3px;
}

/* field label */
label {
	display:block;
	font-size:11px;
	color:#666;
}

#terms label {
	float:left;
}

#terms input {
	margin:0 5px;
}