* {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;	
}
FORM {
	margin: 0px auto 0px auto;
	padding: 0px auto 0px auto;
}
BODY {
	width: 780px;
    padding-top: 0;
    margin-top: 20;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}
A IMG {
	border: 0px;
}
#search {
	float: right;
}

#shortcud {
    height: 32px;
}
#shortcud a {
	font-size: 11px;
	color: #CC9900;
	text-decoration: none;
	vertical-align: middle;
}
#shortcud a:hover {
	color: #CC9900;
	text-decoration: underline;
}
#shortcud .cart {
	background-image : url(../images/icons/cart.gif);
	background-repeat : no-repeat;
	padding-left: 30px;
}
#shortcud .account {
	background-image : url(../images/icons/account.gif);
	background-repeat : no-repeat;
	padding-left: 30px;
}
#shortcud .contact {
	background-image : url(../images/icons/contact.gif);
	background-repeat : no-repeat;
	padding-left: 30px;
}
#menu {
	width: 100%;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type : none;
	background-image : url(../images/grey.gif);
	background-position : bottom;
	background-repeat : repeat-x;
}
#menu li {
	float: left;
	margin-right: 2px;
}
#menu a {
    display: block;
    height: 42px;
}
#menu .underBrush {
	width: 48px;
    height: 42px;
    display: block;
	margin-right: 0px;
	background-image : url(../images/underBrush.gif);
	background-repeat : no-repeat;
	background-position: bottom;
}
#menu .welcome {
	width: 78px;
	background-image : url(../images/categories/welcome_0.gif);
	background-repeat : no-repeat;
}
#menu .welcomeActive {
	width: 78px;
	background-image : url(../images/categories/welcome_1.gif);
	background-repeat : no-repeat;
}
#menu .pastry {
	width: 63px;
	background-image : url(../images/categories/pastry_0.gif);
	background-repeat : no-repeat;
}
#menu .pastryActive {
	width: 63px;
	background-image : url(../images/categories/pastry_1.gif);
	background-repeat : no-repeat;
}
#menu .paint {
	width: 74px;
	background-image : url(../images/categories/paint_0.gif);
	background-repeat : no-repeat;
}
#menu .paintActive {
	width: 74px;
	background-image : url(../images/categories/paint_1.gif);
	background-repeat : no-repeat;
}
#menu .cleaning {
	width: 126px;
	background-image : url(../images/categories/cleaning_0.gif);
	background-repeat : no-repeat;
}
#menu .cleaningActive {
	width: 126px;
	background-image : url(../images/categories/cleaning_1.gif);
	background-repeat : no-repeat;
}
#menu .polishing {
	width: 79px;
	background-image : url(../images/categories/polishing_0.gif);
	background-repeat : no-repeat;
}
#menu .polishingActive {
	width: 79px;
	background-image : url(../images/categories/polishing_1.gif);
	background-repeat : no-repeat;
}
#menu .artist {
	width: 81px;
	background-image : url(../images/categories/artist_0.gif);
	background-repeat : no-repeat;
}
#menu .artistActive {
	width: 81px;
	background-image : url(../images/categories/artist_1.gif);
	background-repeat : no-repeat;
}
#menu .applicator {
	width: 81px;
	background-image : url(../images/categories/applicator_0.gif);
	background-repeat : no-repeat;
}
#menu .applicatorActive {
	width: 81px;
	background-image : url(../images/categories/applicator_1.gif);
	background-repeat : no-repeat;
}
#menu .other {
	width: 80px;
	background-image : url(../images/categories/other_0.gif);
	background-repeat : no-repeat;
}
#menu .otherActive {
	width: 80px;
	background-image : url(../images/categories/other_1.gif);
	background-repeat : no-repeat;
}
.level2 {
	padding-left: 10px;
}
.level3 {
	padding-left: 20px;
}
.level4 {
	padding-left: 30px;
}
.level5 {
	padding-left: 40px;
}
#line {
	height: 20px;
	background: #CC6600;
}

#content {
	width: 100%;
	background-image : url(../images/background.gif);
}
#content .indent {
	padding: 10px;
}
#content .title{
	color: #CC6600;
}
.left{
	width: 292px;
	padding: 10px;
	vertical-align: top;
	background : #FFFFFF url(../images/formBrush.jpg) no-repeat;
}
.left .title{
	font-size: 16px;
	font-weight: bold;
	padding-top: 40px;
	text-align: center;
}
.left .text{
	padding-top: 20px;
}
.right {
	vertical-align: top;
}
#content input {
	border : 1px solid #CC6600;
}
#content .fldText{
	width: 200px;
}
#content .fldPassword {
	width: 150px;
}
#content .fldLabel {
	border: 0px;
}
#content .buttons {
	border: 0px;
	float: center;
	margin: 10px 0px 10px 0px;
}
#content .fldQuantity, .fldPrice{
	width: 20px;
}

#content .description {
	height: 100%;
	background-color : #CCCC66;
}
#content .description .sample {
	float: left;
	margin: 10px 5px 10px 5px;
}
#content .description .param {
	float: right;
	clear: right;
	width: 240px;
	height: 80px;
	text-align: left;
	margin: 12px 0px 0px 0px;
	padding: 5px 0px 5px 5px;
	background-color: #FFFFFF;
}
#content .description .param P{
	margin: 0px;
	padding: 0px;
}
#content .description .param HR {
	width: 100%;
	height: 1px;
	margin: 1px 0px 1px 0px;
	padding: 1px 0px 1px 0px;
	color: #CCCCCC;
}
#content .description .param LABEL {
	width: 80px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#content .actions{
	width: 100%;
	margin: 0px;
	color: #FFFFFF;
	padding-top: 2px;
	font-weight: bold;
	background-color : #CCCC66;
}
#content .actions UL {
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#content .actions LI {
	float: left;
	height: 20px;
	padding: 0px 5px 0px 0px;
	vertical-align: top;
}
#content  .actions IMG{
	border: 0px;
	width: 85px;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
#content .columnTitle {
	font-weight: bold;
	background-color: #DDDDDD;
}
.fldSize {
	width: 250px;
	background-color: #E3E39C;
}

.confirm, .empty {
	font-weight: bold;
	text-align: center;
}
.error {
	color: #CC0000;
	font-weight: bold;
	text-align: center;
}

.footer {
	height: 26px;
	color: #FFFFFF;
	padding: 1px 0px 10px 10px;
	background : url(../images/footerLine.gif);
}
.footer A {
	color: #FFFFFF;
	text-decoration: none;
}
.footer A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}