{
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #E2E2E2;
	background-image: url('../images/bgbig.gif');
	background-repeat: repeat-y;
	background-position: top center;
	color: #717171;
	font-size: 12px;
	line-height: 18px;
	font-family: "arial", helvetica, sans-serif;
}

h3 {
	color: #1B2170;
	font-size: 15px;	
}

a {
	font-family: "arial", helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid;
	border-color: #E30017;
	color: #1C2270;
	text-decoration: none;
}

a:hover {
	font-family: "arial", helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 0px;
}



				/* Logo and basket */
#logo {
	width: 790px;
	height: 77px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/bg_top.jpg');
}

#basket {
	width: 274px;
	height: 33px;
	float: right;
	margin-right: 25px;
	margin-top: 27px;
	background-image: url('../images/bg_basket.gif');
}

#basket p {
	margin-top: 7px;
	margin-left: 10px
}



			/* Menu and header */

#header {
	width: 790px;
	height: 227px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/bg_header.jpg');
}

#menu {
	display: block;
	padding: 12px;
	margin-left: 22px;
	width: 202px;
	height: 210px;
}

.home a{
	border-bottom: 0px;
	display:block;
	width: 177px;
	height: 29px;
	background: url("../images/b_home.gif") 0 0 no-repeat;
	float: left;
}
.home a:hover {
	background-position: 0 -29px;
}

.about a{
	border-bottom: 0px;
	display:block;
	width: 177px;
	height: 34px;
	background: url("../images/b_about.gif") 0 0 no-repeat;
	float: left;
}
.about a:hover {
	background-position: 0 -34px;
}

.partners a{
	border-bottom: 0px;
	display:block;
	width: 177px;
	height: 34px;
	background: url("../images/b_partners.gif") 0 0 no-repeat;
	float: left;
}
.partners a:hover {
	background-position: 0 -34px;
}

.pricelist a{
	border-bottom: 0px;
	display:block;
	width: 177px;
	height: 34px;
	background: url("../images/b_pricelist.gif") 0 0 no-repeat;
	float: left;
}
.pricelist a:hover {
	background-position: 0 -34px;
}

.contacts a{
	border-bottom: 0px;
	display:block;
	width: 177px;
	height: 33px;
	background: url("../images/b_contacts.gif") 0 0 no-repeat;
	float: left;
}
.contacts a:hover {
	background-position: 0 -33px;
}

.search a{
	border-bottom: 0px;
	display:block;
	width: 177px;
	height: 29px;
	background: url("../images/b_qttys.gif") 0 0 no-repeat;
	float: left;
}
.search a:hover {
	background-position: 0 -29px;
}



			/* Content */

#wrap {
	width: 746px;
	margin: auto;
}

#lcon {
	width: 218px;
	float: left;
}

#userent {
	width: 201px;
	height: 126px;
	padding: 10px;
	padding-top: 46px;
	background-image: url('../images/user_ent.gif');
	background-repeat: no-repeat;
	color: #67849A;
	font-size: 11px;
}

#products {
	width: 179px;
	padding-top: 46px;
	padding: 10px;
	border: 1px solid;
	border-color: #CDCDCD;
	background-image: url('../images/productsbg.gif');
	background-repeat: repeat-x;
}

#products a:hover {
	color: #383838;
	font-weight: normal;
	border: 0px;
}

#admmenu {
	width: 179px;
	padding: 10px;
	border: 1px solid;
	border-color: #CDCDCD;
	background-image: url('../images/menubg.gif');
	background-repeat: repeat-x;
}

#admmenu a {
	color: #717171;
	font-weight: normal;
	border: 0px;
}

#admmenu a:hover {
	color: #383838;
	font-weight: normal;
	border: 0px;
}

#admmenu a {
	color: #717171;
	font-weight: normal;
	border: 0px;
}


#rcon {
	width: 525px;
	float: right;
}

#welcome {
	float: right;
	width: 525px;
	padding-top: 5px;
}

/* ------------------------------------------------------------------------- */
.tblHeader {
	font-weight: bold;
	background-color: #CDCDCD;
	color: #000;
}

table.sortable {
	font-size: 11px;
	font-weight: normal;
	width: 500px;
	border: 1px solid #CDCDCD;
}

table.sortable thead {
    background-color:#CDCDCD;
    font-weight: bold;
    cursor: hand;
    cursor: pointer;
}

.row_nav {
	cursor: pointer;
	color: #000;
	text-decoration: none
}

	.inputFld {
		clear:both;
		display:block;
		font: Arial, Helvetica, sans-serif 10px bold;
		width: 500px;
		text-align: left;
	}

	.inputFld label {
		float: left;
		width: 130px;
		display: block
	}
	
	.inputFld input {
	}

