/* CSS Document */
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
}
body {
	background: url(/img/back2.gif) white;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #36f;
}

p {
	margin: 0;
	padding: 0 0 5px 0;
	line-height: 140%;
	color: #666;
	font-size: 11px;
}
hr {
	border: 0 none;
	border-bottom: 1px solid #e9e9e9;
	height: 1px;
	font-size: 0;
	width: 80%;
	margin: 5px auto;
}
ul {
	font-size: 11px;
	color: #666;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style: square;
}
#content li {
	line-height: 140%;
}

/* global layout */
#back {
	height: 100%;
	background: url(/img/back.gif) repeat-x;
}
#container {
	width: 740px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	background-color: white;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#header {
	width: 100%;
	height: 125px;
	position: relative;
	background: url(/img/logo.gif) no-repeat left;
}

#content-container {
	background-color: white;
	zoom: 1;
}

#footer {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-top: 1px solid #e9e9e9;
	background-color: white;
	/*background: url(../img/mylogo.gif) no-repeat left white;*/
	position: relative;
}
#counters {
	background-color: white;
	text-align: center;
}
/* global layout */

/* header */
#service-menu {
	position: absolute;
	right: 0;
	top: 0;
	padding-right: 10px;
}
#main-menu {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 20px;
	right: 10px;
}
#second-menu {
	padding: 0 10px 0 0;
	margin: 0;
	list-style: none;
	text-align: right;
}
/* header */

/* content */
#wide-content {
	padding: 10px;
}
#left-column {
	float: left;
	width: 199px;
	padding: 10px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 179px;
}
.fake{}
#content {
	float: right;
	width: 538px;
	padding: 10px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 520px;
	border-left: 1px dotted #e9e9e9;
}
.fake{}
/* content */

/* footer */
#footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* footer */

/* service menu */
#service-menu a {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #ccc;
	text-transform: uppercase;
}
#service-menu a:hover {
	color: black;
}
/* service menu */

/* main menu */
#main-menu li {
	display: inline;
}
#main-menu a, #main-menu .current {
	display: block;
	float: left;
	width: 80px;
	height: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #ccc;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 80px;
	background: url(/img/mm_back.gif) no-repeat -10px top;
	white-space: nowrap;
}
#main-menu .current {
	color: #c30;
	font-family: Arial, Helvetica, sans-serif;
}
#main-menu a:hover {
	color: black;
	background: url(/img/mm_back.gif) no-repeat -110px top;
}
/* main menu */

/* second menu */
#second-menu li {
	display: inline;
}
#second-menu li:before {
	content: " | ";
}
#second-menu li:first-child:before {
	content: "";
}
#second-menu a {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #06f;
	padding: 0 5px;
}
#second-menu a:hover {
	color: black;
}
/* second menu */

/* footer menu */
#footer-menu li {
	display: inline;
}
#footer-menu li:before {
	content: " | ";
}
#footer-menu li:first-child:before {
	content: "";
}
#footer-menu a, #footer-menu .current {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #06f;
	padding: 0 5px;
}
#footer-menu .current {
	color: #c30;
}
#footer-menu a:hover {
	color: black;
}
/* footer menu */

.break {
	clear: both;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	border-left: 14px solid #999;
	text-transform: uppercase;
	background: url(/img/h3back.gif) repeat-x left 3px;
}
h3 span {
	background-color: white;
	padding: 0 1px;
}

/* short news */
.short-news, .full-news {
	margin-bottom: 5px;
}
.short-news b, .full-news b {
	font-size: 10px;
}
.short-news h4 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #930;
	/*text-decoration: underline;*/
}
.full-news h4 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #930;
}
.full-news a.zoom {
	display: block;
	float: left;
	margin: 5px;
}
.full-news img {
	border: 4px solid #e9e9e9;
}
.full-news p {
	font-size: 11px;
	padding: 0 10px 5px;
}
.short-news p {
	font-size: 11px;
	padding: 0 5px 5px;
}
.short-news a, .full-news a {
	font-size: 12px;
	color: #36f;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 5px;
}
.short-news a:hover, .full-news a:hover {
	text-decoration: none;
}
.short-news a:active, .full-news a:active {
	color: #c00;
}
/* short news */

/* accessory */
.accessory {
	padding: 10px;
}
.accessory h2 {
	font-size: 16px;
	color: #da251d;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.accessory .left-part {
	float: left;
	width: 150px;
	text-align: center;
	padding-right: 5px;
}
.accessory .left-part img {
}
.accessory .left-part .price {
	display: block;
	float: left;
	width: 74px;
	height: 29px;
	line-height: 29px;
	background: url(/img/access_price.gif) no-repeat #c30;
	color: white;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.accessory .left-part .zoom {
	float: right;
	display: block;
	width: 29px;
	height: 29px;
	background: url(/img/zoom.gif) no-repeat #063;
}
.accessory p {
	font-size: 11px;
}
/* accessory */

/* form styling */
form {
	margin: 0;
	padding: 0;
}
fieldset {
	border: 1px solid #999;
	text-align: center;
	margin: 0;
	padding-bottom: 5px;
}
legend {
	font-weight: bold;
}
label {
	display: block;
	width: 90%;
	margin: 0 auto 5px;
	line-height: 100%;
	font-size: 11px;
	text-align: left;
}
label span {
	display: block;
	float: left;
	line-height: 20px;
	width: 30%;
}
label span.important {
	color: #06f;
}
input {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fc6;
	border: none;
	padding: 4px 0;
}
textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fc6;
	border: none;
	padding: 2px 0;
}
input.button {
	border: 1px solid black;
	padding: 3px;
}
label:hover input, label:hover textarea {
	background-color: #feb;
}
input.button:hover {
	color: white;
	background-color: #667ab3;
}
/* form styling */

/* table styling */
#price-list .row1 {
	background-color: #F5F1E0;
}
#price-list td {
	border-top: 1px solid #ccc;
	margin: 0px;
	padding: 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(/img/separator.gif) no-repeat right;
}
#price-list td.right-cell {
	background: none;
}
#price-list td.price {
	font-weight: bold;
	color: #c30;
}
#price-list th {
	margin: 0px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: url(/img/separator.gif) no-repeat right;
}
#price-list th.right-cell {
	background: none;
}
#price-list tr:hover {
	background-color: #e9e9e9;
}
/* table styling */

#search-form input {
	height: 13px;
}
#search-form input.button {
	height: 22px;
}

.margin5 {
	margin: 5px;
}
.margin10 {
	margin: 10px;
}

/* left column menu */
#left-column ul {
	list-style: none;
	margin: 10px;
	padding: 0;
}
#left-column ul ul {
	margin: 0;
	margin-left: 10px;
}
#left-column ul li a:hover {
	color: black;
	text-decoration: underline;
}
#left-column li {
	line-height: 140%;
}
#left-column li a {
	text-decoration: none;
	color: #06c;
	font-weight: bold;
}
#left-column li li a {
	color: #69f;
}

#webmaster {
	position: absolute;
	left: 0;
}

#weather {
    text-align: center;
    margin: 1em 0;
}
#weather img {
    border: none;    
}



