body
{
	margin: 0;
	padding: 0;
	color: #000;
	background: #FFF;
}
form
{
	margin: 0;
	padding: 0;
}
body,td,th,input,textarea,select
{
	font-family: Tahoma;
	font-size: 12px;
}	
a,a:active,a:visited
{
	color: #000;
	text-decoration: underline;
}
a:hover
{
	color: #30b928;
}
h1
{
	font-weight: 400;
	font-size: 20px;
	color: #00547e;
	padding: 0;
	margin: 0 0 10 0;
}
.title
{
	color: #999999;
    font-size: 15px;
    font-family: Tahoma;
    text-decoration: none;
}
.h
{
	font-weight: 400;
	font-size: 20px;
	color: #00547e;
	padding: 0;
	margin: 0 0 0 0;
}
h2
{
	font-size: 18px;
	font-weight: 400;
	color: #30b928;
}
h3
{
	font-size: 18px;
	font-weight: 400;
	color: #ff9600;
}
p
{
	clear: both;
}
ol
{
	list-style: decimal outside;
}
ol li
{
	line-height: 1.5em;
}
.blue
{
	color: #00a1ee;
}
.red
{
	color: #c10000;
}
.black
{
	color: #000;
}
.white
{
	color: #FFF;
}
.gray
{
	color: #b2b2b2;
}
a.square,a.square:active,a.square:visited
{
	padding: 0 2;
	margin: 4 1 0 0;
	display:block;
	float: left;
	text-decoration: none;
	color: #FFF;
	font-size: 9px;
	background: #d9d9d9;
}
a.square:hover
{
	background: #000;
	color: #FFF;
	text-decoration: none;
}
span.square
{
	border: 1px solid #f2b309;
	background: #f2b309;
	padding: 3 5;
	text-decoration: none;
	color: #FFF;
}
.small
{
	font-size: 11px;
}
.big
{
	font-size: 13px;
}
table.t
{
	width: 100%;
}
table.t th
{
	text-align: left;
	font-weight: 900;
	color: #03a1fb;
	font-size: 13px;
	border-bottom: 1px solid #f76300;
	padding: 12 0;
}
table.t td
{
	font-size: 12px;
	border-bottom: 1px solid #a2a2a2;
	padding: 12 0;
}
.blockgray
{
	background: #f2f2f2;
	padding: 10;
}
.blocklightgray
{
	background: #f4f4f4;
	padding: 5 20;
}
.blockyellow
{
	background: #f2b309;
	padding: 5 20;
}
.blocklightyellow
{
	background: #fde29a;
	padding: 5 20;
}
.yellowheader
{
	color: #033184;
	background: #f2b309;
	padding: 5 20;
	font-weight: 900;
	font-size: 13px;
}
.blueheader
{
	color: #000;
	background: #9bd1f0;
	padding: 5 20;
	font-weight: 900;
	font-size: 13px;
}
/*<Карта сайта>*/
.sitemap
{
	margin: 0 0 30 0;
}
.sitemap p
{
	margin: 0;
	padding: 0 0 0 20;
	background: url("/images/_sitemap_dots.gif") repeat-y;
}
.sitemap img
{
	margin: 0 2 0 0;
}
/*</Карта сайта>*/
/*<Путь>*/
#route
{
	font-size: 11px;
	padding: 0 0;
	margin: 0 0 25 0;
	color: #767676;
}
/*</Путь>*/
/*<Всплывающие сообщения, окна и изображения>*/
#modal
{
	border: 1px solid #ccc;
}
#ajaxmessage
{
	background: #c2000e;
	color: #FFF;
	padding: 20;
	border: 1px solid #f1ab08;
}
.needmessage
{
	color: #b4001e;
}
/*</Всплывающие сообщения, окна и изображения>*/
/*<Новости>*/
.newsdate
{
	color: #00a1ee;
	margin: 5 0;
	font-size: 11px;
}
.newsnotice
{
	color: #7f7f7f;
}
/*</Новости>*/
/*<Формы>*/
table.formtable
{

}
table.formtable th
{
	padding: 5;
	text-align: right;
	font-weight: 400;
	color: #000;
}
table.formtable td
{
	padding: 5;
}
table.formtable .star
{
	color: #F00;
}
fieldset
{
}
fieldset legend
{
	font-weight: 900;
}
table.formtable textarea
{
	width: 100%;
	height: 120;
}
input.text
{
	border: none;
	font-size: 17px;
}
textarea.text
{
	border: none;
	font-size: 17px;
	width: 100%;
	overflow: auto;
}
input.button
{
	background: #758e9a;
	color: #FFF;
	border-left: 0px;
	border-right: 0px;
	font-size: 11px;
	border-bottom: 5px solid #586a73;
	border-top: 5px solid #98aab3;
}
/*</Формы>*/
/*<Опросы>*/
.poll .question
{
	background: #b0e5f0;
	padding: 5 20;
	color: #005270;
}
.poll .body
{
	background: #f4f4f4;
	padding: 10;
}
.poll .submit
{
	margin: 5 0;
}
.poll .pc
{
	color: #b4001e;
}
.poll .bar
{
	background: #9bd1f0;
}
.poll .bar div
{
	background: #c10000;
}
/*</Опросы>*/
/*<Комментарии>*/
#comments textarea
{
	width: 100%;
	height: 70;
}
#comments .user
{
	padding: 5 0;
}
#comments .message
{
	padding: 5 0;
}
#comments blockquote
{
	border: 1px solid #f4f4f4;
	background: #f9f9f9;
	padding: 5;
	margin: 5 10;
}
/*</Комментарии>*/
/*<Галерея>*/
#gallery
{
	width: 100%;
	border-top: 1px solid #e4e5e4;
	border-left: 1px solid #e4e5e4;
}
#gallery .cell
{
	vertical-align: top;
	border-bottom: 1px solid #e4e5e4;
	border-right: 1px solid #e4e5e4;
	padding: 20;
	color: #a0a0a0;
}
.gallerycell img
{
	margin: 0 0 3 0;
}
#gallery .name
{
	font-size: 13px;
	color: #000;
	margin: 0 0 3 0;
}
/*</Галерея>*/
/*<Каталог>*/
#models
{
	
}
.price
{
	color: #df1f1f;
	font-size: 20px;
	font-weight: 400;
	background: #e5e5e5 url("/images/price.gif") no-repeat right bottom;
	padding: 15 10;
	margin: 5 0 0 0;
	white-space: nowrap;
}
.price2
{
	color: #df1f1f;
	font-size: 11px;
	font-weight: 900;
	background: #e5e5e5 url("/images/price.gif") no-repeat right bottom;
	padding: 15 10;
	margin: 5 0 0 0;
	white-space: nowrap;
}
.isnew
{
	background: #c9c9c9 url("/images/new.gif") no-repeat 93% 2px;
}
#props
{
	width: 100%;
}
#props td
{
	padding: 10 20;
}
#props th
{
	padding: 10 20;
	text-align: left;
	font-weight: 400;
	border-right: 1px solid #dddddd;
}
#params
{
	background: #f4f4f4;
}
#params td.blue
{
	padding: 5 20;
}
/*</Каталог>*/
/*<Корзина>*/
#cart
{
	border-bottom: 1px solid #dddddd;
}
#cart th
{
	background: #c10000;
	color: #FFF;
	padding: 10;
}
#cart td
{
	padding: 10;
	border-right: 1px solid #dddddd;
	color: #969696;
}
#carttotalsum td
{
}
#cartbuttons
{
	vertical-align: top;
	padding: 10 10 10 0;
}
#cartsum
{
	vertical-align: top;
	text-align: right;
	padding: 10 0 10 10;
}
#ordercontent
{
	background: #f1f1f1;
	padding: 20;
	display: none;
}
#orderform
{
}
#orderform th
{
	text-align: left;
	font-weight: 400;
}
#orderform input.text
{
	width: 100%;
}
#orderform textarea
{
	width: 100%;
	height: 70;
}
#ordersums
{
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
#ordersums td,#ordersums th
{
	padding: 10 15;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
/*</Корзина>*/

/*#########################*/
/*<Основные блоки>*/
.top
{
	background: #00547d url("/images/top-background.jpg") repeat-x;
	border-bottom: 8px solid #00476a;
	vertical-align: top;
}
#logo
{
	width: 233;
	height: 134;
	border: none;
	margin: 25 0 0 0;
}
img.topspacer
{
	margin: 18 0 17 0;
}
img.topicon
{
	margin: 18 0 0 0;
	width: 100;
	height: 103;
	border: none;
}
#topphonecontainer
{
	padding: 0 0 0 0;
	text-align: center;
}
#topphoneblock
{
	vertical-align: top;
	padding: 18 0 0 68;
}
#topphoneicons
{
	padding: 0 0 0 10;
	white-space: nowrap;
}
#topphoneicons img
{
	margin: 0 40 0 0;
}
#topphone
{
	width: 223;
	height: 63;
	margin: 0 0 31 0;
	border: none;
}
#topphonetext
{
	color: #8dcff1;
	margin: 12 0 0 0;
	font-size: 11px;
}
a.topmenu,a.topmenu:active,a.topmenu:visited
{
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}
a.topmenu:hover
{
	color: #FFF;
	text-decoration: underline;
}
.middle
{
	background: #4b5b6c url("/images/leftmenu-background.jpg") repeat-x;
}
#leftmenu
{
	margin: 0 17;
}
#leftmenu img
{
	width: 9;
	height: 5;
	margin: 0 27 0 0;
}
#leftmenu tr
{
	height: 21;
}
#leftmenu td
{
	white-space: nowrap;
}
#leftmenu a,#leftmenu a:active,#leftmenu a:visited
{
	color: #FFF;
	font-size: 14px;
}
#leftmenu a:hover
{
	color: #c1c1c1;
}
#leftmenu span
{
	font-size: 14px;
	color: #c1c1c1;
}
#middlemenu
{
	background: #448613 url("/images/middlemenu-background.jpg") repeat-x;
}
#middlemenudiv
{
	background: url("/images/middlemenu-background2.jpg") no-repeat right top;
	height: 245;
}
#middlemenudiv table
{
	margin: 0 20;
}
#middlemenudiv table td.digit
{
	color: #b5caa8;
	padding: 0 23 0 0;
}
#middlemenudiv a,#middlemenudiv a:active,#middlemenudiv a:visited
{
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
}
#middlemenudiv a:hover
{
	color: #000;
	text-decoration: underline;
}
#middlemenudiv span
{
	color: #000;
	font-size: 14px;
}
#weoffer
{
	color: #00476a;
	font-size: 20px;
	font-weight: 400;
	padding: 30 0 11 0;
}
#copyright1
{
	vertical-align: top;
	border-bottom: 8px solid #234663;
	font-size: 11px;
}
#copyright1div
{
	border-top: 0px solid #e5e5e5;
	text-align: right;
	padding: 23 22 25 0;
	margin: 0 0 0 28;
	color: #808080;
}
#copyright2
{
	vertical-align: top;
	color: #808080;
	border-top: 0px solid #e5e5e5;
	border-bottom: 8px solid #30b928;
	text-align: right;
	padding: 23 22 25 0;
	font-size: 11px;
}
#address
{
	vertical-align: top;
	padding-right: 28;
	font-size: 11px;
}
#address2
{
	vertical-align: top;
	color: #808080;
	border-top: 0px solid #e5e5e5;
	padding: 23 0 25 28;
	font-size: 11px;
}
#counters
{
	text-align: center;
}
div.text
{
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding: 28 0;
}
#mainpagetext
{
	padding: 10 0 0 0;
}
#left
{
	vertical-align: top;
	padding: 0 28;
}
#center
{
	vertical-align: top;
}
#right
{
	vertical-align: top;
	padding: 0 28;
}
a.gray,a.gray:active,a.gray:visited
{
	color: #7f7f7f;
}
a.gray:hover
{
	color: #000;
}
.dotted
{
	background: url("/images/dots.gif") repeat-x center center;
}
.dotted2
{
	background: url("/images/dots.gif") repeat-x bottom;
}
img.typeimagesmall
{
	margin: 4 5 0 0;
	border: none;
}
a.big,a.big:active,a.big:visited
{
	font-size: 14px;
	font-weight: 900;

}
a.big2,a.big2:active,a.big2:visited
{
	font-size: 14px;
	font-weight: 900;
	text-decoration: underline;
    color: #30b928;
}
a.big2:hover
{
	text-decoration: none;
    color: #000;
}
a.blue,a.blue:active,a.blue:visited
{
	color: #209fdc;
	font-size: 14px;
	font-weight: 400;
}
a.blue:hover
{
	color: #000;
}
a.darkblue,a.darkblue:active,a.darkblue:visited
{
	color: #00547e;
}
a.darkblue:hover
{
	color: #000;
}
a.black,a.black:active,a.black:visited
{
	color: #000;
}
a.black:hover
{
	text-decoration:underline;
}
a.black2,a.black2:active,a.black2:visited
{
	color: #000;
	text-decoration:none;
}
a.black2:hover
{
	text-decoration:underline;
}
img.model
{
	border: 1px solid #ccc;
	margin: 8 17 3 0;
}
.plusimage
{
	margin: 0 5 0 0;
	border: none;
}
p.small *
{
	font-size: 11px;
}
.green,a.green,a.green:active,a.green:visited
{
	color: #30b928;
}
a.green:hover
{
	color: #000;
}