
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	font-family: Arial, Helvetica, serif;
	font-size: 12px;
	padding: 5px 0px 5px 0px;
	margin: 0;
	/*text-align: justify;*/
}

a:link,
a:visited {
	color: #800c03;
	text-decoration: underline;
}
a:hover {
	color: #ce0909;
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, serif;
	font-weight: normal;
	font-size: 22px;
	color: #a96a0e;
	margin: 0;
	padding: 8px 0 2px 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ce0909;
	margin: 0;
	padding: 4px 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #800c03;
	margin: 0;
	padding: 2px 0;
}

hr {
	clear: both;
	height: 0px;
	border: none;
	border-bottom: 1px solid #e69829;
}


/*****************************
 design
******************************/

.containerMain {
	width: 948px;
	margin: 0 auto;
}

.header {
	height: 163px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
/* image */
.logo {
	float: left;
}
.headerRight {
	padding-top: 10px;
	text-align: right;
}

.mid {
	height: 309px;
	clear: both;
	background-color: #e69829;
	background-image: url(../images/img_main.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.c_1 {
	clear: both;
    /*
	background-image: url(../images/content_bg_left.gif);
	background-repeat: repeat-y;
	background-position: left;
	*/
	background-color: #e6dc85;
}
.c_2 {
	/*background-image: url(../images/content_bg_right.gif);
	background-repeat: repeat-y;
	background-position: right;*/
}
.content {
	/*background-image: url(../images/content_bg_top.gif);
	background-repeat: no-repeat;
	background-position: top;*/
	min-height: 200px;
	padding: 10px 70px;
}

.headerOrder {
	float: right;
	width: 285px;
	padding-top: 30px;
	text-align: left;
	font-weight: bold;
}
.orderPhone {
	font-size: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.picsborder {
	border: 1px solid #ac6930;
	margin: 3px;
}

.footer {
	clear: both;
	padding: 5px 20px;
}

.short_contacts {
	padding: 0 0 0 38px;
}
.short_contacts * {
	font-size: 13px;
	font-weight: bold;
    padding: 1px 0;
    margin: 0;
}

.advert {
    padding: 10px 30px;
    text-align: center;
    font-size: 18px;
    color: #800c03;
}

/*****************************
 menu
******************************/

.menu {
	position: absolute;
	margin-left: -8px;
	padding-top: 20px;
	width: 200px;
}

.menu a:link,
.menu a:visited {
	display: block;
	font-size: 14px;
	background: none;
	color: #800c03;
	text-decoration: none;
	padding: 5px 0 10px 40px;
	margin-top: -5px;
	font-weight: bold;
}
.menu a.selected:link,
.menu a.selected:visited,
.menu a:hover {
	background-image: url(../images/menu_bg_sel.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: black;
	text-decoration: none;
}

/*****************************
 navigation menu
******************************/

.navigMenu {
	padding-right: 15px;
}

.navigMenu a:link,
.navigMenu a:visited {
	color: black;
	text-decoration: underline;
	margin: 0 20px;
	font-weight: bold;
}
.navigMenu a:hover {
	text-decoration: none;
}

/****************************
Other styles
*****************************/

.solution_lt {
	color: #d2007c;
}

.rowNorm,
.rowAlt {
	padding: 0 5px;
	clear: both;
}
.rowNorm p,
.rowAlt p {
	padding: 0;
	margin: 0;
}

.paging td {
	padding-left: 5px;
}

.copyright {
	text-align: center;
	font-size: 12px;
}
.lang_active {
	font-weight: bold;
}
.langs {
	text-align: right;
	font-size: 12px;
}

.newsImage {
	float: left;
	margin: 1px 7px 2px 0;
}

/****************************
Form styles
*****************************/
.formSpecial {
	display: none;
}
.required {
	color: red;
	font-weight: bold;
	padding: 0 1px 0 3px;
}
div.errorDiv {
	background-color: #ffd9d9;
	border: 1px solid red;
	color: #990000;
	padding: 3px 10px 3px 10px;
	margin: 10px 0 10px 0;
	font-weight: bold;
	text-align: left;
}

div.errorBorder {
	float: left;
	border: 1px solid red;
	padding: 1px;
	/*width: 145px;*/
}
div.errorNull {
	width: 100%;
	position: relative;
	display: table;
}
div.errorMessage {
	float: left;
	background-color: #ffd9d9;
	border: 1px solid red;
	font-weight: normal;
	margin: 1px;
	padding: 1px 10px 1px 10px;
	width: 150px;
	vertical-align: middle;
}

.actionMessage {
	background-color: #c5ffb6;
	border: 1px solid #1d8800;
	color: #1d8800;
	padding: 3px 10px 3px 10px;
	margin: 0 0 10px 0;
	font-weight: bold;
	text-align: left;
}

