/* General settings */

* {
	padding: 0;
	margin: 0;
}

body {
	font: 14px Arial, "sans-serif";
	color: #fff;
	background: #003366;
}


/* Layouts */

#css_wrapper {
	width: 1000px;
	margin: 0 auto;
	border-left: 1px solid #FFFBFF;
	border-right: 1px solid #FFFBFF;
}

#css_header {
	height: 214px;
	background: url('../images/header.jpg') 0 46px no-repeat;
	position: relative;
}

#css_container {
	background: url('../images/container.gif') 100% 0 repeat-y;
}

#css_menu {
	width: 273px;
	float: left;
	position: relative;
}

#css_content {
	width: 667px;
	float: right;
	padding: 55px 45px 0 15px;
	background: url('../images/content.gif') no-repeat;
	padding-bottom: 30px;
	position: relative;
}

.cleaner {
	width: 0;
	height: 0;
	clear: both;
}

#css_footer {
	clear: both;
	height: 27px;
	text-align: center;
	font-size: 12.5px;
	padding-top: 8px;
}

/* Elements */

#css_lang_eng img {
	border: 0;
	position: absolute; top: 6px; left: 105px;
	width: 59px;
	height: 40px;
}

#css_lang_rus img {
	border: 0;
	position: absolute; top: 6px; left: 164px;
	width: 59px;
	height: 40px;
}

#css_lang_ukr img {
	border: 0;
	position: absolute; top: 6px; left: 223px;
	width: 59px;
	height: 40px;
}

#css_header_contacts {
	font-size: 11px;
	font-family: Arial;
	position: absolute; right: 110px; top: 26px;
}

#css_header_contacts a {
	color: #fff;
	text-decoration: none;
}

#css_logo {
	background: url('../images/logo.png') 0 0 no-repeat;
	width: 91px;
	height: 64px;
	position: absolute; top: -175px; right: 0;
	cursor: pointer;
}

#css_catalogue {
	background: url('../images/menu.gif');
	margin-top: 55px;
	padding: 12px 0;
}

#css_catalogue li {
	list-style-type: none;
	min-height: 31px;
	background: url('../images/menu_li.gif') 50% 0 no-repeat;
	text-align: center;
	padding-top: 5px;
	margin-bottom: 10px;
}

#css_catalogue li:last-child {
	margin-bottom: 0;
}

#css_catalogue a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}

#css_catalogue ul {
	margin-top: 8px;
}

#css_catalogue ul li {
	list-style-type: none;
	height: 20px;
	background: url('../images/sub_menu_li.gif') 50% 0 no-repeat;
	text-align: center;
	padding-top: 4px;
	margin-bottom: 0px;
	min-height: 20px;
}

#css_catalogue ul a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

#css_catalogue .catalogue_has_sub_menu {
	margin-bottom: 0;
}


#css_basket {
	background: url('../images/menu.gif');
	margin-top: 1px;
	padding-bottom: 15px;
}

#css_basket h2 {
	background: url('../images/basket_header.gif') 50% 0 no-repeat;
	height: 33px;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	padding-top: 8px;
}

#css_basket h2 a {
	color: #fff;
	text-decoration: none;
}

#css_basket h3 {
	background: url('../images/basket_info.gif') 50% 0 no-repeat;
	height: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	padding-top: 4px;
}



#css_content h1 {
	height: 45px;
	background: url('../images/h1_center.gif') repeat-x;
	font-family: "Arial Black";
	font-size: 17px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 20px;
}

#css_content h1 span {
	display: block;
	height: 45px;
	background: url('../images/h1_left.gif') no-repeat;
}

#css_content h1 span span {
	display: block;
	height: 35px;
	padding-top: 10px;
	padding-left: 30px;
	background: url('../images/h1_right.gif') 100% 0 no-repeat;
}


.wysiwyg {
	margin-bottom: 20px;
}

.wysiwyg p {
	text-indent: 35px;
	margin-bottom: 10px;
}

.wysiwyg ul {
	margin: 10px 0;
	list-style-position: inside;
}

.wysiwyg ol {
	margin: 10px 0;
	list-style-position: inside;
}

.wysiwyg table {
	margin: 10px 0;
	border-collapse: collapse;
	border-style: solid;
	border-color: #fff;
}

.wysiwyg td {
	border: 1px #fff solid;
	padding: 4px;
}

.wysiwyg a {
	color: #fff;
}

.wysiwyg img {
	margin: 10px 10px 10px 10px;
	/*
	float: left;
	*/
	clear: both;
}


/* contacts */

#contacts_map {
	width: 432px;
	height: 170px;
	background: url('../images/map_tile.gif');
	margin: 0 auto;
	padding: 4px 0 0 4px;
	margin-bottom: 30px;
}

#contacts_map img {
	border: 0;
}



/* contact_form */

#contact_form {
	
}

#contact_form p {
	text-align: right;
	padding-right: 160px;
}

#contact_form input {
	width: 271px; /* 301 */
	height: 22px; /* 35 */
	padding: 8px 15px 5px;
	background: url('../images/input.gif');
	border: 0;
	margin-bottom: 5px;
}

#contact_form textarea {
	width: 271px; /* 301 */
	height: 92px; /* 35 */
	padding: 5px 15px 5px;
	background: url('../images/textarea.gif');
	border: 0;
	margin-bottom: 5px;
	vertical-align: top;
}

#contact_form #css_reset_button {
	width: 122px;
	height: 29px;
	padding: 0;
	border: 0;
}

#contact_form #css_send_button {
	width: 122px;
	height: 29px;
	padding: 0;
	border: 0;
}


/* catalogue */

.catalogue_item {
	margin-left: 8px;
	margin-bottom: 20px;
	/*width: 33%;*/
	width: 210px;
	float: left;
}

.catalogue_item .catalogue_item_img {
	/*float: left;
	margin-right: 12px;*/
	width: 120px;
	height: 120px;
	border: 0;
}

.catalogue_item .catalogue_item_desc {
	/*padding-left: 70px;*/
}


.catalogue_item .catalogue_item_basket {
	border: 0;
	width: 25px;
	height: 21px;
	background: url('../images/basket.gif') 50% 50% no-repeat;
}

.catalogue_item .catalogue_item_basket:hover {
	background: url('../images/basket_over.gif');
}

#css_navigation {
	text-align: right;
	clear: both;
}

#css_navigation li {
	color: #fff;
	font-size: 16.5px;
	display: inline;
	list-style-type: none;
	padding: 0 5px;
}

#css_navigation li a {
	color: #fff;
	font-size: 12.5px;
	text-decoration: none;
}

#css_navigation_back {
	width: 60px;
	height: 22px;
	border: 0;
	vertical-align: middle;
}

#css_navigation_forward {
	width: 60px;
	height: 22px;
	border: 0;
	vertical-align: middle;
}



/* basket */

#css_basket_form {
	
}

#css_basket_form table {
	border-collapse: collapse;
	width: 650px;
}

#css_basket_form table td {
	border: 1px solid #aaa;
	padding: 2px 6px;
	text-align: center;
}

#css_basket_form table th {
	padding-bottom: 4px;
}

#css_basket_form .align_left {
	text-align: left;
}

#css_basket_form table a {
	color: #fff;
}

#css_basket_form .basket_del {
	width: 11px;
	height: 13px;
	background: url('../images/del.gif');
	padding: 0;
	border: 0;
}

#css_basket_total {
	text-align: right;
	margin-top: 20px;
	margin-right: 16px;
}


#css_basket_form p {
	text-align: right;
	padding-right: 160px;
}

#css_basket_form input {
	width: 271px; /* 301 */
	height: 22px; /* 35 */
	padding: 8px 15px 5px;
	background: url('../images/input.gif');
	border: 0;
	margin-bottom: 5px;
	vertical-align: middle;
}

#css_basket_form textarea {
	width: 271px; /* 301 */
	height: 92px; /* 35 */
	padding: 5px 15px 5px;
	background: url('../images/textarea.gif');
	border: 0;
	margin-bottom: 5px;
	vertical-align: top;
	overflow: auto;
	vertical-align: top;
}

#css_basket_form #css_reset_button {
	width: 122px;
	height: 29px;
	padding: 0;
	background: url('../images/reset_button.gif');
	border: 0;
}

#css_basket_form #css_send_button {
	width: 122px;
	height: 29px;
	padding: 0;
	background: url('../images/send_button.gif');
	border: 0;
}





















#css_footer a {
	color: #fff;
	text-decoration: none;
}









