html {height: 100%}
body {
	height: 100%;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}

#wrapper {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	min-width: 1000px;
	min-height: 100%;
	max-width: 1440px;
	height: auto !important;
	height: 100%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	max-width: 1280px;
	height: 280px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#information {
	height: 240px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
}
#informationcontent
{
	float:right;
	width: 180px;
	margin-top: 40px;
}
#information p {
	color: #FFF;
	margin: 0px;
	padding-top: 10px;
}
#information span {
	color: #21B439;
	float: left;
	padding-top: 10px;
}
#topmenu  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 39px;
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom: 1px dashed #F7FBD6;
	border-top: 1px dashed #F7FBD6;
}
#topmenu  ul{
	float:right;
	width: auto;
	margin-right: 5%;
}
#topmenu li {
	background: none;
	display:inline;
	margin-left: 20px;
	line-height: 40px;
}
#container {
	overflow: hidden;
	margin-bottom: 20px;

}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sidebar {
	float: left;
	width: 18%;
	padding-top: 68px;
	margin-left: 3%;
	margin-right: 1%;
}

#menu {
	list-style-type: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: right;
	font-size: 22px;
	font-weight: normal;
	margin-right: 2%;


}
#menu li ul {
	font-size: 16px;
	color: #FFF;
	padding-left: 16px;
	padding-bottom: 12px;
	padding-top: 12px;
	}
#content {
	float: left;
	width: 45%;
	padding-right: 2%;
	padding-bottom: 20px;
	padding-left: 2%;
	padding-top: 20px;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	display: block;
	text-align: justify;
	line-height: 18px;
}
#content p a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #21B439;
	text-decoration:underline;
}
#content p a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration:underline;
}
#content table {
	margin-left: auto;
	margin-right: auto;
}
#content #imagecontainer {
	text-align: center;
}

#content img{	

	background-color: #444;
	padding: 2px;
}
#content table img{
	border: 2px solid #444;
	margin: 5px;
	background-color: #222;
	padding: 2px;
}
#content table img:hover{
	background-color: #34DA51;
}

#content .yellow img{
	background-color: #D2DE00;
	padding: 2px;
}
#content .yellow table img{
	border: 2px solid #444;
	margin: 5px;
	background-color: #222;
	padding: 2px;
}
#content .yellow table img:hover{
	background-color: #D3DF01;
}

#content .green img{
	background-color: #8FC706;
	padding: 2px;
}
#content .green table img{
	border: 2px solid #444;
	margin: 5px;
	background-color: #222;
	padding: 2px;
}
#content .green table img:hover{
	background-color: #8FC704;
}


#content .blue img{
	background-color: #09F;
	padding: 2px;
}
#content .blue table img{
	border: 2px solid #444;
	margin: 5px;
	background-color: #222;
	padding: 2px;
}
#content .blue table img:hover{
	background-color: #09F;
}
#content .magenta table img:hover{
	background-color: #A100E2;
}
#content .magenta table img{
	border: 2px solid #444;
	margin: 5px;
	background-color: #222;
	padding: 2px;
}
#content .magenta img{
	background-color: #C439EC;
	padding: 2px;
}
#content .red table img:hover{
	background-color: #E00000;
}
#content .red table img{
	border: 2px solid #444;
	margin: 5px;
	background-color: #222;
	padding: 2px;
}
#content .red img{
	background-color: #E00000;
	padding: 2px;
}




#rightsidebar {
	float: left;
	width: 26%;
	height: auto;
	padding-top: 68px;
	margin-right: 2%;
}
#rightsidebar p 
{
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	display: block;
	background-image: url(../images/description_middle.jpg);
	width: 233px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#rightsidebar #top {
	background-image: url(../images/description_top.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 263px;
}
#rightsidebar  #bottom{
	background-image: url(../images/description_bottom.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 263px;
	}
#breadcrumbs {
	height: 20px;
	width: auto;
	padding-left: 25%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	margin-bottom: 20px;
}
#breadcrumbs a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}
#breadcrumbs a:hover{
	color: #FFF;
}
.footer_blank {
	height: 140px;
	width: 100%;
	clear: both;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 125px;
	position: relative;
	margin-top: -140px;
	padding-top: 15px;
	background-image: url(../images/footerbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}




#footer #footer_cont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	width: 39%;
	float: left;
	margin-left: 10%;
}
#footer #footer_cont p {
	color: #FFF;
	overflow: hidden;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}


#footer_cont span {
	color: #CCC;
	float: left;
	padding-top: 10px;
}
#footer #copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
	width: 50%;
	text-align: center;
	float: right;
	padding-top: 20px;
}
#footer #counters {
	height: 1px;
	width: 1px;
	text-align: center;
	float: right;
	display: none;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #E8E8E8;
	font-weight: 100;
	background-color: #333;
	padding-left: 20px;
	border: 1px solid #222;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}



h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #CCC;
	display: block;
}
li {
	color:#FFF;
	list-style-image: none;
	list-style-type: none;
	}
#menu  a{
	font-size: 22px;
	color: #21b439;
	padding-left: 8px;
	text-decoration: none;	
}
#menu  a:hover{
	color: #CCC;
	padding-left: 8px;	
}

a, #menu li ul li a {
	font-size: 16px;
	color: #FFF;
	text-decoration: underline;
	}
a:hover, #menu li ul li a:hover {
	color:#999;
	}	

#goods {
	margin-top: 40px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.item {
	display: block;
	font-size: 13px;
	height: 150px;
	margin-bottom: 12px;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 100%;
}
.i_decs {
	display: block;
	font-size: 13px;
	height: 150px;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-bottom: 3px;
	padding-left: 15px;
	text-align: left;
	width: auto;
}

.i_image{
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	display: block;
	float: left;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 5px;
	text-align: center;
	}

.i_title {
	display: block;
	font-size: 14px;
	font-weight: normal;
	height: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
}
.i_title a {
	color: #21b439;
	font-size: 16px;
	}
.i_price {
	display: block;
	font-size: 15px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.i_cat {
	display: block;
	font-size: 12px;
	font-weight: normal;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	margin: 0px;
}
.i_cat span {
	color: #666;
}
.i_code {
	display: block;
	font-size: 12px;
	font-weight: normal;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	margin: 0px;
}
.i_code span {
	color: #666;
}
#goods .pagenation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	padding-top: 20px;
}
#goods .pagenation a{
	text-decoration: underline;
	color: #278CAD;
}
#goods .pagenation a:hover{
	text-decoration: none;
	color: #1B6178;
}
#content .tablelist table tr td {
	width: 49%;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #222;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #222;
}
#content .tablelist table tr td .catalogbg {
	background-image: url(../images/bg_catalog.png);
	background-repeat: repeat;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
	border: 2px solid #000;
	overflow: hidden;
}

#content .tablelist .kit_class {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 100;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	overflow: hidden;
}
#content .tablelist table tr td p {
	text-align: left;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	background-color: #4A9859;
	border: 1px dashed #357541;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 10px;
}
#content .tablelist table tr td a {
	color: #FFF;
	font-size: 20px;
}
#content .tablelist table tr td a:hover {
	color: #CCC;s
	font-size: 20px;
}
#content .tablelist table tr td img {
	margin: 0 auto;
	}
#content .tablelist table tr td a img {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content .tablelist img:hover{
	border-style: none;
	background-color: none;
}
