


/* -- defaults -- */
body {
	padding: 0px;
	margin: 0px;
}
td {
	font: 12px arial;
	vertical-align: top;
}


/* -- frame -- */
#frame {
	width: 800px;
	height: 100%;
	background-image: url(images/row_content_bg.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}

/* -- header -- */
#hdr {
	height: 110px;
}
#hdr .topbar {
	background: #d5312b;
	font: 15px arial;
	color: #FFF;
	line-height: 25px;
	text-align: right;
	padding: 0px 12px;
}
#hdr .img {
	border: solid #FFF;
	border-width: 2px 0px;
}

/* -- mainmenu -- */
#mainmenu {
	width: 164px;
	background-image: url(images/mainmenu_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
/*#mainmenu .links {
	width: 164px;
	padding: 0px;
	margin: 22px 0px 40px 0px;
	float: left;
	display: block;
}
#mainmenu .links a {
	width: 132px;
	height: 37px;
	background-image: url(images/mainmenu_up.gif);
	background-position: center center;
	background-repeat: no-repeat;
	font: bold 14px arial;
	color: #FFF;
	text-decoration: none;
	line-height: 37px;
 	margin: 10px 0px 0px 16px !important; margin: 10px 0px 0px 8px;
	float: left;
	display: block;
}
#mainmenu .links a:hover {
	background-image: url(images/mainmenu_down.gif);
}
*/
#mainmenu .links_v2 {
	width: 164px;
	padding: 0px;
	margin: 30px 0px 40px 0px;
	/*float: left;
	display: block;*/
}
#mainmenu .links_v2 .link {
	margin: 0px 5px 15px 15px;
		/*border: dashed 1px #000;*/
}
#mainmenu .links_v2 a {
	/*width: 132px;
	height: 25px;*/
	font: bold 14px arial;
	color: #000;
	text-decoration: none;
	/*line-height: 25px;
 	margin: 10px 0px 0px 16px !important; margin: 10px 0px 0px 8px;*/
	/*float: left;
	display: block;*/
}
#mainmenu .links_v2 a:hover {
	color: #d5312b;
}

/* -- language menu -- */
#langlinks {
	background-image: url(images/bg_language.png);
	background-position: center center;
	background-repeat: no-repeat;
	font: bold 12px arial;
	text-align: center;
	padding: 5px 2px;
}
#langlinks a {
	color: #EFEFEF;
	text-decoration: none;
}
#langlinks a.active {
	color: #d5312b;
}

/* -- content -- */
#content {
	width: 636px;
	background-image: url(images/content_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: justify;
	padding: 30px 10px 30px 15px;
	overflow: visible;
}
#content a {
	color: #ec4710;
}
#content a:hover {
	color: #000;
	text-decoration: none;
}

/* -- submenus -- */
#submenu {
	font: bold 11px arial;
	text-align: center;
	margin: 0px 0px 30px 0px;
}
#submenu p {
	background-image: none;
	margin: 0px;
	padding: 0px;
}
#submenu a {
	color: #000;
	text-decoration: none;
}
#submenu a:hover {
	color: #ee2525;
}

/* -- image clm -- */
#clm_img {
	width: 160px;
	min-height: 100%;
	margin: 0px 0px 0px 20px;
	float: right;
	display: block;
}
#clm_img img {
	margin: 0px 0px 30px 0px !important; margin: 0px 0px 10px 0px;
}



/* -- intro blocks -- */
#intro {
	width: 100%;
	text-align: justify;
	float: left;
	display: block;
	border: solid #dededd;
	border-width: 0px 0px 3px 0px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 20px 0px;
}
#intro h2 {
	font: 22px arial;
	padding: 0px;
	margin: 0px;
}
#intro .img {
	width: 170px;
	height: 100%;
	margin: 0px 0px 0px 15px;
	float: right;
	display: inline;
}
#intro .link {
	width: auto;
	margin: -12px 190px 0px 0px;
	clear: both;
	float: right;
	display: inline;
}
#intro .link a {
	font: bold 11px arial;
	color: #e14d47;
	text-decoration: none;
}
#intro .link a:hover {
	color: #000;
}



/* -- products -- */
.infobar {
	font-style: italic;
	color: #ec4710;
	padding: 4px 0px;
}
#products {
	width: 425px;
	border: solid 1px #cbcdd0;
}
#products td {
	border: solid 1px #cbcdd0;
	padding: 1px;
}
#products .heading {
	background: #ec4710;
	font: bold 11px arial;
	color: #FFF;
}
#products .title {
	color: #969a9e;
}
#products .code {
	width: 40px;
	font: bold 11px arial;
	color: #ec4710;
	text-align: center;
}
#products .code a {
	color: #ec4710;
	text-decoration: none;
}
#products .code a:hover {
	color: #000;
}
#products .product {
	
}
#products .packing {
	width: 150px;
}
#products .btm_link {
	text-align: center;
}
#products .btm_link a {
	color: #969a9e;
	text-decoration: none;
}
#products .btm_link a:hover {
	color: #000;
}


/*-- product details -- */
#product_details {
	width: 425px;
}
#product_details .category {
	color: #ec4710;
	padding: 0px 0px 15px 0px;
}
#product_details .image {
	width: 210px;
}
#product_details .details {
	
}
#product_details .heading {
	width: 100%;
	background: #ec4710;
	font: bold 11px arial;
	color: #FFF;
	padding: 1px 2px;
}
#product_details .details div {

}
#product_details .info {
	width: 100%;
	float: left;
	display: block;
	clear: both;
}
#product_details .info p {
	width: 80px;
	font: bold 11px arial;
	float: left;
	display: inline;
	padding: 0px;
	margin: 0px;
}
#product_details .info div {
	float: left;
	display: inline;
}
#product_details .btm_link {
	text-align: center;
	padding: 20px 0px 0px 0px;
}
#product_details .btm_link a {
	color: #969a9e;
	text-decoration: none;
}
#product_details .btm_link a:hover {
	color: #000;
}



/* -- news -- */
#news {
	
}
#news h2 {
	margin: 0px;
}
#news .date {
	font: bold 11px arial;
	float: right;
	display: inline;
	border: solid 0px;
	margin: 5px 0px 0px 0px;
	clear: none;
}
#news .data {
	width: 430px;
	display: inline;
	float: left;
}
#news .line {
	clear: both;
	margin: 10px 0px 15px 0px;
}



/* -- footer -- */
#ftr {
	height: 80px;
	background: #FFF;
	font: bold 11px arial;
	color: #888684;
	text-align: center;
	border: solid #da251d;
	border-width: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
#ftr a {
	color: #888684;
	text-decoration: none;
}
#ftr a:hover {
	color: #da251d;
	text-decoration: none;
}



/* -- headings -- */
h1 {
	background-image: url(images/h1_bg.gif);
	background-position: left center;
	background-repeat: repeat-x;
	font: 22px arial;
	line-height: 42px;
}
h1 p {
	width: 20px;
	height: 42px;
	background-image: url(images/h1_corner_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	display: inline;
	padding: 0px;
	margin: 0px;
}
h2 {
	font: 22px arial;
}
h3 {
	font: bold 15px arial;
	color: #d5312b;
}



/* -- counter -- */
#counter {
	display: none;
}









/* -- contact form -- */
#contactform {

}
#contactform form {

}



/* -- forms -- */
#stdform {

}
#stdform div {
	padding: 2px 0px;
	clear: both;
}
#stdform div div {
	clear: none;
}
#stdform p {
	width: 70px;
	border: solid 0px #000;
	text-align: right;
	padding: 2px 0px;
	margin: 0px 2px;
	float: left;
	display: block;
	clear: left;
}
#stdform .text {
	padding: 0px;
}
#stdform input, #stdform textarea, #stdform .select {
	border: solid 1px #9A9A9A;
	font: 11px arial;
	padding: 2px;
}
#stdform .cb {
	border: none;
}
#stdform .rb {
	border: none;
}
#stdform .btn {

}


/* -- form-error -- */
#form-error {
	font: bold 12px arial;
	color: #F00;
}





/* -- elements -- */
.fnt-b {
	font-weight: bold;
}
.dm-red {
	color: #ec4710;
}
#submenu .dm-red {
	color: #ec4710;
}


/* -- peppadew-info -- */
#pd-info {
	
}
#pd-info td {
	font-size: 11px;
}
#pd-info h5 {
	font-size: 11px;
	font-weight: bold;
	border-bottom: solid 2px #aaa9a9;
	padding: 2px 0px;
	margin: 5px 0px;
}
#pd-info p {
	width: 80px;
	padding: 0px;
	margin: 0px;
	float: left;
	display: inline;
}
#pd-info {
	
}
#pd-info {
	
}
#pd-info {
	
}









