body {
	font-size:12px;
	font-family:tahoma;
	padding:0;
	margin:0;
	background-image: url('../img/body/background.jpg');
	background-repeat: no-repeat;
}
img {
	border:none;
}
.middle {
	vertical-align: middle;
}
#container {
	width:990px;
	margin: 0 auto 0 auto;
	background-color: #fff;
}
#header {
	width:100%;
	text-align:center;
	margin: 0 auto 0 auto;
	background-color:#1f1a17;
}
#logo {
	background-image:url('../img/head/header3.jpg');
	height: 180px;
	background-repeat: no-repeat;
	background-position: center;
	width:960px;
	text-align:right;
	margin: 0 auto 0 auto;
}
#breadcrumb {
	float:left;
	color:#333;
	font-size:12px;
	font-family:tahoma;
	padding:3px;
}
#breadcrumb a{
	color:#d1142b;
}
#topmenu {
	line-height:180px;
}
#topmenu a {
	margin:10px;
	color:#cccccc;
}
#languages {
	float:right;
	width:120px;
	text-align:right;
    padding: 5px 5px;
}
#header_line {
	height:12px;
	background-color: #ae2342;
	background-image:url('../img/head/line.jpg');
	background-repeat:repeat-x;
}
#footer_line {
	height:12px;
	background-color: #ae2342;
	background-image:url('../img/footer/line2.jpg');
	background-repeat:repeat-x;
	margin-top:30px;
}
.clear {
	clear:both;
}
#left {
	float:left;
	width:200px;
}
#right {
	float:right;
	width:777px;
	
}
#navigation {
	padding:0;
	margin:0;
	margin-left:27px;
}
#navigation ul {

}
#navigation li {
	color:#342e2b;
	margin-bottom:5px;
	list-style-type: square;
}
#navigation li a{
	color:#d1142b;
	font-size:13px;
	font-family:Tahoma;
	text-decoration:none;
}
#navigation li a:hover{
	color:#342e2b;
	font-size:13px;
	font-family:Tahoma;
	text-decoration:underline;
}
.paragraph {
	
}
.box1 {
	width:360px;
	float:left;
	padding:8px;
	margin:2px;
}
.box2 {
	width:360px;
	float:left;
	padding:8px;
	margin:2px;
}
.heading {
	font-size:23px;
	font-family:Century Gothic, Georgia, Arial, tahoma;
	color:#333333;
	margin-top:0;
	text-transform: uppercase;
	background-image:url('../img/body/icons/b.jpg');
	background-repeat:no-repeat;
	background-position: left;
	padding-left:45px;
	line-height:35px;
}
.readmore {
	color:#c50731;
}
.product_item {
	width:210px;
	height:220px;
	text-align:center;
	float:left;
	background-color:#f0f0f0;
	border:1px #cccccc solid;
	margin-bottom:6px;
	margin-right:7px;
}

.product_item_link{
	text-decoration:none;
	color:#d1142b;
}
.product_item img{
	border:0;
}

#footer {
	width:100%;
	text-align:center;
	margin-top:0;
	background-color:#1f1a17;
	height:70px;
	line-height:70px;
	color:#ccc;
}
#footer a {
	color:#ccc;
}
.footerlink {
	color:#ccc;
	text-decoration:none;
}
/* Paging */
.paging {
	margin-top: 40px;
	margin-bottom: 2em;
}
.paging div.disabled {
	display: inline;
}
.paging
 span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

