body {
	margin: 0;
	text-align: center;
	width: 100,01%;
	color: #000;
	font-family: Tahoma, Verdana;
	font-size: 14px;
}

textarea {
	height: 200px;
	width: 200px;
}

div, table {
	margin: 0 auto 0 auto;
	padding: 0;
	behavior: url('/png.htc');
}

td {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #000;
	font-family: Tahoma, Verdana;
}

p {
	text-align: justify;
}

img {
	border: 0 none;
	behavior: url('/png.htc');
}

h1 {
	font-size: 20px;
	font-weight: bold;
}

.top {
	width: 100%;
	height: 1059px;
	background: url(/img/top.jpg) repeat-x top left;
}

.main {
	position: absolute;
	display: block;
	top: 0;
	width: 100%;
	left: 0;
	text-align: center;
	padding: 0;
	background: url(/img/bottom.gif) no-repeat bottom left;
}

.logo_main {
	margin: 20px auto 0 auto;
	width: 1024px;
	height: 478px;
	background: url(/img/logo_main.png) no-repeat top left;
}

.logo_top {
	margin-left: 30px;
	width: 915px;
	height: 124px;

}

.logo {
	width: 1024px;
	height: 310px;
	background: url(/img/logo.jpg) no-repeat left top;
	display: block;
	float: none;
	position: relative;
}

.logo span {
	text-align: center;
	font-family: Arial, Verdana;
	font-size: 36px;
	font-weight: bold;
	padding-left: 550px;
	color: #dcddde;
	display: block;
	float: none;
}

.menu_top a {
	display: block;
	float: left;
	position: relative;
	background: url(/img/menu_top.png) no-repeat left top;
	width: 145px;
	height: 24px;
	text-align: center;
	padding-top: 7px;
	font-size: 13px;
	margin-right: -1px;
}

.menu_top a:hover {
	border-bottom: 3px solid #F00;
}

.cont_all {
	width: 100%;
	background: url(/img/dot_alpha.png) repeat top left;
	float: left;
	text-align: center;
}

.tabs {
	background: url(/img/tabs.png) no-repeat top right;
	height: 28px;
	width: 1024px;
}

.tabs table {
	position: relative;
	margin-top: -40px;
	float: right;
	text-align: center;
	width: 450px;
	height: 30px;
}

.cont_in {
	width: 1040px;
	height: 100%;
	text-align: left;
	padding-bottom: 20px;
	margin: 0 auto;
	#margin-top: 20px;
	left: auto;
	background: url(/img/dots.gif) repeat-x left bottom;
	behavior: none;
}

.cont_in table {
	width: 100%;
}

.left {
	width: 157px;
	height: auto;
	top: 0px;
	float: left;
	margin-top: 30px;
}

.menu_left {
	width: 157px;
	height: auto;
	margin-left: 10px;
	padding-top: 10px;
	background: url(/img/dots.gif) repeat-x top left;
}

.menu_left div {
	width: 157px;
	height: auto;
	margin: 0;
	padding-bottom: 10px;
	background: url(/img/dots.gif) repeat-x bottom left;
}

.menu_left div ul li {
		font-size: 15px;
		padding-bottom: 10px;
}

li.lvl1 {
	font-size: 12px;
	padding-left: 15px;
	list-style: none;
}

li.lvl1 a {
	font-size: 12px;
}

/* collection */

.col_head {
	width: 100%;
	float: left;
}

/* padded elements */
.element {
	float: left;
	background: url(/img/folder.gif) no-repeat top left;
	width: 315px;
	height: 249px;
	margin: 0 0 5px 5px;
	padding: 0;
    
}

.element table td {
	padding: 0;
	margin: 0;
} 

.element h5 {
	margin-left: 10px;
	cursor: hand;
	width: auto;
	margin-top: 70px;
}

.element div {
	float: left;
	width: 210px;
}

.element span {
	margin: 25px 0 0 0px;
	float: left;
	text-align: center;
	width: 100px;
	padding-right: 5px;
	overflow: visible;
}

.element a {
	color: #fff;
	position: relative;
}

.element a:hover, .element a h5:hover {
	text-decoration: underline;
}

.element div img {
	height: 249px;
}

img.catimg {
	height: 225px;
	margin: 23px 0 0 0;
	padding: 0;
	float: left;
}

/* square elements */

.square {
	width: 200px;
	margin: 10px 5px 0 5px;
	float: left;
}

.square2 {
	width: 300px;
	margin: 10px 5px 0 5px;
	float: left;
}

.square2 .img {
	float: left;
	margin-right: 5px;
	width: 100px;
	height: 100px;
	overflow: hidden;
}

.square2 p {
	font-size: 10px;
	line-height: 12px;
	margin: 0;
	padding: 0;
}

.square2 input {
	background: #aaa;
	border: 1px solid #333;
	margin-top: 3px;
	cursor: pointer;
/*	height: 14px;*/
	padding: 0;
	font-size: 12px;
	line-height: 10px;
	font-family: Arial;
	overflow: hidden;
}

/* product card */

.product {
	text-align: center;
}

.product img {
	border: 3px solid #333;
}

.product img.bottom {
	margin-bottom: 3px;
	cursor: pointer;
}

.product img.bottom:hover {
	border: 3px solid #aaa;
}

#imggroup {
	float: right;
	margin: 10px 20px;
}

/* content */
.content {
	margin-top: 30px;
	margin-left: 20px;
	float: left;
	top: 0px;
	width: 670px;
	left: 0px;
}

.cont_text {
	text-align: justify;
	padding-top: 20px;
	width: 100%;
	float: left;
}

.cont_bottom {
	width: 100%;
    padding-top: 100px;
    
}

/* right column */

.right {
	padding-top: 20px;
	width: 157px;
	height: auto;
	top: 0px;
	float: right;
	position: relative;
	text-align: center;
	right: 10px;
}

.right img {
	margin-bottom: 10px;
}

/* search */

#search, #search_res1, #search_res2 {
	border: 1px solid #000;
	padding: 10px;
	float: left;
	text-align: left;
	width: 640px;
}

#search span {
	float: left;
	width: auto;
	margin-right: 10px;
}

#search span.search_row {
	width: 150px;
	overflow: visible;
	display: block;
	text-align: left;
}

#search h5 {
	display: inline;
}

#search h4 {
	width: 100%;
	float: left;
	font-size: 16px;
}

#search hr {
	width: 100%;
	float: left;
	clear: both;
}

/* forms */
form table {
	margin: 5px;
}

/* footer */

.footer {
	width: 100%;
	height: 60px;
	text-align: center;
	background: url(/img/dot_alpha.png) repeat top left;
	float: left;
}

.footer table {
	width: 1040px;
	height: 30px;
	text-align: justify;
	margin: 0 auto;
	
}

.news {
	text-align: left;
}

.news a {
	text-decoration: none;
}

.news a:hover {
	text-decoration: underline;
}

#pager input {
	background: #aaa;
	border: 1px solid #333;
	float: left;;
	width: 150px;
	padding-left: 3px;
	cursor: pointer;
}

#pager input:hover {
	background: none;
}

.greeting p {
	text-align: center;
}

.clr {
	clear: both;
}

.login_bottom img {
	float: left;
}
