* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}

p {
	padding-top: 8px;
}

#specifictions p{
	white-space: nowrap;
}

body {
	background: #fff repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

#main {
	position: absolute;
	min-width: 1024px;
	width: 100%;
	height: 100%;
	min-height: 700px;
	background: White;
}


#menu {
	position: fixed;
	z-index: 2;
	width: 280px;
	height: 100%;
	background: #870000 url(template/menu.png) repeat-x;
}

.menu_item {
	padding: 10px;
	background: Black;
}

.menu_item a{
	color: White;
}

#contacts {
	position: absolute;
	padding-top: 20px;
	padding-left: 30px;
	font-size: 9pt;
	color: White;
}

#auth a{font-size: 8pt;}

.fields{font-size: 8pt;}

.mark {
	background: Black;
	color: White;
}

.line {
	background: #970000;
	color: White;
}

.dline {
	background: #590000;
	color: White;
}


.black {
	font-weight: bold;
	color: Black;
}


#price {
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	white-space: nowrap;
	padding: 5px;
	padding-left: 25px;

}

#content {
	padding-top: 20px;
	padding-left: 220px;
	min-width: 500px;
	border: solid 0px;
}




#cart {
	position: absolute;
	z-index: 1;
	top: 180px;
	right: 10px;
}
.title{
	text-align: left;
	font-size: 14pt;
	font-weight: normal;
	padding: 10px;
	padding-left: 25px;
	padding-top: 5px;

}

.subtitle{
	text-align: center;
	font-size: 14pt;
	font-weight: normal;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 5px;
	color: Grey;
}

.entry{
	text-align: justify;
	padding-left: 25px;
	padding-right: 30px;
	color: Grey;
	font-size: 8pt;
	line-height: 1.5;
}

a {
	color: Black;
	text-decoration: none;
	font-size: 12px;
}

.post a{
	color: Black;
}
#content a{color: Black;}
#content a:hover {color: #870000; text-decoration: underline;}


a:hover {color: #870000;}

#leftmenu {
	z-index: 2;
	position: absolute;
	left: 20px;
	top: 250px; 
}

.pics{padding: 10px;}

#topmenu_wrap {
	position: relative;
	clear: both;
}

#topmenu_wrap .bx_wrap {
	height: 220px;
}

#topmenu_wrap .bx_container {
	bottom: 45px;
}


#topmenu_wrap .prev {
	position: relative;
	top: 70px;
	outline: 0;
}

#topmenu_wrap .next {
	position: relative;
	top: 70px;
	outline: 0;
}

